CTRON-SFPS-EVENTLOG-MIB

File: CTRON-SFPS-EVENTLOG-MIB.mib (25300 bytes)

Imported modules

RFC-1212 RFC1213-MIB RFC1155-SMI
CTRON-SFPS-INCLUDE-MIB

Imported symbols

OBJECT-TYPE DisplayString IpAddress
TimeTicks sfpsEventLogStats sfpsEventLogGenConfig
sfpsEventLogClientConfig sfpsEventLogClientConfigAPI sfpsFragStats
sfpsTrapAPI sfpsTrapTable

Defined Types

SfpsSwitchInstance  
OCTET STRING Size(4)    

HexInteger  
INTEGER    

SfpsEventLogStatsEntry  
SEQUENCE    
  sfpsEventLogStatsSwInst SfpsSwitchInstance
  sfpsEventLogWindowStart INTEGER
  sfpsEventLogIndex INTEGER
  sfpsEventLogClientName DisplayString
  sfpsEventLogLevel DisplayString
  sfpsEventLogMessageString DisplayString
  sfpsEventLogTime TimeTicks
  sfpsEventLogCallTag HexInteger
  sfpsEventLogInfo1 HexInteger
  sfpsEventLogInfo2 HexInteger

SfpsEventLogGenConfigEntry  
SEQUENCE    
  sfpsEventLogGenConfigSwInst SfpsSwitchInstance
  sfpsEventLogGenConfigWindowStart INTEGER 1..20000
  sfpsEventLogGenConfigLoggingIndex INTEGER 1..20000
  sfpsEventLogGenConfigMessageFilter DisplayString
  sfpsEventLogGenConfigCallTagFilter HexInteger
  sfpsEventLogGenConfigAdminStatus INTEGER
  sfpsEventLogGenConfigOperStatus INTEGER
  sfpsEventLogGenConfigOperTime TimeTicks
  sfpsEventLogGenConfigAutoFreeze INTEGER
  sfpsEventLogGenConfigDisplayWrapDetect INTEGER
  sfpsEventLogGenConfigAdvertiseAddr IpAddress

SfpsEventLogClientConfigEntry  
SEQUENCE    
  sfpsEventLogClientConfigId INTEGER
  sfpsEventLogClientConfigName DisplayString
  sfpsEventLogClientLogStatus INTEGER
  sfpsEventLogClientDisplayStatus INTEGER
  sfpsEventLogClientFreezeLogStatus INTEGER
  sfpsEventLogClientFreezeDisplayStatus INTEGER
  sfpsEventLogClientErrorLogStatus INTEGER
  sfpsEventLogClientErrorDisplayStatus INTEGER
  sfpsEventLogClientCriticalLogStatus INTEGER
  sfpsEventLogClientCriticalDisplayStatus INTEGER
  sfpsEventLogClientInfoLogStatus INTEGER
  sfpsEventLogClientInfoDisplayStatus INTEGER
  sfpsEventLogClientDebugLogStatus INTEGER
  sfpsEventLogClientDebugDisplayStatus INTEGER

Defined Values

sfpsEventLogStatsTable 1.3.6.1.4.1.52.4.2.4.2.2.6.1.3.1
This table contains the event information produced by the Event Log Server object.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SfpsEventLogStatsEntry

sfpsEventLogStatsEntry 1.3.6.1.4.1.52.4.2.4.2.2.6.1.3.1.1
Each entry contains event log data.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SfpsEventLogStatsEntry  

sfpsEventLogStatsSwInst 1.3.6.1.4.1.52.4.2.4.2.2.6.1.3.1.1.1
The switch instance of this Event Logger.
Status: mandatory Access: read-only
OBJECT-TYPE    
  SfpsSwitchInstance  

