cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3762
Views
0
Helpful
2
Replies

OSPFv3 issue on a subif associated with a VRF

901563ravi
Level 1
Level 1

Hi,

I am trying to virtualize router and physical interface to test daul stack topology. This is one of my test 1841 routers which is failing enable OSPFv3 on a subif associated with a vrf while ospfv2 works fine with IPv4

 

interface FastEthernet0/1.59

encapsulation dot1Q 59

vrf forwarding TEST

ip address 172.18.58.18 255.255.255.240

ip ospf cost 200

ipv6 address 2001:DB8:BABE:59::2/64

end

!
!

!

Router(config)#int f0/1.59

Router(config-subif)#ipv

Router(config-subif)#ipv6 os

Router(config-subif)#ipv6 ospf 1 ar 0

% OSPFv3: not supported on VRF interface

!

!

Router(config-subif)#do sh ver

Cisco IOS Software, 1841 Software (C1841-ADVENTERPRISEK9-M), Version 15.1(4)M2, RELEASE SOFTWARE (fc1)

Technical Support: http://www.cisco.com/techsupport

Copyright (c) 1986-2011 by Cisco Systems, Inc.

Compiled Mon 26-Sep-11 15:48 by prod_rel_team

ROM: System Bootstrap, Version 12.3(8r)T9, RELEASE SOFTWARE (fc1)

Router uptime is 9 minutes

System returned to ROM by reload at 04:11:11 UTC Tue Nov 15 2011

System image file is "flash:c1841-adventerprisek9-mz.151-4.M2.bin"

Last reload type: Normal Reload

===XXX====

 

 

Any suggestions here???.

 

 

Thanks

Ramu

1 Accepted Solution

Accepted Solutions

Laurent Aubert
Cisco Employee
Cisco Employee

Hi Ramu,

As indicated by the error message, OSPFv3 VRF-Lite is not supported yet. Only BGP and static are available. Please work with your Cisco representative for road-map information.

HTH

Laurent.

View solution in original post

2 Replies 2

Laurent Aubert
Cisco Employee
Cisco Employee

Hi Ramu,

As indicated by the error message, OSPFv3 VRF-Lite is not supported yet. Only BGP and static are available. Please work with your Cisco representative for road-map information.

HTH

Laurent.

Thanks Laurent