Sign Up
Log In
Home
discussion
Exam 350-401 Question id=5851 Infrastructure

Refer to the exhibit.

SwitchC# show vtp status VTP Version : 2 Configuration Revision : 0 Maximum VLANs supported locally : 255 Number of existing VLANs : 8 VIP Operating Mode : Transparent VTP Domain Name : cisco.com VTP Pruning Mode : Disabled VTP V2 Mode : Disabled VTP Traps Generation : Disabled MDS digest : 0xE5 0x28 0x5D 0x3E 0x2F 0xE5 0xAD 0x2B Configuration last modified by 0.0.0.0 at 1-10-19 09:01:38 SwitchC# show vlan brief VLAN Name Status Ports ---- --------------------- -------- --------------------------- 1 default active Fa0/3 Fa0/4 Fa0/5 Fa0/6 Fa0/7 Fa0/8 Fa0/9 Fa0/10 Fa0/11 Fa0/12 Fa0/13 Fa0/14 Fa0/15 Fa0/16 Fa0/17 Fa0/18 Fa0/19 Fa0/20 Fa0/21 Fa0/22 Fa0/23 Fa0/24 Po1 110 Finance active 210 HR active Fa0/1 310 Sales active Fa0/2 [...output omitted...] SwitchC# show int trunk Port Mode Encapsulation Status Native vlan Gig1/1 on 802.1q trunking 1 Gig1/2 on 802.1q trunking 1 Port Vlans allowed on trunk Gig1/1 1-1005 Gig1/2 1-1005 Port Vlans allowed and active in management domain Gig1/1 1, 110, 210, 310 Gig1/2 1, 110, 210, 310 Port Vlans in spanning tree forwarding state and not pruned Gig1/1 1, 110, 210, 310 Gig1/2 1, 110, 210, 310 SwitchC# show run interface port-channel 1 interface Port-channel 1 description Uplink_to_Core switchport mode trunk

SwitchC connects HR and Sales to the Core switch. However, business needs require that no traffic from the Finance VLAN traverse this switch.
Which command meets this requirement?

A. SwitchC(config)# vtp pruning vlan 110
B. SwitchC(config)# vtp pruning
C. SwitchC(config)# interface port-channel 1 SwitchC(config-if)# switchport trunk allowed vlan add 210,310
D. SwitchC(config)# interface port-channel 1 SwitchC(config-if)# switchport trunk allowed vlan remove 110