Command
Frame-Relay Map IP
Use
This command statically configures frame-relay DLCI information
Syntax
Router(config-if)#frame-relay map ip <ip address> <dlci> broadcast
Options
<broadcast> | Allows the mapping to forward multicast and broadcast across the PVC. |
Example
In this example, we will configure R4 to use frame-relay as per the diagram above.
R4(config)#int s0/0 |
Next, we configure R1 to use frame relay.
R1(config)#int s1/0 |
Finally, we do the same with R3.
R3(config)#int s1/0 |
Now we use show frame-relay mapping to verify that R4 has learned about the other links via inverse-arp and that we can ping.
R4(config)#do sh frame map R4(config-if)#do ping 10.4.4.1 Type escape sequence to abort. Type escape sequence to abort. |