Switch(config)#spanning-tree vlan 10 priority 4096 //设置[针对vlan10]的spanning-tree优先级 Switch(config)#spanning-tree vlan 10 root primary //宏命令,[针对vlan10]设置主根桥 Switch(config)#spanning-tree vlan 10 root secondary //宏命令,[针对vlan10]设置副根桥 Switch(config-if)#spanning-tree ...
下面的命令,( )是正确的。 A. switch#spanning-tree vlan 1 priority 4096 B. switch(config)#spanning-tree vlan 1 priority 4096 C. switch#spanning-tree vlan 1 pr
Switch(config)#spanning-tree vlan 1 priority XX(优先级默认为32768,要为4096的倍数) 生成树的特性:portfast和Bpduguard portfast(快速端口):主要是让与access接口相连的主机或服务器,不参与生成树的选举过程,接口瞬间进入forwarding,节约了30s的时间 Switch (config) #interface e0/0 Switch (config-if) #spanning...
把交换机的优先级别设置为4096的命令为:spanning-tree vlan 10 priority 4096A.正确B.错误的答案是什么.用刷刷题APP,拍照搜索答疑.刷刷题(shuashuati.com)是专业的大学职业搜题找答案,刷题练习的工具.一键将文档转化为在线题库手机刷题,以提高学习效率,是学习的生产力工具
即同一VLAN只在一个trunk上发送接受。 配置STP权值(默认权值128) Switch#c onfig terminal Switch(config)#interface f0/1 //进入端口1配置模式 Switch(config-if)#spanning-tree vlan port-priority 10 //将VLAN端口权值设为10 Switch(config-if)#exit ...
Show interface f0/1这一命令可以看到交换机端口的MAC地址 查看STP信息-- SW1# sh spanning-tree bri VLAN1 Spanning tree enabled protocol ieee Root IDPriority32768 Addresscc00.0838.0000 This bridge is the root Hello Time2 secMax Age 20 secForward Delay 15 sec ...
• 创建VLAN:vlan <vlan_id> • 配置VLAN名称:name <vlan_name> 作用:通过使用VLAN实现对不同端口或设备之间的分离和隔离,使网络拓扑更加灵活。 配置STP • 进入全局配置模式:config terminal • 启用STP功能:spanning-tree mode • 配置优先级:spanning-tree priority ...
SW1#spanning-tree vlan 20 priority 4096 SW1#interface vlan 10 SW1#ip addree 192.168.10.1 255.255.255.0 SW1#exit SW1#interface vlan 20 SW1#ip address 192.168.20.1 255.255.255.0 SW1#exit SW1#interface f0/3 SW1#switchport trunk encapsulation dot1q SW1#switchport ...
@优先级,priority(4096的倍数)默认为32768(越小越优) 如果要进行修改的话必须为4096的倍数修改,随意输入数字是不可以的 @如果优先级相同的话,比较MAC地址,(越小越优)但这里会存在一个问题 因为MAC地址是全球唯一的,不存在重复,而生产厂家生产设备的时候所有的MAC地址也是从小到大进行排列的,越早生产的设备MAC越...
The priority value must be a multiple of 4096. The switch with the lowest priority is the root of the spanning tree. When more than one switch has the lowest priority, the switch with the lowest MAC address is selected as the root. ...