Hi all

I am doing Yusuf lab 1 now. On R6, Serial0/1/0.2 didn't have a dlci and
hence I configured 505 on a guess

interface Serial0/1/0.2 point-to-point
 ip address 192.168.65.6 255.255.255.0
 ip ospf network point-to-point
* frame-relay interface-dlci 505* > I added this




*R5*

interface Serial0/1/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/1/0.1 point-to-point
 ip address 192.168.65.5 255.255.255.0
 ip ospf network point-to-point
 frame-relay interface-dlci 605


*R6*

interface Serial0/1/0.1 point-to-point
 ip address 192.168.64.6 255.255.255.0
 ip ospf network point-to-point
 frame-relay interface-dlci 504
!
interface Serial0/1/0.2 point-to-point
 ip address 192.168.65.6 255.255.255.0
 ip ospf network point-to-point
 frame-relay interface-dlci 505


After adding the DLCI, I am able to ping 192.168.65.5 from R6 but not able
to ping192.168.65.6 from R5.

R5#ping 192.168.65.6

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.65.6, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

R6#ping 192.168.65.5

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.65.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/32/32 ms


Any idea?

With regards
KIngs
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to