三层交换机在配置trunk口时会遇到一个报错,如下图: SW2(config-if)#switchport mode trunk Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode. # 命令被拒绝:接口的中继封装是“自动”不能被配置的“主干”模式。 怎么办? 只需要 像单臂路由一样 给...
Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode. (中文:命令被拒绝:接口的中继封装是“自动”不能被配置的“主干”模式。) 只需要 像单臂路由一样 给端口封装一个 接口封装协议。如下命令 Switch(config-if)#switchport trunk encapsulation dot1q ...
Switch(config-if)#switchport mode trunk Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode. A.命令中的单词错误B.没有在正确的模式下使用命令C.三层交换机,必须先设置干线封装格式才能进一步设置干线工作模式D.交换机硬件有问题 相关知识点: 试题...
a拦路虎 Obstacle[translate] aCommand rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode. 被拒绝的命令: 树干封闭是“汽车”的接口不可能是配置的“树干”方式。[translate]
ahappyending perfectguy 正在翻译,请等待...[translate] aCommand rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode. 命令拒绝了: 树干封闭是“汽车”的接口不可能是配置的“树干”方式。[translate]...
设置trunk端口出错:Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured 当mode trunk出现如下提示时,要先封装协议再设置trunk端口。 第一步:switchport trunk encap dot1q \封装协议 第二步:switchport mode trunk \设置trunk端口...
@文心快码BaiduComatecommand rejected: an interface whose trunk encapsulation is "auto" can not be configured to "trunk" mode. 文心快码BaiduComate 回答 1. 解释“trunk encapsulation is 'auto'”的含义 在网络设备的配置中,特别是在使用VLAN(虚拟局域网)和交换机进行网络划分时,接口的封装类型(Encapsulation...
cisco思科交换机Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode.思科交换机当遇到: 输入 Switch(config-if)#swicthport mode trunk 想改变端口为
思科:把接口配置成trunk模式时出错:Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" sw1(config)#interface Port-channel1 sw1(config-if)#switchport mode trunk Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured...
Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" 命令被拒绝:接口的中继封装是“自动”不能被配置的“主干”模式。 解决办法: 得把它封装起来就可以了设为trunk了 switch(config-if)#switch trunk encapsulation dot1q...