I do suspect there is an issue on the frame-relay switch. To continue doing your lab what you could do is please try the following DLCIs instead:
R2 --> R4: 204 R2 --> R5: 205 R2 --> R6: 206 R4 --> R2: 402 R5 --> R2: 502 R6 --> R2: 602 Let me know if that works for you. On Thu, Mar 11, 2010 at 2:18 AM, Patrice Ngassam <[email protected]>wrote: > I tried what you asked Joe, same issue : > > R2(config-subif)#do sh int s0/1/0 > Serial0/1/0 is up, line protocol is up > Hardware is GT96K Serial > MTU 1500 bytes, BW 1544 Kbit/sec, DLY 20000 usec, > reliability 255/255, txload 1/255, rxload 1/255 > Encapsulation FRAME-RELAY, loopback not set > Keepalive set (10 sec) > CRC checking enabled > LMI enq sent 4912, LMI stat recvd 4914, LMI upd recvd 0, DTE LMI up > LMI enq recvd 0, LMI stat sent 0, LMI upd sent 0 > LMI DLCI 1023 LMI type is CISCO frame relay DTE > FR SVC disabled, LAPF state down > Broadcast queue 0/64, broadcasts sent/dropped 11/4, interface broadcasts > 6 > Last input 00:00:05, output 00:00:05, output hang never > Last clearing of "show interface" counters 13:38:56 > Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 > Queueing strategy: weighted fair > Output queue: 0/1000/64/0 (size/max total/threshold/drops) > Conversations 0/1/256 (active/max active/max total) > Reserved Conversations 0/0 (allocated/max allocated) > Available Bandwidth 1158 kilobits/sec > > R2(config-if)#do sh run int s0/1/0 > Building configuration... > > Current configuration : 162 bytes > > ! > interface Serial0/1/0 > no ip address > encapsulation frame-relay > ip ospf message-digest-key 1 md5 ipexpert > no arp frame-relay > no frame-relay inverse-arp > end > > R2(config-if)#do sh frame pvc | i DEL > > DLCI = 104, DLCI USAGE = LOCAL, PVC STATUS = DELETED, INTERFACE = > Serial0/1/0.24 > > DLCI = 105, DLCI USAGE = LOCAL, PVC STATUS = DELETED, INTERFACE = > Serial0/1/0.25 > > DLCI = 106, DLCI USAGE = LOCAL, PVC STATUS = DELETED, INTERFACE = > Serial0/1/0.26 > > > *Patrice Ngassam* > *Ceritified Cisco CCNP, CCDP, CCIP* > > > > > ------------------------------ > From: [email protected] > Date: Thu, 11 Mar 2010 02:01:56 -0500 > > Subject: Re: [OSL | CCIE_RS] Volume 1 - Lab 30 : What Could I do to bring > serial sub-interfaces up? > To: [email protected] > CC: [email protected]; [email protected] > > OK -- > > Well one problem with your configuration is the s0/1/0 physical interface. > That is not on the lab diagram anywhere. You should only have s0/1/0.24, > s0/1/0.25, and s0/1/0.26 all point-to-point sub-interfaces. The > sub-interfaces look right. Regardless, you should be getting DLCI 104, 105 > and 106 from the frame-switch via LMI and looking at your first post, you > aren't. > > You can try removing those frame-relay maps on s0/1/0 then do shut/no > shut. Can you tell me what state s0/1/0 is in please? > > On Thu, Mar 11, 2010 at 1:56 AM, Patrice Ngassam <[email protected]>wrote: > > here is the config I have on those interfaces : > > i*nterface Serial0/1/0 > no ip address > encapsulation frame-relay > ip ospf message-digest-key 1 md5 ipexpert > no arp frame-relay > frame-relay map ip 141.41.26.2 206 > frame-relay map ip 141.41.26.6 206 > frame-relay map ip 141.41.26.5 205 broadcast > no frame-relay inverse-arp > ! > interface Serial0/1/0.24 point-to-point > ip vrf forwarding VPNA > ip address 150.50.24.2 255.255.255.252 > frame-relay interface-dlci 104 > ! > interface Serial0/1/0.25 point-to-point > ip address 150.50.25.2 255.255.255.252 > mpls ip > frame-relay interface-dlci 105 > ! > interface Serial0/1/0.26 point-to-point > ip address 150.50.26.2 255.255.255.252 > mpls ip > frame-relay interface-dlci 106 > !* > > I tried shut-no shut it did not help me. > > > *Patrice Ngassam* > *Ceritified Cisco CCNP, CCDP, CCIP* > > > > > ------------------------------ > From: [email protected] > Date: Thu, 11 Mar 2010 01:49:42 -0500 > Subject: Re: [OSL | CCIE_RS] Volume 1 - Lab 30 : What Could I do to bring > serial sub-interfaces up? > To: [email protected] > CC: [email protected]; [email protected] > > > Some basic troubleshooting -- > > 1) Is the physical serial interface down/down? > 2) Have you made any changes at all on the router end? Any clocking, > encapsulation, LMI changes? > > Deleted will usually indicate that you are specifying a DLCI in a > frame-relay inerface-dlci command but you have not received that DLCI from > the frame switch via LMI. I noticed all your sub-interfaces were down/down > though and not up/down so I am wondering if you have even L1 > connectivity???? > > It could be something as simple as a loose/bad serial cable. I doubt it > has anything to do with the frame-relay switch configurations as that never > changes or is touched. It smells more physical to me. At any rate, I am > 100% confident support can take care of this issue, and if you had a > physical problem you will be compensated with rack time I'm sure. > > > > On Thu, Mar 11, 2010 at 1:45 AM, Joe Astorino <[email protected]>wrote: > > Hi Patrice, > > The frame-relay switch is not accessible in proctor labs racks, but > configuring a frame-relay switch should definitely be something you cover in > your studies. As far as your problem, usually a status of DELETED means you > have a DLCI configured that the frame-switch does not have, so I agree with > you. All of our frame-relay switches are configured the same way which is > a standard full mesh of 3 PVCs between every router. > > Did you reach out to support??? Usually they are very responsive to these > sorts of issues and I am sure they can check your frame-relay switch out. I > will copy them on this to get the ball rolling. Sorry for your troubles. > > > > On Thu, Mar 11, 2010 at 1:38 AM, Patrice Ngassam <[email protected]>wrote: > > Hi, > I am currently working on Volume 1 - Lab 30 and I am stuck with basic L1 > issue. It appears that IPexpert has not provisioned their frame-relay switch > accordingly. The configuration of that frame-relay switch is it part of the > lab? Again, I had to stop my Lab for unforeseen circumtances. > > was working on pod pod112ts1.proctorlabs.com between 00:00 and 7:45 ET > > *R2(config-subif)#do sh frame-relay pvc | in DELETE > DLCI = 104, DLCI USAGE = LOCAL, PVC STATUS = DELETED, INTERFACE = > Serial0/1/0.24 > > DLCI = 105, DLCI USAGE = LOCAL, PVC STATUS = DELETED, INTERFACE = > Serial0/1/0.25 > DLCI = 106, DLCI USAGE = LOCAL, PVC STATUS = DELETED, INTERFACE = > Serial0/1/0.26* > > > *R2(config-subif)#do sh ip int br | exc unass > Interface IP-Address OK? Method Status > Prot > ocol > Serial0/1/0.24 150.50.24.2 YES manual down > down > > Serial0/1/0.25 150.50.25.2 YES manual down > down > > Serial0/1/0.26 150.50.26.2 YES manual down > down > > Loopback0 200.0.0.2 YES manual up > up > > Loopback1 2.2.2.2 YES manual up > up > * > I've tryied a couple of shut-no shut on physical and logical sub-interfaces > with no luck. > > 1+1 = 2. > > *Patrice Ngassam* > *Ceritified Cisco CCNP, CCDP, CCIP* > > > > > > ------------------------------ > Envie de naviguer sur Internet sans laisser de trace? La solution avec > Internet Explorer 8 <http://clk.atdmt.com/FRM/go/207186970/direct/01/> > ------------------------------ > Acheter en ligne en toute sécurité ? Internet Explorer 8 vous protège > gratuitement ! <http://clk.atdmt.com/FRM/go/206608211/direct/01/> > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > > > > -- > Regards, > > > > Joe Astorino - CCIE #24347 > Sr. Technical Instructor - IPexpert > Mailto: [email protected] > Telephone: +1.810.326.1444 > Live Assistance, Please visit: www.ipexpert.com/chat > eFax: +1.810.454.0130 > > IPexpert is a premier provider of Self-Study Workbooks, Video on Demand, > Audio Tools, Online Hardware Rental and Classroom Training for the Cisco > CCIE (R&S, Voice, Security & Service Provider) certification(s) with > training locations throughout the United States, Europe, South Asia and > Australia. Be sure to visit our online communities at > www.ipexpert.com/communities and our public website at www.ipexpert.com > > > > > -- > Regards, > > > > Joe Astorino - CCIE #24347 > Sr. Technical Instructor - IPexpert > Mailto: [email protected] > Telephone: +1.810.326.1444 > Live Assistance, Please visit: www.ipexpert.com/chat > eFax: +1.810.454.0130 > > IPexpert is a premier provider of Self-Study Workbooks, Video on Demand, > Audio Tools, Online Hardware Rental and Classroom Training for the Cisco > CCIE (R&S, Voice, Security & Service Provider) certification(s) with > training locations throughout the United States, Europe, South Asia and > Australia. Be sure to visit our online communities at > www.ipexpert.com/communities and our public website at www.ipexpert.com > > ------------------------------ > Envie de naviguer sur Internet sans laisser de trace? La solution avec > Internet Explorer 8 <http://clk.atdmt.com/FRM/go/207186970/direct/01/> > > > > > -- > Regards, > > > > Joe Astorino - CCIE #24347 > Sr. Technical Instructor - IPexpert > Mailto: [email protected] > Telephone: +1.810.326.1444 > Live Assistance, Please visit: www.ipexpert.com/chat > eFax: +1.810.454.0130 > > IPexpert is a premier provider of Self-Study Workbooks, Video on Demand, > Audio Tools, Online Hardware Rental and Classroom Training for the Cisco > CCIE (R&S, Voice, Security & Service Provider) certification(s) with > training locations throughout the United States, Europe, South Asia and > Australia. Be sure to visit our online communities at > www.ipexpert.com/communities and our public website at www.ipexpert.com > > ------------------------------ > Acheter en ligne en toute sécurité ? Internet Explorer 8 vous protège > gratuitement ! <http://clk.atdmt.com/FRM/go/206608211/direct/01/> > -- Regards, Joe Astorino - CCIE #24347 Sr. Technical Instructor - IPexpert Mailto: [email protected] Telephone: +1.810.326.1444 Live Assistance, Please visit: www.ipexpert.com/chat eFax: +1.810.454.0130 IPexpert is a premier provider of Self-Study Workbooks, Video on Demand, Audio Tools, Online Hardware Rental and Classroom Training for the Cisco CCIE (R&S, Voice, Security & Service Provider) certification(s) with training locations throughout the United States, Europe, South Asia and Australia. Be sure to visit our online communities at www.ipexpert.com/communities and our public website at www.ipexpert.com
_______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
