irr

command
v0.0.0-...-8887655 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2020 License: ISC Imports: 10 Imported by: 0

README

irr

A proxy to access IRR RPSL data. It queries IANA for the responsible IRR, then the IRR directly.

It currently support ARIN and RIPE.

It currently supports querying for information about an aut-num, and returns the following attributes:

  • remarks
  • import
  • export

Example

$ grpcurl -format text -plaintext -d 'as: "26625"' 127.0.0.1:4220 ix.IRR.Query
source: SOURCE_ARIN
attributes: <
  import: <
    expressions: <
      peering: "AS6083"
      actions: "pref=10"
    >
    filter: "ANY"
  >
>
attributes: <
  import: <
    expressions: <
      peering: "AS12491"
      actions: "pref=10"
    >
    filter: "ANY"
  >
>
attributes: <
  import: <
    expressions: <
      peering: "AS20459"
      actions: "pref=10"
    >
    filter: "ANY"
  >
>
attributes: <
  export: <
    expressions: <
      peering: "AS6083"
    >
    filter: "AS26625"
  >
>
attributes: <
  export: <
    expressions: <
      peering: "AS12491"
    >
    filter: "AS26625"
  >
>
attributes: <
  export: <
    expressions: <
      peering: "AS20459"
    >
    filter: "AS26625"
  >
>

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL