Specifications

Ensurepass.com Easy Test! Easy Pass!
Download the complete collection of Exam's Real Q&As www.ensurepass.com
QUESTION 136
Refer to the Exhibit.
The information of the question
You will configure FastEthernet ports 0/12 through 0/24 for users who belong to VLAN 20. Also, all
VLAN and VTP configurations are to be completed in global configuration mode as VLAN database
mode is being deprecated by Cisco. You are required to accomplish the following tasks:
1. Ensure the switch does not participate in VTP but forwards VTP advertisements received on
trunk ports.
2. Ensure all non-trunking interfaces (Fa0/1 to Fa0/24) transition immediately to the
forwarding state of Spanning-Tree.
3. Ensure all FastEthernet interfaces are in a permanent non-trunking mode.
4. Place FastEthernet interfaces 0/12 through 0/24 in VLAN 20
Correct Answer:
switch# conf t
switch(config)# vtp mode transparent
switch(config)# interface range fa0/1 - 24
switch(config-if-range)# switchport mode access
switch(config-if-range)# spanning-tree portfast
switch(config)# interface range fa0/12 - 24
switch(config-if-range)# switchport access vlan 20
switch(config-if-range)# end
switch# copy running-config startup-config