PDN-SYSLOG-MIB

File: PDN-SYSLOG-MIB.mib (13881 bytes)

Imported modules

SNMPv2-SMI ENTITY-MIB SNMPv2-CONF
PDN-HEADER-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
IpAddress entPhysicalIndex MODULE-COMPLIANCE
OBJECT-GROUP pdn-syslog

Defined Types

PdnSyslogEntry  
SEQUENCE    
  pdnSyslogNumber Integer32
  pdnSyslogMessage OCTET STRING

PdnEntitySyslogEntry  
SEQUENCE    
  pdnEntitySyslogNumber Integer32
  pdnEntitySyslogMessage OCTET STRING

Defined Values

pdnSyslog 1.3.6.1.4.1.1795.2.24.2.31.1
1)Added pdnEntitySyslogTable to be used for entities 2)Added conformance statements.
MODULE-IDENTITY    

pdnSyslogConformance 1.3.6.1.4.1.1795.2.24.2.31.14
OBJECT IDENTIFIER    

pdnSyslogStatus 1.3.6.1.4.1.1795.2.24.2.31.1.1
This value allows user to disable or enable syslog event generation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

pdnSyslogIPAddr 1.3.6.1.4.1.1795.2.24.2.31.1.2
This value is the IP address of a syslog server. If the ip address is known then this can be used for the remote syslog daemon
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

pdnSyslogLevel 1.3.6.1.4.1.1795.2.24.2.31.1.3
This value corresponds to a minimum severity level of events that will be logged.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER emerg(1), err(2), norm(3), info(4)  

pdnSyslogPort 1.3.6.1.4.1.1795.2.24.2.31.1.4
This value corresponds to a UDP port number to which system events are sent. The default is 514.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pdnSyslogSeverityThreshold 1.3.6.1.4.1.1795.2.24.2.31.1.5
This value corresponds to a minimum severity level that a syslog messages can be set. All syslog message with an enum value greater than the threshold will not be sent. The values are obtain from the RFC 3164 The BSD Syslog Protocol: emerg (0) - Emergency: system is unusable alert (1) - Alert: action must be taken immediately critical (2) - Critical: critical conditions error (3) - Error: error conditions warning (4) - Warning: warning conditions notice (5) - Notice: normal but significant condition info (6) - Informational: informational messages debug (7) - Debug: debug-level messages For a more complete description of the severity levels, please reference your Operation Specification Manual for details pertaining to that product.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER emerg(0), alert(1), critical(2), error(3), warning(4), notice(5), info(6), debug(7)  

pdnSyslogRemoteDaemon 1.3.6.1.4.1.1795.2.24.2.31.1.6
This value allows user to disable or enable syslog messages going to a remote daemon.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

pdnSyslogTable 1.3.6.1.4.1.1795.2.24.2.31.1.7
This table supports retrieval of the syslog messages.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnSyslogEntry

pdnSyslogEntry 1.3.6.1.4.1.1795.2.24.2.31.1.7.1
An entry in the pdnSyslogTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PdnSyslogEntry  

pdnSyslogNumber 1.3.6.1.4.1.1795.2.24.2.31.1.7.1.1
This is a sequentially increasing index of syslog messages starting at 1. When the table reaches its maximum size (as defined by pdnSyslogMaxTableSize) then the oldest message will be dropped without renumbering any messages that remain. The index is reset to 1 on a device reset or when the table is cleared (using pdnSyslogClearTable).
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

pdnSyslogMessage 1.3.6.1.4.1.1795.2.24.2.31.1.7.1.2
The text of the syslog message.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1024)  

pdnEntitySyslogTable 1.3.6.1.4.1.1795.2.24.2.31.1.13
This table supports retrieval of the syslog messages. Each entry corresponds to a message being generated by (or on behalf of) an entity (e.g. port card).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnEntitySyslogEntry

pdnEntitySyslogEntry 1.3.6.1.4.1.1795.2.24.2.31.1.13.1
An entry in the pdnEntitySyslogTable
Status: current Access: not-accessible
OBJECT-TYPE    
  PdnEntitySyslogEntry  

pdnEntitySyslogNumber 1.3.6.1.4.1.1795.2.24.2.31.1.13.1.1
This is a sequentially increasing index of syslog messages starting at 1. When the table reaches its maximum size (as defined by pdnSyslogMaxTableSize) then the oldest message will be dropped without renumbering any messages that remain. The index is reset to 1 on a device reset or when the table is cleared (using pdnSyslogClearTable).
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

pdnEntitySyslogMessage 1.3.6.1.4.1.1795.2.24.2.31.1.13.1.2
The text of the syslog message.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1024)  

pdnSyslogNumOfMsgInTable 1.3.6.1.4.1.1795.2.24.2.31.1.8
This value let the users know how many syslog messages are currently in the syslog table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pdnSyslogMaxTableSize 1.3.6.1.4.1.1795.2.24.2.31.1.9
The maximum number of syslog message the syslog table can hold.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pdnSyslogClearTable 1.3.6.1.4.1.1795.2.24.2.31.1.10
Clears all the entries in the syslog message table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noOp(1), clear(2)  

pdnSyslogMsgToConsole 1.3.6.1.4.1.1795.2.24.2.31.1.11
This allows messages to be sent to the device's console port. Note this is intended for debug use only! It is not recommended to be used to monitor syslog message on a regular bases. If one needs to constantly monitor the syslog messages, then they should use the remote syslog daemon, or other user interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

pdnSyslogRateLimiting 1.3.6.1.4.1.1795.2.24.2.31.1.12
This allows one to enable or disable rate limitiming. When rate limiting is enabled, it prevents the exact same message from being resent within a fixed amount of time.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

pdnSyslogCompliances 1.3.6.1.4.1.1795.2.24.2.31.14.1
OBJECT IDENTIFIER    

pdnSyslogGroups 1.3.6.1.4.1.1795.2.24.2.31.14.2
OBJECT IDENTIFIER    

pdnSyslogCompliance 1.3.6.1.4.1.1795.2.24.2.31.14.1.1
The compliance statement for configurable attributes for syslog manager.
Status: current Access: read-only
MODULE-COMPLIANCE    

pdnSyslogGroup 1.3.6.1.4.1.1795.2.24.2.31.14.2.1
A collection of objects that permits configuration and display of syslog messages generated.
Status: current Access: read-only
OBJECT-GROUP    

pdnSyslogOptionalGroup 1.3.6.1.4.1.1795.2.24.2.31.14.2.2
A collection of syslog messages classified per entities.
Status: current Access: read-only
OBJECT-GROUP    

pdnSyslogDeprecatedGroup 1.3.6.1.4.1.1795.2.24.2.31.14.2.3
Objects being deprecated should be added to this group
Status: deprecated Access: read-only
OBJECT-GROUP