E2 Lab 5 6 2
E2 Lab 5 6 2
E2 Lab 5 6 2
Addressing Table
Device BRANCH Interface Fa0/0 S0/0/0 Fa0/0 HQ S0/0/0 S0/0/1 ISP PC1 PC2 PC3 Fa0/0 S0/0/1 NIC NIC NIC IP Address 10.10.2.1 192.168.1.126 192.168.1.129 192.168.1.1 209.165.200.226 209.165.202.129 209.165.200.225 10.10.3.254 192.168.1.254 209.165.202.158 Subnet Mask 255.255.254.0 255.255.255.128 255.255.255.128 255.255.255.128 255.255.255.252 255.255.255.224 255.255.255.252 255.255.254.0 255.255.255.128 255.255.255.224 Default Gateway N/A N/A N/A N/A N/A N/A N/A 10.10.2.1 192.168.1.129 209.165.202.129
Learning Objectives
Upon completion of this lab, you will be able to: Subnet an address space given requirements. Assign appropriate addresses to interfaces and document them in the Addressing Table. Cable a network according to the Topology Diagram.
Page 1 of 7
All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Erase the startup configuration and reload a router to the default state.
All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 2 of 7
Configure RIPv1 routing on all routers. Configure and propagate a static default route. Verify RIPv1 operation. Test and verify full connectivity. Reflect upon and document the network implementation.
Scenario
In this lab activity, you will be given a network address that must be subnetted to complete the addressing of the network shown in the Topology Diagram. A combination of RIPv1 and static routing will be required so that hosts on networks that are not directly connected will be able to communicate with each other.
(Note: Remember that the interfaces of network devices are also host IP addresses and are included in the above addressing requirements.) Step 2: Consider the following questions when creating your network design: How many subnets need to be created from the 192.168.1.0/24 network? 2 What is the subnet mask for this network in dotted decimal format? 255.255.255.128 What is the subnet mask for the network in slash format? 25 What are the network addresses of the subnets? Subnet 0: 192.168.1.0/25 Subnet 1: 192.168.1.128/25 How many usable host IP addresses are there per subnet? 128 How many usable hosts IP addresses are available in the BRANCH LAN? 512 Step 3: Assign subnetwork addresses to the Topology Diagram. 1. Assign subnet 1 in the 192.168.1.0 network to the WAN link between the HQ and BRANCH routers. 2. Assign subnet 2 in the 192.168.1.0 network to the LAN attached to the HQ router.
2. Assign the last valid host address in the 209.165.202.128/27 network to PC3. 3. Assign the first valid host address in the 209.165.200.224/30 network to the WAN interface of the ISP router. 4. Assign the last valid host address in the 209.165.200.224/30 network to the Serial 0/0/1 interface of the HQ router. 5. Assign the first valid host address in the HQ LAN network to the LAN interface of the HQ router. 6. Assign the last valid host address in the HQ LAN network to PC 2. 7. Assign the first valid host address in the HQ/BRANCH WAN link to the Serial 0/0/0 interface of the HQ router. 8. Assign the last valid host address in the HQ/BRANCH WAN link to the Serial 0/0/0 interface of the BRANCH router. 9. Assign the first valid host address in the 10.10.2.0/23 network to the LAN interface on the BRANCH router. 10. Assign the last valid host address in the 10.10.2.0/23 network to PC1. Step 2: Document the addresses to be used in the table provided under the Topology Diagram.
All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 4 of 7
When you have finished, be sure to save the running configuration to the NVRAM of the router. Step 2: Configure the Ethernet interfaces of PC1, PC2, and PC3. Configure the Ethernet interfaces of PC1, PC2, and PC3 with the IP addresses from the Addressing Table provided under the Topology Diagram.
All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 5 of 7
A static default route will need to be configured to send all packets with destination addresses that are not in the routing table to the ISP router. What command is needed to accomplish this? Use the appropriate exit interface on the HQ router in the command. HQ(config)#ip route 0.0.0.0 0.0.0.0 Serial0/0/1 What commands are required to enable RIPv1 and include the LAN network in the routing updates? router rip network 192.168.1.0 Are there any router interfaces that do not need to have RIP updates sent out? yes What command is used to disable RIP updates on this interface? HQ(config-router)#passive-interface FastEthernet0/0 The HQ router needs to send the default route information to the BRANCH router in the RIP updates. What command is used to configure this? HQ(config-router)#default-information originate
What networks are present in the routing table of the ISP router? 10.0.0.0/23 192.168.1.0/24 209.165.200.0/27 209.165.202.0/27
What networks, including the metric, are present in the RIP updates sent from the HQ router? network 0.0.0.0 metric 1 network 192.168.1.128 metric 1 What networks, including the metric, are present in the RIP updates sent from the BRANCH router? network 10.0.0.0 metric 1
All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 7 of 7