cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1298
Views
5
Helpful
3
Replies

asr1002-x pseudowire

billybong
Level 1
Level 1

Hi all,

can anyone point me in the right direction

My customer is asking for an ASR1001-X to create a pseudowire connetion on a mpls circuit

The Asr already has an advanced enterprise services license

my question is do i need to supply any other licenses

 

Thanks in advance

1 Accepted Solution

Accepted Solutions

you need advantage license for this feature to use.

 

you can also refer future navigator :

 

https://cfnng.cisco.com/

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

here is the confguration guide :

 

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/mp_l2_vpns/configuration/xe-16/mp-l2-vpns-xe-16-book/l2vpn-pseudowire-switching.html

 

it is simple configuraiton if MPLS network in place :

 

here is my lab setup config :

 

PW config
==========

R1
====
pseudowire-class R1-R2
encapsulation mpls
!
interface Ethernet0/3
no ip address
xconnect 10.2.1.1 12 encapsulation mpls pw-class R1-R2
no shutdown

R2
==

pseudowire-class R1-R2
encapsulation mpls
!
interface Ethernet0/3
no ip address
xconnect 10.1.1.1 12 encapsulation mpls pw-class R1-R2
no shutdown



checks
======

R2#show mpls l2transport vc 12

Local intf Local circuit Dest address VC ID Status
------------- -------------------------- --------------- ---------- ----------
Et0/3 Ethernet 10.1.1.1 12 UP

R1#show mpls l2transport vc 12

Local intf Local circuit Dest address VC ID Status
------------- -------------------------- --------------- ---------- ----------
Et0/3 Ethernet 10.2.1.1 12 UP

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Many thanks for replying and for the config but what I really need to know is do I require any licences for it

you need advantage license for this feature to use.

 

you can also refer future navigator :

 

https://cfnng.cisco.com/

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help