January 2019
Beginner to intermediate
776 pages
19h 58m
English
yabgpd is a BGP agent that can orchestrate the BGP routers. You may start the agent as a Python application. Make sure to update the correct values for the BGP local and remote addresses, and the local and remote BGP autonomous system values. The program will print a set of log lines as follows:
$ python yabgpd --bgp-local_addr=172.31.0.232 --bgp-local_as=23650 \ --bgp-remote_addr=52.58.130.47 --bgp-remote_as=23650 2017-07-16 16:19:05,837.837 78465 INFO yabgp.agent [-] Log (Re)opened. 2017-07-16 16:19:05,837.837 78465 INFO yabgp.agent [-] Configuration: 2017-07-16 16:19:05,837.837 78465 INFO yabgp.agent [-] ****************************************************** 2017-07-16 16:19:05,837.837 78465 INFO yabgp.agent [-] Configuration ...
Read now
Unlock full access