Age | Commit message (Collapse) | Author |
|
use that for irrfilter mode.
hints from theo a year ago, code by me a year ago, ok claudio a year ago
|
|
in an easily parseable form. This output can be used to implement SNMP MIBs
or rrdtool/mrtg update scripts. OK henning@
|
|
mostly from rivo nurges <rix@estpak.ee>, ok claudio
|
|
generates bgpd filter rules from the Internet Routing Registry aka IRR aka
the aut-num, as-set and route objects in the RIPE, ARIN, APNIC ... databases
accessed via whois, using the Routing Policy Specificaion Language RPSL.
implement the whois query interface, an RPSL parser (of course only the
parts we need), recursive as-set resolver, prefixes per AS lookup,
and an ouput module to make up the rules.
work in progress, not ready for general consumption yet.
import agreed by theo & claudio
|
|
in: show the unfiltered input of a neighbor aka adj-rib-in
out: show only the prefixes that are sent to a specified neighbor (adj-rib-out)
neighbor <IP>: limit the output of the command to prefixes sent by the
specified neighbor
OK henning@ manpage with help by jmc@ but the show rib section needs some
rework because it starts to be confusing. Actually the parser needs to get
smarter.
|
|
|
|
|
|
format, intended for monitoring puposes. claudio ok
|
|
|
|
|
|
or metrics. Requested by beck@ OK henning@
|
|
as its address
so "bgpctl neighbor upstream1 clear" now works and you don't have to
remember IPs
claudio ok
|
|
|
|
claudio ok
|
|
OK henning@
|
|
show commands are available. OK henning@
|
|
RIB. OK henning@
|
|
completely table driven and not wired into the action code like the
previous parser...
i wanted to do this for some time, and now it was just due.
ok claudio@
|