summaryrefslogtreecommitdiff
path: root/MIBS/dell/DELL-NETWORKING-SYSLOG-MIB
blob: 680b5d7024ba9f68d542765821670dfb2b40e357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
-- DELL-NETWORKING-SYSLOG-MIB: Syslog mib

-- Dell Networking OS Syslog Proprietary MIB Definition

-- This SNMP Management Information Specification
-- explains the proprietary MIB implemented for the Syslog support.

DELL-NETWORKING-SYSLOG-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE
                                                      FROM SNMPv2-SMI
    OBJECT-GROUP, MODULE-COMPLIANCE
                                                      FROM SNMPv2-CONF
    dellNetMgmt                                       FROM DELL-NETWORKING-SMI;

    dellNetSyslogMib MODULE-IDENTITY
        LAST-UPDATED    "201410230000Z"
        ORGANIZATION    "Dell Inc."
        CONTACT-INFO    "support.dell.com"
        DESCRIPTION
          "The Dell Networking OS Private MIB for Syslog support."
        REVISION "201410230000Z"
    DESCRIPTION
        "Initial version of this MIB module."
    
        ::= { dellNetMgmt 30 }

--*************************************************************************************
--   Traps
--**************************************************************************************

dellNetSyslogNotifications OBJECT IDENTIFIER ::= { dellNetSyslogMib 1 }
dellNetSyslogTraps         OBJECT IDENTIFIER ::= { dellNetSyslogNotifications 1 }

    dellNetSyslogServerNotReachableTrap NOTIFICATION-TYPE
        STATUS          current
        DESCRIPTION
                        "This trap is sent when syslog server is not reachable. 
                         It works for syslog servers configured as TCP or TLS"
        ::= { dellNetSyslogTraps 1 }

    dellNetSyslogServerReachableTrap NOTIFICATION-TYPE
        STATUS          current
        DESCRIPTION
                        "This trap is sent when syslog server is reachable.
                         It works for syslog servers configured as TCP or TLS"
        ::= { dellNetSyslogTraps 2 }

END