07-16-2019 01:44 PM
Hi Guys, Confused again...!!!
Which command can be used on as IOS device for BGP to support multiple protocols?
A. Core#(config-router-af)#bgp additional-path install
B. Core#(Config-router)#no address-family ipv6 unicast
C. Core#(config-router)#no bgp default ipv4-unicast
D. Core#(confi-router)#bgp default ipv4-multicast
i will go with option "C". Please help with proper explanation. Thanks in Advance
Solved! Go to Solution.
07-16-2019 02:40 PM
yes and you are in right direction.
here is from my notes : thanks to @Giuseppe Larosa.
the meaning of the command is to prepare the router to be multiprotocol and not only to advertise ipv4 unicast address family that is the default.
So no bgp default ipv4-unicast
means = be multi address-families oriented and check the neighbor activate command in each AF context to see on what address families each neighbor has to be contacted/consulted.
During BGP session setup the capabilities exchange tells on what "channels/arguments" the local node would like to talk with the peer.
For this reason when giving the command all existing BGP sessions are reset to perform capabilities negotiation.
May be in newer IOS images you can reach the AF configuration without using the commanf but in the past it was mandatory to achieve multi-protocol BGP operation.
see
http://www.cisco.com/en/US/docs/ios/iproute/command/reference/irp_bgp1.html#wp1012800
07-16-2019 02:40 PM
yes and you are in right direction.
here is from my notes : thanks to @Giuseppe Larosa.
the meaning of the command is to prepare the router to be multiprotocol and not only to advertise ipv4 unicast address family that is the default.
So no bgp default ipv4-unicast
means = be multi address-families oriented and check the neighbor activate command in each AF context to see on what address families each neighbor has to be contacted/consulted.
During BGP session setup the capabilities exchange tells on what "channels/arguments" the local node would like to talk with the peer.
For this reason when giving the command all existing BGP sessions are reset to perform capabilities negotiation.
May be in newer IOS images you can reach the AF configuration without using the commanf but in the past it was mandatory to achieve multi-protocol BGP operation.
see
http://www.cisco.com/en/US/docs/ios/iproute/command/reference/irp_bgp1.html#wp1012800
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide