ERS8300,8600
和1600交换机默认的生成协议是STPG
,这个是一个北电式的STP,默认情况下,所有接口都在STPG 1.,因为北电有SMLT这项技术,它可以达到生成树的效果,甚至比生成树更好,应为多条链路出现时它可以做负载均衡,但使用这项技术时,参与的接口生成树协议都会被关掉。
config stg <sid>
add ports <value> //
加入相应接口进入相应生成树
create [<ports>] [vlan <value>] [mac<value>] //
创建生成树组
delete //
删除相应的生成树组
forward-delay <timeval> //
定义生成树的转发延迟
group-stp <enable|disable> //
关闭或激活北电式的生成树,用于与其他厂商设备兼容
info
查看
hello-interval <timeval> //hello
包时间的配置
max-age <timeval> //
最大的等待时间
priority <number> //
优先级的设置
remove ports <value> //
从生成树中移除接口
trap-stp <enable|disable> //stp
的陷阱信息是否开启
config ethernet <ports> stg <sid> //
配置接口下生成树的参数
info
faststart <enable|disable> //
启动快速学习,这个功能一般是在接终端的时候才会启用
change-detection <enable|disable> //
启动生成树改变的检测
pathcost <intval> //cost
设置
priority <intval> //
接口优先级
stp <enable|disable> //
启动生成树
查看信息:
Show stg info config <sid>
//查看关于生成树的参数配置
Show stg info status <sid>
//查看生成树的运行状况
Passport-8310:5#
config stg 2
Passport-8310:5/config/stg/2#
create
Passport-8310:5/config/stg/2#
priority 5000 //主要修改这个参数在单上联的情况
Passport-8310:5/config/stg/2#
hello-interval 100
Passport-8310:5/config/stg/2#
forward-delay 1500
Passport-8310:5/config/stg/2#
trap-stp enable
Passport-8310:5/config#
ethernet 5/1
Passport-8310:5/config/ethernet/5/1#
stg 2 info //查看接口的生成树的参数
Port 5/1 :
change-detection : enable
faststart : disable
pathcost : 100
priority : 128
stp : enable
Passport-8310:5#
show stg info config 2
==================================================================
Stg Config
==================================================================
STG
BRIDGE BRIDGE FORWARD ENABLE STPTRAP
ID
PRIORITY MAX_AGE HELLO_TIME DELAY STP TRAP
--------------------------------------------------------------------------------
2
5000 2000 100 1500 true true
STG TAGGBPDU
TAGGBPDU STG PORT
ID
ADDRESS VLAN_ID TYPE MEMBER
--------------------------------------------------------------------------------
2
01:80:c2:00:00:00 4002 normal 5/1
Total number of STGs : 2
Passport-8310:5#
show stg info status 2
==================================================================
Stg Status
==================================================================
STG BRIDGE
NUM PROTOCOL TOP
ID
ADDRESS PORTS SPECIFICATION CHANGES
--------------------------------------------------------------------------------
2
00:1f:da:73:50:02 1 ieee8021d 0
STG DESIGNATED
ROOT ROOT MAX HELLO HOLD FORWARD
ID
ROOT COST PORT AGE TIME TIME DELAY
--------------------------------------------------------------------------------
2
13:88:00:1f:da:73:50:02 0 cpp 2000 100 100 1500
转载于:https://blog.51cto.com/ylnba/634068