0% found this document useful (0 votes)
24 views

CE02

The document configures BGP on a router with two neighbors using different remote AS numbers, enabling logging of neighbor changes and activating address families for IPv4 unicast routing.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

CE02

The document configures BGP on a router with two neighbors using different remote AS numbers, enabling logging of neighbor changes and activating address families for IPv4 unicast routing.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 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