11-03-2021 12:24 PM - edited 11-04-2021 06:39 AM
What kind of questions would I find on an exam relating to Switchport?
11-03-2021 12:42 PM
How can I tell if this port is in trunking mode or has been manually placed into trunking mode and is using the 802.1Q trunking protocol?
- you can see the interface configured as trunk, administrative mode : Trunk and dot1q
How can I tell if a VoIP phone has a PC attached?
- This port trun allowed all vlan 1-1001
- show mac address or ip arp of that port tell you how many devices are connected.
How can I tell if the port can carry data from multiple VLANs if pruning is disabled or if negotiation has been disabled?
- show interface trunk show you that details.
11-03-2021 01:17 PM
Hello,
you can get all of this information from the output shown:
How can I tell if this port is in trunking mode or has been manually placed into trunking mode and is using the 802.1Q trunking protocol?
--> Operational Mode: trunk
--> Administrative Trunking Encapsulation: dot1q
How can I tell if a VoIP phone has a PC attached?
--> Voice VLAN: none
How can I tell if the port can carry data from multiple VLANs:
--> Trunking VLANs Enabled: All
if pruning is disabled:
--> Pruning VLANs Enabled: 2-1001
or if negotiation has been disabled:
--> Negotiation of Trunking: On
11-03-2021 01:51 PM - edited 11-03-2021 01:52 PM
Hello
FYI -
Administrative mode = this defines the actual mode the interface has been placed in - switchport mode trunk
Operational mode = this tells you what mode of operation the interface is currently running at
Administrative trunking encapsulation = this tell you DOT1Q encapsulation has been defined on the interface
Operational trunking encapsulation = this tells you what encapsulation the interface is currently running at
Negotiation = Dynamic tunnelling protocol (DTP) is enabled < this can be tuned off by switchport nonegotiate
Access Mode VLAN: 1 (default)= not applicable on trunk mode interfaces only when interface is in access mode
Trunking Native Mode VLAN: 1 (default) = untagged vlan
Voice VLAN: none = not applicable on trunk mode interfaces only when interface is in access mode
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide