AToM
Frame-Relay to VLAN Interworking – AToM
Consider the topology below.
Watch the video below or download and watch it on your ipod or iphone.
The commands used in the above video can be found below.
PE1
!
hostname PE1
!
frame-relay switching
!
mpls ldp router-id Loopback0 force
mpls label protocol ldp
!
pseudowire-class ZARAR
encapsulation mpls
interworking ip
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet1/0
ip address 10.0.0.1 255.255.255.252
mpls ip
!
interface Serial2/0
no ip address
encapsulation frame-relay
clockrate 128000
frame-relay interface-dlci 110 [...]
MPLS AToM – Pseodowires
MPLS AToM is very different to L2TP in that it does not utlize an IP header in anyway to carry data accross an MPLS network.
AToM uses LDP extended discovery ie targeted hellos to establish an LDP session with a non-directly connected neighbor.
Lets examine the topology below.
To setup a AToM circuit using the configuration below.
R1
pseudowire-class ZARAR-AToM
encapsulation [...]

