DLINK-SYSLOG-MIB

File: DLINK-SYSLOG-MIB.mib (6296 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
RowStatus dlink-common-mgmt

Defined Types

SwSysLogServerEntry  
SEQUENCE    
  swSysLogServerIndex INTEGER
  swSysLogServerFacility INTEGER
  swSysLogServerSeverity INTEGER
  swSysLogServerUDPPort INTEGER
  swSysLogServerIPAddress IpAddress
  swSysLogServerState INTEGER
  swSysLogServerRowStatus RowStatus

Defined Values

swDLinkSysLogMIB 1.3.6.1.4.1.171.12.12
The Structure of System Log Information for the proprietary enterprise.
MODULE-IDENTITY    

swSysLogCtrlState 1.3.6.1.4.1.171.12.12.1
This object can be enabled or disabled functionality of System Log during runtime of the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

swSysLogServerTable 1.3.6.1.4.1.171.12.12.2
This table contain System Log Server information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwSysLogServerEntry

swSysLogServerEntry 1.3.6.1.4.1.171.12.12.2.1
A list of information about System Log Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwSysLogServerEntry  

swSysLogServerIndex 1.3.6.1.4.1.171.12.12.2.1.1
The index of System Log Server entry ,and is unique.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER swSysLogServerIndex-first(1), swSysLogServerIndex-second(2), swSysLogServerIndex-third(3), swSysLogServerIndex-fourth(4)  

swSysLogServerFacility 1.3.6.1.4.1.171.12.12.2.1.2
syslog Message Facilities
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER local0(0), local1(1), local2(2), local3(3), local4(4), local5(5), local6(6), local7(7)  

swSysLogServerSeverity 1.3.6.1.4.1.171.12.12.2.1.3
syslog Message Severities
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER all(1), warning(2), informational(3)  

swSysLogServerUDPPort 1.3.6.1.4.1.171.12.12.2.1.4
syslog uses the user datagram protocol (UDP) as its underlying tranaposrt layer mechanism. The UDP port that has been assigned to syslog is 514. It is RECOMMENDED that the source port also be 514 to indicate that the message is form the syslog process of the sender, but there have been cases seen where valid syslog messages have come from a sender with a source port other than 514. If the sender uses a source port other than 514 then it is RECOMMENDED and has been considered to be good from that subsequent messages are from a single consistent port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

swSysLogServerIPAddress 1.3.6.1.4.1.171.12.12.2.1.5
specifies the IP address of the System Log Server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

swSysLogServerState 1.3.6.1.4.1.171.12.12.2.1.6
enabled or disabled the specific System Log Server during runtime.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

swSysLogServerRowStatus 1.3.6.1.4.1.171.12.12.2.1.7
indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus