The configuration snippet indicates a BGP setup where the neighbor 192.168.1.2 is defined, but not activated for the IPv4 address family. To complete the configuration and allow the exchange of IPv4 routes, the neighbor must be activated under the IPv4 address family. This is done by adding the command address-family ipv4 unicast followed by neighbor 192.168.1.2 activate in the BGP configuration mode.
References: Implementing and Operating Cisco Service Provider Network Core Technologies (SPCOR v1.0); Cisco official documentation on BGP Configuration.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit