RDN-CABLE-SPECTRUM-GROUP-MIB

File: RDN-CABLE-SPECTRUM-GROUP-MIB.mib (32227 bytes)

Imported modules

RDN-CABLE-SPECTRUM-MIB SNMPv2-SMI SNMPv2-TC
IF-MIB

Imported symbols

rdnCableSpectrumObjects MODULE-IDENTITY OBJECT-TYPE
Unsigned32 DisplayString RowStatus
DateAndTime TEXTUAL-CONVENTION Integer32
ifIndex

Defined Types

SchedulingWeekDay  
The scheduling week day.
TEXTUAL-CONVENTION    
  INTEGER sunday(1), monday(2), tuesday(3), wednesday(4), thursday(5), friday(6), saturday(7), everyday(8)  

SpectrumHopSelections  
The rules for spectrum hop.
TEXTUAL-CONVENTION    
  INTEGER frequency(1), band(2), power-default(3), power-level(4), modulation-profile(5), channel-width(6)  

SpecDataArray  
An array holds the spectrum data.
TEXTUAL-CONVENTION    
  OCTET STRING Size(2..400)  

RdnSpectrumGroupEntry  
SEQUENCE    
  rdnSpectrumGroupName DisplayString
  rdnSpectrumGroupId Unsigned32
  rdnSpectrumGroupHopPeriod Unsigned32
  rdnSpectrumGroupHopThresholdFlap Unsigned32
  rdnSpectrumGroupHopThresholdError Unsigned32
  rdnSpectrumGroupHopRollbackEnable INTEGER
  rdnSpectrumDataCollectResolution Unsigned32
  rdnSpectrumDataCollectInterval Unsigned32
  rdnSpectrumGroupGuardBand Unsigned32
  rdnSpectrumGroupRowStatus RowStatus
  rdnOfflineModemCount Integer32
  rdnOnlineModemCount Integer32
  rdnActiveModemCount Integer32
  rdnRegisteredModemCount Integer32
  rdnProvisionedModemCount Integer32
  rdnUnregisteredModemCount Integer32

RdnSpectrumBandSchedEntry  
SEQUENCE    
  rdnSpectrumBandSchedId Unsigned32
  rdnSpectrumBandSchedAction Unsigned32
  rdnSpectrumBandFreqLow Unsigned32
  rdnSpectrumBandFreqHigh Unsigned32
  rdnSpectrumBandSchedWeekDay SchedulingWeekDay
  rdnSpectrumBandSchedHour Unsigned32
  rdnSpectrumBandSchedMinute Unsigned32
  rdnSpectrumBandSchedSecond Unsigned32
  rdnSpectrumBandSchedRowStatus RowStatus

RdnSpectrumHopEntry  
SEQUENCE    
  rdnSpectrumHopId Unsigned32
  rdnSpectrumHopSelection SpectrumHopSelections
  rdnSpectrumHopPriority INTEGER
  rdnSpectrumHopFrequency Unsigned32
  rdnSpectrumHopBandLow Unsigned32
  rdnSpectrumHopBandHigh Unsigned32
  rdnSpectrumHopPowerLevel INTEGER
  rdnSpectrumHopModulationProfile INTEGER
  rdnSpectrumHopChannelWidth INTEGER
  rdnSpectrumHopRowStatus RowStatus

RdnSpectrumMemberChannelEntry  
SEQUENCE    
  rdnUsChannelId INTEGER
  rdnMemChSpectrumGroupId Unsigned32
  rdnMemChSpectrumGroupName DisplayString

RdnSpectrumDataEntry  
SEQUENCE    
  rdnSpectrumDataIndex INTEGER
  rdnSpecDataUsChannelId INTEGER
  rdnSpectrumDataStartFrequency Unsigned32
  rdnSpectrumDataResolution INTEGER
  rdnSpectrumDataSamples INTEGER
  rdnSpectrumDataLastUpdate DateAndTime
  rdnSpectrumDataArray SpecDataArray

RdnSpectrumQualityEntry  
SEQUENCE    
  rdnSpecQualityUsChId INTEGER
  rdnSpectrumQualityDataLastUpdate DateAndTime
  rdnSpectrumDataInBandPower INTEGER
  rdnSpectrumTotCodeWord Unsigned32
  rdnSpectrumErrorCodeWord Unsigned32

RdnSpectrumMapEntry  
SEQUENCE    
  rdnSpectrumMapIndex INTEGER
  rdnSpectrumMapStartFrequency Unsigned32
  rdnSpectrumMapStopFrequency Unsigned32
  rdnSpectrumMapStatus INTEGER

