Method: IControl::Networking::STPGlobals#set_forward_delay
- Defined in:
- lib/icontrol/networking/stp_globals.rb
#set_forward_delay ⇒ Object
Sets the forward delay parameter, which controls how long an interface was blocked from forwarding network traffic after a reconfiguration of the spanning tree topology. The default valu is 15 seconds, and the valid range is 4-30 seconds. Note that this parameter has no effect when the STP mode is RSPT or MSTP, as long as all bridges in the spanning tree use the RSTP or MSTP protocol.
156 157 158 |
# File 'lib/icontrol/networking/stp_globals.rb', line 156 def set_forward_delay super end |