Frame Relay Switching
Frame Relay Switching
When setting up a Frame Relay DCE device, we need to follow the following steps. 1. Enable Frame Relay Switching 2. Change The interface type 3. Glue the DLCIs together
Enable Frame Relay Switching
The command is ultra simple, but without it the device will try to decapsulate the frames and look up the Layer 3 information. This is not needed on a Frame Relay Switch.
Change the interface type
Interfaces connected to DTE routers must be set to DCE to enable LMI
On interfaces connecting to other Frame Relay switches, the type must be set to nni – Network-to-Network Interface
Glue the DLCIs together
There are 2 methods for connecting a DLCI on an interface to a DLCI on another interface. The old method needed two commands, one for each interface, like this:
To verify, use:
The newer method needs just one command in the global config:
and to verify, use:
Switching over a Tunnel interface
There are situations where you have Frame Relay routers as Provider edge, but use another technology as the Provider Core. You can still perform Frame Relay Switching by tunneling the Frames from one PE router to another
You must configure the frame relay interfaces similarly on the two Frame Relay switches and then configure the Tunnel interface on each router:
Then create the frame-relay routes, making sure you use the same DLCI on the Tunnel interface on both routers:
You cannot use the connect command to create the routes.
Last updated