How to build the BGP UPDATE packet
bgp-update-create is a small program used to generate the payload of a BGP UPDATE message. It was written to test if routes could be injected in a BGP conversation between two routers. It’s usage is very simple; it takes three parameters: –as: Autonomous System number –nexthop: Host name or IP address of next hop –destnet: … Read more