A controller is connected to a Cisco Catalyst switch. The switch port configuration looks like this:
interface GigabitEthernet 1/0/10
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,20,30,50
switchport trunk native vlan 20
switchport mode trunk
Which controller CLI command assigns its management interface to the native VLAN interface of
the Cisco Catalyst switch?
A.
config interface vlan management 0
B.
config interface vlan management 1
C.
config interface vlan management 20
D.
config interface vlan management 30
E.
config interface vlan management 50
Since the controller management interface is connected to the native vlan interface of the Cisco Catalyst switch, the correct command is:
config interface vlan management vlan-id 0
0
Why not VLAN 20?