cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
455
Views
0
Helpful
1
Replies

Hairpin EoMPLS on the same interface on the same router

jlixfeld
Level 1
Level 1

I have an service provider client who has a layer 2 lan extension service provided by the local telco. The telco provides a single physical access to the service provider, and each of the service provider's clients are terminated on the access as a VLAN.

My client wants to provide an EoMPLS links for a client who has two VLANs coming in on this access. My question is if it's possible to hairpin traffic like that on the same interface on the same router?

simply:

!

pseudowire-class ATOM-E

encapsulation mpls

interworking ethernet

!

interface loopback 0

ip address 1.1.1.1

!

interface FastEthernet0/0.100

no ip address

encapsulation dot1q 100

xconnect 1.1.1.1 50 pw-class ATOM-E

!

interface FastEthernet0/0.200

no ip address

encapsulation dot1q 200

xconnect 1.1.1.1 50 pw-class ATOM-E

!

1 Reply 1

jlixfeld
Level 1
Level 1