E2 Lab 5 6 3 Instructor
E2 Lab 5 6 3 Instructor
E2 Lab 5 6 3 Instructor
Topology Diagram
Addressing Table
Learning Objectives
Upon completion of this lab, you will be able to:
• Cable a network according to the Topology Diagram.
• Erase the startup configuration and reload a router to the default state.
• Load the routers with supplied scripts.
• Discover where convergence is not complete.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 11
CCNA Exploration
Routing Protocols and Concepts: RIP version 1 Lab 5.6.3: RIP Troubleshooting
• Gather information about the non-converged portion of the network along with any other errors.
• Analyze information to determine why convergence is not complete.
• Propose solutions to network errors.
• Implement solutions to network errors.
• Document the corrected network.
Scenario
In this lab, you will begin by loading configuration scripts on each of the routers. These scripts contain
errors that will prevent end-to-end communication across the network. You will need to troubleshoot each
router to determine the configuration errors and then use the appropriate commands to correct the
configurations. When you have corrected all of the configuration errors, all of the hosts on the network
should be able to communicate with each other.
The network should also have the following requirements met:
• RIPv1 routing is configured on the BRANCH router.
• RIPv1 routing is configured on the HQ router.
• RIP updates must be disabled on the BRANCH and HQ LAN interfaces.
• Static default route is configured on the HQ router and shared with the BRANCH router via RIP
updates.
• Static routes for all HQ and BRANCH networks are to be configured on the ISP router. The routes
must be summarized wherever possible.
hostname Branch
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
ip address 10.45.1.254 255.255.255.0
clock rate 64000
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 11
CCNA Exploration
Routing Protocols and Concepts: RIP version 1 Lab 5.6.3: RIP Troubleshooting
no shutdown
!
router rip
passive-interface FastEthernet0/0
network 10.0.0.0
!
!
!
!
line con 0
line vty 0 4
password cisco
login
!
end
hostname HQ
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 10.45.2.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface Serial0/0/0
ip address 10.45.1.1 255.255.255.0
no shutdown
!
interface Serial0/0/1
ip address 172.20.20.254 255.255.255.0
clock rate 64000
no shutdown
!
router rip
passive-interface FastEthernet0/0
network 10.0.0.0
!
ip route 0.0.0.0 0.0.0.0 Serial0/0/1
!
!
!
!
line con 0
line vty 0 4
password cisco
login
!
end
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 11
CCNA Exploration
Routing Protocols and Concepts: RIP version 1 Lab 5.6.3: RIP Troubleshooting
hostname ISP
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 172.16.1.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface Serial0/0/1
ip address 172.20.20.1 255.255.255.0
no shutdown
!
ip route 10.45.0.0 255.255.254.0 Serial 0/0/1
ip route 192.168.1.0 255.255.255.0 Serial0/0/1
!
!
!
!
line con 0
line vty 0 4
password cisco
login
!
end
_________________________________________________________________________________
_________________________________________________________________________________
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 11
CCNA Exploration
Routing Protocols and Concepts: RIP version 1 Lab 5.6.3: RIP Troubleshooting
If there are any problems with the status of the interfaces, record any commands that will be necessary to
correct the configuration errors.
_________configure terminal____________________________________________________________
_________no shutdown________________________________________________________________
Step 3: If you have recorded any commands above, apply them to the router configuration now.
______192.168.1.0/24 _________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
If there are any problems with the routing table, record any commands that will be necessary to correct
the configuration errors.
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 11
CCNA Exploration
Routing Protocols and Concepts: RIP version 1 Lab 5.6.3: RIP Troubleshooting
Are there any problems with the RIP updates that are being sent out from the router?
____________________________________________________________________________________
____________________________________________________________________________________
If there are any problems with the RIP configuration, record any commands that will be necessary to
correct the configuration errors.
______configure terminal__________________________________________________________
______router rip___________________________________________________________________
______network 192.168.1.0_________________________________________________________
Step 6: If you have recorded any commands above, apply them to the router configuration now.
______192.168.1.0___________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 6 of 11
CCNA Exploration
Routing Protocols and Concepts: RIP version 1 Lab 5.6.3: RIP Troubleshooting
___________________________________________________________________________________
___________________________________________________________________________________
If there are any problems with the status of the interfaces, record any commands that will be necessary to
correct the configuration errors.
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
Step 3: If you have recorded any commands above, apply them to the router configuration now.
______0.0.0.0/0______________________________________________________________________
______10.0.0.0/24 ____________________________________________________________________
______192.168.1.0/24 _________________________________________________________________
_______172.20.20.0/24_________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
If there are any problems with the routing table, record any commands that will be necessary to correct
the configuration errors.
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 7 of 11
CCNA Exploration
Routing Protocols and Concepts: RIP version 1 Lab 5.6.3: RIP Troubleshooting
_____ 0.0.0.0________________________________________________________________________
______10.45.1.0______________________________________________________________________
______192.168.1.0____________________________________________________________________
Are there any problems with the RIP updates that are being sent out from the router?
Routing updates are not being sent out of the Serial 0/0/0 interface because of the passive-interface
Serial 0/0 command. This command should be replaced by the command passive-interface
FastEthernet0/0.
___________________________________________________________________________________
__________________________________________________________________________________
If there are any problems with the RIP configuration, record any commands that will be necessary to
correct the configuration errors.
______configure terminal__________________________________________________________
______router rip___________________________________________________________________
Step 6: If you have recorded any commands above, apply them to the router configuration now.
_____0.0.0.0_________________________________________________________________________
______10.45.2.0______________________________________________________________________
____________________________________________________________________________________
Step 8: Verify that the HQ router is sending a default route to the BRANCH router.
Is there a default route in the BRANCH routing table? _____no________
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 8 of 11
CCNA Exploration
Routing Protocols and Concepts: RIP version 1 Lab 5.6.3: RIP Troubleshooting
______default-information originate______________________________________________
Step 9: If you have recorded any commands above, apply them to the HQ router configuration
now.
___________________________________________________________________________________
___________________________________________________________________________________
If there are any problems with the status of the interfaces, record any commands that will be necessary to
correct the configuration errors.
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 9 of 11
CCNA Exploration
Routing Protocols and Concepts: RIP version 1 Lab 5.6.3: RIP Troubleshooting
Step 3: If you have recorded any commands above, apply them to the router configuration now.
___________10.0.0.0/23________________________________________________________________
___________172.16.0.0/24______________________________________________________________
___________172.20.0.0/24______________________________________________________________
___________192.168.1.0/24_____________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
In the routing table, the subnet mask on the 10.0.0.0 network should be /22. The route summarization for
the 10.45.1.0/24 and 10.45.2.0/24 networks has been done incorrectly.
If there are any problems with the routing configuration, record any commands that will be necessary to
correct the configuration errors.
________configure terminal________________________________________________________
Step 6: If you have recorded any commands above, apply them to the router configuration now.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 10 of 11
CCNA Exploration
Routing Protocols and Concepts: RIP version 1 Lab 5.6.3: RIP Troubleshooting
Task 6: Reflection
There were a number of configuration errors in the scripts that were provided for this lab. Use the space
below to write a brief description of the errors that you found.
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
Task 7: Documentation
On each router, capture output from the following commands to a text (.txt) file and save for future
reference:
• show running-config
• show ip route
• show ip interface brief
• show ip protocols
If you need to review the procedures for capturing command output, refer to Lab 1.5.1.
Task 8: Clean Up
Erase the configurations and reload the routers. Disconnect and store the cabling. For PC hosts that are
normally connected to other networks (such as the school LAN or to the Internet), reconnect the
appropriate cabling and restore the TCP/IP settings.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 11 of 11