initial commit; version 22.5.12042
This commit is contained in:
345
mibs/bluesocket/BLUE-NOTIFICATION-MIB
Normal file
345
mibs/bluesocket/BLUE-NOTIFICATION-MIB
Normal file
@ -0,0 +1,345 @@
|
||||
-- Suresh gandhi
|
||||
-- Bluesocket, Inc.
|
||||
-- Jan 2003
|
||||
-- Copyright Bluesocket, Inc. 2001-2002
|
||||
-- WARNING:
|
||||
-- This MIB is DRAFT-ONLY and is subject to change.
|
||||
-- Management Information Base for Blueserver
|
||||
|
||||
BLUE-NOTIFICATION-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
OBJECT-TYPE, enterprises
|
||||
FROM SNMPv2-SMI
|
||||
blueSocket
|
||||
FROM BLUESERVER-MIB
|
||||
DisplayString,DateAndTime, PhysAddress
|
||||
FROM SNMPv2-TC;
|
||||
|
||||
blueNotification OBJECT IDENTIFIER ::= { blueSocket 2 }
|
||||
|
||||
notifyObjects OBJECT IDENTIFIER ::= { blueNotification 1 }
|
||||
blueTraps OBJECT IDENTIFIER ::= { blueNotification 2 }
|
||||
configChangeTraps OBJECT IDENTIFIER ::= { blueTraps 1 }
|
||||
FailureTraps OBJECT IDENTIFIER ::= { blueTraps 2 }
|
||||
|
||||
-- Notification group
|
||||
-- notifyObjects group
|
||||
ntyobjLevel OBJECT-TYPE
|
||||
SYNTAX OCTET STRING(SIZE(1..20))
|
||||
ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Event priority or log level."
|
||||
DEFVAL { Info }
|
||||
::= { notifyObjects 1}
|
||||
|
||||
ntyobjObjName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING(SIZE(1..255))
|
||||
ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The name of the object that triggered the event.
|
||||
In case of no objects assosicated with
|
||||
failures, the value will be NULL. "
|
||||
DEFVAL { Unknown }
|
||||
::= { notifyObjects 2 }
|
||||
|
||||
ntyobjDesc OBJECT-TYPE
|
||||
SYNTAX OCTET STRING(SIZE(0..255))
|
||||
ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description about event/trap."
|
||||
DEFVAL { NULL }
|
||||
::= { notifyObjects 3 }
|
||||
|
||||
ntyobjObjOID OBJECT-TYPE
|
||||
SYNTAX OBJECT IDENTIFIER
|
||||
ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The OID of the object that triggered the event"
|
||||
DEFVAL { 0.0 }
|
||||
::= { notifyObjects 4 }
|
||||
|
||||
ntyobjObjvalue OBJECT-TYPE
|
||||
SYNTAX OCTET STRING(SIZE(0..255))
|
||||
ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value of the object that triggered
|
||||
the event at the time of event occurrence."
|
||||
DEFVAL { NULL }
|
||||
::= { notifyObjects 5 }
|
||||
|
||||
|
||||
-- blueTraps group
|
||||
-- configChangeTraps group
|
||||
|
||||
cctSystemConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent for any Configuration changes.
|
||||
Example:
|
||||
User added/modified/deleted
|
||||
Service added/modified/delete.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { configChangeTraps 1 }
|
||||
|
||||
cctUserConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent for any Configuration changes.
|
||||
Example:
|
||||
User added/modified/deleted
|
||||
Service added/modified/delete.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { configChangeTraps 2 }
|
||||
|
||||
|
||||
cctExternalServConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent for any Configuration changes.
|
||||
Example:
|
||||
User added/modified/deleted
|
||||
Service added/modified/delete.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { configChangeTraps 3 }
|
||||
|
||||
|
||||
cctRoleConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent for any Configuration changes.
|
||||
Example:
|
||||
User added/modified/deleted
|
||||
Service added/modified/delete.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { configChangeTraps 4 }
|
||||
|
||||
cctDestinationConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent for any Configuration changes.
|
||||
Example:
|
||||
User added/modified/deleted
|
||||
Service added/modified/delete.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { configChangeTraps 5 }
|
||||
|
||||
|
||||
cctServiceConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent for any Configuration changes.
|
||||
Example:
|
||||
User added/modified/deleted
|
||||
Service added/modified/delete.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { configChangeTraps 6 }
|
||||
|
||||
|
||||
cctInterfaceConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent for any Configuration changes.
|
||||
Example:
|
||||
User added/modified/deleted
|
||||
Service added/modified/delete.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { configChangeTraps 7 }
|
||||
|
||||
|
||||
cctIpsecConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent for any Configuration changes.
|
||||
Example:
|
||||
User added/modified/deleted
|
||||
Service added/modified/delete.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { configChangeTraps 8 }
|
||||
|
||||
cctMobilityConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent for any Configuration changes.
|
||||
Example:
|
||||
User added/modified/deleted
|
||||
Service added/modified/delete.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { configChangeTraps 9 }
|
||||
|
||||
cctProcessConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent for any Configuration changes.
|
||||
Example:
|
||||
User added/modified/deleted
|
||||
Service added/modified/delete.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { configChangeTraps 10 }
|
||||
|
||||
|
||||
cctDhcpConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent for any Configuration changes.
|
||||
Example:
|
||||
User added/modified/deleted
|
||||
Service added/modified/delete.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { configChangeTraps 11 }
|
||||
|
||||
cctIKEConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent for any Configuration changes.
|
||||
Example:
|
||||
User added/modified/deleted
|
||||
Service added/modified/delete.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjtrObjName - The name of the object that triggered the event
|
||||
ntyobjtrDesc - Description about the event/trap
|
||||
"
|
||||
::= { configChangeTraps 12 }
|
||||
|
||||
cctImageConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent for any Configuration changes.
|
||||
Example:
|
||||
User added/modified/deleted
|
||||
Service added/modified/delete.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjtrObjName - The name of the object that triggered the event
|
||||
ntyobjtrDesc - Description about the event/trap
|
||||
"
|
||||
::= { configChangeTraps 13 }
|
||||
|
||||
|
||||
|
||||
|
||||
--FailureTraps group
|
||||
|
||||
btSysConfFailure NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent on any failures.
|
||||
Example:
|
||||
User Login failure
|
||||
Authentication failure
|
||||
Failover
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event.
|
||||
In case of no objects assosicated with
|
||||
failures, the value will be NULL.
|
||||
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { FailureTraps 1 }
|
||||
|
||||
btIKEFailure NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent on any failures.
|
||||
Example:
|
||||
User Login failure
|
||||
Authentication failure
|
||||
Failover
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event.
|
||||
In case of no objects assosicated with
|
||||
failures, the value will be NULL.
|
||||
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { FailureTraps 2 }
|
||||
|
||||
btProcessFailure NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent on any failures.
|
||||
Example:
|
||||
User Login failure
|
||||
Authentication failure
|
||||
Failover
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event.
|
||||
In case of no objects assosicated with
|
||||
failures, the value will be NULL.
|
||||
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { FailureTraps 3 }
|
||||
|
||||
|
||||
|
||||
btConditionalEvent NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjObjOID,ntyobjObjValue,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent if the threshold have been met for
|
||||
the underlaying Object.
|
||||
Example:
|
||||
User added/modified/deleted
|
||||
Service added/modified/delete.
|
||||
ntyobjLevel - Indicate the trap priority or log level
|
||||
ntyobjObjOID - The OID of the object that triggered the event
|
||||
ntyobjObjValue - The value of the object that triggered
|
||||
the event at the time of event occurrence.
|
||||
trDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueTraps 3 }
|
||||
END
|
5791
mibs/bluesocket/BLUESERVER-MIB
Normal file
5791
mibs/bluesocket/BLUESERVER-MIB
Normal file
File diff suppressed because it is too large
Load Diff
85
mibs/bluesocket/BLUESOCKET-PRODUCTS
Normal file
85
mibs/bluesocket/BLUESOCKET-PRODUCTS
Normal file
@ -0,0 +1,85 @@
|
||||
BLUESOCKET-PRODUCTS DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
FROM SNMPv2-SMI
|
||||
blueSocket
|
||||
FROM BLUESOCKET-ROOT;
|
||||
|
||||
-- Bluesocket gateways with pre-4.0 software do not have the ability
|
||||
-- to determine what kind of gateway they are. These devices return
|
||||
-- a generic sysObjectID value of:
|
||||
-- iso.org.dod.internet.private.enterprises.bluesocket (1.3.6.1.4.1.9967)
|
||||
|
||||
|
||||
blueProducts MODULE-IDENTITY
|
||||
LAST-UPDATED "200809280000Z"
|
||||
ORGANIZATION "Bluesocket Inc."
|
||||
CONTACT-INFO
|
||||
" Customer Support
|
||||
Bluesocket, Inc.
|
||||
Burlington, MA 01803
|
||||
support@bluesocket.com
|
||||
"
|
||||
DESCRIPTION
|
||||
"This MIB is DRAFT-ONLY and is subject to change.
|
||||
Management Information Base for Blueserver."
|
||||
|
||||
::= { blueSocket 100 }
|
||||
|
||||
blue1000 OBJECT IDENTIFIER ::= { blueProducts 1000 }
|
||||
blue1100 OBJECT IDENTIFIER ::= { blueProducts 1100 }
|
||||
blue2000 OBJECT IDENTIFIER ::= { blueProducts 2000 }
|
||||
blue2100 OBJECT IDENTIFIER ::= { blueProducts 2100 }
|
||||
blue5000 OBJECT IDENTIFIER ::= { blueProducts 5000 }
|
||||
blue600 OBJECT IDENTIFIER ::= { blueProducts 600 }
|
||||
blue1200 OBJECT IDENTIFIER ::= { blueProducts 1200 }
|
||||
blue2200 OBJECT IDENTIFIER ::= { blueProducts 2200 }
|
||||
blue3200 OBJECT IDENTIFIER ::= { blueProducts 3200 }
|
||||
blue5200 OBJECT IDENTIFIER ::= { blueProducts 5200 }
|
||||
blue7200 OBJECT IDENTIFIER ::= { blueProducts 7200 }
|
||||
|
||||
gw1000-810 OBJECT IDENTIFIER ::= { blue1000 1 }
|
||||
gw1000-815 OBJECT IDENTIFIER ::= { blue1000 2 }
|
||||
|
||||
gw1100 OBJECT IDENTIFIER ::= { blue1100 1 }
|
||||
|
||||
gw2000 OBJECT IDENTIFIER ::= { blue2000 1 }
|
||||
gw2000-TF OBJECT IDENTIFIER ::= { blue2000 2 }
|
||||
gw2000-FT OBJECT IDENTIFIER ::= { blue2000 3 }
|
||||
gw2000-FF OBJECT IDENTIFIER ::= { blue2000 4 }
|
||||
|
||||
gw2100 OBJECT IDENTIFIER ::= { blue2100 1 }
|
||||
gw2100-TF OBJECT IDENTIFIER ::= { blue2100 2 }
|
||||
gw2100-FT OBJECT IDENTIFIER ::= { blue2100 3 }
|
||||
gw2100-FF OBJECT IDENTIFIER ::= { blue2100 4 }
|
||||
|
||||
gw5000 OBJECT IDENTIFIER ::= { blue5000 1 }
|
||||
gw5000-TF OBJECT IDENTIFIER ::= { blue5000 2 }
|
||||
gw5000-FT OBJECT IDENTIFIER ::= { blue5000 3 }
|
||||
gw5000-FF OBJECT IDENTIFIER ::= { blue5000 4 }
|
||||
|
||||
gw600 OBJECT IDENTIFIER ::= { blue600 1 }
|
||||
gw1200 OBJECT IDENTIFIER ::= { blue1200 1 }
|
||||
|
||||
gw2200 OBJECT IDENTIFIER ::= { blue2200 1 }
|
||||
gw2200-FF OBJECT IDENTIFIER ::= { blue2200 4 }
|
||||
gw2200C OBJECT IDENTIFIER ::= { blue2200 5 }
|
||||
gw2200C-FF OBJECT IDENTIFIER ::= { blue2200 8 }
|
||||
|
||||
gw3200 OBJECT IDENTIFIER ::= { blue3200 1 }
|
||||
gw3200-FF OBJECT IDENTIFIER ::= { blue3200 4 }
|
||||
gw3200C OBJECT IDENTIFIER ::= { blue3200 5 }
|
||||
gw3200C-FF OBJECT IDENTIFIER ::= { blue3200 8 }
|
||||
|
||||
gw5200 OBJECT IDENTIFIER ::= { blue5200 1 }
|
||||
gw5200-FF OBJECT IDENTIFIER ::= { blue5200 4 }
|
||||
gw5200C OBJECT IDENTIFIER ::= { blue5200 5 }
|
||||
gw5200C-FF OBJECT IDENTIFIER ::= { blue5200 8 }
|
||||
|
||||
gw7200 OBJECT IDENTIFIER ::= { blue7200 1 }
|
||||
gw7200-FF OBJECT IDENTIFIER ::= { blue7200 4 }
|
||||
gw7200C OBJECT IDENTIFIER ::= { blue7200 5 }
|
||||
gw7200C-FF OBJECT IDENTIFIER ::= { blue7200 8 }
|
||||
END
|
||||
|
22
mibs/bluesocket/BLUESOCKET-ROOT
Normal file
22
mibs/bluesocket/BLUESOCKET-ROOT
Normal file
@ -0,0 +1,22 @@
|
||||
BLUESOCKET-ROOT DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
enterprises
|
||||
FROM SNMPv2-SMI;
|
||||
|
||||
blueSocket MODULE-IDENTITY
|
||||
LAST-UPDATED "200303100000Z"
|
||||
ORGANIZATION "Bluesocket Inc."
|
||||
CONTACT-INFO
|
||||
" Suresh Gandhi
|
||||
Bluesocket, Inc.
|
||||
Burlington, MA 01803
|
||||
sgandhi@bluesocket.com
|
||||
"
|
||||
DESCRIPTION
|
||||
"This MIB is DRAFT-ONLY and is subject to change.
|
||||
Management Information Base for Blueserver."
|
||||
|
||||
::= { enterprises 9967 }
|
||||
|
||||
END
|
353
mibs/bluesocket/BLUESOCKET-TRAPS
Normal file
353
mibs/bluesocket/BLUESOCKET-TRAPS
Normal file
@ -0,0 +1,353 @@
|
||||
BLUESOCKET-TRAPS DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
blueSocket
|
||||
FROM BLUESOCKET-ROOT;
|
||||
|
||||
blueNotification OBJECT IDENTIFIER ::= { blueSocket 2 }
|
||||
|
||||
-- notification groups
|
||||
notifyObjects OBJECT IDENTIFIER ::= { blueNotification 1 }
|
||||
blueTraps OBJECT IDENTIFIER ::= { blueNotification 2 }
|
||||
|
||||
blueConfigTraps OBJECT IDENTIFIER ::= { blueTraps 1 }
|
||||
blueFailureTraps OBJECT IDENTIFIER ::= { blueTraps 2 }
|
||||
blueThresholdTraps OBJECT IDENTIFIER ::= { blueTraps 3 }
|
||||
blueGeneralTraps OBJECT IDENTIFIER ::= { blueTraps 4 }
|
||||
|
||||
-- Notification group
|
||||
-- notifyObjects group
|
||||
|
||||
ntyobjLevel OBJECT-TYPE
|
||||
SYNTAX OCTET STRING(SIZE(1..20))
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Event priority or log level."
|
||||
::= { notifyObjects 1}
|
||||
|
||||
ntyobjName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING(SIZE(1..255))
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The name of the object that triggered the event.
|
||||
In case of no objects assosicated with
|
||||
failures, the value will be NULL. "
|
||||
::= { notifyObjects 2 }
|
||||
|
||||
ntyobjDesc OBJECT-TYPE
|
||||
SYNTAX OCTET STRING(SIZE(0..512))
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description about event/trap"
|
||||
::= { notifyObjects 3 }
|
||||
|
||||
ntyobjOID OBJECT-TYPE
|
||||
SYNTAX OBJECT IDENTIFIER
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The OID of the object that triggered the event"
|
||||
::= { notifyObjects 4 }
|
||||
|
||||
ntyobjValue OBJECT-TYPE
|
||||
SYNTAX OCTET STRING(SIZE(0..255))
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value of the object that triggered
|
||||
the event at the time of event occurrence"
|
||||
::= { notifyObjects 5 }
|
||||
|
||||
|
||||
-- blueGeneralTraps group
|
||||
|
||||
blueGeneralTraps0 OBJECT IDENTIFIER ::= { blueGeneralTraps 0 }
|
||||
|
||||
btLinkUp NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Link up trap.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueGeneralTraps0 1 }
|
||||
|
||||
btLinkDown NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Link down trap.
|
||||
"
|
||||
::= { blueGeneralTraps0 2 }
|
||||
|
||||
btSystemGeneralTrap NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"System status trap.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueGeneralTraps0 3 }
|
||||
|
||||
-- configChangeTraps group
|
||||
|
||||
blueConfigTraps0 OBJECT IDENTIFIER ::= { blueConfigTraps 0 }
|
||||
|
||||
cctSystemConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent on any system level Configuration
|
||||
changes.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueConfigTraps0 1 }
|
||||
|
||||
cctUserConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"User configuration change trap.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueConfigTraps0 2 }
|
||||
|
||||
|
||||
cctExternalServConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"External configuration change trap.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueConfigTraps0 3 }
|
||||
|
||||
cctRoleConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Role configuration changes.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueConfigTraps0 4 }
|
||||
|
||||
cctDestinationConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Destination configuration changes.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueConfigTraps0 5 }
|
||||
|
||||
|
||||
|
||||
cctServiceConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Service configuration change traps.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueConfigTraps0 6 }
|
||||
|
||||
|
||||
cctNetworkConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Network configuration change trap.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueConfigTraps0 7 }
|
||||
|
||||
|
||||
cctVpnConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"VPN Configuration change trap.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueConfigTraps0 8 }
|
||||
|
||||
cctMobilityConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mobility configuration change trap.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueConfigTraps0 9 }
|
||||
|
||||
cctProcessConfChange NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Process configuration change trap.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueConfigTraps0 10 }
|
||||
|
||||
--FailureTraps group
|
||||
|
||||
blueFailureTraps0 OBJECT IDENTIFIER ::= { blueFailureTraps 0 }
|
||||
|
||||
btSysGeneralFailure NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"System failure trap.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event.
|
||||
In case of no objects assosicated with
|
||||
failures, the value will be NULL.
|
||||
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueFailureTraps0 1 }
|
||||
|
||||
btUserLoginFailure NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"User login failure trap.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event.
|
||||
In case of no objects assosicated with
|
||||
failures, the value will be NULL.
|
||||
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueFailureTraps0 2 }
|
||||
|
||||
btProcessFailure NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
|
||||
"Process failure trap.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event.
|
||||
In case of no objects assosicated with
|
||||
failures, the value will be NULL.
|
||||
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueFailureTraps0 3 }
|
||||
|
||||
btAuthFailure NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" Authentication failure trap.
|
||||
ntyobjLevel - Indicate the priority or log level
|
||||
ntyobjObjName - The name of the object that triggered the event.
|
||||
In case of no objects assosicated with
|
||||
failures, the value will be NULL.
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueFailureTraps0 4 }
|
||||
|
||||
btSystemFailover NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjName,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent on system failover.
|
||||
ntyobjObjName - The name of the object that triggered the event.
|
||||
In case of no objects assosicated with
|
||||
failures, the value will be NULL.
|
||||
ntyobjDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueFailureTraps0 5 }
|
||||
|
||||
--blueThresholdTraps group
|
||||
|
||||
blueThresholdTraps0 OBJECT IDENTIFIER ::= { blueThresholdTraps 0 }
|
||||
|
||||
|
||||
btConditionalEvent NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjOID,ntyobjValue,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent if the threshold have been met for
|
||||
the underlaying Object.
|
||||
ntyobjLevel - Indicate the trap priority or log level
|
||||
ntyobjObjOID - The OID of the object that triggered the event
|
||||
ntyobjObjValue - The value of the object that triggered
|
||||
the event at the time of event occurrence.
|
||||
trDesc - Description about the event/trap
|
||||
"
|
||||
|
||||
::= { blueThresholdTraps0 1 }
|
||||
|
||||
btCpuLoadEvent NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjOID,ntyobjValue,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent if the threshold have been met for
|
||||
the CPU usage.
|
||||
ntyobjLevel - Indicate the trap priority or log level
|
||||
ntyobjObjOID - The OID of the object that triggered the event
|
||||
ntyobjObjValue - The value of the object that triggered
|
||||
the event at the time of event occurrence.
|
||||
trDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueThresholdTraps0 2 }
|
||||
btMemSwapUsageEvent NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjOID,ntyobjValue,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent if the threshold have been met for
|
||||
the memory or swap space.
|
||||
ntyobjLevel - Indicate the trap priority or log level
|
||||
ntyobjObjOID - The OID of the object that triggered the event
|
||||
ntyobjObjValue - The value of the object that triggered
|
||||
the event at the time of event occurrence.
|
||||
trDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueThresholdTraps0 3 }
|
||||
|
||||
btDiskUsageEvent NOTIFICATION-TYPE
|
||||
OBJECTS { ntyobjLevel,ntyobjOID,ntyobjValue,ntyobjDesc}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap will be sent if the threshold have been met for
|
||||
the Disk usage Object.
|
||||
ntyobjLevel - Indicate the trap priority or log level
|
||||
ntyobjObjOID - The OID of the object that triggered the event
|
||||
ntyobjObjValue - The value of the object that triggered
|
||||
the event at the time of event occurrence.
|
||||
trDesc - Description about the event/trap
|
||||
"
|
||||
::= { blueThresholdTraps0 4 }
|
||||
|
||||
END
|
Reference in New Issue
Block a user