12-17-2015 02:38 AM - edited 03-08-2019 03:08 AM
Hello,
Is there anyway to redistribute OSPFv3 into BGP ipv6 AF ?
I'm trying it into CSR1000v :
NETERO-R1(config)#router ospfv3 6
NETERO-R1(config-router)#router-id 6.6.6.6
NETERO-R1(config)#router bgp 22
NETERO-R1(config-router)#address-family ipv6
NETERO-R1(config-router-af)#redistribute ?
application Application Protocol
bgp Border Gateway Protocol (BGP)
connected Connected Routes
eigrp Enhanced Interior Gateway Routing Protocol (EIGRP)
isis ISO IS-IS
lisp Locator ID Separation Protocol (LISP)
nd Neighbor Discovery
ospf Open Shortest Path First (OSPF)
rip IPv6 Routing Information Protocol (RIPv6)
static Static Routes
Seems to be not available ?
Thanks,
Mehdi.
Solved! Go to Solution.
12-17-2015 04:23 AM
Hey it does not show as ospfv3 under the redistribute command under af ipv6 it only shows as opsf but its still correct
It will look like this
address-family ipv6 neighbor 3030:1:1:1::11 activate network 5050:55:55:55::55/128 redistribute connected redistribute ospf 1 match internal external 1 external 2
http://www.cisco.com/c/en/us/support/docs/ip/ip-version-6-ipv6/113453-redis-ospfv3-bgp-00.html
12-17-2015 04:23 AM
Hey it does not show as ospfv3 under the redistribute command under af ipv6 it only shows as opsf but its still correct
It will look like this
address-family ipv6 neighbor 3030:1:1:1::11 activate network 5050:55:55:55::55/128 redistribute connected redistribute ospf 1 match internal external 1 external 2
http://www.cisco.com/c/en/us/support/docs/ip/ip-version-6-ipv6/113453-redis-ospfv3-bgp-00.html
05-19-2019 09:21 AM
Hey, I learned hard way that
router bgp XXX
add ipv6
redistribute ospf match INTERNAL EXTERNAL include-connected
... is really required there otherwise you are going to troubleshoot why the prefixes are in OSPF database and not in BGP table .
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