The MPLS-OPS Archive[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index][Thread Index][Author Index][Subject Index] RE: Ethernet over MPLS problem !!!!
> Here's a config example w/ 12.0(25)S. Again, 'sh mpl l2 vc det' will let > you figure out most problems. Is the "xconnect" command expected to replace "mpls l2transport" on all platforms? When do we get it in 12.2S? Steinar Haug, Nethelp consulting, sthaug@nethelp.no > Cheers. > > SA > -- > > ! > mpls label protocol ldp > ! > pseudowire-class ETHER-PW > encapsulation mpls > ! > interface FastEthernet1/1/1.1 > description Ethernet VLAN Transport > encapsulation dot1Q 100 > no ip directed-broadcast > no cdp enable > xconnect 172.16.255.4 8 pw-class ETHER-PW > service-policy input IN-POLICY > service-policy output OUT-POLICY > ! > > > -----Original Message----- > > From: kartik [mailto:kartik.kashyap@estelcom.com] > > Sent: Thursday, August 28, 2003 10:09 PM > > To: Santiago Alvarez > > Cc: mpls-ops@mplsrc.com > > Subject: Re: [MPLS-OPS]: Ethernet over MPLS problem !!!! > > > > > > > > Hi Santaqo > > > > Thanks for responding > > > > Platform that we are using is: > > > > PE1 -Cisco7500 > > PE2- Cisco 7500 > > > > IOS that we are using is as follows: > > > > PE1- Version 12.0(25)S1 > > PE2- Version 12.0(25)S1 > > > > As of now we are not using CE1 & CE2 our connectivity is as follows: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > You can eliminate CE1 and CE2 from the diagram above. > > > > We have created Vlans on both the switches and and connected > > the PC at both > > ends to the switches.TH switch that we are using at both ends is 2900 > > series. > > > > Regards > > Kartik > > > > ----- Original Message ----- > > From: "Santiago Alvarez" <saalvare@cisco.com> > > To: "'kartik'" <kartik.kashyap@estelcom.com> > > Cc: <mpls-ops@mplsrc.com> > > Sent: Friday, August 29, 2003 6:29 AM > > Subject: RE: [MPLS-OPS]: Ethernet over MPLS problem !!!! > > > > > > What platform? what IOS release? I'd suggest using 12.0(24)S > > or later where > > the xconnect CLI is present. Use 'sh mpl l2 vc det' to > > troubleshoot your > > connection. > > Cheers. > > > > SA > > -- > > > > -----Original Message----- > > From: Luciano Salata [mailto:salata-list@ifxnw.com.ar] > > Sent: Thursday, August 28, 2003 3:26 PM > > To: kartik; mpls-ops@mplsrc.com > > Subject: RE: [MPLS-OPS]: Ethernet over MPLS problem !!!! > > > > > > Hi Rajesh > > > > What platform and IOS code are you running ? > > > > > > Luciano > > > > -----Mensaje original----- > > De: kartik [mailto:kartik.kashyap@estelcom.com] > > Enviado el: Miércoles, 27 de Agosto de 2003 11:52 a.m. > > Para: mpls-ops@mplsrc.com > > Asunto: [MPLS-OPS]: Ethernet over MPLS problem !!!! > > > > > > Hi > > > > I am trying to simulate ethernet over MPLS , I hav prepared > > one draft for > > that. Is there anybody who can suggest any adivise , as my VC > > is not coming > > UP. I don't know where I am doing the mistake ??? > > > > > > _____ > > > > > > Configuring Draft > > for Ethernet over MPLS Testing > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Pt. B > > > > > > CE-1 > > > > > > > > > > interface FastEthernet0/1 > > > > no ip address > > > > no ip redirects > > > > no ip directed-broadcast > > > > no ip mroute-cache > > > > no keepalive > > > > no cdp enable > > > > interface FastEthernet0/1.12 > > > > encapsulation dot1Q 12 > > > > ip address 10.0.0.1 255.255.255.0 > > > > no ip directed-broadcast > > > > no cdp enable > > > > > > > > > > Pt. A > > > > > > IP address - 10.0.0.3 255.255.255.0 > > > > > > > > PE -1 > > > > > > > > > > Global Configuration mode- > > > > > > > > > > mpls label protocol ldp > > > > mpls ldp router-id loopback5 force > > > > > > > > interface Loopback 5 > > > > ip address 202.140.36.65 255.255.255.255 > > > > no ip directed-broadcast > > > > interface Serial 1/1/1 > > > > ip address 202.131.156.41 255.255.255.252 > > > > no ip directed-broadcast > > > > mpls ip > > > > no cdp enable > > > > interface FastEthernet1/0/0 > > > > no ip address > > > > no ip redirects > > > > no ip directed-broadcast > > > > no ip mroute-cache > > > > no keepalive > > > > no cdp enable > > > > mpls ip > > > > interface FastEthernet1/0/0.1 > > > > encapsulation dot1Q 12 > > > > no ip directed-broadcast > > > > mpls l2transport route 202.140.40.65 125 > > > > no cdp enable > > > > > > > > > > > > > > PE-2 > > > > > > > > > > > > Global Configuration mode- > > > > > > > > > > mpls label protocol ldp > > > > mpls ldp router-id loopback4 force > > > > > > > > interface Loopback 4 > > > > ip address 202.140.40.65 255.255.255.255 > > > > no ip directed-broadcast > > > > interface Serial 1/0/6 > > > > ip address 202.131.156.42 255.255.255.252 > > > > no ip directed-broadcast > > > > mpls ip > > > > no cdp enable > > > > interface FastEthernet4/0/0 > > > > no ip address > > > > no ip redirects > > > > no ip directed-broadcast > > > > no ip mroute-cache > > > > no keepalive > > > > no cdp enable > > > > mpls ip > > > > interface FastEthernet4/0/0.1 > > > > encapsulation dot1Q 12 > > > > no ip directed-broadcast > > > > mpls l2transport route 202.140.36.65 125 > > > > no cdp enable > > > > > > > > > > CE-1 > > > > > > > > > > interface FastEthernet0/1 > > > > no ip address > > > > no ip redirects > > > > no ip directed-broadcast > > > > no ip mroute-cache > > > > no keepalive > > > > no cdp enable > > > > > > > > interface FastEthernet0/1.12 > > > > encapsulation dot1Q 12 > > > > ip address 10.0.0.2 255.255.255.0 > > > > no ip directed-broadcast > > > > no cdp enable > > > > > > > > > > Pt. B > > > > > > IP address - 10.0.0.4 255.255.255.0 > > > > > > > > > > > > > > > > > > Commands to run during Testing- > > > > > > > > > > 1. mpls l2transport route - Enable the local and > > remote PE router to > > establish a virtual circuit. > > > > > > > > 2. mpls label protocol ldp - Specify the Label Distribution Protocol. > > > > 3. mpls ip - enabling dynamic MPLS labeling > > > > > > > > > > Command for verification / Troubleshooting- > > > > > > > > > > 1. show mpls ldp discovery - To make sure the PE router endpoints have > > discovered each other. > > > > 2. show mpls l2transport vc - To check that a VC has been established > > between the PE routers and that the VC is operational. > > > > 3. show mpls ldp neighbors - To make sure the label distribution > > session has been established. > > > > 4. show mpls forwarding-table - To make sure the label > > forwarding table > > is built correctly. > > > > > > > > The End. > > > > > > regards > > Rajesh Chauhan > > > > > > > > > > > ------- > The MPLS-OPS Mailing List > Subscribe/Unsubscribe: http://www.mplsrc.com/mplsops.shtml > Archive: http://www.mplsrc.com/mpls-ops_archive.shtml ------- The MPLS-OPS Mailing List Subscribe/Unsubscribe: http://www.mplsrc.com/mplsops.shtml Archive: http://www.mplsrc.com/mpls-ops_archive.shtml
|
|