Friday, June 6, 2008

Frame Relay Configuration

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

0 Responses to “Frame Relay Configuration”

Post a Comment

All Rights Reserved TechMyFriend.com | Designed by Joshua Daniel