200-301 · Question #1246
Two switches have been implemented and all interfaces are at the default configuration level. A trunk link must be implemented between two switches with these requirements: - using an industry-standar
The correct answer is C. switchport mode trunk. The question requires configuring switch ports to establish a trunk link using a standard protocol and restricting allowed VLANs to 1-10.
Question
Options
- Aswitchport mode dynamic
- Bswitchport mode trunk
- Cswitchport mode trunk
- Dswitchport mode dynamic desirable
How the community answered
(46 responses)- A17% (8)
- B9% (4)
- C72% (33)
- D2% (1)
Why each option
The question requires configuring switch ports to establish a trunk link using a standard protocol and restricting allowed VLANs to 1-10.
`switchport mode dynamic` (presumably dynamic auto) attempts to convert the link to a trunk if the neighboring port is set to trunk or dynamic desirable, but it does not guarantee a trunk nor explicitly set the allowed VLANs as required.
To establish a trunk link that uses an industry-standard protocol (like IEEE 802.1Q) and specifically permits certain VLANs, the interconnecting ports must be explicitly configured with `switchport mode trunk`. This command puts the interface into a permanent trunking mode, and subsequently, `switchport trunk allowed vlan 1-10` would be used to filter the permitted VLANs, fulfilling all requirements.
`switchport mode dynamic desirable` actively attempts to convert the link into a trunk, but it still relies on negotiation and does not explicitly set the trunking mode or the allowed VLANs, which is required for a deterministic and restricted trunk.
Concept tested: Manual 802.1Q trunk configuration
Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750/software/release/12-2_55_se/configuration/guide/scg/swtrunks.html
Topics
Community Discussion
No community discussion yet for this question.