Configuring Frame Relay

Configure a Frame Relay interface by entering Interface Configuration mode. The procedure that follows is an example of a Frame Relay configuration on a serial interface. All tasks are mandatory unless otherwise noted.

To configure a Frame Relay interface:

  1. From Configuration mode, enter the physical interface on which you want to configure Frame Relay.
    host1(config)#interface serial 3/1:2/1
  2. Select Frame Relay as the encapsulation method for the interface.
    host1(config-if)#encapsulation frame-relay ietf
  3. (Optional) Assign a text description or an alias to the major interface.
    host1(config-if)#frame-relay description boston01
  4. (Optional) Enable SNMP link status processing on the major interface.
    host1(config-if)#snmp trap frame-relay link-status
  5. Configure the interface as a DTE, DCE, or NNI.
    host1(config-if)#frame-relay intf-type dte
  6. Configure the LMI type.
    host1(config-if)#frame-relay lmi-type ansi
  7. (Optional) Configure Frame Relay counters and timers.
    host1(config-if)#frame-relay lmi-n391dte 20
  8. Configure the cyclic redundancy check (CRC).
    host1(config-if)#crc 32
  9. Create a subinterface.
    host1(config)#interface serial 3/1:2/1.1
  10. (Optional) Assign a text description or an alias to the subinterface.
    host1(config-subif)#frame-relay description westford011
  11. (Optional) Enable SNMP link status processing on the subinterface.
    host1(config-subif)#snmp trap frame-relay link-status
  12. Add a circuit to a subinterface.
    host1(config-subif)#frame-relay interface-dlci 17 ietf
  13. Assign a local IP address to the circuit.
    host1(config-subif)#ip address 192.32.10.2 255.255.255.0
  14. (Optional) Use show commands to verify that your configuration changes are correct by checking the state of the interfaces.
    host1#show frame-relay lmihost1#show frame-relay maphost1#show frame-relay pvc
  15. (Optional) Disable the local management interface.
    host1#no frame-relay keepalive
  16. (Optional) Disable the interface.
    host1(config-if)#shutdown

crc

encapsulation frame-relay ietf

frame-relay description

frame-relay interface-dlci ietf

frame-relay intf-type

frame-relay keepalive

frame-relay lmi-n391dte

frame-relay lmi-n392dce

frame-relay lmi-n392dte

frame-relay lmi-n393dce

frame-relay lmi-n393dte

frame-relay lmi-t391dte

frame-relay lmi-t392dce

frame-relay lmi-type

interface pos

interface serial

ip address

pos description

serial description

shutdown

snmp trap frame-relay link-status