cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1838
Views
10
Helpful
2
Replies

Anyway to redistribute OSPFv3 into BGP ipv6 AF

TisTos
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

Mark Malone
VIP Alumni
VIP Alumni

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

View solution in original post

2 Replies 2

Mark Malone
VIP Alumni
VIP Alumni

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

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 . 

Review Cisco Networking for a $25 gift card