Defined Values

rdnCableSpectrumGroup 1.3.6.1.4.1.4981.6.1.2
This is the MIB Module for Cable Spectrum Group Management for MCNS compliant Cable Modem Termination Systems (CMTS).
MODULE-IDENTITY    

rdnSpectrumGroupTable 1.3.6.1.4.1.4981.6.1.2.1
This table keeps the records of spectrum groups. These groups can be configured and activated by the spectrum manager and used by the CMTS upstream port for frequency hopping.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdnSpectrumGroupEntry

rdnSpectrumGroupEntry 1.3.6.1.4.1.4981.6.1.2.1.1
List of attributes for an entry in the rdnSpectrumGroupEntry. An entry in this table exists for each spectrum group that has been configured by the spectrum manager.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdnSpectrumGroupEntry  

rdnSpectrumGroupName 1.3.6.1.4.1.4981.6.1.2.1.1.1
The text name (index) of the spectrum group.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

rdnSpectrumGroupId 1.3.6.1.4.1.4981.6.1.2.1.1.2
The number index for the spectrum group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rdnSpectrumGroupHopPeriod 1.3.6.1.4.1.4981.6.1.2.1.1.3
The rate at which the frequency hop takes place. This would be useful in preventing excessive hops. Unit is in second.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 30..3600  

rdnSpectrumGroupHopThresholdFlap 1.3.6.1.4.1.4981.6.1.2.1.1.4
The CM flap rate percentage threshold that controls the hopping frequency. The hopping only happens when the percentage of flap CMs is higher than this threshold. Value 0 means the flap threshold hop disabled
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

rdnSpectrumGroupHopThresholdError 1.3.6.1.4.1.4981.6.1.2.1.1.5
The FEC error rate percentage threshold that controls the hopping frequency. The hopping only happens when the error rate percentage is higher than this threshold. The unit is 1/1000.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..1000  

rdnSpectrumGroupHopRollbackEnable 1.3.6.1.4.1.4981.6.1.2.1.1.6
This field controls the spectrum rollback option when the original channel quality recovers. The rollback is allowed when this field is enabled. The rollback is not allowed when this field is set to disable.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rdnSpectrumDataCollectResolution 1.3.6.1.4.1.4981.6.1.2.1.1.7
The spectrum data collection resolution, in Hz.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 200000..400000  

rdnSpectrumDataCollectInterval 1.3.6.1.4.1.4981.6.1.2.1.1.8
The spectrum data collection interval, in second. Minimum value 60 seconds. Value 0 means the collection is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0 | 60..65535  

rdnSpectrumGroupGuardBand 1.3.6.1.4.1.4981.6.1.2.1.1.9
The minimum spectrum separation between upstream channels in the same spectrum group, in Hz.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..60000000  

rdnSpectrumGroupRowStatus 1.3.6.1.4.1.4981.6.1.2.1.1.10
Controls and reflects the status of rows in this table. This field is used to control the addition and deletion of a spectrum group.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rdnOfflineModemCount 1.3.6.1.4.1.4981.6.1.2.1.1.11
Number of offline modems for this spectrum group
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rdnOnlineModemCount 1.3.6.1.4.1.4981.6.1.2.1.1.12
Number of online modems for this spectrum group
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rdnActiveModemCount 1.3.6.1.4.1.4981.6.1.2.1.1.13
Number of active modems for this spectrum group
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rdnRegisteredModemCount 1.3.6.1.4.1.4981.6.1.2.1.1.14
Number of registered modems for this spectrum group
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rdnProvisionedModemCount 1.3.6.1.4.1.4981.6.1.2.1.1.15
Number of provisioned modems for this spectrum group
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rdnUnregisteredModemCount 1.3.6.1.4.1.4981.6.1.2.1.1.16
Number of Unregistered modems for this spectrum group
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rdnSpectrumBandSchedTable 1.3.6.1.4.1.4981.6.1.2.2
This table keeps the records of spectrum band scheduled for a specific spectrum group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdnSpectrumBandSchedEntry

rdnSpectrumBandSchedEntry 1.3.6.1.4.1.4981.6.1.2.2.1
List of attributes for an entry in the rdnSpectrumBandScheEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdnSpectrumBandSchedEntry  

rdnSpectrumBandSchedId 1.3.6.1.4.1.4981.6.1.2.2.1.1
The identifier for the band schedule, it is the second index for the spectrum band schedule table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

