G6-LOGGING-MIB

File: G6-LOGGING-MIB.mib (18768 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC MICROSENS-G6-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 Counter32 enterprises
NOTIFICATION-TYPE DisplayString MacAddress
g6

Defined Types

TargetEntry  
SEQUENCE    
  targetIndex INTEGER
  targetAlias DisplayString
  targetHostAddress DisplayString
  targetLogType INTEGER
  targetDetailLevel INTEGER
  targetMessageFormat INTEGER
  targetTrapType INTEGER
  targetTrapCommunity DisplayString
  targetSnmpV3Username DisplayString
  targetMinimumSeverity INTEGER
  targetRequiredRelevance INTEGER
  targetRequiredSource INTEGER
  targetLogConfigChanges INTEGER
  targetLogDebugEventsOnly INTEGER

HistoryConfigEntry  
SEQUENCE    
  historyConfigIndex INTEGER
  historyConfigName DisplayString
  historyConfigRecordMode INTEGER
  historyConfigHistoryFileMode INTEGER
  historyConfigDotstring DisplayString
  historyConfigRestart DisplayString

StatisticsEntry  
SEQUENCE    
  statisticsIndex INTEGER
  statisticsNumberOfTargets Unsigned32
  statisticsLogfileCounter Unsigned32
  statisticsSyslogCounter Unsigned32
  statisticsSyslogErrorCounter Unsigned32
  statisticsLastSyslogResponse DisplayString
  statisticsTrapCounter Unsigned32
  statisticsTrapErrorCounter Unsigned32
  statisticsActiveLogfileIndex Unsigned32
  statisticsLogfile1Size Unsigned32
  statisticsLogfile2Size Unsigned32

RecentLogsEntry  
SEQUENCE    
  recentLogsIndex INTEGER
  recentLogsTimeStamp Counter32
  recentLogsSeverity INTEGER
  recentLogsSource DisplayString
  recentLogsMessage DisplayString

HistoryRecordsEntry  
SEQUENCE    
  historyRecordsIndex INTEGER
  historyRecordsName DisplayString
  historyRecordsState INTEGER
  historyRecordsLastValue DisplayString
  historyRecordsAverageLastMinute DisplayString
  historyRecordsAverageLastHour DisplayString
  historyRecordsLastMinute DisplayString
  historyRecordsLastHour DisplayString
  historyRecordsLastDay DisplayString
  historyRecordsLastUpdate Counter32

Defined Values

management 2.1.3181.10.6.3
Microsens private MIB for Generation 6 Ethernet Switches
MODULE-IDENTITY    

logging 2.1.3181.10.6.3.71
OBJECT IDENTIFIER    

loggingSendTestEvent 2.1.3181.10.6.3.71.1
Creates an ALIVE_TEST event. This may be used to check out log functionality. Hint: The severeness of the ALIVE_TEST event may be changed to try out alarm thresholds.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

loggingLogFileStorage 2.1.3181.10.6.3.71.2
Select the storage type of the logfile. Writing to SD card protects the file against reboot but significantly increases SD card write cycles.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ramDisk(0), sdCard(1)  

targetTable 2.1.3181.10.6.3.71.3
An unlimited number of syslog receivers may be specified.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TargetEntry

targetEntry 2.1.3181.10.6.3.71.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  TargetEntry  

targetIndex 2.1.3181.10.6.3.71.3.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..15  

targetAlias 2.1.3181.10.6.3.71.3.1.2
Name of this syslog entry for reference.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

targetHostAddress 2.1.3181.10.6.3.71.3.1.3
IP address or hostname to the syslog server or snmp manager. Leave empty for local targets such as CLI or recent logs buffer.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

targetLogType 2.1.3181.10.6.3.71.3.1.4
Specifes the type of event forwarding to match the desired manager.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), syslog(1), snmpTrapV1(2), snmpTrapV2c(3), snmpTrapV3(4), snmpInformV2c(5), snmpInformV3(6), displayInCli(7), recentLogs(8)  

