16-43
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter 16
Configuring Tag Switching and MPLS
MPLS VPNs
interface Loopback0
ip address 24.0.0.1 255.255.255.255
end
!
interface ATM2/0/0.1 point-to-point
ip vrf forwarding vpn1
ip address 7.0.0.1 255.0.0.0
end
!
!
interface ATM12/0/1
no ip address
atm pvc 2 100 pd on interface ATM2/0/0.1 2 200 encap aal5snap
logging event subif-link-status
clock source free-running
no atm ilmi-keepalive
end
!
!
interface ATM12/0/2
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 24.0.0.0 0.255.255.255 area 100
!
router bgp 100
bgp log-neighbor-changes
neighbor 22.0.0.1 remote-as 100
neighbor 22.0.0.1 update-source Loopback0
!
address-family ipv4 vrf vpn1
redistribute connected
neighbor 7.0.0.2 remote-as 105
neighbor 7.0.0.2 activate
no auto-summary
no synchronization
exit-address-family
!
address-family vpnv4
neighbor 22.0.0.1 activate
neighbor 22.0.0.1 send-community extended
exit-address-family
!
75k-CE2 Configuration
The configuration of router 75k-CE2, follows:
!
interface ATM2/0.2 point-to-point
ip address 7.0.0.2 255.0.0.0
atm pvc 2 2 100 aal5snap
end