initial commit; version 22.5.12042

This commit is contained in:
2022-12-12 23:28:25 -05:00
commit af1b03d79f
17653 changed files with 22692970 additions and 0 deletions

View File

@ -0,0 +1,85 @@
-- ===============================================================================
--
-- Traps
--
CENTRECOM-TRAP-MIB DEFINITIONS ::= BEGIN
IMPORTS
extSwitchMIB FROM CENTRECOM-MIB
sysUpTime, sysDescr FROM RFC1213-MIB
TRAP-TYPE FROM RFC-1215;
overheat TRAP-TYPE
ENTERPRISE extSwitchMIB
VARIABLES { sysUpTime, sysDescr }
DESCRIPTION
"A overheat trap indicates that the on board
tempature sensor has reported a overheat
condition. System will shutdown until unit has
sufficiently cooled such that operation may begin
again. A cold start trap will be issued when
the unit has come back on line."
::= 6
fanfailed TRAP-TYPE
ENTERPRISE extSwitchMIB
VARIABLES { sysUpTime, sysDescr }
DESCRIPTION
"A fan failed trap indicates one or more of the
cooling fans inside the device has failed. A
fanOK trap will be sent once the fan has attained
normal operation."
::= 7
fanOK TRAP-TYPE
ENTERPRISE extSwitchMIB
VARIABLES { sysUpTime, sysDescr }
DESCRIPTION
"A fan has transitioned out of a failure state and
is now operating correctly."
::= 8
invalidLoginAttempt TRAP-TYPE
ENTERPRISE extSwitchMIB
VARIABLES { sysUpTime, sysDescr }
DESCRIPTION
"A user attempted to login to console or by telnet but was refused
access due to incorrect username or password"
::= 9
powerSupplyFail TRAP-TYPE
ENTERPRISE extSwitchMIB
VARIABLES { sysUpTime, sysDescr }
DESCRIPTION
"One or more sources of power to this agent has failed.
Presumably a redundant power-supply has taken over."
::= 10
powerSupplyGood TRAP-TYPE
ENTERPRISE extSwitchMIB
VARIABLES { sysUpTime, sysDescr }
DESCRIPTION
"One or more previously bad sources of power to this agent
has come back to life without causing an agent restart."
::= 11
rpsAlarm TRAP-TYPE
ENTERPRISE extSwitchMIB
VARIABLES { sysUpTime, sysDescr }
DESCRIPTION
"Attached Redundant Power Supply device is indicating
an alarm condition."
::= 12
rpsNoAlarm TRAP-TYPE
ENTERPRISE extSwitchMIB
VARIABLES { sysUpTime, sysDescr }
DESCRIPTION
"Attached Redundant Power Supply device is no longer
indicating an alarm condition."
::= 13
END