You need to map your ip to the dlci towards the hub router Regards, Jay McMickle- CCNP,CCSP,CCDP Sent from my iPhone
On Sep 1, 2010, at 4:52 PM, [email protected] wrote: > Send CCIE_RS mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://onlinestudylist.com/mailman/listinfo/ccie_rs > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of CCIE_RS digest..." > Today's Topics: > > 1. Workbook 1 , LAB6 (Frame-Relay). (Amer Mustafa) > 2. Re: Workbook 1 , LAB6 (Frame-Relay). (Jason Maynard) > 3. Re: Workbook 1 , LAB6 (Frame-Relay). (Amer Mustafa) > I am on task 6.4 for LAB 6 WB1. > > on R4 : > > R4#show run | s Serial0/0/0 > interface Serial0/0/0 > ip address 150.100.24.4 255.255.255.0 > encapsulation frame-relay > R4#ping 150.100.24.4 > Type escape sequence to abort. > Sending 5, 100-byte ICMP Echos to 150.100.24.4, timeout is 2 seconds: > ..... > Success rate is 0 percent (0/5) > > on R2 : > > R2(config)#do sh run | s Serial0/1/0 > interface Serial0/1/0 > description Frame Relay Links > ip address 150.100.100.2 255.255.255.0 > encapsulation frame-relay > frame-relay map ip 150.100.100.2 205 > frame-relay map ip 150.100.100.6 206 broadcast > frame-relay map ip 150.100.100.5 205 broadcast > no frame-relay inverse-arp > interface Serial0/1/0.1 point-to-point > ip address 150.100.24.2 255.255.255.0 > R2(config)#do ping 150.100.24.2 > Type escape sequence to abort. > Sending 5, 100-byte ICMP Echos to 150.100.24.2, timeout is 2 seconds: > ..... > Success rate is 0 percent (0/5) > R2(config)# > > what could be the reason ? > > ====================== > > regards ... > Amer > > > > > > Do sh “show frame map” to see that you are missing IP to DLCI mappings > > > > Add “frame-relay interface-dlci #” command > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of Amer Mustafa > Sent: September-01-10 5:41 PM > To: [email protected] > Subject: [OSL | CCIE_RS] Workbook 1 , LAB6 (Frame-Relay). > > > > I am on task 6.4 for LAB 6 WB1. > > > > on R4 : > > > > R4#show run | s Serial0/0/0 > interface Serial0/0/0 > ip address 150.100.24.4 255.255.255.0 > encapsulation frame-relay > R4#ping 150.100.24.4 > > Type escape sequence to abort. > Sending 5, 100-byte ICMP Echos to 150.100.24.4, timeout is 2 seconds: > ..... > Success rate is 0 percent (0/5) > > > > on R2 : > > > > R2(config)#do sh run | s Serial0/1/0 > interface Serial0/1/0 > description Frame Relay Links > ip address 150.100.100.2 255.255.255.0 > encapsulation frame-relay > frame-relay map ip 150.100.100.2 205 > frame-relay map ip 150.100.100.6 206 broadcast > frame-relay map ip 150.100.100.5 205 broadcast > no frame-relay inverse-arp > interface Serial0/1/0.1 point-to-point > ip address 150.100.24.2 255.255.255.0 > R2(config)#do ping 150.100.24.2 > > Type escape sequence to abort. > Sending 5, 100-byte ICMP Echos to 150.100.24.2, timeout is 2 seconds: > ..... > Success rate is 0 percent (0/5) > R2(config)# > > > > what could be the reason ? > > > > ====================== > > > > regards ... > > Amer > > > > Nope, its not working. > > R4(config-if)#do show fram map > Serial0/0/0 (up): ip 150.100.100.2 dlci 412 (0x19C,0x64C0), dynamic, > broadcast,, status defined, active > R4(config-if)#do sh run | s Serial0/0/0 > interface Serial0/0/0 > ip address 150.100.24.4 255.255.255.0 > encapsulation frame-relay > frame-relay interface-dlci 412 > R4(config-if)#do ping 150.100.24.2 > Type escape sequence to abort. > Sending 5, 100-byte ICMP Echos to 150.100.24.2, timeout is 2 seconds: > ..... > Success rate is 0 percent (0/5) > R4(config-if)# > > > On Thu, Sep 2, 2010 at 12:44 AM, Jason Maynard <[email protected]> > wrote: > > > > > Do sh “show frame map” to see that you are missing IP to DLCI mappings > > > > Add “frame-relay interface-dlci #” command > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of Amer Mustafa > Sent: September-01-10 5:41 PM > To: [email protected] > Subject: [OSL | CCIE_RS] Workbook 1 , LAB6 (Frame-Relay). > > > > I am on task 6.4 for LAB 6 WB1. > > > > on R4 : > > > > R4#show run | s Serial0/0/0 > interface Serial0/0/0 > ip address 150.100.24.4 255.255.255.0 > encapsulation frame-relay > R4#ping 150.100.24.4 > > Type escape sequence to abort. > Sending 5, 100-byte ICMP Echos to 150.100.24.4, timeout is 2 seconds: > ..... > Success rate is 0 percent (0/5) > > > > on R2 : > > > > R2(config)#do sh run | s Serial0/1/0 > interface Serial0/1/0 > description Frame Relay Links > ip address 150.100.100.2 255.255.255.0 > encapsulation frame-relay > frame-relay map ip 150.100.100.2 205 > frame-relay map ip 150.100.100.6 206 broadcast > frame-relay map ip 150.100.100.5 205 broadcast > no frame-relay inverse-arp > interface Serial0/1/0.1 point-to-point > ip address 150.100.24.2 255.255.255.0 > R2(config)#do ping 150.100.24.2 > > Type escape sequence to abort. > Sending 5, 100-byte ICMP Echos to 150.100.24.2, timeout is 2 seconds: > ..... > Success rate is 0 percent (0/5) > R2(config)# > > > > what could be the reason ? > > > > ====================== > > > > regards ... > > Amer > > > >
_______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
