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