How to Configure Frame Relay Static-Mapping
Static mapping is also
known as the Manual method; to enter the Static IP mappings use the frame-relay
map command one by one. When the OSPF is used over the Frame Relay the Static
Mapping is required, when inverse ARP on the remote router is not supported, or
when you want to control broadcast traffic.
Static-Mapping Configuration |
Router>enable
Router# configure terminal
Enter configuration
commands, one per line. End with CNTL / Z.
Router
(config) # hostname HUB
HUB (config) #
Router>enable
Router# configure terminal
Enter configuration
commands, one per line. End with CNTL / Z.
Router
(config) # hostname SPOKE1
SPOKE1 (config) #
Router>enable
Router# configure terminal
Enter configuration
commands, one per line. End with CNTL / Z.
Router
(config) # hostname SPOKE2
SPOKE2 (config) #
Frame Relay Switch Configuration |
Click on the Cloud and further
click on the config option. Click on the interface to which the HUB is
connected. And then configures the DLCIs on the interfaces.
Click on the serial 1 interface
on the Frame relay Switch to which Spoke1 is connected on the Cloud.
Click on the serial 2 interface on the Frame
relay Switch to which Spoke2 is connected on the Cloud.
SPOKE2 Configuration |
Connecting Routers with Frame Relay |
HUB (config) #interface
s 0/3/0
HUB (config-if) #ip add
1.1.1.1 255.0.0.0
HUB (config-if) #no sh
%LINK-5-CHANGED:
Interface Serial0/3/0, changed state to up
HUB (config-if) #exit
HUB (config) #interface G0/0
HUB (config-if) #ip add
192.168.1.10 255.255.255.0
HUB (config-if) #no shutdown
Interface Status UP |
HUB (config-if) #exit
HUB #
SPOKE1 (config) #interface
s 0/3/0
SPOKE1 (config-if) #ip
add 1.1.1.2 255.0.0.0
SPOKE1 (config-if) #no
sh
%LINK-5-CHANGED:
Interface Serial0/3/0, changed state to up
SPOKE1 (config-if) #exit
SPOKE1 (config) # interface G0/0
SPOKE1 (config-if) #ip add 192.168.2.10
255.255.255.0
SPOKE1 (config-if) #no shutdown
Interface Status UP |
SPOKE1 (config-if) #end
SPOKE1#
SPOKE2 (config) #interface
s 0/3/0
SPOKE2 (config-if) #ip
add 1.1.1.3 255.0.0.0
SPOKE2 (config-if) #no
sh
%LINK-5-CHANGED:
Interface Serial0/3/0, changed state to up
SPOKE2 (config-if) #exit
SPOKE2 (config) # interface G0/0
SPOKE2 (config-if) #ip add 192.168.3.10
255.255.255.0
SPOKE2 (config-if) #no sh
Interface Status UP |
SPOKE2 (config-if) #end
SPOKE2#
HUB# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
HUB (config) #interface S0/3/0
HUB (config-if) #encapsulation frame-relay
HUB (config-if) # frame-relay lmi-type ansi
Line Protocol UP |
HUB
(config-if) # no frame-relay inverse-arp
HUB (config-if) # frame-relay map ip 1.1.1.2?
<16-1007>
DLCI
HUB (config-if) #frame-relay map ip 1.1.1.2 107
HUB (config-if) #frame-relay map ip 1.1.1.3 109
HUB (config-if) #end
HUB #
SPOKE1 (config) #interface S0/3/0
SPOKE1 (config-if) #encapsulation frame-relay
SPOKE1 (config-if) # frame-relay lmi-type ansi
Line Protocol UP |
SPOKE1
(config-if) # no frame-relay inverse-arp
SPOKE1
(config-if) #frame-relay map ip 1.1.1.1 207
SPOKE1 (config-if) #end
SPOKE1 #
SPOKE2 (config) #interface S0/3/0
SPOKE2 (config-if) #encapsulation frame-relay
SPOKE2 (config-if) # frame-relay lmi-type ansi
Line Protocol UP |
SPOKE2
(config-if) # no frame-relay inverse-arp
SPOKE2
(config-if) #frame-relay map ip 1.1.1.1 209
SPOKE2 (config-if) #end
SPOKE2 #
SPOKE1# ping 1.1.1.1
Successful Ping Status |
SPOKE1#
SPOKE2# ping 1.1.1.1
Successful Ping Status |
SPOKE2#
HUB# ping 1.1.1.2
Successful Ping Status |
HUB#
HUB to SPOKE 2
HUB# ping 1.1.1.3
Successful Ping Status |
HUB#
HUB# show frame-relay map
Frame Relay map Status |
HUB#
SPOKE1# show frame-relay map
Frame Relay map Status |
SPOKE1#
Router 3 (SPOKE2)
SPOKE2# show frame-relay map
Frame Relay map Status |
SPOKE2#
- Frame relay switch configuration
- How to configure frame relay in Cisco packet tracer
- Configuring Frame Relay
If you want to Configure Dynamic Mapping of Frame Relay then visit: 👇
How to Configure Frame Relay Dynamic Mapping
0 Comments