Friday, June 6, 2008
Frame Relay Configuration
Do you like this story?
Frame Relay Switch
FRAMRELAY-SWITCH#configure terminal
FRAMRELAY-SWITCH(config)#frame-relay switching
FRAMRELAY-SWITCH(config)#int s0
FRAMRELAY-SWITCH(config-if)#no ip address
FRAMRELAY-SWITCH(config-if)#encapsulation frame-relay
FRAMRELAY-SWITCH(config-if)#clock rate 64000
FRAMRELAY-SWITCH(config-if)#frame-relay lmi-type ansi
FRAMRELAY-SWITCH(config-if)#frame-relay intf-type dce
FRAMRELAY-SWITCH(config-if)#frame-relay route 103 interface s1 301
FRAMRELAY-SWITCH(config-if)#exit
FRAMRELAY-SWITCH(config)#int s1
FRAMRELAY-SWITCH(config-if)#no ip address
FRAMRELAY-SWITCH(config-if)#encapsulation frame-relay
FRAMRELAY-SWITCH(config-if)#clock rate 64000
FRAMRELAY-SWITCH(config-if)#frame-relay lmi-type ansi
FRAMRELAY-SWITCH(config-if)#frame-relay intf-type dce
FRAMRELAY-SWITCH(config-if)#frame-relay route 301 interface s0 103
Router A Configuration
RouterA#configure terminal
RouterA(config)#int s0/0
RouterA(config)#ip address 10.0.0.1 255.0.0.0
RouterA(config)#encapsulation frame-relay
RouterA(config)#frame-relay lmi-type ansi
Router B Configuration
RouterB#configure terminal
RouterB(config)#int s0/1
RouterB(config)#ip address 10.0.0.2 255.0.0.0
RouterB(config)#encapsulation frame-relay
RouterB(config)#frame-relay lmi-type ansi

This post was written by: Joshua Daniel
Joshua Daniel is a Management Professional,professional blogger, web designer and front end web developer. Follow him on Twitter
0 Responses to “Frame Relay Configuration”
Post a Comment