CADANT-TRAP-LOG-MIB

File: CADANT-TRAP-LOG-MIB.mib (14598 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
DOCS-CABLE-DEVICE-MIB CADANT-TC CADANT-PRODUCTS-MIB

Imported symbols

MODULE-COMPLIANCE OBJECT-GROUP MODULE-IDENTITY
OBJECT-TYPE Integer32 Unsigned32
TruthValue RowStatus docsDevEvControlEntry
InetAddressIPv4or6 cadNotification

Defined Types

CadEvControlEntry  
SEQUENCE    
  cadEvReporting BITS

CadEvOverrideEntry  
SEQUENCE    
  cadEvOvrdEvId Unsigned32
  cadEvOvrdState INTEGER
  cadEvOvrdRowStatus RowStatus
  cadEvOvrdPriority INTEGER

CadSyslogSvrEntry  
SEQUENCE    
  cadSyslogSvrIpAddr InetAddressIPv4or6
  cadSyslogSvrFacility INTEGER
  cadSyslogSvrRowStatus RowStatus

CadCliAuthToLogLevelEntry  
SEQUENCE    
  cadCliAuthLevel Integer32
  cadCliLogLevel INTEGER

Defined Values

cadTrapLogMib 1.3.6.1.4.1.4998.1.1.6.2
This MIB defines objects which are used to control and report on Cadant proprietary event notificaton (trap) and logging operation.
MODULE-IDENTITY    

cadTrapLogGlobals 1.3.6.1.4.1.4998.1.1.6.2.1
OBJECT IDENTIFIER    

cadProprietaryLoggingEnabled 1.3.6.1.4.1.4998.1.1.6.2.1.1
If this value is set to true, then all Cadant proprietary log entries are enabled. Otherwise, the syslog logs will consist only of standard logs entries.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cadLocalLogSize 1.3.6.1.4.1.4998.1.1.6.2.1.2
The maximum size of the local log, in number of entries. The local log is only what is put into the docsDevEventTable.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..300  

cadLogHistorySize 1.3.6.1.4.1.4998.1.1.6.2.1.3
The maximum size of the log history, in number of entries. This log contains both Cadant prioprietary and DOCSIS notifications.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..2000  

cadSyslogFacility 1.3.6.1.4.1.4998.1.1.6.2.1.4
The syslog logging facility.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER local0(0), local1(1), local2(2), local3(3), local4(4), local5(5), local6(6), local7(7)  

cadCmTrapInhibit 1.3.6.1.4.1.4998.1.1.6.2.1.5
Controls the generation of SNMP traps regarding to CM status change. A cleared bit indicates that a trap must be generated if a CM resets while in the corresponding state. If resetRanging(0) is clear, a CM reset while in the ranging state will generate a cmResetNotification trap. If resetProvisioning(1) is clear, a CM reset while in the rangingComplete or ipComplete states will generate a cmResetNotification trap. If resetRegistered(2) is clear, a CM reset while in the registrationComplete state will generate a cmResetNotification trap. If resetClear(3) is clear, a on-line CM from previous flap will generate a cmResetClearNotification trap. If registered(4) is clear, a registered CM will generate a cmRegistrationNotification trap.
Status: current Access: read-write
OBJECT-TYPE    
  BITS resetRanging(0), resetProvisioning(1), resetRegistered(2), resetClear(3), registered(4)  

cadEvControlTable 1.3.6.1.4.1.4998.1.1.6.2.2
This table allows control of the reporting of event classes. For each event priority, a combination of logging and reporting mechanisms may be chosen.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CadEvControlEntry

cadEvControlEntry 1.3.6.1.4.1.4998.1.1.6.2.2.1
Allows configuration of the reporting mechanisms for a particular event priority.
Status: current Access: not-accessible
OBJECT-TYPE    
  CadEvControlEntry  

cadEvReporting 1.3.6.1.4.1.4998.1.1.6.2.2.1.1
Currently, only the console destination is persistent in SNMP. Transient sessions, such as telnet, are not configurable via the MIB. Those are configurable only via CLI.
Status: current Access: read-write
OBJECT-TYPE    
  BITS console(0)  

cadEvOverrideTable 1.3.6.1.4.1.4998.1.1.6.2.3
This table allows the event priority to be overridden. Each entry indicates an override condition for the given event.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CadEvOverrideEntry

cadEvOverrideEntry 1.3.6.1.4.1.4998.1.1.6.2.3.1
Allows configuration of the event priority overrides.
Status: current Access: not-accessible
OBJECT-TYPE    
  CadEvOverrideEntry  

cadEvOvrdEvId 1.3.6.1.4.1.4998.1.1.6.2.3.1.1
Uniquely identifies the type of event that is reported by this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cadEvOvrdState 1.3.6.1.4.1.4998.1.1.6.2.3.1.2
Indicates the current override state of the event. admit allows the event to be generated and inhibit prevents the event from being generated regardless of the priority is enabled for the event. Setting the priority allows the event to generated with the desired priority.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER admit(1), inhibit(2), priority(3)  

cadEvOvrdRowStatus 1.3.6.1.4.1.4998.1.1.6.2.3.1.3
This variable indicates the status of the entry. Valid values for a set include createAndGo(4) and destroy(6).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cadEvOvrdPriority 1.3.6.1.4.1.4998.1.1.6.2.3.1.4
This field is only valid when the override state is set to priority and indicates the priority level that should be used when this notification is generated.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER invalid(0), emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), information(7), debug(8)  

