[c-nsp] IPv6 PE-CE

Paul Wells paul at lituya.com
Wed Oct 17 22:44:04 EDT 2012


OSPFv3 PE-CE is supported starting with IOS 15.2(2)S. The feature name 
is "OSPFv3 VRF-Lite/PE-CE".

Note that you need to use the new form of the OSPFv3 CLI. For example:

interface f0/0
  vrf forwarding red
  ipv6 address 2001:db8:1::1/64
  ospfv3 1 ipv6 area 0

interface f1/0
  vrf forwarding blue
  ipv6 address 2001:db8:2::1/64
  ospfv3 1 ipv6 area 1

router ospfv3 1
  router-id 1.1.1.1
  !
  address-family ipv6 vrf red
   redistribute bgp 65000
  exit-address-family
  !
  address-family ipv6 vrf blue
   redistribute bgp 65000
  exit-address-family

Also "show ospfv3 vrf red ..." etc.

Regards,
Paul


On 10/17/2012 09:11 AM, Mohammad Khalil wrote:
>
> Hi all,
> I was trying to implement OSPFv3 and EIGRP6 as the PE-CE in 6VPE deployment but seems IOS does not support that yet
> Was there any updates in regards?
>
> Thanks
>   		 	   		
> _______________________________________________
> cisco-nsp mailing list  cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
>



More information about the cisco-nsp mailing list