Method: IControl::Networking::STPGlobals#forward_delay
- Defined in:
- lib/icontrol/networking/stp_globals.rb
#forward_delay ⇒ long
Gets 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.
46 47 48 |
# File 'lib/icontrol/networking/stp_globals.rb', line 46 def forward_delay super end |