A3COM-AUDL-r1-MIB

File: A3COM-AUDL-r1-MIB.mib (4364 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

enterprises IpAddress OBJECT-TYPE

Defined Values

a3Com 1.3.6.1.4.1.43
OBJECT IDENTIFIER    

brouterMIB 1.3.6.1.4.1.43.2
OBJECT IDENTIFIER    

a3ComAuditLog 1.3.6.1.4.1.43.2.29
OBJECT IDENTIFIER    

a3ComAudlControl 1.3.6.1.4.1.43.2.29.1
OBJECT IDENTIFIER    

a3ComAudlConfig 1.3.6.1.4.1.43.2.29.2
OBJECT IDENTIFIER    

a3ComAudlControlAuditTrail 1.3.6.1.4.1.43.2.29.1.1
This parameter enables/disables the log message AuditTrail category which logs the AuditTrail messages. A default value of 2 means no AuditTrail.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER auditTrail(1), noAuditTrail(2)  

a3ComAudlControlConfig 1.3.6.1.4.1.43.2.29.1.2
This parameter enables/disables the log message COnfig category which logs the SET/SETD/ADD/DELETE commands and other commands such as SysPassWord, SU, Login, Listen etc. The default value of 2 means no COnfig.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER config(1), noConfig(2)  

a3ComAudlControlMessages 1.3.6.1.4.1.43.2.29.1.3
This parameter enables/disables the log message MEssages category which log System Message and Dial History. The default value of 2 means no MEssages.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER messages(1), noMessages(2)  

a3ComAudlControlSecurity 1.3.6.1.4.1.43.2.29.1.4
This parameter enables/disables the log message SEcurity category which logs faulted set privilege, failed login and invalid community string. The default 2 means no SEcurity.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER security(1), noSecurity(2)  

a3ComAudlLogServerAddr 1.3.6.1.4.1.43.2.29.2.1
This is the IP address of a log server which has syslog daemon active with proper syslog configuration.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

a3ComAudlPriorityLevel 1.3.6.1.4.1.43.2.29.2.2
The level is used with facility to format a priority which used as a tag in log message before sending it to syslog daemon. It also controls the log sending operation, a log message with higher Level will be be sent together with what has been in Audit Log buffer, to a LogServerAddr immediately.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER log-EMERG(1), log-ALERT(2), log-CRITICAL(3), log-ERROR(4), log-WARNING(5), log-NOTICE(6), log-INFO(7), log-DEBUG(8)  

a3ComAudlMaxLog 1.3.6.1.4.1.43.2.29.2.3
It decides the maximum number of log commands/messages could accumulate in Audit Log buffer before sending to a LogServerAddr. Value 1 means send each log without buffering.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..30  

a3ComAudlIdleTime 1.3.6.1.4.1.43.2.29.2.4
This controls the idle time in minute till sending Audit log buffer if it has data. Value of 0 means this idle time is disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..480