rdnSpectrumBandSchedAction 1.3.6.1.4.1.4981.6.1.2.2.1.2
The action on the specified frequency band. The third index of this band schedule table. Band add (1), band delete (2).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rdnSpectrumBandFreqLow 1.3.6.1.4.1.4981.6.1.2.2.1.3
The spectrum band low frequency in Hz. The lower bound is 5 MHz for North American standard, is 5 MHz for European standard.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 5000000..65000000  

rdnSpectrumBandFreqHigh 1.3.6.1.4.1.4981.6.1.2.2.1.4
The spectrum band high frequency in Hz. This value must be at least 200000 Hz higher than the band low frequency. The upper bound is 42 MHz for North American standard, is 65 MHz for European standard.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 5000000..65000000  

rdnSpectrumBandSchedWeekDay 1.3.6.1.4.1.4981.6.1.2.2.1.5
The week day of the band schedule.
Status: current Access: read-create
OBJECT-TYPE    
  SchedulingWeekDay  

rdnSpectrumBandSchedHour 1.3.6.1.4.1.4981.6.1.2.2.1.6
The hour of the band schedule (in 24-hour format).
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..23  

rdnSpectrumBandSchedMinute 1.3.6.1.4.1.4981.6.1.2.2.1.7
The minute of the band schedule.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..59  

rdnSpectrumBandSchedSecond 1.3.6.1.4.1.4981.6.1.2.2.1.8
The second of the band schedule.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..59  

rdnSpectrumBandSchedRowStatus 1.3.6.1.4.1.4981.6.1.2.2.1.9
The row status that controls the addition and deletion of the band schedule entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rdnSpectrumHopTable 1.3.6.1.4.1.4981.6.1.2.3
This table keeps the records of spectrum hopping rules for a specific spectrum group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdnSpectrumHopEntry

rdnSpectrumHopEntry 1.3.6.1.4.1.4981.6.1.2.3.1
List of attributes for an entry in the rdnSpectrumHopTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdnSpectrumHopEntry  

rdnSpectrumHopId 1.3.6.1.4.1.4981.6.1.2.3.1.1
The index for the spectrum hop rule table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

rdnSpectrumHopSelection 1.3.6.1.4.1.4981.6.1.2.3.1.2
Identifies the selection of the action for this spectrum hop rule.
Status: current Access: read-create
OBJECT-TYPE    
  SpectrumHopSelections  

rdnSpectrumHopPriority 1.3.6.1.4.1.4981.6.1.2.3.1.3
Identifies the priority for this spectrum hop policy. The default value is 128. The range is 1 to 255.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..255  

rdnSpectrumHopFrequency 1.3.6.1.4.1.4981.6.1.2.3.1.4
Identifies the center frequency for the spectrum hop schedule entry. The hop can be specified with a discrete center frequency or with a band but not both in the same group.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 5000000..65000000  

rdnSpectrumHopBandLow 1.3.6.1.4.1.4981.6.1.2.3.1.5
The start frequency for the individual spectrum hop.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 5000000..65000000  

rdnSpectrumHopBandHigh 1.3.6.1.4.1.4981.6.1.2.3.1.6
The stop frequency for the individual spectrum hop. This value must be at least 200000 Hz higher than the start frequency.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 5000000..65000000  

rdnSpectrumHopChannelWidth 1.3.6.1.4.1.4981.6.1.2.3.1.7
Identifies the channel width change for this individual spectrum hop. The valid band width is 200000 Hz, 400000 Hz, 800000 Hz, 1600000 Hz, 3200000 Hz
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER channel-width1(200000), channel-width2(400000), channel-width3(800000), channel-width4(1600000), channel-width5(3200000)  

rdnSpectrumHopPowerLevel 1.3.6.1.4.1.4981.6.1.2.3.1.8
Identifies a power level change for this individual spectrum hop. Different channel width has different power level range, < -160, 140 > for 200 KHz, < -130, 170 > for 400 KHz, < -100, 200 > for 800 KHz, < -70, 230 > for 1600 KHz, < -40, 260 > for 3200 KHz. For power default, the range is < -150, 150 > for all the channel widths. The unit is in tenths of a dBmV.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -160..260  

rdnSpectrumHopModulationProfile 1.3.6.1.4.1.4981.6.1.2.3.1.9
Identifies the modulation profile change for this individual spectrum hop.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..16  

