92
www.cooperbussmann.com/wirelessresources
Cooper Bussmann 5073E-T Managed Ethernet Switch User Manual
Rev Version 1.1
RSTP Commands
CLI Commands
Level Description
Example
rstp enable
G
Enable RSTP.
switch>enable
switch#configure
switch(config)#rstp enable
rstp priority
[0–61440]
G
Configure RSTP bridge priority
parameter.
switch>enable
switch#configure
switch(config)#rstp priority 4096
rstp max-age
[6–40]
G
Configure RSTP max age parameter.
switch>enable
switch#configure
switch(config)#rstp max-age 6
rstp hello-time
[1–10]
G
Configure RSTP hello time parameter. switch>enable
switch#configure
switch(config)#rstp hello-time 1
rstp forward-time
[4–30]
G
Configure RSTP forward time
parameter.
switch>enable
switch#configure
switch(config)#rstp forward-time 4
rstp path-cost
[0:auto,1-200000000]
I
Path cost on this interface.
switch>enable
switch#configure
switch(config)#interface fastEthernet 2
switch(config-if)#rstp path-cost 20
rstp port-priority
[0-240]
I
Port priority on this interface.
switch>enable
switch#configure
switch(config)#interface fastEthernet 2
switch(config-if)#rstp port-priority 16
rstp admin-p2p
[Auto|True|False]
I
Admin P2P on this interface.
switch>enable
switch#configure
switch(config)#interface fastEthernet 2
switch(config-if)#rstp admin-p2p false
rstp admin-edge
[True|False]
I
Admin Edge on this interface.
switch>enable
switch#configure
switch(config)#interface fastEthernet 2
switch(config-if)#rstp admin-edge
false
rstp admin-non-stp
[True|False]
I
Admin NonSTP on this interface.
switch>enable
switch#configure
switch(config)#interface fastEthernet 2
switch(config-if)#rstp admin-non-stp
false
show rstp
G
Show RSTP information.
switch>enable
switch#show rstp
no rstp
G
Disable RSTP.
switch>enable
switch#configure
switch(config)#no rstp