Category Archives: BGP

BGP feature (allowas-in)

Posted in BGP | Tagged | Leave a comment

eBGP

Step 1 – IP addressing. Step 2 – Configure BGP R1(config)#router bgp 1 R1(config-router)#neighbor 10.1.14.4 remote-as 4 R1(config-router)#neighbor 10.1.15.5 remote-as 5 R1(config-router)#neighbor 10.1.12.2 remote-as 2 R1(config-router)#network 1.1.1.1 mask 255.255.255.255 R2(config)#router bgp 2 R2(config-router)#neighbor 10.1.12.1 remote-as 1 R2(config-router)#neighbor 10.1.25.5 remote-as 5 … Continue reading

Posted in BGP | Tagged | Leave a comment