NETGEAR-LOGGING-MIB

File: NETGEAR-LOGGING-MIB.mib (19255 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC NETGEAR-REF-MIB
INET-ADDRESS-MIB NETGEAR-INVENTORY-MIB

Imported symbols

Gauge32 Counter32 MODULE-IDENTITY
OBJECT-TYPE Integer32 Unsigned32
TimeTicks NOTIFICATION-TYPE TEXTUAL-CONVENTION
DisplayString DateAndTime RowStatus
ng7000Switch InetAddress agentInventoryComponentIndex

Defined Types

AgentLogFacility  
Facility code used in determining the SysLog Priority value.
TEXTUAL-CONVENTION    
  INTEGER kernel(0), user(1), mail(2), system(3), security(4), syslog(5), lpr(6), nntp(7), uucp(8), cron(9), auth(10), ftp(11), ntp(12), audit(13), alert(14), clock(15), local0(16), local1(17), local2(18), local3(19), local4(20), local5(21), local6(22), local7(23)  

AgentLogSeverity  
Severity code used in determining the SysLog Priority value.
TEXTUAL-CONVENTION    
  INTEGER emergency(0), alert(1), critical(2), error(3), warning(4), notice(5), informational(6), debug(7)  

AgentLogSyslogHostEntry  
SEQUENCE    
  agentLogHostTableIndex Unsigned32
  agentLogHostTableIpAddress InetAddress
  agentLogHostTablePort Unsigned32
  agentLogHostTableSeverityFilter AgentLogSeverity
  agentLogHostTableRowStatus RowStatus

AgentLogInMemoryEntry  
SEQUENCE    
  agentLogInMemoryMsgIndex Unsigned32
  agentLogInMemoryMsgText DisplayString

AgentLogPersistentEntry  
SEQUENCE    
  agentLogMsgPersistentMsgIndex Unsigned32
  agentLogMsgPersistentMsgText DisplayString

Defined Values

agentLogging 1.3.6.1.4.1.4526.10.14
This MIB provides objects to configure and display events logged on this system.
MODULE-IDENTITY    

agentLogConfigGroup 1.3.6.1.4.1.4526.10.14.1
OBJECT IDENTIFIER    

agentLogInMemoryConfigGroup 1.3.6.1.4.1.4526.10.14.1.1
OBJECT IDENTIFIER    

agentLogInMemoryAdminStatus 1.3.6.1.4.1.4526.10.14.1.1.1
Administratively enable/disable the In Memory log.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentLogInMemoryBehavior 1.3.6.1.4.1.4526.10.14.1.1.4
Configures the behavior of the In Memory Log when it becomes full. A value of wrap(1) will cause the oldest log message to be removed, making room for the new message. A value of stop-on-full(2) will prevent any further logging.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER wrap(1), stop-on-full(2)  

agentLogConsoleConfigGroup 1.3.6.1.4.1.4526.10.14.1.2
OBJECT IDENTIFIER    

agentLogConsoleAdminStatus 1.3.6.1.4.1.4526.10.14.1.2.1
Admin mode for console logs
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentLogConsoleSeverityFilter 1.3.6.1.4.1.4526.10.14.1.2.2
Severity filter for console logs
Status: current Access: read-write
OBJECT-TYPE    
  AgentLogSeverity  

agentLogPersistentConfigGroup 1.3.6.1.4.1.4526.10.14.1.3
OBJECT IDENTIFIER    

agentLogPersistentAdminStatus 1.3.6.1.4.1.4526.10.14.1.3.1
This control disables/enables logging for the persistent startup log. Setting this value to disable does not clear the current contents of the log.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentLogPersistentSeverityFilter 1.3.6.1.4.1.4526.10.14.1.3.2
This control specifies the minimum severity to log to the startup and operation log. Messages with an equal or lower numerical severity are logged.
Status: current Access: read-write
OBJECT-TYPE    
  AgentLogSeverity  

agentLogSysLogConfigGroup 1.3.6.1.4.1.4526.10.14.1.4
OBJECT IDENTIFIER    

agentLogSyslogAdminStatus 1.3.6.1.4.1.4526.10.14.1.4.1
For Enabling and Disabling logging to configured syslog hosts. Setting this to disable stops logging to all syslog hosts.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentLogSyslogLocalPort 1.3.6.1.4.1.4526.10.14.1.4.3
This is the port on the local host from which syslog messages are sent.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

agentLogSyslogMaxHosts 1.3.6.1.4.1.4526.10.14.1.4.4
Maximum number of hosts that can be configured for logging syslog messages.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentLogCliCommandsConfigGroup 1.3.6.1.4.1.4526.10.14.1.5
OBJECT IDENTIFIER    

agentLogCliCommandsAdminStatus 1.3.6.1.4.1.4526.10.14.1.5.1
Administratively enable/disable the logging of the CLI Commands
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentLogSyslogHostTable 1.3.6.1.4.1.4526.10.14.1.4.5
Syslog host table containing syslog host entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentLogSyslogHostEntry

agentLogSyslogHostEntry 1.3.6.1.4.1.4526.10.14.1.4.5.1
Syslog Host entry attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentLogSyslogHostEntry  

agentLogHostTableIndex 1.3.6.1.4.1.4526.10.14.1.4.5.1.1
Index to syslog host entry in syslog host table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

agentLogHostTableIpAddress 1.3.6.1.4.1.4526.10.14.1.4.5.1.3
Syslog Host table IP Address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

agentLogHostTablePort 1.3.6.1.4.1.4526.10.14.1.4.5.1.4
Syslog Host table port number.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..65535  

agentLogHostTableSeverityFilter 1.3.6.1.4.1.4526.10.14.1.4.5.1.5
Configures the minimum severity that will be stored in the In Memory log.
Status: current Access: read-create
OBJECT-TYPE    
  AgentLogSeverity  

agentLogHostTableRowStatus 1.3.6.1.4.1.4526.10.14.1.4.5.1.7
Syslog Host table row status
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentLogStatisticsGroup 1.3.6.1.4.1.4526.10.14.2
OBJECT IDENTIFIER    

agentLogMessagesReceived 1.3.6.1.4.1.4526.10.14.2.1
The number of messages received by the log process. This includes messages that are dropped or ignored.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentLogMessagesDropped 1.3.6.1.4.1.4526.10.14.2.2
The number of messages that could not be processed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentLogSyslogMessagesRelayed 1.3.6.1.4.1.4526.10.14.2.3
The number of messages forwarded by the syslog function to a syslog host. Messages forwarded to multiple hosts are counted once for each host.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentLogSyslogMessagesIgnored 1.3.6.1.4.1.4526.10.14.2.4
The number of messages that were not processed by the syslog process because the component name or the priority level did not match any specification.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentLogMessageReceivedTime 1.3.6.1.4.1.4526.10.14.2.5
The local time when a message was last received by the log subsystem specified as the number of non-leap seconds since 00:00:00 UTC on January 1 1970.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

agentLogSyslogMessageDeliveredTime 1.3.6.1.4.1.4526.10.14.2.6
The local time when a message was last delivered to a syslog host specified as the number of non-leap seconds since 00:00:00 UTC on January 1 1970.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

agentLogInMemoryGroup 1.3.6.1.4.1.4526.10.14.3
OBJECT IDENTIFIER    

agentLogInMemoryLogCount 1.3.6.1.4.1.4526.10.14.3.1
The count of valid entries in the in-memory log.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

agentLogInMemoryTable 1.3.6.1.4.1.4526.10.14.3.2
The in-memory log table containing sequence of in-memory log entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentLogInMemoryEntry

agentLogInMemoryEntry 1.3.6.1.4.1.4526.10.14.3.2.1
An individual message entry in in-memory log table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentLogInMemoryEntry  

agentLogInMemoryMsgIndex 1.3.6.1.4.1.4526.10.14.3.2.1.1
The index to message entry in the in-memory log table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

agentLogInMemoryMsgText 1.3.6.1.4.1.4526.10.14.3.2.1.2
Message text info for inmemory logged messages.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentLogPersistentGroup 1.3.6.1.4.1.4526.10.14.4
OBJECT IDENTIFIER    

agentLogPersistentLogCount 1.3.6.1.4.1.4526.10.14.4.1
The count of valid entries in the persistent log.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentLogPersistentTable 1.3.6.1.4.1.4526.10.14.4.4
Table for storing persistent log messages.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentLogPersistentEntry

agentLogPersistentEntry 1.3.6.1.4.1.4526.10.14.4.4.1
Log entry details for logging message in persistent log table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentLogPersistentEntry  

agentLogMsgPersistentMsgIndex 1.3.6.1.4.1.4526.10.14.4.4.1.1
Table index for logging message in persistent log table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

agentLogMsgPersistentMsgText 1.3.6.1.4.1.4526.10.14.4.4.1.2
The text corresponding to persistent log message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString