SYSLOG-MIB

File: SYSLOG-MIB.mib (50710 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
SNMPv2-CONF SYSLOG-TC-MIB SNMP-FRAMEWORK-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter32 Integer32 mib-2
NOTIFICATION-TYPE RowStatus StorageType
TEXTUAL-CONVENTION TimeStamp InetAddressType
InetAddress InetPortNumber MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP SyslogFacility
SyslogSeverity SnmpAdminString

Defined Types

SyslogRoles  
This textual convention enumerates the roles of a syslog application. Note that a syslog application can have multiple roles.
TEXTUAL-CONVENTION    
  BITS sender(0), receiver(1), relay(2)  

SyslogEncapsulation  
This textual convention enumerates the encapsulations of the syslog message that is used between syslog application endpoints.
TEXTUAL-CONVENTION    
  INTEGER other(1), none(2), tls(3), beep(4)  

SyslogControlEntry  
SEQUENCE    
  syslogControlIndex Unsigned32
  syslogControlDescr SnmpAdminString
  syslogControlRoles SyslogRoles
  syslogControlBindAddrType InetAddressType
  syslogControlBindAddr InetAddress
  syslogControlBindPort InetPortNumber
  syslogControlEncapsulation SyslogEncapsulation
  syslogControlMaxMessageSize Unsigned32
  syslogControlConfFileName SnmpAdminString
  syslogControlStorageType StorageType
  syslogControlRowStatus RowStatus

SyslogOperationsEntry  
SEQUENCE    
  syslogOperationsMsgsReceived Counter32
  syslogOperationsMsgsTransmitted Counter32
  syslogOperationsMsgsRelayed Counter32
  syslogOperationsMsgsDropped Counter32
  syslogOperationsMsgsMalFormed Counter32
  syslogOperationsMsgsDiscarded Counter32
  syslogOperationsLastMsgRecdTime TimeStamp
  syslogOperationsLastMsgTransmittedTime TimeStamp
  syslogOperationsStartTime TimeStamp
  syslogOperationsLastError SnmpAdminString
  syslogOperationsLastErrorTime TimeStamp
  syslogOperationsRunIndex Integer32
  syslogOperationsCounterDiscontinuityTime TimeStamp
  syslogOperationsStatus INTEGER

SyslogPriorityEntry  
SEQUENCE    
  syslogPriorityFacility SyslogFacility
  syslogPrioritySeverity SyslogSeverity
  syslogPriorityDescr SnmpAdminString
  syslogPriorityDestinationIndex Unsigned32
  syslogPriorityStorageType StorageType
  syslogPriorityRowStatus RowStatus

SyslogRelayEntry  
SEQUENCE    
  syslogRelayIndex Unsigned32
  syslogRelayDescr SnmpAdminString
  syslogRelayAddrType InetAddressType
  syslogRelayAddr InetAddress
  syslogRelayPort InetPortNumber
  syslogRelayEncapsulation SyslogEncapsulation
  syslogRelayMsgsRelayed Counter32
  syslogRelayCounterDiscontinuityTime TimeStamp
  syslogRelayStorageType StorageType
  syslogRelayRowStatus RowStatus

Defined Values

syslogMIB 1.3.6.1.2.1.200
The MIB module for monitoring syslog applications. A syslog application sends and/or receives syslog messages. The reader is referred to [RFCPROT] for a description of the various roles of a syslog application viz. ''sender'', ''receiver'' and ''relay''. The discussion in this document in general applies to a generic syslog application. For special cases the specific role of the syslog application will be mentioned. Copyright (C) The IETF Trust (2008). This version of this MIB module is part of RFC XXXX; see the RFC itself for full legal notices.
MODULE-IDENTITY    

syslogNotifications 1.3.6.1.2.1.200.0
OBJECT IDENTIFIER    

syslogObjects 1.3.6.1.2.1.200.1
OBJECT IDENTIFIER    

syslogConformance 1.3.6.1.2.1.200.3
OBJECT IDENTIFIER    

syslogControlTable 1.3.6.1.2.1.200.1.1
A table containing the configuration parameters pertaining to the syslog applications serviced by an SNMP agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyslogControlEntry

syslogControlEntry 1.3.6.1.2.1.200.1.1.1
The configuration parameters pertaining to a syslog application.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslogControlEntry  

syslogControlIndex 1.3.6.1.2.1.200.1.1.1.1
The Index that uniquely identifies the syslog application in the syslogControlTable. The value of the index for a syslog application may not be the same across system reboots. Users and applications will need to determine the index of a syslog application after system reboots.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2147483647  

syslogControlDescr 1.3.6.1.2.1.200.1.1.1.2
A user definable description of the syslog application. This description could be used by syslog management applications e.g. in reports or in user interfaces.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

syslogControlRoles 1.3.6.1.2.1.200.1.1.1.3
The roles of the syslog application.
Status: current Access: read-create
OBJECT-TYPE    
  SyslogRoles  

syslogControlBindAddrType 1.3.6.1.2.1.200.1.1.1.4
The type of Internet address which follows in syslogControlBindAddr. If this syslog application is not a syslog receiver, the value of this object will be 'unknown' (0).
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

syslogControlBindAddr 1.3.6.1.2.1.200.1.1.1.5
The specific address the syslog receiver will bind to. The format of the address is specified by the corresponding syslogControlBindAddrType object. If the address is specified in the DNS domain name format [syslogControlBindAddrType = 'dns'], the corresponding IPv4 or IPv6 address obtained at the time of the binding operation by the syslog application, will be used. If this syslog application is not a syslog receiver, the value of this object will be a zero-length string.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

syslogControlBindPort 1.3.6.1.2.1.200.1.1.1.6
The port number that this syslog receiver will bind to. If this syslog application is not a syslog receiver the value of this object will be zero.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

syslogControlEncapsulation 1.3.6.1.2.1.200.1.1.1.7
The encapsulation that will be used for syslog messages by the syslog receiver. If this syslog application is not a syslog receiver the value of this object will be ''other''.
Status: current Access: read-create
OBJECT-TYPE    
  SyslogEncapsulation  

syslogControlMaxMessageSize 1.3.6.1.2.1.200.1.1.1.8
The maximum size of the syslog messages in bytes for this syslog application. A syslog receiver may reject or truncate messages larger than the specified maximum syslog message size.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

syslogControlConfFileName 1.3.6.1.2.1.200.1.1.1.9
The fullpath name of the configuration file where the syslog application's message selection and corresponding action rules will be read from. If the syslog application does not support the specification of a configuration file, the value of this object will be a zero-length string.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

syslogControlStorageType 1.3.6.1.2.1.200.1.1.1.11
This object defines whether the parameters defined in this row are kept in volatile storage and lost upon reboot or are backed up by non-volatile or permanent storage. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

syslogControlRowStatus 1.3.6.1.2.1.200.1.1.1.12
This object is used to create, modify and delete rows in the syslogControlTable. The value of syslogControlDescr can be changed when this object is in state ''active'' or in ''notInService''. The other objects in a row can be modified only when the value of this object in the corresponding conceptual row is not ''active''. Thus to modify one or more of the objects in this conceptual row, a. change the row status to ''notInService'', b. change the values of the row c. change the row status to ''active'' The syslogControlRowStatus may be changed to ''active'' if all the managed objects in the conceptual row with MAX-ACCESS read-create except syslogControlBindPort and syslogControlEncapsulation have been assigned valid values.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

syslogOperationsTable 1.3.6.1.2.1.200.1.2
A table containing operations information about the syslog applications serviced by an SNMP agent. This table complements the (configuration) information in syslogControlTable .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyslogOperationsEntry

syslogOperationsEntry 1.3.6.1.2.1.200.1.2.1
The operations information pertaining to a syslog application.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslogOperationsEntry  

syslogOperationsMsgsReceived 1.3.6.1.2.1.200.1.2.1.1
The number of messages received by the syslog receiver. This includes messages that were discarded. If this syslog application is not a syslog receiver the value of this object will be zero. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of syslogOperationsCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

syslogOperationsMsgsTransmitted 1.3.6.1.2.1.200.1.2.1.2
The number of messages transmitted by the syslog sender. This does not include the messages that could not be queued for transmission by the syslog sender. If this syslog application is not a syslog sender the value of this object will be zero. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of syslogOperationsCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

syslogOperationsMsgsRelayed 1.3.6.1.2.1.200.1.2.1.3
The number of messages relayed by the syslog relay to other syslog applications. If this syslog application is not a syslog relay the value of this object will be zero. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of syslogOperationsCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

syslogOperationsMsgsDropped 1.3.6.1.2.1.200.1.2.1.4
The number of messages that could not be queued for transmission by the syslog sender. If this syslog application is not a syslog sender the value of this object will be zero. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of syslogOperationsCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

syslogOperationsMsgsMalFormed 1.3.6.1.2.1.200.1.2.1.5
The number of messages received by the syslog receiver which had malformed header. If this syslog application is not a syslog receiver, then this object will have a zero value. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of syslogOperationsCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

syslogOperationsMsgsDiscarded 1.3.6.1.2.1.200.1.2.1.6
The number of messages that were discarded by the syslog receiver. This will include messages that were discarded because the message size was greater than the system's maximum message size. If this syslog application is not a syslog receiver this object will have a zero value. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of syslogOperationsCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

syslogOperationsLastMsgRecdTime 1.3.6.1.2.1.200.1.2.1.7
The value of sysUpTime when the last message was received by the syslog receiver. If this syslog application is not a syslog receiver or, if no messages have been received by this syslog application, since the last re-initialization of the local SNMP management subsystem, then this object will have a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

syslogOperationsLastMsgTransmittedTime 1.3.6.1.2.1.200.1.2.1.8
The value of sysUpTime when the last message was transmitted by the syslog sender. If this syslog application is not a syslog sender or, if no messages have been transmitted by this syslog application, since the last re-initialization of the local management subsystem, then this object will have a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

syslogOperationsStartTime 1.3.6.1.2.1.200.1.2.1.9
The value of sysUpTime when this syslog application was started.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

syslogOperationsLastError 1.3.6.1.2.1.200.1.2.1.10
A description of the last error related to sending, receiving or processing a syslog message that was encountered by this syslog application. If no error has been encountered by this syslog application then the value of this object will be a zero-length string. If no error has been encountered by this syslog application since the last re-initialization of the local management subsystem then the value of this object will be a zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

syslogOperationsLastErrorTime 1.3.6.1.2.1.200.1.2.1.11
The value of sysUpTime when the last error was encountered. If no error has been encountered by this syslog application since the last re-initialization of the local management subsystem, then this object will have a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

syslogOperationsRunIndex 1.3.6.1.2.1.200.1.2.1.12
If the Host resource MIB is instantiated on the host then this entry will have the value of the hrSWRunIndex of the corresponding entry in the hrSWRunTable. Note that the hrSWRunIndex is not persistent across system reboots or software restarts. The value of syslogOperationsRunIndex SHOULD reference the latest value of the hrSWRunIndex of the corresponding entry in the hrSWRunTable. The special value of zero indicates that the Host resource MIB is not instantiated.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

syslogOperationsCounterDiscontinuityTime 1.3.6.1.2.1.200.1.2.1.13
The value of sysUpTime on the most recent occasion at which any one or more of this syslog application's counters, viz., counters with OID prefix 'syslogOperationsMsgsReceived' or 'syslogOperationsMsgsTransmitted' or 'syslogOperationsMsgsRelayed' or 'syslogOperationsMsgsDropped' or 'syslogOperationsMsgsMalFormed' or 'syslogOperationsMsgsDiscarded' suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object will have a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

syslogOperationsStatus 1.3.6.1.2.1.200.1.2.1.14
The status of the syslog application.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), started(2), suspended(3), stopped(4)  

