Disable STP in Opensolaris bridge
- by quentin
Hello,
how can i completely disable STP in a Opensolaris bridge.
This bridge is connected to a Cisco Access Port and will disable the uplink port when the first BPDU arrives.
bridged[3651]: [ID 581644 daemon.warning] unexpected BPDU on rge1 from 0:xx:xx:xx:xx:b; forwarding disabled
I already disabled the transmission of BPDU Messages to the Switch by:
dladm set-linkprop -p stp=0 rge1
This solved only the problem that the access switch port goes in "error-disable" mode.
Thomas