sfpsEventLogWindowStart 1.3.6.1.4.1.52.4.2.4.2.2.6.1.3.1.1.2
The index into the event log window.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsEventLogIndex 1.3.6.1.4.1.52.4.2.4.2.2.6.1.3.1.1.3
The absolutue index into the event log window.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsEventLogClientName 1.3.6.1.4.1.52.4.2.4.2.2.6.1.3.1.1.4
The name of the client who logged the event.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsEventLogLevel 1.3.6.1.4.1.52.4.2.4.2.2.6.1.3.1.1.5
The log level of the logged event.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsEventLogMessageString 1.3.6.1.4.1.52.4.2.4.2.2.6.1.3.1.1.6
The logged event message.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsEventLogTime 1.3.6.1.4.1.52.4.2.4.2.2.6.1.3.1.1.7
The time when the event was logged.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sfpsEventLogCallTag 1.3.6.1.4.1.52.4.2.4.2.2.6.1.3.1.1.8
The call tag of the logged event (if applicable).
Status: mandatory Access: read-only
OBJECT-TYPE    
  HexInteger  

sfpsEventLogInfo1 1.3.6.1.4.1.52.4.2.4.2.2.6.1.3.1.1.9
A generic info field used to display information related to the logged event.
Status: mandatory Access: read-only
OBJECT-TYPE    
  HexInteger  

sfpsEventLogInfo2 1.3.6.1.4.1.52.4.2.4.2.2.6.1.3.1.1.10
A generic info field used to display information related to the logged event.
Status: mandatory Access: read-only
OBJECT-TYPE    
  HexInteger  

sfpsEventLogGenConfigTable 1.3.6.1.4.1.52.4.2.4.2.2.6.1.4.1
This table contains the general configuration parameters for the Event Log Server object.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SfpsEventLogGenConfigEntry

sfpsEventLogGenConfigEntry 1.3.6.1.4.1.52.4.2.4.2.2.6.1.4.1.1
Each entry contains event log configuration parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SfpsEventLogGenConfigEntry  

sfpsEventLogGenConfigSwInst 1.3.6.1.4.1.52.4.2.4.2.2.6.1.4.1.1.1
The switch instance of this Event Logger table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  SfpsSwitchInstance  

sfpsEventLogGenConfigWindowStart 1.3.6.1.4.1.52.4.2.4.2.2.6.1.4.1.1.2
Represents the starting point of the Event Logger Window.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..20000  

sfpsEventLogGenConfigLoggingIndex 1.3.6.1.4.1.52.4.2.4.2.2.6.1.4.1.1.3
Pointer to the next location where the event logger will log.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..20000  

sfpsEventLogGenConfigMessageFilter 1.3.6.1.4.1.52.4.2.4.2.2.6.1.4.1.1.4
A string filter which allows only matching messages to be displayed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sfpsEventLogGenConfigCallTagFilter 1.3.6.1.4.1.52.4.2.4.2.2.6.1.4.1.1.5
A filter which allows only messages with matching call tags to be displayed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  HexInteger  

sfpsEventLogGenConfigAdminStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.4.1.1.6
The administrative status of the event log.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3), reset(4), continue(5)  

sfpsEventLogGenConfigOperStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.4.1.1.7
The operational status of the event log.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3), pending-disable(4), pending-enable(5)  

sfpsEventLogGenConfigOperTime 1.3.6.1.4.1.52.4.2.4.2.2.6.1.4.1.1.8
The amount of time that the event log has been in its current operational state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sfpsEventLogGenConfigAutoFreeze 1.3.6.1.4.1.52.4.2.4.2.2.6.1.4.1.1.9
Allows events with the Freeze log level to automatically disable the operational status of the event log.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsEventLogGenConfigDisplayWrapDetect 1.3.6.1.4.1.52.4.2.4.2.2.6.1.4.1.1.10
Allows the event log to not advance past a wrap-point determined by the event log's current logging point.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsEventLogGenConfigAdvertiseAddr 1.3.6.1.4.1.52.4.2.4.2.2.6.1.4.1.1.11
The IP address of a remote event logging mechanism.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

sfpsEventLogClientConfigTable 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1
This table contains the client configuration parameters for the Event Log Server object.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SfpsEventLogClientConfigEntry

sfpsEventLogClientConfigEntry 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1.1
Each entry contains event log client configuration parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SfpsEventLogClientConfigEntry  

