You are on page 1of 1

ip bgp-community new-format

!
router bgp 65002
bgp router-id 192.168.6.6
bgp log-neighbor-changes
no bgp default ipv4-unicast
neighbor 192.168.36.3 remote-as 65123
neighbor 192.168.36.3 password CISCO
neighbor 192.168.46.4 remote-as 65123
neighbor 192.168.46.4 password CISCO
!
address-family ipv4
network 6.6.6.6 mask 255.255.255.255
network 192.168.6.6 mask 255.255.255.255
neighbor 192.168.36.3 activate
neighbor 192.168.46.4 activate
!

You might also like