Method: IControl::Networking::STPGlobals#set_maximum_hop

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

#set_maximum_hopObject

Sets the maximum hops an MSTP packet may travel before it is discarded. It’s used only when the STP mode is MSTP, however, the user may set it in any STP mode.

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.



191
192
193
# File 'lib/icontrol/networking/stp_globals.rb', line 191

def set_maximum_hop
  super
end