[c-nsp] How to configuration mpls l2vpn between asr9k and 3750? Help me please!
ปลาวาฬทราย RMUTT CPE IX
pws_admin at thaicpe.com
Thu Aug 22 10:49:47 EDT 2013
I used this configure not work.
ASR9K:
interface TenGigE0/0/0/3.12 l2transport
encapsulation dot1q 12
rewrite ingress tag pop 1 symmetric
mtu 1544
!
l2vpn
xconnect group asrl2vpn
p2p TestL2vpn5
interface TenGigE0/0/0/3.12
neighbor 10.5.0.90 pw-id 1190122000
pw-class mpls
!
!
!
!
ME-C3750-24TE:
vlan 12
name asrl2vpn
!
interface Vlan12
no ip address
xconnect 10.5.0.122 1190122000 encapsulation mpls
end
We have following connections:
ME-C3750-24TE Gi 1/1/2 <----> Ge 9/1(WS-X6724-SFP) CISCO7609-S (76-ES+T-4TGQ) TE 2/1 <----> Te 0/9/0/11 (14-10GbE) CSR3 (14-10GbE) Te0/9/0/10 <----> TenGigE0/0/0/0 ASR9010 Te0/0/0/3
Here is the output os show ... command
asr9k10#sh platform
Thu Aug 22 21:28:28.085 BKK
Node Type State Config State
-----------------------------------------------------------------------------
0/RSP0/CPU0 A9K-RSP440-SE(Active) IOS XR RUN PWR,NSHUT,MON
0/RSP1/CPU0 A9K-RSP440-SE(Standby) IOS XR RUN PWR,NSHUT,MON
0/0/CPU0 A9K-MOD80-SE IOS XR RUN PWR,NSHUT,MON
0/0/0 A9K-MPA-4X10GE OK PWR,NSHUT,MON
0/0/1 A9K-MPA-4X10GE OK PWR,NSHUT,MON
0/1/CPU0 A9K-MOD80-SE IOS XR RUN PWR,NSHUT,MON
0/1/0 A9K-MPA-4X10GE OK PWR,NSHUT,MON
asr9k10#sh l2vpn xconnect int Te0/0/0/3.12 detail
Thu Aug 22 21:29:43.824 BKK
Group asrl2vpn, XC TestL2vpn5, state is down; Interworking none
AC: TenGigE0/0/0/3.12, state is up
Type VLAN; Num Ranges: 1
VLAN ranges: [12, 12]
MTU 1526; XC ID 0x4000e; interworking none
Statistics:
packets: received 0, sent 0
bytes: received 0, sent 0
drops: illegal VLAN 0, illegal length 0
PW: neighbor 10.5.0.90, PW ID 1190122000, state is down ( all ready )
PW class mpls, XC ID 0xc000000c
Encapsulation MPLS, protocol LDP
Source address 10.5.0.122
PW type Ethernet, control word enabled, interworking none
PW backup disable delay 0 sec
Sequencing not set
MPLS Local Remote
------------ ------------------------------ -----------------------------
Label 18618 3465
Group ID 0x180 0x0
Interface TenGigE0/0/0/3.12 unknown
MTU 1526 1526
Control word enabled disabled
PW type Ethernet Ethernet VLAN
VCCV CV type 0x2 0x2
(LSP ping verification) (LSP ping verification)
VCCV CC type 0x7 0x2
(control word)
(router alert label) (router alert label)
(TTL expiry)
------------ ------------------------------ -----------------------------
MIB cpwVcIndex: 3221225484
Create time: 22/08/2013 17:55:16 (03:34:02 ago)
Last time status changed: 22/08/2013 17:55:17 (03:34:02 ago)
Error: illegal control word
Statistics:
packets: received 0, sent 0
bytes: received 0, sent 0
3750#sh mpls l2 vc det
Local interface: Vl12 up, line protocol up, Eth VLAN 12 up
Destination address: 10.5.0.122, VC ID: 1190122000, VC status: down
Output interface: if-?(0), imposed label stack {}
Preferred path: not configured
Default path: no route
No adjacency
Create time: 04:41:32, last status change time: 03:38:36
Signaling protocol: LDP, peer 10.5.0.122:0 up
Targeted Hello: 10.5.0.90(LDP Id) -> 10.5.0.122
Status TLV support (local/remote) : enabled/not supported
Label/status state machine : remote invalid, LruRru
Last local dataplane status rcvd: no fault
Last local SSS circuit status rcvd: no fault
Last local SSS circuit status sent: PW DOWN(rx,tx faults)
Last local LDP TLV status sent: no fault
Last remote LDP TLV status rcvd: not sent
MPLS VC labels: local 3465, remote 18618
Group ID: local 0, remote 384
MTU: local 1526, remote 1526
Remote interface description: TenGigE0_0_0_3.12
Sequencing: receive disabled, send disabled
VC statistics:
packet totals: receive 0, send 0
byte totals: receive 0, send 0
packet drops: receive 0, send 0
Thank you very much.
> From: tim at bobbroadband.com
> To: pws_admin at thaicpe.com; cisco-nsp at puck.nether.net
> Subject: RE: [c-nsp] How to configuration mpls l2vpn between asr9k and 3750? Help me please!
> Date: Thu, 22 Aug 2013 13:59:55 +0000
>
> Assuming you are using the ME-C3750-24TE , here's a sample config that's working for us (MPLS MUST be enabled on one of the special ES Uplink ports for any MPLS to work):
>
> interface FastEthernet1/0/6
> description Customer-interface
> switchport trunk encapsulation dot1q
> !VLAN 2643 is used as a native, to provide the customer
> !Internet transit as well as Pseudowire
> !The customer tags pseudowire traffic with VLAN 912 (or we tag it for them with a switch)
> switchport trunk native vlan 2643
> switchport trunk allowed vlan 912, 2643
> switchport mode trunk
> no cdp enable
>
> interface Vlan912
> description pseudowire
> no ip address
> !use the loopback of the other side of the pseudowire tunnel
> xconnect a.b.c.d 912 encapsulation mpls
> end
>
> And on the other end (which is actually a 6503-E/Sup720, but should be similar):
> interface GigabitEthernet2/45.912
> description pw-2pp-8nh-evergent
> encapsulation dot1Q 912
> !use the loopback of the 3750
> xconnect w.x.y.z 912 encapsulation mpls
> end
>
> Tim Huffman
> Director of Engineering
> Business Only Broadband
> 999 Oak Creek Dr, Lombard, IL 60148
> Direct: 630.590.6012 | Main: 630.590.6000 | Fax: 630.986.2496
> thuffman at bobbroadband.com | http://www.bobbroadband.com/
> Cell: 630.340.1925 | Toll-Free Customer Support: 877.262.4553
> Follow Us on LinkedIn | Follow Us on Twitter
> please consider the environment prior to printing
>
> -----Original Message-----
> From: cisco-nsp [mailto:cisco-nsp-bounces at puck.nether.net] On Behalf Of PlaWanSai RMUTT CPE IX
> Sent: Thursday, August 22, 2013 5:47 AM
> To: cisco-nsp at puck.nether.net
> Subject: [c-nsp] How to configuration mpls l2vpn between asr9k and 3750? Help me please!
>
> Hello all,
>
> How to configuration mpls l2vpn between asr9k and 3750? Help me please!
>
>
>
> Thank you very much.
>
> _______________________________________________
> cisco-nsp mailing list cisco-nsp at puck.nether.net https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
More information about the cisco-nsp
mailing list