思科交换机(思科交换机常用命令汇总2-Spanning-Tree)
Posted
篇首语:不飞则已,一飞冲天;不鸣则已,一鸣惊人。本文由小常识网(cha138.com)小编为大家整理,主要介绍了思科交换机(思科交换机常用命令汇总2-Spanning-Tree)相关的知识,希望对你有一定的参考价值。
思科交换机(思科交换机常用命令汇总2-Spanning-Tree)
Spanning-tree
1. 802.1D
1. 每个广播域选择一个根桥
桥优先级小的,然后桥MAC地址小的,当选根桥。
桥ID由桥优先级和桥MAC地址组成。
根桥是可以抢占的
2. 每个非根桥上选择一个根端口
到根桥的最低Cost
最低的发送者的桥ID(先比桥优先级小的,再比桥MAC地址小的)
最低的发送者端口ID(先比端口优先级小的,再比端口编号小的)
3. 每个段选择一个指定端口
4. 阻塞非指定端口
Switch#sh int | in bia //可以查看交换机桥MAC和接口MAC
Switch#sh spanning-tree
//可以查看spanning-tree信息,桥优先级、接口优先级等
Switch(config-if)#spanning-tree cost 100000 //设置接口开销cost
Switch#sh spanning-tree int e0/1 //查看特定接口spanning-tree信息
Switch(config-if)#bandwidth 100000 //设置接口带宽
Switch(config-if)#spanning-tree vlan 1 port-priority 64
//设置接口优先级
Switch(config)#spanning-tree vlan 1 priority 4096 //设置桥优先级
portfast特性
Switch(config)#spanning-tree portfast default
//将所有非trunk接口激活portfast特性
Switch(config-if)#spanning-tree portfast [trunk]
//将特定接口激活portfast特性
Switch(config-if)#switchport host
//宏命令,指定接口mode为access并开启portfast特性
bpduguard特性
Switch(config)#spanning-tree portfast bpduguard default
//为所有激活了portfast的接口激活bpduguard
Switch(config-if)#spanning-tree bpduguard enable
//在特定接口激活bpduguard特性
Bpdufilter特性
Switch(config)#spanning-tree portfast bpdufilter default
Switch(config-if)#spanning-tree bpdufilter enable
Uplinkfast特性(强烈建议在末梢交换设备配置)
Switch(config)#spanning-tree uplinkfast
Switch#show spanning-tree uplinkfast
Switch(config)#spanning-tree uplinkfast max-update-rate 200 //配置uplinkfast特性的交换机每秒钟发uplink更新包的频率
backboneFast特性
Switch(config)#spanning-tree backbonefast //生成树交换机都要配
RootGuard特性
Switch(config-if)#spanning-tree guard root //外部交换机接入的接口要配
Switch#show spanning-tree inconsistentports //inconsistent基于vlan Loopguard特性
Switch(config)#spanning-tree loopguard default //和线路单向不通有关的配置
Switch(config-if)#spanning-tree guard loop
UDLD特性
Switch(config)#udld enable enable | aggressive //光纤接口上激活UDLD
Switch(config-if)#udld port [aggressive] //特定接口上激活UDLD
相关命令
Switch(config)#errdisable recovery ?
Switch(config)#errdisable recovery interval 100 //修改errdisable的时间间隔
Switch#show errdisable recovery
2. Pvst+
Switch#sh spanning-tree //查看spanning-tree状态信息
Switch(config)#spanning-tree vlan 10
//针对vlan10开启spanning-tree(默认pvst+)
Switch(config)#spanning-tree mode mst | pvst | rapid-pvst
//设置spanning-tree模式,默认pvst+
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 vlan 10 cost 15
//[针对vlan10]修改cost
Switch(config-if)#spanning-tree vlan 10 port-priority 64
//[针对vlan10]修改接口优先级
Switch(config)#spanning-tree vlan 10 hello-time 3
Switch(config)#spanning-tree vlan 10 forward-time 10
Switch(config)#spanning-tree vlan 10 max-age 30
Switch#debug spanning-tree event
Switch(config-if)#spanning-tree link-type point-to-point | shared
3. RSTP(802.1W),思科是per-vlan rstp
Switch(config)#spanning-tree mode rapid-pvst
其他命令同pvst+
4. Mstp(802.1S)
Switch(config)#spanning-tree mode mst //设置spanning-tree模式
Switch(config)#spanning-tree mst configuration //进入mst配置模式
Switch(config-mst)#name MIUCAT //修改mst域名
Switch(config-mst)#revision 1 //设置mst版本
Switch(config-mst)#instance 102030 vlan 10,20,30 //划分mst实例
Switch(config-mst)#instance 405060 vlan 40,50,60 //划分mst实例
Switch(config-mst)#spanning-tree mst 102030 root primary //按实例配置mst主根桥
Switch(config-mst)#spanning-tree mst 405060 root secondary//按实例配置mst次根桥
相关参考
1.计算机命令:PCAlogin:root;使用root用户password:linux;口令是linux#shutdown-hnow;同init0关机#logout#login#ifconfig;显示IP地址#ifconfigeth0<ipaddress>netmask<netmask>;设置IP地址#ifconfigeht0<ipaddress>netmask<netmask>down
前段时间我们发布了关于学校机房项目交换机的配置,理解这篇,交换机配置不再难,这篇是以思科交换机为配置基础,有部分朋友觉得有些难度,希望我们发些基础些的内容,本期我们就一起来看下思科的基础配置。思科交换...
思科交换机删除vlan命令(第三弹锐捷设备命令最全大合集(2022新版))
晚上好,我是老杨。一月一更的系列又来了,此前已经更新过思科、华为两个头部厂商。今天更新的是锐捷的设备命令汇总(包含配置命令、巡检命令、命名规则、排错命令等内容),希望能提高你的工作效率。如果觉得有用的...
思科交换机型号大全(网工必备命令:思科、华为、H3C交换机巡检命令全收录)
当我们想要查看交换机配置是否正确,不可能将每条命令都看一遍,毕竟数据庞大,这时候就需要精准使用交换机的巡检命令,下面我们来介绍一下几个常见厂商的巡检命令思科1、showinterfacestats:查看交换机所有接口当前接口...
思科无线路由器配置(cisco路由器常用配置命令(建议收藏))
...router#configterminal进入全局配置模式router(config)#hostname设置交换机的主机名router(config)#enablesecretxxx设置特权加密口令router(config)#enablepasswordxxb设置特权非密口令router(config)#lineconsole0进入
...进入特权模式enable2、进入全局配置模式configureterminal3、交换机命名hostnameaptech2950以aptech2950为例4、配置使能口令enablepasswordcisco以cisco为例5、配置使能密码enablesecretciscolab以cicsolab为例6、设置虚拟局域网vlan1interfacevlan17、进入交换...
思科交换机配置网关的命令(Cisco 思科交换机配置通过ssh远程登录)
配置交换机SSH远程登录方式交换机端配置:1.Switch>当前模式为用户exec模式2.Switch>enable进入特权exec模式3.Switch#configureterminal从特权exec模式切换到全局配置模式4.Switch(config)#hostnamesw1给设备指定主机名sw15.sw1(config)#ipdomain-name876lon...
思科三层交换机静态路由配置命令(软考之网络工程师考试知识点)
1、常用的虚拟存储器由主存-辅存两级存储器组成2、中断向量可提供中断程序的入口地址3、DMA工作方式下,在主存与外设之间建立直接的数据通信。4、PERT不能清晰秒速各个任务之间的并行情况,甘特图不能清晰描述各个问题之...