16-41

ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter16 Configuring Tag Switching and MPLS
MPLS VPNs

Note For this example LDP and IP CEF are running.

75k-CE1 Configuration

The configuration of router 75k-CE1, follows:

!
interface ATM0/0.2 point-to-point
ip address 12.0.0.1 255.255.0.0
atm pvc 30 3 300 aal5snap
end
!
router bgp 104
bgp log-neighbor-changes
redistribute connected
neighbor 12.0.0.2 remote-as 100
!
8540-ATM-PE1 Configuration

The configuration of ATM switch router 8540-ATM-PE1, follows:

!
ip vrf vpn1
rd 200:1
route-target export 200:1
route-target import 100:1
!
interface Loopback0
ip address 22.0.0.1 255.255.255.255
end
!
!
interface ATM2/0/0.1 point-to-point
ip vrf forwarding vpn1
ip address 12.0.0.2 255.0.0.0
end
!
interface ATM11/0/2
no ip address
atm pvc 3 300 pd on interface ATM2/0/0.1 2 200 encap aal5snap
logging event subif-link-status
no atm ilmi-keepalive
end
!
interface ATM11/0/1
ip unnumbered Loopback0
logging event subif-link-status
no atm ilmi-keepalive
tag-switching ip
mpls-forwarding interface ATM2/0/0
end
!
!
router ospf 100
log-adjacency-changes
network 22.0.0.0 0.255.255.255 area 100
!