How to Configure Frame Relay Static-Mapping

How to Configure Frame Relay Static-Mapping

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.

How to Configure Frame Relay Static-Mapping

Frame Relay
Static-Mapping Configuration


Changing the Host Names of the Routers R1, R2, and R3

Router R1 (HUB)

Router>enable

Router# configure terminal

Enter configuration commands, one per line. End with CNTL / Z.

Router (config) # hostname HUB

HUB (config) #

Router R2 (SPOKE1)

Router>enable

Router# configure terminal

Enter configuration commands, one per line. End with CNTL / Z.

Router (config) # hostname SPOKE1

SPOKE1 (config) #

Router R3 (SPOKE2)

Router>enable

Router# configure terminal

Enter configuration commands, one per line. End with CNTL / Z.

Router (config) # hostname SPOKE2

SPOKE2 (config) #

Configuration of Cloud as a Frame Relay Switch

Changing the Cloud Name

Frame Relay Switch
Frame Relay Switch Configuration

Creating DLCIs and Connecting the Routers with Frame Relay Switch

Router 1(HUB) to Cloud

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.

HUB Configuration
HUB Configuration

Router 2 (SPOKE1)

Click on the serial 1 interface on the Frame relay Switch to which Spoke1 is connected on the Cloud.

SPOKE1 Configuration
SPOKE1 Configuration

Router 3 (SPOKE2)

Click on the serial 2 interface on the Frame relay Switch to which Spoke2 is connected on the Cloud.

SPOKE2 Configuration
SPOKE2 Configuration


Connecting the Routers (SPOKES) with Frame Relay on the Cloud

Frame Relay
Connecting Routers with Frame Relay

Configuring IP Addresses on Router Interfaces

Router 1 (HUB)

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
Interface Status UP

HUB (config-if) #exit

HUB #

Router 2 (SPOKE1)

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
Interface Status UP

SPOKE1 (config-if) #end

SPOKE1#

Router 3 (SPOKE2)

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
Interface Status UP

SPOKE2 (config-if) #end

SPOKE2#


Creating DLCIs and Configuring Frame Relay on Router Interfaces

Router 1 (HUB)

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
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 #

Router 2 (SPOKE1)

SPOKE1 (config) #interface S0/3/0

SPOKE1 (config-if) #encapsulation frame-relay

SPOKE1 (config-if) # frame-relay lmi-type ansi

Line Protocol
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 #

Router 3 (SPOKE2)

SPOKE2 (config) #interface S0/3/0

SPOKE2 (config-if) #encapsulation frame-relay

SPOKE2 (config-if) # frame-relay lmi-type ansi

Line Protocol
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 #

Ping Verification between HUB and SPOKE 1, and 2

SPOKE 1 to HUB

SPOKE1# ping 1.1.1.1

Ping Status
Successful Ping Status

SPOKE1#

SPOKE 2 to HUB

SPOKE2# ping 1.1.1.1

Ping Status
Successful Ping Status

SPOKE2#

HUB to SPOKE 1

HUB# ping 1.1.1.2

Ping Status
Successful Ping Status

HUB#

HUB to SPOKE 2

HUB# ping 1.1.1.3

Ping Status
Successful Ping Status

HUB#


Frame Relay Verification on Routers

Router 1 (HUB)

HUB# show frame-relay map

Frame Relay map
Frame Relay map Status

HUB#

Router 2 (SPOKE1)

SPOKE1# show frame-relay map

Frame Relay map
Frame Relay map Status

SPOKE1#

Router 3 (SPOKE2)

SPOKE2# show frame-relay map

Frame Relay map
Frame Relay map Status

SPOKE2#

Search Tags

  1. Frame relay switch configuration
  2. How to configure frame relay in Cisco packet tracer
  3. Configuring Frame Relay


If you want to Configure Dynamic Mapping of Frame Relay then visit: 👇

How to Configure Frame Relay Dynamic Mapping


Get Packet Tracer Lab


Post a Comment

0 Comments