blob: db615cef3b7eb4a8b6f69b8a9c6a7cf6ee5df130 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
bgpq3 is a lightweight access-list/prefix-list/as-path access-list generator
for Cisco and Juniper routers.
This program is a mostly complete re-implementation of bgpq (net-mgmt/bgpq),
with next major advantages:
- much faster, especially for large as-sets.
- supports ipv6 both at transport level and in prefix/access-lists generation.
- supports asn32 in both asdot and asplain notation, also supports
"transition" as23456 generation instead of asn32.
However, bgpq3 can not be used as a full replacement of bgpq, because:
- "more specific" prefix filtering is not implemented (and not planned).
- GateD prefix-filters generation is not implemented (and not planned).
- Cisco standard access-lists generation is not implemented (and not planned).
- formatted output is not supported (yet?).
WWW: http://snar.spb.ru/prog/bgpq3/
|