syslogPriorityTable 1.3.6.1.2.1.200.1.3
A table containing the relay configuration parameters pertaining to the syslog applications serviced by an SNMP agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyslogPriorityEntry

syslogPriorityEntry 1.3.6.1.2.1.200.1.3.1
The relay configuration parameters pertaining to a syslog application.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslogPriorityEntry  

syslogPriorityFacility 1.3.6.1.2.1.200.1.3.1.1
The facility value of this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslogFacility  

syslogPrioritySeverity 1.3.6.1.2.1.200.1.3.1.2
The severity value of this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslogSeverity  

syslogPriorityDescr 1.3.6.1.2.1.200.1.3.1.3
A textual description of this priority entry.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

syslogPriorityDestinationIndex 1.3.6.1.2.1.200.1.3.1.4
On systems where the priority value in a syslog message indicates the destination to which a syslog message should be relayed, the value of this object will identify the row in syslogRelayTable that contains information about the relay destination to which messages which have the priority value represented by syslogPriorityFacility and syslogPrioritySeverity values of this row will be relayed. A value of 0 will indicate that there is no corresponding row in the syslogRelayTable table.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

syslogPriorityStorageType 1.3.6.1.2.1.200.1.3.1.5
This object defines whether the parameters defined in this row are kept in volatile storage and lost upon reboot or are backed up by non-volatile or permanent storage. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

