05-16-2011 01:50 PM - edited 03-04-2019 12:25 PM
With IPv6 Coming i've been tasked with implimenting M-BGP on our 7200VXR running 12.4 and was wondering if someone could point me to either a good reference to configuring this or possibly shooting me an example config.
Little to nothing is my expertise in this area of the BGP protocol so don't be shy.
Thank you!
Solved! Go to Solution.
05-16-2011 05:15 PM
Great question! That command does NOT have any effect on BGP operation, it simply changes IPv4 global configuration style to address-family ipv4 configuration style. I highly recommend configuring that command. It will make configs cleaner.
Message was edited by: Roman Rodichev Added "NOT"
05-16-2011 07:09 PM
Hi,
You can run IPv4 and IPv6 bgp routing in the same time, but for only one AS. You can bypass this limit by using vrf and local-as feature. Here is an exemple :
router bgp
no bgp default ipv4-unicast
neighbor
neighbor
address-family ipv4
neighboor
....
!
address-family ipv6
neighboor
.....
!
The statement "no bgp default ipv4-unicast" is generally use to disable automatic peering with IPv4 neighboor (use in MPLS network with vpnv4 family section). But if you use this command, you have to activate all your neighboor before prefix exchange.
Like the precedent post, I recommend to use it.
I hope I can help you.
05-16-2011 03:55 PM
05-16-2011 04:19 PM
Just one thing that bothers me.......
"no bgp default ipv4-unicast"
Is there no way to run IPv4 and IPv6 together/parralel/simultaneously??
I have a very large IPv4 BGP network.
05-16-2011 05:15 PM
Great question! That command does NOT have any effect on BGP operation, it simply changes IPv4 global configuration style to address-family ipv4 configuration style. I highly recommend configuring that command. It will make configs cleaner.
Message was edited by: Roman Rodichev Added "NOT"
05-16-2011 07:09 PM
Hi,
You can run IPv4 and IPv6 bgp routing in the same time, but for only one AS. You can bypass this limit by using vrf and local-as feature. Here is an exemple :
router bgp
no bgp default ipv4-unicast
neighbor
neighbor
address-family ipv4
neighboor
....
!
address-family ipv6
neighboor
.....
!
The statement "no bgp default ipv4-unicast" is generally use to disable automatic peering with IPv4 neighboor (use in MPLS network with vpnv4 family section). But if you use this command, you have to activate all your neighboor before prefix exchange.
Like the precedent post, I recommend to use it.
I hope I can help you.
05-17-2011 08:52 AM
Awesome, thanks guys.... that puts me more at ease lol.
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