Specifications
20-9
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.10.4.4 send-community both
exit-address-family
!
address-family ipv6 vrf B
redistribute connected
redistribute static
exit-address-family
!
address-family ipv6 vrf C
neighbor 2001:DB8:100:1:: remote-as 104
neighbor 2001:DB8:100:1:: activate
exit-address-family
For more information about how to configure IPv6 VPN over MPLS, see Implementing IPv6 VPN over
MPLS.
OSPFv3
The following example shows to to configure OSPF version 3 in order to route IPv6 traffic.
!
interface Vlan405
ip address 192.168.1.2 255.255.255.0
no ptp enable
ipv6 address 2001:DB8:1::2/64
ipv6 ospf 600 area 200
mpls ip
bfd interval 250 min_rx 100 multiplier 3
ipv6 router ospf 600
router-id 10.0.5.6
bfd all-interfaces
event-log size 5 one-shot
timers throttle spf 200 500 5000
timers throttle lsa 0 20 5000
timers lsa arrival 15
timers pacing flood 15
!
For more information about how to configure OSPF v3, see Implementing OSPF for IPv6.
QoS
The following partial configuration examples show how to use QoS features on a network with IPv4 and
IPv6 traffic:
• Applying Ingress QoS to IPv6 Traffic
• Applying Ingress QoS to IPv4 Traffic
• Applying Ingress QoS to IPv4 and IPv6 Traffic
• Applying Egress QoS to IPv4 and IPv6 Traffic
Applying Ingress QoS to IPv6 Traffic
The following example classifies IPv6 traffic based on DSCP value and marks the traffic with a CoS and
QoS group value.
class-map match-all ipv6_llq
match protocol ipv6
match dscp af43 af41 cs6 cs7
class-map match-all ipv6_premium