syslogPriorityRowStatus 1.3.6.1.2.1.200.1.3.1.6
This object is used to create, modify and delete rows in the syslogPriorityTable. The value of syslogPriorityDescr can be changed when this object is in state ''active'' or in ''notInService''. The other objects in a row can be modified only when the value of this object in the corresponding conceptual row is not ''active''. Thus to modify one or more of the objects in this conceptual row, a. change the row status to ''notInService'', b. change the values of the row c. change the row status to ''active'' The syslogPriorityRowStatus may be changed to ''active'' if all the managed objects in the conceptual row with MAX-ACCESS read-create have been assigned valid values.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

syslogRelayTable 1.3.6.1.2.1.200.1.4
A table containing information for the relay destinations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyslogRelayEntry

syslogRelayEntry 1.3.6.1.2.1.200.1.4.1
The information pertaining to a syslog message relay destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslogRelayEntry  

syslogRelayIndex 1.3.6.1.2.1.200.1.4.1.1
The Index that uniquely identifies the syslog relay in the syslogRelayTable. The value of the index for a syslog relay may not be the same across system reboots. Users and applications will need to determine the index of a syslog relay after system reboots.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2147483647  

syslogRelayDescr 1.3.6.1.2.1.200.1.4.1.2
A user definable description of the syslog relay. This description could be used by syslog management applications e.g. in reports or in user interfaces.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

