0% found this document useful (0 votes)
108 views

Lab-9 To 11 Switching

This document outlines the steps for completing two networking labs involving advanced switching configurations. Lab 9 involves configuring trunks, EtherChannels, VTP, VLANs, access ports, HSRP, and testing connectivity between VLANs. Lab 10 focuses on configuring basic switch parameters, VTP, access ports, Spanning Tree root switches, routing, HSRP, and verifying the configurations. Lab 11 builds upon these concepts by creating a new topology and configuring IP routing, VLANs, SVIs, HSRP, and DHCP snooping to trust relay information between switches.

Uploaded by

Rupesh Pandey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
108 views

Lab-9 To 11 Switching

This document outlines the steps for completing two networking labs involving advanced switching configurations. Lab 9 involves configuring trunks, EtherChannels, VTP, VLANs, access ports, HSRP, and testing connectivity between VLANs. Lab 10 focuses on configuring basic switch parameters, VTP, access ports, Spanning Tree root switches, routing, HSRP, and verifying the configurations. Lab 11 builds upon these concepts by creating a new topology and configuring IP routing, VLANs, SVIs, HSRP, and DHCP snooping to trust relay information between switches.

Uploaded by

Rupesh Pandey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 36

Advance Switching – LAB 9 – 11

Name: Rupesh Pandey

Student ID: 40290

LAB 9
Step 1: Configure basic switch parameters.

Step 2: Configure trunks and EtherChannels between switches


Step 3: Configure VTP on DLS2, ALS1 and ALS2.
Step 4: Configure VTP on DLS1 and create VLANs
Step 5: Configure access ports.
• Configure PC’s with the IP addresses shown in the topology diagram. Use the address ending in .5
as the gateway address for the respective VLANs.

Step 6: Configure HSRP interfaces and enable routing.


From Host A (VLAN 10) ping the HSRP virtual gateway address of 172.16.10.5
Step 7: Verify the HSRP configuration.

show standby
Step 8: Verify connectivity between VLANs.

Step 9: Verify HSRP functionally


Verify that DLS1 is acting as the backup default gateway for VLANs 30 and 40 using the show standby
brief command. DLS1 is now the active HSRP router for all VLANs and the standby router is unknown
…………………………………………………………………………………………………………………………………………………………….

LAB-10

Step 1: Configure basic switch parameters.

a. Configure enable secret, and VTY passwords. As with previous labs, if NETLAB compatibility is
required,

use class as the enable secret and cisco as the VTY password.

b. Configure interface VLAN 99 on each switch with the management IP address shown in the
topology

diagram.

c. Configure the access layer switches (ALS1 and ALS2) to use a default gateway IP address of
172.16.99.1

ITNE3008 Lab Tutorial 10

d. Configure 802.1q trunking between the switches according to the diagram (Note that there are no
EtherChannels in this topology). Create and then use VLAN 666 as the native VLAN for all trunks. Also

turn off switchport negotiation on all trunks.


Verify trunking and spanning-tree operations using the show interfaces trunk and show spanning-
tree commands.

Show interface Trunk


Show Spanning Tree

Step 2: Configure VTP on DLS2, ALS1, and ALS2.

a. Change the VTP mode of ALS1 and ALS2 to client. An example from ALS1:
b. Change the VTP mode of DLS2 to server with no further configuration:

Step 3: Configure VTP on DLS1.


Step 4: Configure host PCs.

Step 5: Configure access ports.


Step 6: Configure Spanning-Tree Root switches

Step 7: Configure Routing and HSRP on DLS1 and DLS2


Show Vlan Brief

show vtp status


show standby brief

show ip route | begin Gateway


LAB 11

Step 1: Create the topology


Step 2: Configure the basic switch parameters and trunking.

a. Configure the management IP addresses in VLAN 1. Configure the hostname, password, and
Telnet access on all four switches. HSRP will be used later in the lab, so set up the IP addressing for
VLAN 1 on DLS1 and DLS2. Because 172.16.1.1 will be the virtual default gateway for VLAN 1, use .3
and .4 for the IP addresses on DLS1 and DLS2, respectively.

b. Configure a default gateway on the access layer switches. The distribution layer switches are Layer
3 devices and do not need default gateways.

c. Configure 802.1q trunking between the switches according to the diagram. On the 2960 switches,
only dot1q is supported, therefore the switchport trunk encapsulation command is unavailable.
d. Verify trunking and spanning-tree operations using the show interfaces trunk and show spanning-
tree commands.

Show interface trunk


Show spanning tree

Step 3: Configure VTP on ALS1 and ALS2.

a. Configure ALS1 for the VTP client changes.


b. Configure ALS2 for the VTP client changes.

Step 4: Configure IP routing, the VLANs, VLAN SVIs, and HSRP on DLS1 and DLS2.

a. Configure VTP, VLANs, and IP routing on DLS1


b. Configure switch virtual interfaces (SVIs) and HSRP on DLS1.

c. Configure IP routing, VLAN SVIs, and HSRP on DLS2.

d. Verify your configurations using the show vlan brief, show vtp status, show standby brief,
and show ip route commands.
Show vlan brief

Show vtp status

Show standby brief


Show ip route

How many VLANs are active in the VTP domain?


- Seven VLANs are active in the VTP domain

Step 5: Configure DHCP snooping.


a. Enable DLS1 and DLS2 to trust DHCP relay information from ALS1 and ALS2 so that the
DHCP server can respond to the ALS1 and ALS2 trusted port requests. This is
accomplished using the ip dhcp relay information trust-all command.
b. Configure ALS1 and ALS2 to trust DHCP information on the trunk ports only, and limit
the rate that requests are received on the access ports.

c. Verify the configurations on ALS1 and ALS2 using the show ip dhcp snooping command.
THE END

You might also like