Specifications

20-8
Cisco MWR 2941 Mobile Wireless Edge Router Release 3.5 Software Configuration Guide, Cisco IOS Release 15.1(3)MR
OL-26895-01
Chapter 20 Configuring IPv6
Sample IPv6 Configurations
neighbor 10.0.4.4 send-label
exit-address-family
!
For more information about how to configure IPv6 over MPLS, refer to Implementing IPv6 over MPLS.
IPv6 VPN over MPLS
The following example shows how to configure an IPv6 VPN over MPLS (6VPE).
vrf definition B
rd 52:62
address-family ipv4
route-target export 52:62
route-target import 52:62
exit-address-family
!
address-family ipv6
route-target export 52:62
route-target import 52:62
exit-address-family
!
vrf definition C
rd 53:63
!
address-family ipv4
route-target export 53:63
route-target import 53:63
exit-address-family
!
address-family ipv6
route-target export 53:63
route-target import 53:63
exit-address-family
interface Vlan52
vrf forwarding B
ipv6 address 2001:DB8:0:1/64
ipv6 enable
!
interface Vlan53
vrf forwarding C
ipv6 address 2001:DB8:1:1/64
ipv6 enable
!
router bgp 100
bgp router-id 1.1.1.1
bgp log-neighbor-changes
no bgp default route-target filter
no bgp default ipv4-unicast
neighbor 10.10.4.4 remote-as 100
neighbor 10.10.4.4 update-source Loopback0
!
address-family ipv4
neighbor 10.10.4.4 activate
no auto-summary
exit-address-family
!
address-family vpnv6
neighbor 10.10.4.4 activate