Method: IControl::Networking::STPGlobals#set_maximum_age
- Defined in:
- lib/icontrol/networking/stp_globals.rb
#set_maximum_age ⇒ Object
Sets 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.
180 181 182 |
# File 'lib/icontrol/networking/stp_globals.rb', line 180 def set_maximum_age super end |