Simply record that a Cisco router is simulated as a frame relay switch, and the router must have a serial interface module. Liehuo.net
// Enable Frame Relay switching on the vro
FRSW (config) # frame-relay switching strong-fire-network
// Enter the Interface Configuration Mode
FRSW (config) # int serial 0/1
Veryhuo.com
// Delete the interface IP Address
FRSW (config-if) # no ip address veryhuo.com
// Configure the interface encapsulation type as frame relay.
FRSW (config-if) # encapsulation frame-relay veryhuo.com
// If the interface is DCE, configure the clock (the frame relay switch interface may not be a DCE end)
FRSW (config-if) # clock rate 64000
Liehuo.net
// Configure the interface. (as long as the interface type is the same as that of the peer interface)
FRSW (config-if) # frame-relay LR-type cisco/ansi/q933a
Veryhuo.com
// Configure the interface as the frame relay DCE terminal type (not related to the line DCE)
FRSW (config-if) # frame-relay intf-type dce veryhuo.com
// Configure the frame relay route
FRSW (config-if) # frame-relay route local DLCI No. interface peer DLCI No.
Liehuo.net
// Enable the interface
FRSW (config-if) # no shutdown veryhuo.com