Specifications
20-7
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
ipv6 address autoconfig
For more information about how to configure DHCP, refer to Implementing DHCP for IPv6.
IS-IS
The following example shows how to configure IS-IS routing for IPv6 traffic.
interface Vlan306
mtu 4470
ip address 10.36.1.1 255.255.255.0
no ptp enable
ipv6 address 2001:DB8:1::1/64
ipv6 enable
ipv6 router isis isis-600-1
mpls ip
bfd interval 150 min_rx 50 multiplier 3
!
router isis isis-600-1
net net 2001:DB8.0000.0000.0003.00
bfd all-interfaces
!
address-family ipv6
maximum-paths 3
exit-address-family
!
For more information about how to configure IS-IS for IPv6, refer to Implementing IS-IS for IPv6.
Network Management
aaa new-model
ip domain name example.com
username myusername password 0 mypassword
crypto key generate rsa
int vlan 102
ipv6 address 2001:DB8::2/64
For more information about how to configure network management for IPv6, refer to Implementing IPv6
for Network Management.
IPv6 over MPLS
The following example shows how to configure IPv6 over MPLS.
router bgp 100
bgp router-id 192.168.1.1
bgp log-neighbor-changes
no bgp default route-target filter
no bgp default ipv4-unicast
neighbor 10.0.4.4 remote-as 100
neighbor 10.0.4.4 update-source Loopback0
!
address-family ipv4
neighbor 10.0.4.4 activate
no auto-summary
exit-address-family
!
address-family ipv6
redistribute ospf 6
network 2001:DB8:0::/64
network 2001:DB8:1::/64
neighbor 10.0.4.4 activate