sfpsEventLogClientConfigId 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1.1.1
Represents the client ID of a client that is logging events.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsEventLogClientConfigName 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1.1.2
The name of the event log client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpsEventLogClientLogStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1.1.3
Represents the logging status for this event log client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsEventLogClientDisplayStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1.1.4
Represents the display status for this event log client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsEventLogClientFreezeLogStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1.1.5
Represents the log status for the log level Freeze of this client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsEventLogClientFreezeDisplayStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1.1.6
Represents the display status for the log level Freeze of this client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsEventLogClientErrorLogStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1.1.7
Represents the log status for the log level Error of this client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsEventLogClientErrorDisplayStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1.1.8
Represents the display status for the log level Error of this client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsEventLogClientCriticalLogStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1.1.9
Represents the log status for the log level Critical of this client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsEventLogClientCriticalDisplayStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1.1.10
Represents the display status for the log level Critical of this client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsEventLogClientInfoLogStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1.1.11
Represents the log status for the log level Info of this client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsEventLogClientInfoDisplayStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1.1.12
Represents the display status for the log level Info of this client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsEventLogClientDebugLogStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1.1.13
Represents the log status for the log level Debug of this client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsEventLogClientDebugDisplayStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.1.1.14
Represents the display status for the log level Debug of this client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsEventLogClientConfigAPIVerb 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.2.1
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER freezeLog(1), errorLog(2), criticalLog(3), infoLog(4), debugLog(5), allLogLevels(6), allClients(7), masterLog(8)  

sfpsEventLogClientConfigAPIAdminStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.2.2
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsEventLogClientConfigAPIClientName 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.2.3
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sfpsEventLogClientConfigAPIClientID 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.2.4
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sfpsEventLogClientConfigAPILogDisplay 1.3.6.1.4.1.52.4.2.4.2.2.6.1.5.2.5
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), logAndDisplay(2), logOnly(3), displayOnly(4)  

sfpsFragStatsTotalFrags 1.3.6.1.4.1.52.4.2.4.2.2.6.1.11.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsFragStatsNumLookupFail 1.3.6.1.4.1.52.4.2.4.2.2.6.1.11.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsFragStatsAvgCompares 1.3.6.1.4.1.52.4.2.4.2.2.6.1.11.3
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sfpsFragStatsNumNodes 1.3.6.1.4.1.52.4.2.4.2.2.6.1.11.4
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsFragStatsNumUsed 1.3.6.1.4.1.52.4.2.4.2.2.6.1.11.5
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsFragStatsMaxNumUsed 1.3.6.1.4.1.52.4.2.4.2.2.6.1.11.6
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsFragStatsNumStolen 1.3.6.1.4.1.52.4.2.4.2.2.6.1.11.7
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsTrapAPIVerb 1.3.6.1.4.1.52.4.2.4.2.2.6.1.7.1.1
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), enable(2), disable(3), resetTrapStats(4), resetAllStats(5)  

sfpsTrapAPITrapId 1.3.6.1.4.1.52.4.2.4.2.2.6.1.7.1.2
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER newUser(1400), violation(1401), srcBlock(1402), dstBlock(1403), portToStandby(1404), portFromStandby(1405), ageCnt(1406), changeCount(1407), foundNeighbor(1408), lostNeighbor(1409), agentIP(1410)  

sfpsTrapAPITotalSent 1.3.6.1.4.1.52.4.2.4.2.2.6.1.7.1.3
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsTrapTableTrapId 1.3.6.1.4.1.52.4.2.4.2.2.6.1.7.2.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER newUser(1400), violation(1401), srcBlock(1402), dstBlock(1403), portToStandby(1404), portFromStandby(1405), ageCnt(1406), changeCount(1407), foundNeighbor(1408), lostNeighbor(1409), agentIP(1410), noSrcVlans(1411), noDestVlans(1412), noSrcVlansEnabled(1413), noDestVlansEnabled(1414), noCommonSecureVlan(1415), incVlanUserCount(1416), decVlanUserCount(1417), vrrpPrimaryResign(1418), vrrpPrimaryAged(1419), vrrpSecondaryUp(1420), hsrpPrimaryResign(1421), hsrpSecondaryUp(1422)  

sfpsTrapTableAdminStatus 1.3.6.1.4.1.52.4.2.4.2.2.6.1.7.2.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

sfpsTrapTableNumSent 1.3.6.1.4.1.52.4.2.4.2.2.6.1.7.2.3
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sfpsTrapTableLastSent 1.3.6.1.4.1.52.4.2.4.2.2.6.1.7.2.4
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks