Inverse ARP should be disabled before bringing up the Frame Relay interface
© 2002, Cisco Systems, Inc. All rights reserved.
Cisco CCIE Prep v1.0—Module 2-19
Once the interface is brought up with the no shutdown command, the Frame Relay switch will use Local Management Interface (LMI) to communicate the Data-Link Connection Identifier (DLCI) information to the router. Once the DLCIs have attained an active state, meaning that both sides of the connection are up and the Frame Relay switch has the correct Frame Relay route statements, Inverse Address Resolution Protocol (ARP) is performed to map the remote Layer 3 addresses to local DLCIs. Inverse ARP entries are noted in the Frame Relay address mapping table with the keyword dynamic. You can view this table by entering the show frame-relay map command.
Inverse ARP works very well in a full mesh Frame Relay topology. However, Inverse ARP has many shortcomings. Inverse ARP will not provide a complete mapping solution in a partial mesh (hub and spoke) topology. Also, Inverse ARP will resolve the Internet Protocol (IP) address of the next-hop router's physical interface even if this IP address is not part of the same IP subnet. This can cause problems in the CCIE Lab and in the real world.
It is recommended that Inverse ARP be disabled on all of your Frame Relay routers in the CCIE Lab. It is also recommended that you disable Inverse ARP before actually bringing up your Frame Relay interfaces with the no shutdown command. If Inverse ARP is not disabled before bringing up the interface, you will have to manually clear the Inverse ARP mappings using the clear frame-relay-inarp command once your static mappings are in place. Some versions of the Internetwork Operating System (IOS) will actually require a reload to clear the Inverse ARP entries out of the Frame Relay address mapping table, even after entering this command.
Table 2-2:
|
Step |
Command |
Description |
|
Step 1: |
no frame-relay inverse-arp |
Disables the sending of Inverse ARP requests on the physical interface. |
|
Step 2: |
no arp frame-relay |
Prevents the router from responding to Inverse ARP requests on an interface. |
|
Step 3: |
no shutdown |
Brings up the physical interface. |
Continue reading here: Use subinterfaces to avoid split horizon issues
Was this article helpful?
Readers' Questions
-
Raine1 year ago
- Reply
-
Veijo1 year ago
- Reply