如何将交换机设备端口设置为trunk模式 A: Switch(config)#f0/24Switch(config-if)#switchportmode trunkSwitch(config-if)# exit B: Switch(config)#int f0/24Switch(config-if)#switchportmode accessSwitch(config-if)# exit C: Switch(config)#int f0/24Switch(config-if)#switchporttrunkSwitch(config-if)# exit D: Switch(config)#intf0/24Switch(config-if)#switchportmode trunkSwitch(config-if)# exit
如何将交换机设备端口设置为trunk模式 A: Switch(config)#f0/24Switch(config-if)#switchportmode trunkSwitch(config-if)# exit B: Switch(config)#int f0/24Switch(config-if)#switchportmode accessSwitch(config-if)# exit C: Switch(config)#int f0/24Switch(config-if)#switchporttrunkSwitch(config-if)# exit D: Switch(config)#intf0/24Switch(config-if)#switchportmode trunkSwitch(config-if)# exit
Cisco模拟器中将三层交换机的端口配置为Trunk端口类型的命令( ) A: Switch(config-if) B: switchport trunk encapsulation dot1qSwitch(config-if) C: switchport mode trunk D: Switch(config-if) E: switchport mode trunk F: Switch(config) G: switchport mode trunk H: Switch(config-if) I: switchport mode trunkSwitch(config-if) J: switchport trunk encapsulation dot1q
Cisco模拟器中将三层交换机的端口配置为Trunk端口类型的命令( ) A: Switch(config-if) B: switchport trunk encapsulation dot1qSwitch(config-if) C: switchport mode trunk D: Switch(config-if) E: switchport mode trunk F: Switch(config) G: switchport mode trunk H: Switch(config-if) I: switchport mode trunkSwitch(config-if) J: switchport trunk encapsulation dot1q
Switch(config-if)#sw mode trunkSwitch(config-if)#sw trunk allowd vlan remove 20在执行了上述命令后,此接口接收到VLAN 20的数据会做怎样的处理? A: 根据MAC地址表进行转发 B: 将VLAN20的标签去掉,加上合法的标签再进行转发 C: trunk接口会去掉VLAN20的标签,直接转发给主机 D: 直接丢弃数据,不进行转发
Switch(config-if)#sw mode trunkSwitch(config-if)#sw trunk allowd vlan remove 20在执行了上述命令后,此接口接收到VLAN 20的数据会做怎样的处理? A: 根据MAC地址表进行转发 B: 将VLAN20的标签去掉,加上合法的标签再进行转发 C: trunk接口会去掉VLAN20的标签,直接转发给主机 D: 直接丢弃数据,不进行转发