[c-nsp] 12.2(33)SXI vpnv6

Tim Durack tdurack at gmail.com
Sat Mar 14 15:21:24 EDT 2009


>
> I've definitely had this working; what's your config?
>

vrf definition v101
 rd 10.1.0.3:101
 route-target export xxx:101
 route-target import xxx:101
 !
 address-family ipv4
 exit-address-family
 !
 address-family ipv6
 exit-address-family
!
!
interface Loopback101
 vrf forwarding v101
 ip address 10.1.0.3 255.255.255.255
 ipv6 address 1:0:1970:1::3/128
!
router bgp 65001
!
address-family ipv4 vrf v101
 redistribute connected
 no synchronization
 exit-address-family
!
!
address-family ipv6 vrf v101
 redistribute connected
 no synchronization
 exit-address-family
!
!
end

Can't see anything missing. MP-BGP is working, VPN routes are being
exchanged, but IPv6 isn't getting label switched. Feels like I'm
missing something stupid.

Tim:>


More information about the cisco-nsp mailing list