L2VPN EoMPLS : port-to-port Mode
L2VPN over MPLS : Port to Port Mode
Tool : Dynamips c7200
Purpose : connecting CE1 and CE2 with same IP subnet
Topology
Example configuration for PE router
!
!
interface Loopback0
ip address 202.162.208.252 255.255.255.255
no clns route-cache
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface FastEthernet1/0
no ip address
speed auto
duplex auto
no clns route-cache
xconnect 125.249.16.252 100 encapsulation mpls
!
interface FastEthernet1/1
ip address 202.162.208.1 255.255.255.252
speed auto
duplex auto
mpls ip
no clns route-cache
!
router ospf 1
log-adjacency-changes
network 202.162.208.1 0.0.0.0 area 0
network 202.162.208.252 0.0.0.0 area 0
!
at CE1 and CE2 Use same IP subnet
For complete configuration download at this Link

