Saturday 1 February 2020

BGP Advertisement


Now On R6 and R5 we are going to advertise some prefix.

R6#sh run | sec router bgp
router bgp 600
 no synchronization
 bgp log-neighbor-changes
 network 6.1.0.0 mask 255.255.0.0
 network 6.2.0.0 mask 255.255.0.0
 network 6.3.0.0 mask 255.255.0.0
 neighbor 155.1.16.1 remote-as 100
 no auto-summary

R5#sh run | s router bgp
router bgp 500
 no synchronization
 bgp log-neighbor-changes
 network 5.1.0.0 mask 255.255.255.0
 network 5.2.0.0 mask 255.255.255.0
 network 5.3.0.0 mask 255.255.255.0
 neighbor 150.4.4.4 remote-as 400
 neighbor 150.4.4.4 ttl-security hops 2
 neighbor 150.4.4.4 update-source Loopback0
 neighbor 155.1.35.3 remote-as 100
 no auto-summary

R4#sh run | s router bgp
router bgp 400
 no synchronization
 bgp log-neighbor-changes
 network 4.1.0.0 mask 255.255.255.0
 network 4.2.0.0 mask 255.255.255.0
 network 4.3.0.0 mask 255.255.255.0
 neighbor 150.5.5.5 remote-as 500
 neighbor 150.5.5.5 ttl-security hops 2
 neighbor 150.5.5.5 update-source Loopback0
 neighbor 155.1.34.3 remote-as 100
 no auto-summary

No comments:

Post a Comment