My Countingdown

Thursday, December 8, 2011

Lab 8. Frame Relay (Point-to-point Subinterface + Main Interface: Static Mapping)


R1#sh run | Sec Serial0/0
interface Serial0/0
no ip address
encapsulation frame-relay

interface Serial0/0.1 point-to-point
ip address 12.12.12.1 255.255.255.0
frame-relay interface-dlci 102

R2#sh run | sec Serial0/0
interface Serial0/0
ip address 12.12.12.2 255.255.255.0
encapsulation frame-relay
frame-relay map ip 12.12.12.1 201 broadcast

R1#sh fram map
Serial0/0.1 (down): point-to-point dlci, dlci 102(0x66,0x1860), broadcast
status deleted

Opsss, the status is deleted??? Just wait for a moment :(
If it’s still deleted, just check the mapping!
Then we have

R1#sh fram map
Serial0/0.1 (up): point-to-point dlci, dlci 102(0x66,0x1860), broadcast
status defined, active

R2#sh fram map
Serial0/0 (up): ip 12.12.12.1 dlci 201(0xC9,0x3090), static,
broadcast,
CISCO, status defined, active

R2#ping 12.12.12.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 12.12.12.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/24/48 ms

No comments:

Post a Comment