You are on page 1of 1

ip bgp-community new-format

!
router bgp 65001
bgp router-id 192.168.5.5
bgp log-neighbor-changes
no bgp default ipv4-unicast
neighbor 192.168.35.3 remote-as 65123
neighbor 192.168.35.3 password CISCO
neighbor 192.168.45.4 remote-as 65123
neighbor 192.168.45.4 password CISCO
!
address-family ipv4
network 192.168.5.5 mask 255.255.255.255
redistribute connected route-map LOOPBACK1
neighbor 192.168.35.3 activate
neighbor 192.168.45.4 activate
!
route-map LOOPBACK1 permit 10
match interface loopback 1
!

You might also like