Method: IControl::Networking::STPGlobals#maximum_age
- Defined in:
- lib/icontrol/networking/stp_globals.rb
#maximum_age ⇒ long
Gets the maximum age parameter, which controls how long spanning tree information received from other bridges is considered valid. The default valu is 20 seconds, and the valid range is 6-40 seconds.
72 73 74 |
# File 'lib/icontrol/networking/stp_globals.rb', line 72 def maximum_age super end |