You are a Cisco certified expert. You have been contracted by the Braindumps Pro chain to fix a
problem that was caused by a MCP certified technician who could not complete the configuration of
the routers. This Braindumps Pro chain has three stores and wanted to maintain their bicycle repair
business in a centralized manner through network connectivity. They then asked the local MCP
certified technician to configure the routers, but the technician failed to establish connectivity among the routers. The routers are named Braindumps1, Braindumps2, and Braindumps3, respectively.
Identify the faults(s) and make the appropriate change(s) to rectify the configuration of the routers.
The MCP technician configured the routers with the specification that follows:
- The routers are named Brain dump1, Brain dump2, and Brain dump3.
- RIP is the routing protocol
- Clocking is provided on the serial 0 interfaces
- The password on each router is "Brain dump"
- The subnet mask on all interfaces is the default mask.
- The IP addresses are listed in chart below.
Brain dump1
E0 192.168.27.1
E1 192.168.29.1
S0 192.168.31.1
Secret password: Brain dump
Brain dump2
E0 192.168.35.1
S0 192.168.33.1
S1 192.168.31.2
Secret password: Brain dump
Brain dump3
E0 192.168.37.1
S1 192.168.33.2
Secret password: Brain dump
To configure the router click on the host icon that is connected to the router by a serial cable.
Answer :
Click on Host 2:
Router Brain dump1:
Brain dump1 enable
Password: Brain dump
Brain dump1 # config terminal
Brain dump1 (config) # interface ethernet 0
Brain dump1 (config-if) # ip address 192.168.27.1 255.255.255.0
Brain dump1 (config-if) # no shutdown
Brain dump1 (config-if) # exit
Brain dump1 (config) # interface ethernet 1
Brain dump1 (config-if) # ip address 192.168.29.1 255.255.255.0
Brain dump1 (config-if) # no shutdown
Brain dump1 (config-if) # exit
Brain dump1 (config) # interface serial 0
Brain dump1 (config-if) # ip address 192.168.31.1 255.255.255.0
Brain dump3 (config-if) # clock rate 64000
Brain dump1 (config-if) # no shutdown
Brain dump1 (config-if) # exit.
Brain dump1 (config) # router rip
Brain dump1 (config-router) # network 192.168.27.0
Brain dump1 (config-router) # network 192.168.29.0
Brain dump1 (config-router) # network 192.168-31.0
Brain dump1 (config-router) # Ctrl-Z
Brain dump1 # copy running-config startup-config
Click on Host 4
Router Brain dump2:
Brain dump2 enable
Password: Brain dump
Brain dump2 # config t
Brain dump2 (config) # interface ethernet 0
Brain dump2 (config-if) # ip address 192.168.35.1 255.255.255.0
Brain dump2 (config-if) # no shutdown
Brain dump2 (config-if) # exit
Brain dump2 (config) # interface serial 0
Brain dump2 (config-if) # ip address 192.168.33.1 255.255.255.0
Brain dump2 (config-if) # clock rate 64000
Brain dump2 (config-if) # no shutdown
Brain dump2 (config-if) # exit
Brain dump2 (config) # interface serial 1
Brain dump2 (config-if) # ip address 192.168.31.2 255.255.255.0
Brain dump2 (config-if) # no shutdown
Brain dump2 (config-if) # exit
Brain dump2 (config) # router rip
Brain dump2 (config-router) # network 192.168.35.0
Brain dump2 (config-router) # network 192.168.33.0
Brain dump2 (config-router) # network 192.168.31.0
Brain dump2 (config-router) # Ctrl-Z
Brain dump2 # copy running-config startup-config
Router Brain dump3:
Click on Host6
Brain dump3 enable
Password: Brain dump
Brain dump3 # config t
Brain dump3 (config) # interface ethernet 0
Brain dump3 (config-if) # ip address 192.168.37.1 255.255.255.0.
Brain dump3 (config-if) # no shutdown
Brain dump3 (config-if) # exit
Brain dump3 (config) # interface serial 1
Brain dump3 (config-if) # ip address 192.168.33.2 255.255.255.0
Brain dump3 (config-if) # no shutdown
Brain dump3 (config-if) # exit
Brain dump3 (config) # router rip
Brain dump3 (config-router) # network 192.168.33.0
Brain dump3 (config-router) # network 192.168.37.0
Brain dump3 (config-router) # Ctrl-Z
Brain dump3 # copy running-config startup-config