syslogRelayAddrType 1.3.6.1.2.1.200.1.4.1.3
The type of Internet address which follows in syslogRelayAddr.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

syslogRelayAddr 1.3.6.1.2.1.200.1.4.1.4
The address of the syslog relay . The format of the address is specified by the corresponding syslogRelayAddrType object. If the address is specified in the DNS domain name format [syslogRelayAddrType = 'dns'], the corresponding IPv4 or IPv6 address obtained at the time of the relay operation by the syslog application, will be used.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

syslogRelayPort 1.3.6.1.2.1.200.1.4.1.5
The port number of the syslog relay.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

syslogRelayEncapsulation 1.3.6.1.2.1.200.1.4.1.6
The encapsulation that will be used for syslog messages sent by the syslog sender to the relay destination.
Status: current Access: read-create
OBJECT-TYPE    
  SyslogEncapsulation  

syslogRelayMsgsRelayed 1.3.6.1.2.1.200.1.4.1.7
The number of messages relayed by the syslog relay to this relay destination. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of syslogRelayCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

syslogRelayCounterDiscontinuityTime 1.3.6.1.2.1.200.1.4.1.8
The value of sysUpTime on the most recent occasion at which counters with OID prefix 'syslogRelayMsgsRelayed' suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object will have a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

syslogRelayStorageType 1.3.6.1.2.1.200.1.4.1.9
This object defines whether the parameters defined in this row are kept in volatile storage and lost upon reboot or are backed up by non-volatile or permanent storage. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

