Example 4-4 – Cisco 10000 User Manual

Page 146

Advertising
background image

4-14

Cisco 10000 Series Router Software Configuration Guide

OL-2226-23

Chapter 4 Configuring Multiprotocol Label Switching

IPv6 VPN over MPLS

Example 4-4

Configuring IPv6 VPN over MPLS

version 12.2

no service pad

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname sa14-72b

!

logging snmp-authfail

logging queue-limit 100

!

clock timezone GMT 0

ip subnet-zero

ip cef

!

ipv6 unicast-routing

vrf definition blue

rd 200:1

address-family ipv6

route-target export 200:1

route-target import 200:1

exit-address-family

!

vrf definition red

rd 100:1

address-family ipv6

route-target export 100:1

route-target import 100:1

exit-address-family

!

ipv6 cef

mpls ldp logging neighbor-changes

mpls ldp router-id Loopback0

!

!

interface Loopback0

ip address 200.11.11.1 255.255.255.255

ipv6 address BEEF:11::1/64

ipv6 nd prefix default 0 0 off-link no-autoconfig

no ipv6 mfib fast

!

interface Ethernet0/0

vrf forwarding red

ip address 50.1.1.2 255.255.255.0

no ip route-cache

no ip mroute-cache

ipv6 address 4000::72B/64

ipv6 address 8008::72B/64

ipv6 nd prefix default infinite infinite

no ipv6 mfib fast

!

interface Ethernet1/0

ip address 40.1.1.2 255.255.255.0

ip router isis

no ip mroute-cache

mpls ip

!

interface Ethernet2/0

vrf forwarding blue

ip address 90.1.1.2 255.255.255.0

ipv6 address 8008::72B/64

no ipv6 mfib fast

Advertising