Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
The “set rmon disable” command disables RMON in the switch.
RMON must be enabled before any other RMON configuration.
The example below shows the commands used to enable RMON.
SMIS# configure terminal
SMIS(config)# set rmon enable
SMIS(config)# end
SMIS# show rmon
RMON is enabled
12.2.2 Configuring Alarms and Events
The alarm group periodically takes statistical samples from variables and compares them with the
configured thresholds. When a threshold is crossed, an event is generated using the alarm mechanism.
The event group generates events whenever an alarm condition takes place in the device. The alarm
group calls the event group, so an event must already be createdfor the alarm to call.
Enters the configuration mode
rmon alarm <alarm-number><mib-object-id
(255)><sample-interval-time (1-65535)>{absolute
| delta } rising-threshold <value (0-
2147483647)><rising-event-number (1-65535)>
falling-threshold <value (0-2147483647)><falling-
event-number (1-65535)>
[owner <ownername (127)>]
(Optional) Set an alarm on a MIB
object.
alarm-number - Alarm Number. This
value ranges between 1 and 65535.
mib-object-id - The mib object
identifier.
sample-interval-time - Time in seconds
during which the alarm monitors the
MIB variable. This value ranges
between 1 and 65535 seconds.
absolute - Used to test each mib
variable directly.
delta - Used to test the change
between samples of a variable.
rising-threshold - A number at which
the alarm is triggered. This value ranges
between 0 and 2147483647.