cadSyslogSvrTable 1.3.6.1.4.1.4998.1.1.6.2.4
This table stores syslog server information when there is more than one syslog server configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CadSyslogSvrEntry

cadSyslogSvrEntry 1.3.6.1.4.1.4998.1.1.6.2.4.1
Syslog server information.
Status: current Access: not-accessible
OBJECT-TYPE    
  CadSyslogSvrEntry  

cadSyslogSvrIpAddr 1.3.6.1.4.1.4998.1.1.6.2.4.1.1
IP address of the syslog server.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressIPv4or6  

cadSyslogSvrFacility 1.3.6.1.4.1.4998.1.1.6.2.4.1.2
Facility associated with the syslog server.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER local0(0), local1(1), local2(2), local3(3), local4(4), local5(5), local6(6), local7(7)  

cadSyslogSvrRowStatus 1.3.6.1.4.1.4998.1.1.6.2.4.1.3
This variable displays the status of the entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cadCliAuthToLogLevelTable 1.3.6.1.4.1.4998.1.1.6.2.5
This table is used to configure the logging level for each of the CLI authorization levels.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CadCliAuthToLogLevelEntry

cadCliAuthToLogLevelEntry 1.3.6.1.4.1.4998.1.1.6.2.5.1
Syslog server information.
Status: current Access: not-accessible
OBJECT-TYPE    
  CadCliAuthToLogLevelEntry  

cadCliAuthLevel 1.3.6.1.4.1.4998.1.1.6.2.5.1.1
A CLI authorization level.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..16  

cadCliLogLevel 1.3.6.1.4.1.4998.1.1.6.2.5.1.2
The logging level that all commands assigned to this authorization level will be output at when executed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), information(7), debug(8)  

cadTrapLogMibConformance 1.3.6.1.4.1.4998.1.1.6.2.10
OBJECT IDENTIFIER    

cadTrapLogCompliances 1.3.6.1.4.1.4998.1.1.6.2.10.1
OBJECT IDENTIFIER    

cadTrapLogGroups 1.3.6.1.4.1.4998.1.1.6.2.10.2
OBJECT IDENTIFIER    

cadTrapLogCompliance 1.3.6.1.4.1.4998.1.1.6.2.10.1.1
Compliance statement for entities implementing the CADANT-TRAP-LOG-MIB
Status: current Access: read-write
MODULE-COMPLIANCE    

cadTrapLogGlobalsGroup 1.3.6.1.4.1.4998.1.1.6.2.10.2.1
Global trap and logging objects
Status: current Access: read-write
OBJECT-GROUP    

cadTrapLogEventGroup 1.3.6.1.4.1.4998.1.1.6.2.10.2.2
Trap and log event control objects
Status: current Access: read-write
OBJECT-GROUP    

cadSyslogGroup 1.3.6.1.4.1.4998.1.1.6.2.10.2.3
Syslog control objects
Status: current Access: read-write
OBJECT-GROUP    

cadCliAuthToLogLevelGroup 1.3.6.1.4.1.4998.1.1.6.2.10.2.4
CLI authorization to log level mapping control objects
Status: current Access: read-write
OBJECT-GROUP