SteelConnect SNMP Traps
The SteelConnect SNMP traps allow easy management of SteelConnect and straightforward integration into an existing network management system (NMS) for monitoring.
SNMP traps
SteelConnect tracks key hardware and software metrics and alerts you of any potential problems so that you can quickly discover and diagnose issues. The SNMP traps are enabled for a realm by a realm administrator, and you can enable SNMP direct logging for all gateways in an organization. For details, see Exporting SNMP events and Export Settings.
SteelConnect supports SNMP traps for conditions that require attention or intervention at the SteelHead Management Console (SCM) level and at the appliance level. Every event sends the related trap.
SteelConnect supports the following standard MIBs at the appliance level:
SNMPv2-MIB
IF-MIB
SteelConnect doesn’t support every object (OID) in every one of these MIBs. See the IF-MIB traps supported and SNMPv2-MIB traps supported for the supported OIDs.
The SNMPv2 MIBs and the IF-MIBs support appliance physical interfaces only: for example, eth0 and eth1. SNMP operations are not supported for virtual software or internal interfaces. In the SNMPv2 MIB, there is a scalar entity, for example, sysObjectID, that tracks the OID value of the Riverbed appliance, which is being managed under the SMI enterprise subtree (1.3.6.1.4.1). This entity creates definitions of new OID value for this MIB object.
This table summarizes the SNMP traps sent from SCM to configured trap receivers.
Trap and OID
Text
configChange
(enterprises.17163.1.20.4.1.1)
A configuration element has been changed.
applianceOnline
(enterprises.17163.1.20.4.1.2)
An appliance has come online.
uplinkOnline
(enterprises.17163.1.20.4.1.3)
An uplink has come online.
tunnelOnline
(enterprises.17163.1.20.4.1.4)
A tunnel has come online.
portOnline
(enterprises.17163.1.20.4.1.5)
A port has come online.
applianceOffline
(enterprises.17163.1.20.4.1.1002)
An appliance has gone offline.
uplinkOffline
(enterprises.17163.1.20.4.1.1003)
An uplink has gone offline.
tunnelOffline
(enterprises.17163.1.20.4.1.1004)
A tunnel has gone offline.
portOffline
(enterprises.17163.1.20.4.1.1005)
A port has gone offline.
IF-MIB traps supported
Use this MIB to monitor these appliance interface statistics. RFC 2863 defines this MIB.
Trap and OID
Text
linkUp
(1.3.6.1.6.3.1.1.5.4)
An interface has come online.
linkDown
(1.3.6.1.6.3.1.1.5.3)
An interface has gone offline.
SNMPv2-MIB traps supported
Use this MIB to monitor these appliance statistics.
Trap and OID
Text
coldStart
(1.3.6.1.6.3.1.1.5.1)
The SNMP daemon has restarted. An appliance is reinitializing itself and its configuration might have been altered.
authenticationFailure
(1.3.6.1.6.3.1.1.5.5)
An appliance has received a protocol message that is not properly authenticated. For example, a query has been made with an incorrect community string.