cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

ASR1000 DLCI-to-DLCI L2VPN using protocol based CLI - WRONG DOCUMENTATION

Good day networkers,

Referring to this document: http://goo.gl/6w8Ro7, below is the way to configure DLCI to DLCI L2VPN:


 configure terminal

frame-relay switching

interface serial slot / subslot / port [. subinterface]

encapsulation frame-relay [cisco | ietf]

frame-relay intf-type dce

exit

connect connection-name interface dlci l2transport

end

interface pseudowire number

encapsulation mpls

neighbor 10.0.0.1 123

exit

l2vpn xconnect context context-name

member pseudowire interface-number

member 10.0.0.1 123 encapsulation mpls

The problem is, the peer IP address and the VCID defined on both of the "psedowire interface" and the "l2vpn xconnect context" are the same, this makes the router refuses the configuration telling the following:

interface pseudowire123
 encapsulation mpls
 neighbor 10.0.0.1 123
end

router(config-xconnect)#member 10.0.0.1 123 encapsulation mpls
% Xconnect PW member is configured with a specified interface


And more importantly, this configuration lacks the link/connection between the local circuit and the neighbor.

Is it a wrong documentation from Cisco?

Who Me Too'd this topic