CADANT-CMTS-SPECTRUM-MGMT-MIB

File: CADANT-CMTS-SPECTRUM-MGMT-MIB.mib (27095 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB CADANT-CMTS-UPCHANNEL-MIB DOCS-IF-MIB
CADANT-PRODUCTS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 Unsigned32 TEXTUAL-CONVENTION
TruthValue RowStatus DateAndTime
DisplayString MODULE-COMPLIANCE OBJECT-GROUP
InterfaceIndex cadIfUpstreamChannelEntry TenthdB
cadSpectrum

Defined Types

SpTriggerType  
The trigger is used to manage the state transition in C4 Upstream Spectrum Management State Machine. The trigger has the following defined values: TOD - defined with
TEXTUAL-CONVENTION    
  INTEGER tod(1), periodic(2), degradation(3), improvement(4)  

SpTriggerDay  
The trigger day is to specify the reoccurrence of the TOD trigger for a week. The trigger day has the following defined values: 7: every day 0: Sunday 1: Monday 2: Tuesday 3: Wednesday 4: Thursday 5: Friday 6: Saturday
TEXTUAL-CONVENTION    
  INTEGER sunday(0), monday(1), tuesday(2), wednesday(3), thursday(4), friday(5), saturday(6), everyday(7)  

SpTimeOfDay  
A time-of-day specification in hours:minutes:seconds. field octets contents range ----- ------ -------- ----- 1 1 hour 0..23 2 1 minutes 0..59 3 1 seconds 0..59
TEXTUAL-CONVENTION    
  OCTET STRING Size(3)  

Unsigned16  
An unsigned 16 bit integer.
TEXTUAL-CONVENTION    
  Unsigned32 0..65535  

CadSpMgtGroupEntry  
SEQUENCE    
  cadSpMgtGroupIndex Integer32
  cadSpMgtGroupSamplePeriod Integer32
  cadSpMgtGroupHopPeriod Integer32
  cadSpMgtGroupCodeword Integer32
  cadSpMgtGroupRetryPeriod Integer32
  cadSpMgtGroupEnabled TruthValue
  cadSpMgtGroupRowStatus RowStatus

CadSpMgtStateEntry  
SEQUENCE    
  cadSpMgtStateIndex Integer32
  cadSpMgtStateFrequency Integer32
  cadSpMgtStateWidth Integer32
  cadSpMgtStateModulationProfile Unsigned32
  cadSpMgtStateRowStatus RowStatus

CadSpMgtTriggerEntry  
SEQUENCE    
  cadSpMgtTriggerIndex Integer32
  cadSpMgtTriggerType SpTriggerType
  cadSpMgtTriggerDay SpTriggerDay
  cadSpMgtTriggerTOD SpTimeOfDay
  cadSpMgtTriggerPeriod Integer32
  cadSpMgtTriggerThres1 Unsigned32
  cadSpMgtTriggerThres2 Unsigned32
  cadSpMgtTriggerThres3 TenthdB
  cadSpMgtTriggerRowStatus RowStatus

CadSpMgtStateTransEntry  
SEQUENCE    
  cadSpMgtTransNextState Integer32
  cadSpMgtStateTransRowStatus RowStatus

CadSpMgtHistoryEntry  
SEQUENCE    
  cadSpMgtHistoryUpChannelIfIndex InterfaceIndex
  cadSpMgtHistoryTime DateAndTime
  cadSpMgtHistoryTriggerIndex Integer32
  cadSpMgtHistoryFromStateIndex Integer32
  cadSpMgtHistoryNextStateIndex Integer32
  cadSpMgtHistoryResultStateIndex Integer32
  cadSpMgtHistorySNR TenthdB
  cadSpMgtHistoryUFecError Unsigned32
  cadSpMgtHistoryFecError Unsigned32
  cadSpMgtHistorySpareCardId Integer32
  cadSpMgtHistoryText DisplayString
  cadSpMgtHistoryGroupId Integer32
  cadSpMgtHistoryStateChangeCount Unsigned16
  cadSpMgtHistorySysUpTime Unsigned32

CadSpMgtUpChannelEntry  
SEQUENCE    
  cadSpMgtUpChannelCurrState Integer32
  cadSpMgtUpChannelStateTransTime DateAndTime

Defined Values

cadSpMgtMib 1.3.6.1.4.1.4998.1.1.15.4
The MIB module describes the C4 Upstream Spectrum Management
MODULE-IDENTITY    

cadSpMgtNotifications 1.3.6.1.4.1.4998.1.1.15.4.1
OBJECT IDENTIFIER    

cadSpMgtObjects 1.3.6.1.4.1.4998.1.1.15.4.2
OBJECT IDENTIFIER    

cadSpMgtConformance 1.3.6.1.4.1.4998.1.1.15.4.3
OBJECT IDENTIFIER    

cadSpMgtGroup 1.3.6.1.4.1.4998.1.1.15.4.2.1
OBJECT IDENTIFIER    

cadSpMgtRequests 1.3.6.1.4.1.4998.1.1.15.4.2.2
OBJECT IDENTIFIER    

cadSpMgtGroupTable 1.3.6.1.4.1.4998.1.1.15.4.2.1.1
Each entry in this table defines a C4 Upstream Spectrum Management group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CadSpMgtGroupEntry

cadSpMgtGroupEntry 1.3.6.1.4.1.4998.1.1.15.4.2.1.1.1
A set of C4 Upstream Spectrum Management group information. Entries in the cadSpMgtGroupTable are created and deleted using the cadSpMgtGroupRowStatus object.
Status: current Access: not-accessible
OBJECT-TYPE    
  CadSpMgtGroupEntry  

cadSpMgtGroupIndex 1.3.6.1.4.1.4998.1.1.15.4.2.1.1.1.1
The index used to identify the Upstream Spectrum Group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..40  

cadSpMgtGroupSamplePeriod 1.3.6.1.4.1.4998.1.1.15.4.2.1.1.1.2
The time (in seconds) between samples used for the degradation and the improvement triggers.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..60  

cadSpMgtGroupHopPeriod 1.3.6.1.4.1.4998.1.1.15.4.2.1.1.1.3
The minimum period of time (in seconds) that must pass between successive state transitions.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..3600  

cadSpMgtGroupCodeword 1.3.6.1.4.1.4998.1.1.15.4.2.1.1.1.4
The minimum number of codewords that must have been transmitted on the upstream channel before the degradation and improvement triggers are considered to be valid.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 100..32768  

cadSpMgtGroupRetryPeriod 1.3.6.1.4.1.4998.1.1.15.4.2.1.1.1.5
This object specifies the minimum wait time (in seconds) before the retry is attempted. The retry-period timer controls how quickly the state machine is allowed to retry when transition failure occurred.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..604800  

cadSpMgtGroupEnabled 1.3.6.1.4.1.4998.1.1.15.4.2.1.1.1.6
This object allows for the optional enabling and disabling of a spectrum group.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cadSpMgtGroupRowStatus 1.3.6.1.4.1.4998.1.1.15.4.2.1.1.1.7
The status of this conceptual row. To create a row in this table, set this object to createAndGo(4). Support of the values includes createAndGo(4) and destroy(6)
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cadSpMgtStateTable 1.3.6.1.4.1.4998.1.1.15.4.2.1.2
Each entry in this table defines a state used for C4 Upstream Spectrum Management.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CadSpMgtStateEntry

cadSpMgtStateEntry 1.3.6.1.4.1.4998.1.1.15.4.2.1.2.1
A set of Upstream Spectrum Management state information. Entries in the cadSpMgtStateTable are created and deleted using the cadSpMgtStateRowStatus object.
Status: current Access: not-accessible
OBJECT-TYPE    
  CadSpMgtStateEntry  

cadSpMgtStateIndex 1.3.6.1.4.1.4998.1.1.15.4.2.1.2.1.1
The index used to identify the state in C4 Upstream Spectrum Management.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..16  

cadSpMgtStateFrequency 1.3.6.1.4.1.4998.1.1.15.4.2.1.2.1.2
The center of the frequency band for the upstream channel associated with this state.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 5000000..85000000  

cadSpMgtStateWidth 1.3.6.1.4.1.4998.1.1.15.4.2.1.2.1.3
The bandwidth for the upstream channel associated with this state.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..6400000  

cadSpMgtStateModulationProfile 1.3.6.1.4.1.4998.1.1.15.4.2.1.2.1.4
An entry identical to the docsIfModIndex in the docsIfCmtsModulationTable that describes the upstream channel associated with this state.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cadSpMgtStateRowStatus 1.3.6.1.4.1.4998.1.1.15.4.2.1.2.1.5
The status of this conceptual row. To create a row in this table, set this object to createAndGo(4). Support of the values includes createAndGo(4) and destroy(6)
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cadSpMgtTriggerTable 1.3.6.1.4.1.4998.1.1.15.4.2.1.3
Each entry in this table defines a trigger for C4 Upstream Spectrum Management
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CadSpMgtTriggerEntry

cadSpMgtTriggerEntry 1.3.6.1.4.1.4998.1.1.15.4.2.1.3.1
A set of Upstream Spectrum Management trigger information. Entries in the cadSpMgtTriggerTable are created and deleted using the cadSpMgtTriggerRowStatus object.
Status: current Access: not-accessible
OBJECT-TYPE    
  CadSpMgtTriggerEntry  

cadSpMgtTriggerIndex 1.3.6.1.4.1.4998.1.1.15.4.2.1.3.1.1
The trigger index used to identify the trigger for each state transition.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..64  

cadSpMgtTriggerType 1.3.6.1.4.1.4998.1.1.15.4.2.1.3.1.2
The trigger type.
Status: current Access: read-create
OBJECT-TYPE    
  SpTriggerType  

cadSpMgtTriggerDay 1.3.6.1.4.1.4998.1.1.15.4.2.1.3.1.3
The trigger day is to specify the reoccurrence of the TOD trigger for a week. The trigger day has the following defined values: 0: Sunday 1: Monday 2: Tuesday 3: Wednesday 4: Thursday 5: Friday 6: Saturday 7: Everyday
Status: current Access: read-create
OBJECT-TYPE    
  SpTriggerDay  

cadSpMgtTriggerTOD 1.3.6.1.4.1.4998.1.1.15.4.2.1.3.1.4
Time of day to transition to next state, in HH:MM:SS format
Status: current Access: read-create
OBJECT-TYPE    
  SpTimeOfDay  

cadSpMgtTriggerPeriod 1.3.6.1.4.1.4998.1.1.15.4.2.1.3.1.5
The amount of time that should be loaded into a timer, in seconds, once the state machine has transitioned into the associated current state. When the timer expires, the transition to next state defined in the state machine is executed. This value is an integer between 1 and 604,800 (which covers a period of a week). This object is applicable for trigger type of periodic(2)
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..604800  

cadSpMgtTriggerThres1 1.3.6.1.4.1.4998.1.1.15.4.2.1.3.1.6
This object is applicable for trigger type of degradation (3) and improvement (4). For degradation trigger, this is the maximum acceptable percentage of FEC errors (uncorrectable plus correctable). For improvement trigger, this is the minimum acceptable percentage of FEC errors (uncorrectable plus correctable)
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100000  

cadSpMgtTriggerThres2 1.3.6.1.4.1.4998.1.1.15.4.2.1.3.1.7
This object is applicable for trigger type of degradation (3) and improvement (4). For degradation trigger, this is the maximum acceptable percentage of uncorrectable FEC errors. For improvement trigger, this is the minimum acceptable percentage of uncorrectable FEC errors.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100000  

cadSpMgtTriggerThres3 1.3.6.1.4.1.4998.1.1.15.4.2.1.3.1.8
This object is applicable for trigger type of degradation (3) and improvement (4). For degradation trigger, this is the minimum acceptable Signal/Noise ratio (in dB). For improvement trigger, this is the maximum acceptable Signal/Noise ratio (in dB).
Status: current Access: read-create
OBJECT-TYPE    
  TenthdB 0..1000  

cadSpMgtTriggerRowStatus 1.3.6.1.4.1.4998.1.1.15.4.2.1.3.1.9
The status of this conceptual row. To create a row in this table, set this object to createAndGo(4). Support of the values includes createAndGo(4) and destroy(6)
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cadSpMgtStateTransTable 1.3.6.1.4.1.4998.1.1.15.4.2.1.4
Each entry in this table defines the state machine in C4 Upstream Spectrum Management.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CadSpMgtStateTransEntry

cadSpMgtStateTransEntry 1.3.6.1.4.1.4998.1.1.15.4.2.1.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  CadSpMgtStateTransEntry  

cadSpMgtTransNextState 1.3.6.1.4.1.4998.1.1.15.4.2.1.4.1.1
The index used to identify the next state to which the state machine may transition to as a result of this trigger.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..16  

cadSpMgtStateTransRowStatus 1.3.6.1.4.1.4998.1.1.15.4.2.1.4.1.2
The status of this conceptual row. To create a row in this table, set this object to createAndGo(4). Support of the values includes createAndGo(4) and destroy(6)
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cadSpMgtRequestUpChannelIfIndex 1.3.6.1.4.1.4998.1.1.15.4.2.2.1
IfIndex of the upstream channel.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndex  

cadSpMgtRequestTriggerIndex 1.3.6.1.4.1.4998.1.1.15.4.2.2.2
The trigger index used to identify the trigger. A value of 0 indicates no trigger is attempted.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cadSpMgtRequestNextState 1.3.6.1.4.1.4998.1.1.15.4.2.2.3
The index used to identify the next state to which the state machine may transition to.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cadSpMgtRequestSNR 1.3.6.1.4.1.4998.1.1.15.4.2.2.4
This object is the measured Signal/Noise ratio (in dB) for the upstream channel. This object is applicable when the value in cadSpMgtRequestTriggerIndex defines the trigger of type degradation or improvement.
Status: current Access: read-write
OBJECT-TYPE    
  TenthdB  

cadSpMgtRequestUFecError 1.3.6.1.4.1.4998.1.1.15.4.2.2.5
This object is the measured percentage of uncorrectable FEC errors for the upstream channel. This object is applicable when the value in cadSpMgtRequestTriggerIndex defines the trigger of type degradation or improvement.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..100000  

cadSpMgtRequestFecError 1.3.6.1.4.1.4998.1.1.15.4.2.2.6
This object is the measured percentage of FEC errors (uncorrectable plus correctable) for the upstream channel. This object is applicable when the value in cadSpMgtRequestTriggerIndex defines the trigger of type degradation or improvement.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..100000  

cadSpMgtRequestCommit 1.3.6.1.4.1.4998.1.1.15.4.2.2.7
The command to execute the request when set to true(1). The following are reasons for rejecting an SNMP SET to this object: - An operation is commited for a non-existing upstream channel ID or the corresponding ifOperStatus is down(2). - An operation is committed but cadSpMgtRequestNextState is not an existing state index in cadSpMgtStateEntry. - An operation is committed but the value in cadSpMgtRequestTriggerIndex is non-zero and not an existing trigger index in cadSpMgtTriggerEntry. Reading this object always returns false(2).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cadSpMgtHistoryTable 1.3.6.1.4.1.4998.1.1.15.4.2.1.5
Table of state transition history.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CadSpMgtHistoryEntry

cadSpMgtHistoryEntry 1.3.6.1.4.1.4998.1.1.15.4.2.1.5.1
Entry of state transition history.
Status: current Access: not-accessible
OBJECT-TYPE    
  CadSpMgtHistoryEntry  

cadSpMgtHistoryUpChannelIfIndex 1.3.6.1.4.1.4998.1.1.15.4.2.1.5.1.1
IfIndex of the upstream channel.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

cadSpMgtHistoryTime 1.3.6.1.4.1.4998.1.1.15.4.2.1.5.1.2
The value of this object is the actual clock time when this entry was created.
Status: current Access: not-accessible
OBJECT-TYPE    
  DateAndTime  

cadSpMgtHistoryTriggerIndex 1.3.6.1.4.1.4998.1.1.15.4.2.1.5.1.3
The trigger index used to identify the trigger for state transition. A value of 0 indicates a manual trigger.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cadSpMgtHistoryFromStateIndex 1.3.6.1.4.1.4998.1.1.15.4.2.1.5.1.4
The index used to identify the current state.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cadSpMgtHistoryNextStateIndex 1.3.6.1.4.1.4998.1.1.15.4.2.1.5.1.5
The index used to identify the next state to which the state machine may transition to.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cadSpMgtHistoryResultStateIndex 1.3.6.1.4.1.4998.1.1.15.4.2.1.5.1.6
The index used to identify the result state to which the state machine has transitioned to. For a successful state transition request, the value of this object is the same as cadSpMgtHistoryNextState.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cadSpMgtHistorySNR 1.3.6.1.4.1.4998.1.1.15.4.2.1.5.1.7
This object is the measured Signal/Noise ratio (in dB) for the upstream channel. This object is applicable when the value in cadSpMgtHistoryTriggerIndex defines the trigger of type degradation or improvement.
Status: current Access: read-only
OBJECT-TYPE    
  TenthdB  

cadSpMgtHistoryUFecError 1.3.6.1.4.1.4998.1.1.15.4.2.1.5.1.8
This object is the measured percentage of uncorrectable FEC errors for the upstream channel. This object is applicable when the value in cadSpMgtHistoryTriggerIndex defines the trigger of type degradation or improvement.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100000  

cadSpMgtHistoryFecError 1.3.6.1.4.1.4998.1.1.15.4.2.1.5.1.9
This object is the measured percentage of FEC errors (uncorrectable plus correctable) for the upstream channel. This object is applicable when the value in cadSpMgtHistoryTriggerIndex defines the trigger of type degradation or improvement.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100000  

cadSpMgtHistorySpareCardId 1.3.6.1.4.1.4998.1.1.15.4.2.1.5.1.10
The cardId of the spare CAM. The value of 0 indicates the CAM is not spared at the time the request is received.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..99  

cadSpMgtHistoryText 1.3.6.1.4.1.4998.1.1.15.4.2.1.5.1.11
This object provides a human-readable description of the entry, including all relevant context.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cadSpMgtHistoryGroupId 1.3.6.1.4.1.4998.1.1.15.4.2.1.5.1.12
The Upstream Spectrum Group index associated with the upstream channel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cadSpMgtHistoryStateChangeCount 1.3.6.1.4.1.4998.1.1.15.4.2.1.5.1.13
Provides the count of state changes in the history entry. This object will always increase. It is 16 bits, once it is at 0xffff, the counter will roll over and start from beginning.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned16  

cadSpMgtHistorySysUpTime 1.3.6.1.4.1.4998.1.1.15.4.2.1.5.1.14
Provides the system up time in the history entry. This object will always increase.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cadSpMgtUpChannelTable 1.3.6.1.4.1.4998.1.1.15.4.2.1.6
This table describes Upstream Frequency Agility attributes of attached upstream channels.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CadSpMgtUpChannelEntry

cadSpMgtUpChannelEntry 1.3.6.1.4.1.4998.1.1.15.4.2.1.6.1
The List of Upstream Frequency Agility attributes associated with an upstream channel.
Status: current Access: not-accessible
OBJECT-TYPE    
  CadSpMgtUpChannelEntry  

cadSpMgtUpChannelCurrState 1.3.6.1.4.1.4998.1.1.15.4.2.1.6.1.1
The current state as a result of the upstream spectrum group state transition. This object is only applicable if upstream spectrum management is enabled for this upstream channel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cadSpMgtUpChannelStateTransTime 1.3.6.1.4.1.4998.1.1.15.4.2.1.6.1.2
The value of this object is the actual clock time when the current state information in cadIfUpChannelSpGroupCurrState is most recently updated.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime