Lab - Build A Hub, Switch, and Router Network Topology:: Background / Scenario
Lab - Build A Hub, Switch, and Router Network Topology:: Background / Scenario
Topology:
Objectives
Part 1: Set Up the Topology and Initialize Devices
Part 2: Configure Devices and Verify Connectivity
Part 3: Display Device Information
Background / Scenario
This is a comprehensive lab to review previously covered IOS commands. In
this lab, you will cable the equipment as shown in the topology diagram. You
will then configure the devices to match the addressing table. After the
configurations have been saved, you will verify your configurations by testing
for network connectivity.
Instructions
Part 1: Set Up Topology and Initialize Devices
Step 1: Cable the network as shown in the topology.
a. Attach the devices shown in the topology diagram, and cable, as necessary.
b. Power on all the devices in the topology
Add a PC-A, Hub (PT-HUB) Switch (2960), Router 1941 and PC-B to the
workspace.
add the physical cabling between devices on the workspace as shown in the
topology diagram. The PC-A will need a copper straight-through cable to
connect to the Hub. Select the copper straight-through cable in the Device-
Selection box and attach it to the FastEthernet0 interface of the PC and the
FastEthernet0 interface of the Hub.
The Hub will need a copper straight-through cable to connect to the Switch
select the copper straight-through cable in the Device-Selection box and attach
it to the FastEthernet 1 interface of the Hub and the FastEthernet 0/6 interface
of the Switch.
The Switch will need a copper straight-through cable to connect to the
Router 1941 select the copper straight-through cable in the Device-Selection
box and attach it to the GigabitEthernet 0/1 interface of the Router and the
FastEthernet 0/5 interface of the Switch
The Router1941 will need a copper straight-through cable to connect to the
PC-B select the copper straight-through cable in the Device-Selection box and
attach it to the GigabitEthernet 0/0 interface of the Router and the
FastEthernet0 interface of the PC-B.
Ping PC-B from a command prompt window on PC-A. Question: Were the
pings successful? Yes. The router is routing the ping traffic across the two
subnets. The default settings for the 2960 switch will automatically turn up the
interfaces that are connected to devices.
b. Use the show ipv6 route command on router R1 to display the IPv6 routes:
R1# show ipv6 route
IPv6 Routing Table - 5 entries
Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
U - Per-user Static route, M - MIPv6
I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
D - EIGRP, EX - EIGRP external
C 2001:DB8:ACAD::/64 [0/0]
via GigabitEthernet0/0, directly connected
L 2001:DB8:ACAD::1/128 [0/0]
via GigabitEthernet0/0, receive
C 2001:DB8:ACAD:1::/64 [0/0]
via GigabitEthernet0/1, directly connected
L 2001:DB8:ACAD:1::1/128 [0/0]
via GigabitEthernet0/1, receive
L FF00::/8 [0/0]
via Null0, receive
Step 2: Display interface information on the router R1:
a. Use the show ip interface g0/1 command
R1# show ip interfaces g0/1
b. For the IPv6 information, enter the show ipv6 interface command:
R1# show ipv6 interface g0/1
Step 3: Display a summary list of the interfaces on the router and switch.
There are several commands that can be used to verify an interface
configuration. One of the most useful of these is the show ip interface brief
command. The command output displays a summary list of the interfaces on
the device and provides immediate feedback to the status of each interface.
a. Enter the show ip interface brief command on the router R1: