Method: IControl::Networking::STPGlobals#maximum_hop

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

#maximum_hoplong

Gets 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.

Returns:

  • (long)

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.



84
85
86
# File 'lib/icontrol/networking/stp_globals.rb', line 84

def maximum_hop
  super
end