06-24-2017 01:08 AM - edited 03-01-2019 03:07 PM
Hi,
Can i create Xconnect between two end points without using mpls on this two points(routers), including not using mpls on the routers between these two points?
In addition does anybody have additional material for the Xconnect subject? I couldn't find anything good in Google
Thanks in advance
Solved! Go to Solution.
07-03-2017 04:08 AM
Hi,
You can use L2TPv3 pseudowire, you need to have IP reachability between the two peers.
pseudowire-class ether-pw
encapsulation l2tpv3
protocol none
ip local interface Loopback0
!
interface Ethernet 0/0
xconnect <peerIP address> <vc-id> encapsulation l2tpv3 manual pw-class ether-pw
!
I hope this could help you.
Best regards.
07-03-2017 04:08 AM
Hi,
You can use L2TPv3 pseudowire, you need to have IP reachability between the two peers.
pseudowire-class ether-pw
encapsulation l2tpv3
protocol none
ip local interface Loopback0
!
interface Ethernet 0/0
xconnect <peerIP address> <vc-id> encapsulation l2tpv3 manual pw-class ether-pw
!
I hope this could help you.
Best regards.
07-31-2017 09:58 AM
thanks you!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide