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


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.

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

    crc

host1(config-if)#crc 32

    encapsulation ietf

host1(config-if)#encapsulation frame-relay ietf

    frame-relay description

host1(config-if)#frame-relay description boston01
host1(config-subif)#frame-relay description toronto011

    frame-relay interface-dlci ietf

host1(config-subif)#frame-relay interface-dlci 17 ietf

    frame-relay intf-type

host1(config-if)#frame-relay intf-type dte

    frame-relay keepalive

host1#no frame-relay keepalive

    frame-relay lmi-type

host1(config-if)#frame-relay lmi-type ansi

    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

host1(config-if)#frame-relay lmi-n391dte 20

    interface pos

host1(config)#interface pos 0/1

    interface serial



Note: Before you configure Frame Relay, see the appropriate chapter in this guide for details on configuring physical interfaces.

host1(config-if)#interface serial 3/1:2/1.1

    ip address

host1(config-subif)#ip address 192.32.10.2 255.255.255.0

    pos description

host1(config-if)#pos description austin01 pos interface

    serial description

host1(config-if)#serial description ottawa012 hdlc channel

    sleep


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