16-38

ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter16 Configuring Tag Switching and MPLS
MPLS VPNs
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 FastEthernet4/0
ip address 7.0.0.2 255.0.0.0
no ip mroute-cache
duplex half
end
!
router bgp 105
bgp log-neighbor-changes
redistribute connected
neighbor 7.0.0.1 remote-as 100
!