GBNPlatformOAMSyslog-MIB

File: GBNPlatformOAMSyslog-MIB.mib (11283 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMPv2-MIB GBNPlatformOAM-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Gauge32 Unsigned32 Integer32
IpAddress NOTIFICATION-TYPE RowStatus
TruthValue DisplayString MacAddress
MODULE-COMPLIANCE OBJECT-GROUP snmpTraps
gbnPlatformOAM

Defined Types

SyslogOutputDevInfoEntry  
SEQUENCE    
  syslogOutputDevInfoName OCTET STRING
  syslogOutputDevInfoSwitch INTEGER
  syslogOutputDevInfoLogged Gauge32
  syslogOutputDevInfoDiscard Gauge32
  syslogOutputDevInfoOverflow Gauge32

SyslogLoghostAddrEntry  
SEQUENCE    
  syslogLoghostAddrIp IpAddress
  syslogLoghostAddrRowstatus RowStatus

SyslogFilterRuleEntry  
SEQUENCE    
  syslogFilterRuleDevname OCTET STRING
  syslogFilterRuleModname OCTET STRING
  syslogFilterRuleLevelmask BITS

SyslogDbgEntry  
SEQUENCE    
  syslogDbgModname OCTET STRING
  syslogDbgState INTEGER

Defined Values

gbnPlatformOAMSyslog 1.3.6.1.4.1.13464.1.2.1.1.9
Syslog mib definition.
MODULE-IDENTITY    

syslogState 1.3.6.1.4.1.13464.1.2.1.1.9.1
enable or disable Syslog.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

syslogSeqNoEnable 1.3.6.1.4.1.13464.1.2.1.1.9.2
display or not display sequence number in output messages.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

syslogTimestampType 1.3.6.1.4.1.13464.1.2.1.1.9.3
set timestamp type shown in output messages. notime: not show timestamp; uptime: show elapse time as timestamp; datetime: show datetime as timestamp.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notime(1), uptime(2), datetime(3)  

syslogLanguageType 1.3.6.1.4.1.13464.1.2.1.1.9.4
set language type used in output messages.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER english(1)  

syslogFacility 1.3.6.1.4.1.13464.1.2.1.1.9.5
set loghost facility code.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER kernel(0), userlevel(1), mail(2), system(3), security1(4), syslogd(5), lineprinter(6), networknews(7), uucp(8), clock1(9), security2(10), ftp(11), ntp(12), logaudit(13), logalert(14), clock2(15), localuse0(16), localuse1(17), localuse2(18), localuse3(19), localuse4(20), localuse5(21), localuse6(22), localuse7(23)  

syslogSourceIp 1.3.6.1.4.1.13464.1.2.1.1.9.6
specify source address used in syslog. 0 means no source address used. the ip address must belong to the device.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

syslogInfo 1.3.6.1.4.1.13464.1.2.1.1.9.7
node that used to bind infomation to send trap by syslog.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

syslogOutputDevInfoTable 1.3.6.1.4.1.13464.1.2.1.1.9.8
syslog output device infomation table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyslogOutputDevInfoEntry

syslogOutputDevInfoEntry 1.3.6.1.4.1.13464.1.2.1.1.9.8.1
syslog output device infomation entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslogOutputDevInfoEntry  

syslogOutputDevInfoName 1.3.6.1.4.1.13464.1.2.1.1.9.8.1.1
output device name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

syslogOutputDevInfoSwitch 1.3.6.1.4.1.13464.1.2.1.1.9.8.1.2
output device switch.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

syslogOutputDevInfoLogged 1.3.6.1.4.1.13464.1.2.1.1.9.8.1.3
number of messages logged in this output device.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

syslogOutputDevInfoDiscard 1.3.6.1.4.1.13464.1.2.1.1.9.8.1.4
number of messages discard in this output device.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

syslogOutputDevInfoOverflow 1.3.6.1.4.1.13464.1.2.1.1.9.8.1.5
number of messages overflowed in this output device.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

syslogLoghostAddrTable 1.3.6.1.4.1.13464.1.2.1.1.9.9
loghost address table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyslogLoghostAddrEntry

syslogLoghostAddrEntry 1.3.6.1.4.1.13464.1.2.1.1.9.9.1
loghost address entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslogLoghostAddrEntry  

syslogLoghostAddrIp 1.3.6.1.4.1.13464.1.2.1.1.9.9.1.1
loghost ip address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

syslogLoghostAddrRowstatus 1.3.6.1.4.1.13464.1.2.1.1.9.9.1.2
row status.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

syslogFilterRuleTable 1.3.6.1.4.1.13464.1.2.1.1.9.10
syslog filter rule table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyslogFilterRuleEntry

syslogFilterRuleEntry 1.3.6.1.4.1.13464.1.2.1.1.9.10.1
syslog filter rule entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslogFilterRuleEntry  

syslogFilterRuleDevname 1.3.6.1.4.1.13464.1.2.1.1.9.10.1.1
output device name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

syslogFilterRuleModname 1.3.6.1.4.1.13464.1.2.1.1.9.10.1.2
module name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

syslogFilterRuleLevelmask 1.3.6.1.4.1.13464.1.2.1.1.9.10.1.3
a 8 bits mask used to decide whether the infomation output to the device. every bit corresponds to a level, 1 means output allowed.
Status: current Access: read-write
OBJECT-TYPE    
  BITS  

syslogDbgTable 1.3.6.1.4.1.13464.1.2.1.1.9.11
syslog debug switch table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyslogDbgEntry

syslogDbgEntry 1.3.6.1.4.1.13464.1.2.1.1.9.11.1
syslog debug switch entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslogDbgEntry  

syslogDbgModname 1.3.6.1.4.1.13464.1.2.1.1.9.11.1.1
module name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

syslogDbgState 1.3.6.1.4.1.13464.1.2.1.1.9.11.1.2
debug switch state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

syslogTrap 1.3.6.1.4.1.13464.1.2.1.1.9.12
trap node that used to send syslog messages.
Status: current Access: read-write
NOTIFICATION-TYPE