My Countingdown

Showing posts with label Frame Relay Static Mapping. Show all posts
Showing posts with label Frame Relay Static Mapping. Show all posts

Monday, December 5, 2011

Lab 2. Frame Relay Static Mapping

Beside dynamic mapping, there is static mapping. Here the topology:



R1#
interface Serial0/0
ip address 12.12.12.1 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 12.12.12.2 102 broadcast
end

R2#
interface Serial0/0
ip address 12.12.12.2 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 12.12.12.1 201 broadcast
end

Lets check the mapping and ping

R1#sh fra map
Serial0/0 (up): ip 12.12.12.2 dlci 102(0x66,0x1860), static,
broadcast,
CISCO, 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 = 1/16/40 ms

Sunday, December 4, 2011

Frame Relay Static Mapping

Beside dynamic mapping, there is static mapping. Here the topology:



R1#
interface Serial0/0
ip address 12.12.12.1 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 12.12.12.2 102 broadcast
end

R2#
interface Serial0/0
ip address 12.12.12.2 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 12.12.12.1 201 broadcast
end

Lets check the mapping and ping

R1#sh fra map
Serial0/0 (up): ip 12.12.12.2 dlci 102(0x66,0x1860), static,
broadcast,
CISCO, 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 = 1/16/40 ms