[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


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.
  2. host1(config)#interface serial 3/1:2/1
    
    
    
  3. Select Frame Relay as the encapsulation method for the interface.
  4. host1(config-if)#encapsulation frame-relay ietf
    
    
    
  5. (Optional) Assign a text description or an alias to the major interface.
  6. host1(config-if)#frame-relay description boston01
    
    
    
  7. (Optional) Enable SNMP link status processing on the major interface.
  8. host1(config-if)#snmp trap frame-relay link-status
    
    
    
  9. Configure the interface as a DTE, DCE, or NNI.
  10. host1(config-if)#frame-relay intf-type dte
    
    
    
  11. Configure the LMI type.
  12. host1(config-if)#frame-relay lmi-type ansi
    
    
    
  13. (Optional) Configure Frame Relay counters and timers.
  14. host1(config-if)#frame-relay lmi-n391dte 20
    
    
    
  15. Configure the cyclic redundancy check (CRC).
  16. host1(config-if)#crc 32
    
    
    
  17. Create a subinterface.
  18. host1(config)#interface serial 3/1:2/1.1
    
    
    
  19. (Optional) Assign a text description or an alias to the subinterface.
  20. host1(config-subif)#frame-relay description westford011
    
    
    
  21. (Optional) Enable SNMP link status processing on the subinterface.
  22. host1(config-subif)#snmp trap frame-relay link-status
    
    
    
  23. Add a circuit to a subinterface.
  24. host1(config-subif)#frame-relay interface-dlci 17 ietf
    
    
    
  25. Assign a local IP address to the circuit.
  26. host1(config-subif)#ip address 192.32.10.2 255.255.255.0
    
    
    
  27. (Optional) Use show commands to verify that your configuration changes are correct by checking the state of the interfaces.
  28. host1#show frame-relay lmi
    
    host1#show frame-relay map
    
    host1#show frame-relay pvc
    
    
    
  29. (Optional) Disable the local management interface.
  30. host1#no frame-relay keepalive
    
    
    
  31. (Optional) Disable the interface.
  32. 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


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]