BGP; Why we need to create static route to advertise a network?
Monday, December 17th, 2007Before BGP advertised its network, it checks the forwarding table for an exact match of network number and mask on router’s routing table.
R1 is expected to advertise network 128.20.0.0/16 and 10.10.10.0/24 to R2 using this configuration
router bgp 1
no auto-summary
network 128.20.0.0 mask 255.255.0.0
network 10.10.10.0 mask 255.255.255.0
However, when we check on R1, it is only 128.20.0.0 network [...]