rdnSpectrumHopRowStatus 1.3.6.1.4.1.4981.6.1.2.3.1.10
The row status that controls the add and deletion of the spectrum hop rule entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rdnSpectrumMemberChannelTable 1.3.6.1.4.1.4981.6.1.2.4
This table keeps the records of the associations between upstream channels and spectrum groups
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdnSpectrumMemberChannelEntry

rdnSpectrumMemberChannelEntry 1.3.6.1.4.1.4981.6.1.2.4.1
List of attributes for an entry in the RdnSpectrumMemberChannelEntry. It is indexed by ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdnSpectrumMemberChannelEntry  

rdnUsChannelId 1.3.6.1.4.1.4981.6.1.2.4.1.1
The upstream channel ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rdnMemChSpectrumGroupId 1.3.6.1.4.1.4981.6.1.2.4.1.2
The ID for the spectrum group that is associated with this upstream channel. Value 0 means no association.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..255  

rdnMemChSpectrumGroupName 1.3.6.1.4.1.4981.6.1.2.4.1.3
The text name of the associated spectrum group.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rdnSpectrumDataTable 1.3.6.1.4.1.4981.6.1.2.5
This table stores the noise and error rate for the different frequency bands.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdnSpectrumDataEntry

rdnSpectrumDataEntry 1.3.6.1.4.1.4981.6.1.2.5.1
List of attributes for an entry in the rdnSpectrumDataEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdnSpectrumDataEntry  

rdnSpectrumDataIndex 1.3.6.1.4.1.4981.6.1.2.5.1.1
The internal index of the spectrum data
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rdnSpecDataUsChannelId 1.3.6.1.4.1.4981.6.1.2.5.1.2
The upstream channel ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rdnSpectrumDataStartFrequency 1.3.6.1.4.1.4981.6.1.2.5.1.3
Start Frequency of the spectrum data collection
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rdnSpectrumDataResolution 1.3.6.1.4.1.4981.6.1.2.5.1.4
Resolution of the spectrum data collection in Hz
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rdnSpectrumDataSamples 1.3.6.1.4.1.4981.6.1.2.5.1.5
Number of data samples used in this spectrum data collection period
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rdnSpectrumDataLastUpdate 1.3.6.1.4.1.4981.6.1.2.5.1.6
Date and time when this collection data was last updated
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

rdnSpectrumDataArray 1.3.6.1.4.1.4981.6.1.2.5.1.7
The data array that holds the spectrum data.
Status: current Access: read-only
OBJECT-TYPE    
  SpecDataArray Size(2..400)  

rdnSpectrumQualityTable 1.3.6.1.4.1.4981.6.1.2.6
This table stores the spectrum quality information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdnSpectrumQualityEntry

rdnSpectrumQualityEntry 1.3.6.1.4.1.4981.6.1.2.6.1
List of attributes for an entry in the rdnSpectrumDataEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdnSpectrumQualityEntry  

rdnSpecQualityUsChId 1.3.6.1.4.1.4981.6.1.2.6.1.1
Identifies the upstream channel id for which the spectrum signal quality is gathered.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rdnSpectrumQualityDataLastUpdate 1.3.6.1.4.1.4981.6.1.2.6.1.2
Date and time when this data was last updated
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

rdnSpectrumDataInBandPower 1.3.6.1.4.1.4981.6.1.2.6.1.3
The in-band power for this frequency band. The unit is the tenths of dBmV.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rdnSpectrumTotCodeWord 1.3.6.1.4.1.4981.6.1.2.6.1.4
The total number of code words transfer through this interface
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rdnSpectrumErrorCodeWord 1.3.6.1.4.1.4981.6.1.2.6.1.5
The uncorrectable error code words received through this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rdnSpectrumMapTable 1.3.6.1.4.1.4981.6.1.2.7
This table keeps the records of spectrum usage.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdnSpectrumMapEntry

rdnSpectrumMapEntry 1.3.6.1.4.1.4981.6.1.2.7.1
List of attributes for an entry in the rdnSpectrumMapEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdnSpectrumMapEntry  

rdnSpectrumMapIndex 1.3.6.1.4.1.4981.6.1.2.7.1.1
Identifies an entry in the spectrum map table
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rdnSpectrumMapStartFrequency 1.3.6.1.4.1.4981.6.1.2.7.1.2
The start frequency of the current spectrum band.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rdnSpectrumMapStopFrequency 1.3.6.1.4.1.4981.6.1.2.7.1.3
The stop frequency of the current spectrum band.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rdnSpectrumMapStatus 1.3.6.1.4.1.4981.6.1.2.7.1.4
The spectrum band status. null (0), available (1), occupied (2), admin-down (3)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER