update sphinx docu
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 278 KiB |
|
Before Width: | Height: | Size: 223 KiB After Width: | Height: | Size: 223 KiB |
|
Before Width: | Height: | Size: 260 KiB After Width: | Height: | Size: 260 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 138 KiB |
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 301 KiB After Width: | Height: | Size: 301 KiB |
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
@@ -151,9 +151,16 @@ streams for use with the BNG Blaster.
|
||||
|
||||
$ bgpupdate --help
|
||||
usage: bgpupdate [-h] [-a ASN] -n ADDRESS [-N N] -p PREFIX [-P N] [-m LABEL]
|
||||
[-M N] [-l LOCAL_PREF] [-f FILE] [-w] [--end-of-rib]
|
||||
[-M N] [-l LOCAL_PREF] [-f FILE] [-w] [-s STREAMS]
|
||||
[--stream-tx-label LABEL] [--stream-tx-inner-label LABEL]
|
||||
[--stream-rx-label LABEL] [--stream-rx-label-num N]
|
||||
[--stream-threads N] [--stream-pps N]
|
||||
[--stream-interface IFACE] [--stream-append] [--end-of-rib]
|
||||
[--append] [--pcap FILE] [--log-level {warning,info,debug}]
|
||||
|
||||
The BGP RAW update generator is a simple tool to generate BGP RAW update
|
||||
streams for use with the BNG Blaster.
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
-a ASN, --asn ASN autonomous system number
|
||||
@@ -171,6 +178,21 @@ streams for use with the BNG Blaster.
|
||||
local preference
|
||||
-f FILE, --file FILE output file
|
||||
-w, --withdraw withdraw prefixes
|
||||
-s STREAMS, --streams STREAMS
|
||||
generate BNG Blaster traffic stream file
|
||||
--stream-tx-label LABEL
|
||||
stream TX outer label
|
||||
--stream-tx-inner-label LABEL
|
||||
stream TX inner label
|
||||
--stream-rx-label LABEL
|
||||
stream RX label
|
||||
--stream-rx-label-num N
|
||||
stream RX label count
|
||||
--stream-threads N stream TX threads
|
||||
--stream-pps N stream packets per seconds
|
||||
--stream-interface IFACE
|
||||
stream interface
|
||||
--stream-append append to stream file if exist
|
||||
--end-of-rib add end-of-rib message
|
||||
--append append to file if exist
|
||||
--pcap FILE write BGP updates to PCAP file
|
||||
@@ -178,6 +200,7 @@ streams for use with the BNG Blaster.
|
||||
logging Level
|
||||
|
||||
|
||||
|
||||
The python BGP RAW update generator is a python script which uses
|
||||
scapy to build BGP messages. Therefore this tool can be easily
|
||||
modified, extend or used as blueprint for your own tools to generate
|
||||