User login

Section 7: Frame Relay Lab Page 1

Frame Relay Lab: This lab is for configuring the frame-relay switch with 3 routers attached with a serial connection.

  • 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.
  • Router Topology Picture

  • 4. Start the routers once they are all connected.
  • 5. Next, enter the router switch console (R0 in above link Router Topology).
  • Configuring the Frame Relay Switch R0

  • 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:
    • 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.
  • 5.Now enter interface serial 0/0 by typing "interface serial 0/0" in configuration 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

    UH AT&T LAB NEWS