NMS-LOG-SERVER-MIB

File: NMS-LOG-SERVER-MIB.mib (6448 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
NMS-SMI SNMPv2-TC

Imported symbols

TimeTicks OBJECT-TYPE DisplayString
nmslocal RowStatus IpAddress

Defined Types

LogServerTableEntry  
SEQUENCE    
  logServerLevel INTEGER
  logServerAddr IpAddress
  logServerRowStatus RowStatus

LogTrapTableEntry  
SEQUENCE    
  logTrapAddr IpAddress
  logTrapRfcVer INTEGER
  logTrapRowStatus RowStatus

Defined Values

logServer 1.3.6.1.4.1.3320.2.235
OBJECT IDENTIFIER    

logServerTable 1.3.6.1.4.1.3320.2.235.1
A table of log server configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LogServerTableEntry

logServerTableEntry 1.3.6.1.4.1.3320.2.235.1.1
A collection of log server configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LogServerTableEntry  

logServerLevel 1.3.6.1.4.1.3320.2.235.1.1.1
Log server filter class. One of the index of this table. And default value is debug(7).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER emerg(0), alert(1), critical(2), error(3), warning(4), notice(5), info(6), debug(7)  

logServerAddr 1.3.6.1.4.1.3320.2.235.1.1.2
Log server IP address. One of the index of this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

logServerRowStatus 1.3.6.1.4.1.3320.2.235.1.1.3
Log server table row status.
Status: mandatory Access: read-create
OBJECT-TYPE    
  RowStatus  

logServerOff 1.3.6.1.4.1.3320.2.235.2
Is syslog service ON or OFFs. 0-ON, 1-OFF.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(0), off(1)  

logTrapTable 1.3.6.1.4.1.3320.2.235.3
A table of log trap configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LogTrapTableEntry

logTrapTableEntry 1.3.6.1.4.1.3320.2.235.3.1
A collection of log trap configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LogTrapTableEntry  

logTrapAddr 1.3.6.1.4.1.3320.2.235.3.1.1
Log trap IP address. The index of this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

logTrapRowStatus 1.3.6.1.4.1.3320.2.235.3.1.2
Log trap table row status.
Status: mandatory Access: read-create
OBJECT-TYPE    
  RowStatus  

logTrapRfcVer 1.3.6.1.4.1.3320.2.235.3.1.3
Log trap syslog format. Rfc3164 or Rfc5424.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER rfc3164(0), rfc5424(1)  

logTrap 1.3.6.1.4.1.3320.2.235.4
Log trap level. And default value is info(6).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER emerg(0), alert(1), critical(2), error(3), warning(4), notice(5), info(6), debug(7)