Method: IControl::Networking::STPGlobals#set_hello_time
- Defined in:
- lib/icontrol/networking/stp_globals.rb
#set_hello_time ⇒ Object
Sets the hello time, which is the time interval in seconds between the periodic transmissions that communicate spanning tree information to the adjacent bridges in the network. The default valu is 2 seconds, and the valid range is 1-10 seconds.
168 169 170 |
# File 'lib/icontrol/networking/stp_globals.rb', line 168 def set_hello_time super end |