Submitted by Anonymous on Thu, 11/05/2009 - 15:33
1. First put four routers from the topology into the work screen.
2. Connect 3 of the routers serially to the one in the middle.
3. The one in the middle will be the frame relay switch.
4. Start the routers once they are all connected.
5. Next, enter the router switch console (R0 in above link Router Topology).
1. Once in the console type "enable" to enter privileged mode.
2. In privileged mode type "config t" to enter configuration mode.
3. In configuration mode enter "frame-relay switching".
4.Enter a hostname and password to the router by doing the following:
5.Now enter interface serial 0/0 by typing "interface serial 0/0" in configuration mode.
Frame Relay Lab: This lab is for configuring the frame-relay switch with 3 routers attached with a serial connection.
Configuring the Frame Relay Switch R0
- a.Type "hostname R0" in configuration mode to name the router.
- b.Type "enable secret cisco" to put the password cisco before enter privilege mode.
Below is the code so far.
Router> enable
Router> config t
Router(config)#hostname R0
R0(config)#enable secret cisco
R0(config)#interface serial 0/0
