Configuring frame relay over IP

To interconnect two frame relay networks across an IP network, Frame Relay over IP was developed. The idea is to create a GRE tunnel between frame relay networks to tunnel frame relay packets across the IP network, as shown in Figure 26.

Figure 26: Typical implementation of frame relay over IP

GRE tunneled frame relay packets include the following types:

You can configure static routes in interface view or configure PVCs in system view for frame relay switching.

Configuration restrictions and guidelines

Configuration procedure

To configure frame relay over IP:

Step

Command

Remarks

1. Enter system view.

system-view

N/A

2. Create a tunnel interface in system view and configure the tunnel interface.

For more information about creating and configuring a tunnel interface, see Layer 3—IP Services Configuration Guide.

N/A

3. Return to system view.

quit

N/A

4. Enable frame relay switching.

fr switching

N/A

5. Enter interface view.

interface interface-type interface-number

N/A

6. Set the type of an interface for frame relay switching to NNI or DCE.

fr interface-type { dce | nni }

The default frame relay interface type is DTE, which does not support frame relay switching.

7. Configure frame relay switching either.

(Method 1) Configure static routes for frame relay switching in interface view.

fr dlci-switch in-dlci interface tunnel interface-number dlci out-dlci

By default, no static routes are configured for frame relay switching.

You do not need to configure a static route on the tunnel interface.

(Method 2) Configure a PVC for frame relay switching in system view.

8. quit

N/A

9. fr switch name interface interface-type interface-number dlci dlci1 interface tunnel interface-number dlci dlci2

By default, no PVC for frame relay switching exists.

10. fr switch name

Optional.

11. undo shutdown

Optional.

By default, after a PVC is created, its status is up.