Question: Configure Trunks on S 1 , S 2 , and S 3 . Dynamic trunking protocol ( DTP ) manages the trunk links between Cisco

Configure Trunks on S1, S2, and S3.
Dynamic trunking protocol (DTP) manages the trunk links between Cisco switches. Currently, all the switchports are in the default trunking mode, which is dynamic auto. In this step, you will change the trunking mode to dynamic desirable for the link between switches S1 and S2. The link between switches S1 and S3 will be set as a static trunk. Use VLAN 999 as the native VLAN in this topology.
a. On switch S1, configure the trunk link to dynamic desirable on the GigabitEthernet 0/1 interface. The configuration of S1 is shown below.
S1(config)# interface g0/1
S1(config-if)# switchport mode dynamic desirable
Question:
What will be the result of trunk negotiation between S1 and S2?_In Trucking Operation___________
Type your answers here.
b. On switch S2, verify that the trunk has been negotiated by entering the show interfaces trunk command.
Interface GigabitEthernet 0/1 should appear in the output.
Question:
What is the mode and status for this port? __Mode Auto, Status- Trunking___________
Type your answers here.
c. For the trunk link between S1 and S3, configure interface GigabitEthernet 0/2 as a static trunk link on S1. In addition, disable DTP negotiation on interface G0/2 on S1.
S1(config)# interface g0/2
S1(config-if)# switchport mode trunk
S1(config-if)# switchport nonegotiate
d. Use the show dtp command to verify the status of DTP.
S1# show dtp
Global DTP information
Sending DTP Hello packets every 30 seconds
Dynamic Trunk timeout is 300 seconds
1 interfaces using DTP
e. Verify trunking is enabled on all the switches using the show interfaces trunk command.
S1# show interfaces trunk
Port Mode Encapsulation Status Native vlan
Gig0/1 desirable n-802.1q trunking 1
Gig0/2 on 802.1q trunking 1
Port Vlans allowed on trunk
Gig0/11-1005
Gig0/21-1005
Port Vlans allowed and active in management domain
Gig0/11,99,999
Gig0/21,99,999
Port Vlans in spanning tree forwarding state and not pruned
Gig0/11,99,999
Gig0/21,99,999
Question:
What is the native VLAN for these trunks currently? __VLAN 1____________
Type your answers here.
f. Configure VLAN 999 as the native VLAN for the trunk links on S1.
S1(config)# interface range g0/1-2
S1(config-if-range)# switchport trunk native vlan 999
Question:
What messages did you receive on S1? How would you correct it? GigabitEthernet 0/1 is blocked on VLAN999 due to Inconsistent local Vlan.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!