syslogRelayRowStatus 1.3.6.1.2.1.200.1.4.1.10
This object is used to create, modify and delete rows in the syslogRelayTable. The value of syslogRelayDescr can be changed when this object is in state ''active'' or in ''notInService''. The other objects in a row can be modified only when the value of this object in the corresponding conceptual row is not ''active''. Thus to modify one or more of the objects in this conceptual row, a. change the row status to ''notInService'', b. change the values of the row c. change the row status to ''active'' The syslogRelayRowStatus may be changed to ''active'' if all the managed objects in the conceptual row with MAX-ACCESS read-create have been assigned valid values.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

syslogStatusChanged 1.3.6.1.2.1.200.0.1
This notification is sent when a syslog application changes state. For example when the syslog application starts [syslogOperationsStatus is ''started'' ] or the syslog application stops [syslogOperationsStatus is ''suspended'' or ''stopped'']. The value of syslogOperationsStatus will be the new status of the syslog application after the change. The syslog application corresponding to the notification will be identified by the syslogOperationsIndex instance identifier of the objects in the notification.
Status: current Access: read-create
NOTIFICATION-TYPE    

syslogGroups 1.3.6.1.2.1.200.3.1
OBJECT IDENTIFIER    

syslogCompliances 1.3.6.1.2.1.200.3.2
OBJECT IDENTIFIER    

syslogOperationsGroup 1.3.6.1.2.1.200.3.1.1
A collection of objects providing message related statistics.
Status: current Access: read-create
OBJECT-GROUP    

syslogControlGroup 1.3.6.1.2.1.200.3.1.2
A collection of objects representing the run time parameters for the syslog applications.
Status: current Access: read-create
OBJECT-GROUP    

syslogPriorityGroup 1.3.6.1.2.1.200.3.1.3
A collection of objects representing the priority groupings of syslog messages.
Status: current Access: read-create
OBJECT-GROUP    

syslogRelayGroup 1.3.6.1.2.1.200.3.1.4
A collection of objects representing the relay destinations for syslog messages.
Status: current Access: read-create
OBJECT-GROUP    

syslogNotificationGroup 1.3.6.1.2.1.200.3.1.5
A collection of notifications about the operational state of a syslog application.
Status: current Access: read-create
NOTIFICATION-GROUP    

syslogFullCompliance1 1.3.6.1.2.1.200.3.2.1
The compliance statement for SNMP entities which implement the SYSLOG-MIB with support for writable objects and notifications. Such an implementation can be both monitored and configured via SNMP. It can also send notifications about change in the operational status of the syslog application.
Status: current Access: read-create
MODULE-COMPLIANCE    

syslogFullCompliance2 1.3.6.1.2.1.200.3.2.2
The compliance statement for SNMP entities which implement the SYSLOG-MIB with support for writable objects. Such an implementation can be both monitored and configured via SNMP.
Status: current Access: read-create
MODULE-COMPLIANCE    

syslogFullCompliance3 1.3.6.1.2.1.200.3.2.3
The compliance statement for SNMP entities which implement the SYSLOG-MIB with support for writable objects but without support for the objects in syslogPriorityGroup and syslogRelayGroup. Such an implementation can be both monitored and configured via SNMP.
Status: current Access: read-create
MODULE-COMPLIANCE    

syslogReadOnlyCompliance1 1.3.6.1.2.1.200.3.2.4
The compliance statement for SNMP entities which implement the syslog MIB without support for read-write (i.e. in read-only mode). It can also send notifications about change in the operational status of the syslog application.
Status: current Access: read-only
MODULE-COMPLIANCE    

syslogReadOnlyCompliance2 1.3.6.1.2.1.200.3.2.5
The compliance statement for SNMP entities which implement the syslog MIB without support for read-write (i.e. in read-only mode).
Status: current Access: read-only
MODULE-COMPLIANCE    

syslogReadOnlyCompliance3 1.3.6.1.2.1.200.3.2.6
The compliance statement for SNMP entities which implement the syslog MIB without support for read-write (i.e. in read-only mode) and without support for the objects in syslogRelayGroup and syslogPriorityGroup.
Status: current Access: read-only
MODULE-COMPLIANCE    

syslogNotificationCompliance 1.3.6.1.2.1.200.3.2.7
The compliance statement for SNMP entities which implement the SYSLOG-MIB and support only notifications about change in the operational status of a syslog application.
Status: current Access: read-only
MODULE-COMPLIANCE