Configuring STP Edge via HP Comware CLI?
Comware CLI for STP edge on two 7500 ports in different VLANs.
Read the Warning in the CLI, if you do it on a port between switches.. bad juju…
Terminal is an end-point, PC, Server, etc..
$ stp edged-port enable
# Warning: Edge port should only be connected to terminal. It will cause temporary loops if port GigabitEthernet2/0/27 is connected to bridges. Please use it carefully!
int g2/0/28
stp edged-port en
# Warning: Edge port should only be connected to terminal. It will cause temporary loops if port GigabitEthernet2/0/28 is connected to bridges. Please use it carefully!
dis this
#
interface GigabitEthernet2/0/28
port link-mode bridge
port access vlan 10
stp edged-port enable
#
return
int g2/0/27
dis this
#
interface GigabitEthernet2/0/27
port link-mode bridge
port access vlan 2
stp edged-port enable
#
# Warning: Edge port should only be connected to terminal. It will cause temporary loops if port GigabitEthernet2/0/27 is connected to bridges. Please use it carefully!
int g2/0/28
stp edged-port en
# Warning: Edge port should only be connected to terminal. It will cause temporary loops if port GigabitEthernet2/0/28 is connected to bridges. Please use it carefully!
dis this
#
interface GigabitEthernet2/0/28
port link-mode bridge
port access vlan 10
stp edged-port enable
#
return
int g2/0/27
dis this
#
interface GigabitEthernet2/0/27
port link-mode bridge
port access vlan 2
stp edged-port enable
#
Comments
No comment yet.