After connecting a new server to interface Te 1/0/1 and configuring the port, you notice that
the device is only showing up in the default VLAN 1 as shown in the exhibit. interface
TenGigabitEthernet 1/0/1
fabric isl enable
fabric trunk enable
switchport
switchport mode trunk
switchport trunk allowed vlan add 10
switchport trunk tag native-vlan
spanning-tree shutdown
no shutdown
!
show mac-address-table:
VlanId Mac-address Type State Ports
1 1234.5678.90ff Dynamic Active Te 1/0/1
You did not enable tagging on the server and now need to alter the interface configuration to
force
all frames from the server to be tagged for VLAN 10.
Which interface configuration would allow untagged frames from the server to be on VLAN
10?
A.
switchport
switchport mode access
switchport access vlan 10
no shutdown
B.
switchport
switchport mode trunk
switchport trunk allowed vlan add 10
no shutdown
C.
switchport
switchport mode access
switchport trunk allowed vlan add 10
switchport trunk tag native-vlan
no shutdown
D.
switchport
switchport mode access
switchport access vlan 10
switchport trunk tag native-vlan
no shutdown