Configuring a Basic Frame Relay Switch
frame_switch# frame_switch#conf t Enter configuration commands, one per line. End with CNTL/Z. frame_switch(config)#frame-relay switching frame_switch(config)#interface serial 0 frame_switch(config-if)#encapsulation frame-relay frame_switch(config-if)#frame-relay intf-type dce frame_switch(config-if)#frame-relay lmi-type ansi frame_switch(config-if)#clock rate 56000 frame_switch(config-if)#frame-relay route 101 interface s5 102 frame_switch(config-if)#exit frame_switch(config)# frame_switch(config)#interface serial 5 frame_switch(config-if)#encapsulation frame-relay frame_switch(config-if)#frame-relay intf-type dce frame_switch(config-if)#clock rate 56000 frame_switch(config-if)#frame-relay route 102 interface s0 101 frame_switch(config-if)#exit frame_switch(config)#
 Displaying the Entire Frame Relay Configuration
hostname frame_switch ! frame-relay switching ! interface Ethernet0 ip address 172.16.1.2 255.255.255.0 ! interface Serial0 no ip address encapsulation frame-relay clockrate 56000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 101 interface Serial5 102 ! <<<text omitted>>> ! interface Serial5 no ip address encapsulation frame-relay clockrate 56000 frame-relay intf-type dce frame-relay route 102 interface Serial0 101 ! <<<text omitted>>> ! no ip classless ! line con 0 line aux 0 line vty 0 4 login ! end frame_switch#