targetDetailLevel 2.1.3181.10.6.3.71.3.1.5
Permits setting the detail level of the logged information. For SMNP v1 the setting EXTENDED changes the trap OID to indicate the private trap OID. For Syslog the setting EXTENDED prepends a rfc3164 compliant header.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER concise(0), verbose(1), extended(2)  

targetMessageFormat 2.1.3181.10.6.3.71.3.1.6
Determines if custom message text is used. It may be desireable to use custom on the console but to use standard text in log files.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER standard(0), preferCustom(1), customOnly(2)  

targetTrapType 2.1.3181.10.6.3.71.3.1.7
Decides whether public or private traps are used. This parameter only applies then a SNMP log_type is selected.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER public(0), preferPublic(1), private(2), both(3)  

targetTrapCommunity 2.1.3181.10.6.3.71.3.1.8
For SNMP v1/v2c parameter may be used to help receiving manager filtering out unwanted traps.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

targetSnmpV3Username 2.1.3181.10.6.3.71.3.1.9
When SNMP v3 is used this name is associated with a user under Mangement.access.user.name of the same name. The SNMP security level and passwords are taken from this user.For non SNMP logs this parameter has no effect.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

targetMinimumSeverity 2.1.3181.10.6.3.71.3.1.10
Only events with the defined severeness or worse are forwarded.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), debug(1), info(2), notice(3), warning(4), error(5), critical(6), alert(7), emergency(8)  

targetRequiredRelevance 2.1.3181.10.6.3.71.3.1.11
Forward any event or only negative ones.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER any(0), negOnly(1)  

targetRequiredSource 2.1.3181.10.6.3.71.3.1.12
Forward any event or only port or unit related events.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER any(0), portOnly(1), unitOnly(2)  

targetLogConfigChanges 2.1.3181.10.6.3.71.3.1.13
When enabled configuration changes are logged regardless of relevance or source. When disabled no config changes are logged.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

targetLogDebugEventsOnly 2.1.3181.10.6.3.71.3.1.14
When enabled debugging events with a minimum severity are logged. Other events are suppressed! When disabled no debugging events are logged.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

historyConfigTable 2.1.3181.10.6.3.71.4
Up to 15 distinct values may be polled and and saved to create a value history.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HistoryConfigEntry

historyConfigEntry 2.1.3181.10.6.3.71.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  HistoryConfigEntry  

historyConfigIndex 2.1.3181.10.6.3.71.4.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..14  

historyConfigName 2.1.3181.10.6.3.71.4.1.2
Name of this chart
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

historyConfigRecordMode 2.1.3181.10.6.3.71.4.1.3
Defines in which way the history data are recorded.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

historyConfigHistoryFileMode 2.1.3181.10.6.3.71.4.1.4
When set, the recorded data points will be saved to flash memory. The files can be accessed in the ftp history folder or using commands under Management.files.history.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), hourly(1), daily(2)  

historyConfigDotstring 2.1.3181.10.6.3.71.4.1.5
CLI compliant dotstring (command line) that will be executed in order to obtain the data to record.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

historyConfigRestart 2.1.3181.10.6.3.71.4.1.6
Clear all historic data (in RAM) and start from now on again. Only this seleted dotstring is affected. History files are NOT affected.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

statisticsTable 2.1.3181.10.6.3.71.100
These statistics indicate about the operation of the logging process.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StatisticsEntry

statisticsEntry 2.1.3181.10.6.3.71.100.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  StatisticsEntry  

statisticsIndex 2.1.3181.10.6.3.71.100.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

