FRAME-RELAY LAB on GNS(Dynamips)
If you are going to practice Frame Relay Lab with real equipment , you will need to make one of your router work as Frame Relay Switch
here is how to do that using the following simple topology :
try to type Layer two configuration first then Layer three
Router(config)#frame-relay switching
Router(config-if)#no ip address
Router(config-if)#encapsulation frame-relay
Router(config-if)#clock rate 64000
Router(config-if)#frame-relay intf-type dce
Router(config-if)#frame-relay route 200 interface serial 0/1 100
Router(config-if)#no sh
also notice that your FR switch will act as DCE and your normal routers R2&R3 will act as DTE devices
Router(config-if)#no ip address
Router(config-if)#encapsulation frame-relay
Router(config-if)#clock rate 64000
Router(config-if)#frame-relay intf-type dce
Router(config-if)#frame-relay route 100 interface serial 0/0 200
Router(config-if)#no sh
Router(config-if)#exit
Router(config)#hostname sw1
sw1(config)#
Router(config-if)#encapsulation frame-relay
Router(config-if)#ip address 10.0.0.1 255.0.0.0
Router(config-if)#no sh
Router(config-if)#encapsulation frame-relay
Router(config-if)#ip address 10.0.0.2 255.0.0.0
Router(config-if)#no sh
Input Intf Input Dlci Output Intf Output Dlci Status
Serial0/0 200 Serial0/1 100 active
Serial0/1 100 Serial0/0 200 active
if you ever see the word (inactive) check your configuration on Frame Realy switch (3700 router) if there is any missing or mistyped command.
No comments:
Post a Comment