exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 1036 discussion

Actual exam question from Cisco's 200-301
Question #: 1036
Topic #: 1
[All 200-301 Questions]

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-standard trunking protocol
• permitting VLANs 1-10 and denying other VLANs

How must the interconnecting ports be configured?

  • A. switchport mode dynamic
    channel-protocol lacp
    switchport trunk allowed vlans 1-10
  • B. switchport mode trunk
    switchport trunk allowed vlans 1-10
    switchport trunk native vlan 11
  • C. switchport mode trunk
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlans 1-10
  • D. switchport mode dynamic desirable
    channel-group 1 mode desirable
    switchport trunk encapsulation isl
    switchport trunk allowed vlan except 11-4094
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
[Removed]
Highly Voted 1 year, 5 months ago
Selected Answer: C
C. switchport mode trunk switchport trunk encapsulation dot1q <--using an industry-standard trunking protocol switchport trunk allowed vlans 1-10 <-- permitting VLANs 1-10 and denying other VLANs
upvoted 7 times
...
[Removed]
Most Recent 8 months ago
Selected Answer: C
C is correct
upvoted 1 times
...
shaney67
1 year, 3 months ago
SW1(config)# interface range Ethernet0/0 - 1 SW1(config-if-range)# channel-group 44 mode active SW1(config-if-range)# exit SW2(config)# interface range Ethernet0/0 - 1 SW2(config-if-range)# channel-group 44 mode active SW2(config-if-range)# exit SW1(config)# interface Port-Channel44 SW1(config-if)# switchport mode trunk SW1(config-if)# exit SW2(config)# interface Port-Channel44 SW2(config-if)# switchport mode trunk SW2(config-if)# exit SW1(config)# interface Port-Channel44 SW1(config-if)# switchport trunk encapsulation dot1q SW1(config-if)# exit SW2(config)# interface Port-Channel44 SW2(config-if)# switchport trunk encapsulation dot1q SW2(config-if)# exit SW1(config)# interface Port-Channel44 SW1(config-if)# switchport trunk native vlan MONITORING SW1(config-if)# exit SW2(config)# interface Port-Channel44 SW2(config-if)# switchport trunk native vlan MONITORING SW2(config-if)# exit
upvoted 1 times
...
[Removed]
1 year, 6 months ago
Selected Answer: C
correct
upvoted 4 times
...
RidzV
1 year, 9 months ago
Correct answer
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...