statisticsNumberOfTargets 2.1.3181.10.6.3.71.100.1.2
Indicates who many recipients exist for an event. This includes local log file when selected.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statisticsLogfileCounter 2.1.3181.10.6.3.71.100.1.3
All logs written in the internal logfile system are counted here.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statisticsSyslogCounter 2.1.3181.10.6.3.71.100.1.4
All logs to any target are counted here.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statisticsSyslogErrorCounter 2.1.3181.10.6.3.71.100.1.5
All logs to any target that failed are counted here.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statisticsLastSyslogResponse 2.1.3181.10.6.3.71.100.1.6
This contains a copy of the last syslog response for trouble shooting.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

statisticsTrapCounter 2.1.3181.10.6.3.71.100.1.7
All traps to any target are counted here.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statisticsTrapErrorCounter 2.1.3181.10.6.3.71.100.1.8
All traps to any target that failed are counted here.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statisticsActiveLogfileIndex 2.1.3181.10.6.3.71.100.1.9
Indicates which of the alternating logfiles is currently selected and contains the recent logs.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statisticsLogfile1Size 2.1.3181.10.6.3.71.100.1.10
Indicates the size of the internal local log file 1 in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statisticsLogfile2Size 2.1.3181.10.6.3.71.100.1.11
Indicates the size of the internal local log file 2 in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

recentLogsTable 2.1.3181.10.6.3.71.101
This table displays the last 15 log events ordered from latest to oldest.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RecentLogsEntry

recentLogsEntry 2.1.3181.10.6.3.71.101.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  RecentLogsEntry  

recentLogsIndex 2.1.3181.10.6.3.71.101.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..19  

recentLogsTimeStamp 2.1.3181.10.6.3.71.101.1.2
Updated whenever the entry is updated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

recentLogsSeverity 2.1.3181.10.6.3.71.101.1.3
Indicates the severeness of the event.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), debug(1), info(2), notice(3), warning(4), error(5), critical(6), alert(7), emergency(8)  

recentLogsSource 2.1.3181.10.6.3.71.101.1.4
Indicates unit or port id of originating event source.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

recentLogsMessage 2.1.3181.10.6.3.71.101.1.5
This contains a copy of the last syslog message
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

historyRecordsTable 2.1.3181.10.6.3.71.102
Displays historic values accumulated over time. These data may be used to plot graphs or to detect trends.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HistoryRecordsEntry

historyRecordsEntry 2.1.3181.10.6.3.71.102.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  HistoryRecordsEntry  

historyRecordsIndex 2.1.3181.10.6.3.71.102.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..14  

historyRecordsName 2.1.3181.10.6.3.71.102.1.2
Reflects the name of the related history_config entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

historyRecordsState 2.1.3181.10.6.3.71.102.1.3
Indicates if this record displays a currently running script or a history entry of a previously running script which has ended by now.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), invalid(1), normal(2), updating(3)  

historyRecordsLastValue 2.1.3181.10.6.3.71.102.1.4
This value is updated every second with the latest polled value.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

historyRecordsAverageLastMinute 2.1.3181.10.6.3.71.102.1.5
This value is updated every second but averages over the last minute.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

historyRecordsAverageLastHour 2.1.3181.10.6.3.71.102.1.6
This value is updated every minute but averages over the last hour.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

historyRecordsLastMinute 2.1.3181.10.6.3.71.102.1.7
Comma separated list with one value per every second starting at second 00. 60 values are recorded. Successive commas with no content in between indicate time positions for which no data are available.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

historyRecordsLastHour 2.1.3181.10.6.3.71.102.1.8
Comma separated list with one value per minute, starting at minute 00. 60 values are recorded. Successive commas with no content in between indicate time positions for which no data are yet available. Every hour the daily file gets one line appended. Every day a new file is created.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

historyRecordsLastDay 2.1.3181.10.6.3.71.102.1.9
Comma separated list with one value per every 15 minutes, starting at hour 00. 96 values are recorded. Successive commas with no content in between indicate time positions for which no data are yet available. Every day at nidnight the file gets one line appended with the current day. Every month a new file is started.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

historyRecordsLastUpdate 2.1.3181.10.6.3.71.102.1.10
Indicates the time when this record was last updated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32