Method: IControl::Networking::STPGlobals#set_maximum_age

Defined in:
lib/icontrol/networking/stp_globals.rb

#set_maximum_ageObject

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.

Raises:

  • (IControl::IControl::Common::AccessDenied)

    raised if the client credentials are not valid.

  • (IControl::IControl::Common::InvalidArgument)

    raised if one of the arguments is invalid.

  • (IControl::IControl::Common::OperationFailed)

    raised if an operation error occurs.



180
181
182
# File 'lib/icontrol/networking/stp_globals.rb', line 180

def set_maximum_age
  super
end