Method: IControl::Networking::STPGlobals#set_transmit_hold
- Defined in:
- lib/icontrol/networking/stp_globals.rb
#set_transmit_hold ⇒ Object
Sets the transmit hold count parameter, which is an absolute limit on the number of spanning tree protocol packets the BIG-IP may transmit on a port in any hello time interval. This ensures that the spanning tree packets will not unduly load the network even in unstable conditions. The default valu is 6 packets, and the valid range is 1-10 packets.
215 216 217 |
# File 'lib/icontrol/networking/stp_globals.rb', line 215 def set_transmit_hold super end |