Which IOS commands do you enter in interface configuration mode to configure a switch port to actively negotiate to be an ISL trunk port if possible? (Choose two.) A. switchport trunk isl B. switchport mode dynamic auto C. switchport trunk allowed vlan D. switchport mode dynamic desirable E. switchport trunk encapsulation isl DE Suggested Answer: Explanation Entering the IOS commands switchport mode dynamic desirable and switchport trunk encapsulation isl in interface configuration mode will allow a switch port to actively negotiate to be an ISL trunk port if possible. Use the following steps to configure a port as an ISL trunk: 1. Enter the interface configuration. switch(config)# interface interface-id 2. Configure the port to use ISL encapsulation. switch(config-if)# switchport trunk encapsulation isl 3. Configure the port as a trunk port. switch(config-if)# switchport mode dynamic desirable Note: Trunking modes can be configured as trunk, dynamic auto, dynamic desirable, nonegotiate, and access. This allows DTP to actively negotiate to be a trunk if the other side is set to trunk, desirable , or auto. If one side is set to auto and the other side is also set to auto, no negotiations will occur. The switchport allowed vlan command is also valid for configuring dot1q trunks, but is not required. By default, all VLANs are allowed on the trunk. The other commands use incorrect syntax. Objective: Layer 2 Technologies - Sub-Objective: Configure and verify trunking - References: Cisco > Cisco IOS Interface and Hardware Component Command Reference > squelch through system jumbomtu > switchport trunk Cisco > Cisco IOS Interface and Hardware Component Command Reference > I through K > interface This question is in 300-115 Implementing Cisco IP Switched Networks (SWITCH) Exam For getting Cisco Certified Network Professional (CCNP) Routing and Switching Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Cisco. Trademarks, certification & product names are used for reference only and belong to Cisco. The website does not contain actual questions and answers from Cisco's Certification Exam.
Please login or Register to submit your answer