RDN-CABLE-SPECTRUM-MIB

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

Imported modules

RDN-MIB SNMPv2-SMI SNMPv2-TC
SNMPv2-CONF IF-MIB

Imported symbols

riverdelta MODULE-IDENTITY OBJECT-TYPE
Integer32 Gauge32 Counter32
NOTIFICATION-TYPE MacAddress RowStatus
DateAndTime OBJECT-GROUP MODULE-COMPLIANCE
InterfaceIndex ifIndex ifAdminStatus
ifOperStatus

Defined Types

RdnFlapCmCmtsStatusEntry  
SEQUENCE    
  flapCmCmtsIfIndex INTEGER
  flapListMaxSize Integer32
  flapListCurrentSize Gauge32
  flapAgingOutTime Integer32
  flapInsertionTime Integer32
  flapMissThreshold Integer32
  flapPowerAdjThreshold Integer32
  flapListPercentageThreshold INTEGER
  flapListTrapEnable INTEGER

RdnFlapCmEntry  
SEQUENCE    
  flapCmIndex InterfaceIndex
  cmtsIfIndex INTEGER
  flapCmMacAddress MacAddress
  flapCmUpstreamIfIndex InterfaceIndex
  flapCmDownstreamIfIndex InterfaceIndex
  flapCmInsertionFails Counter32
  flapCmHits Counter32
  flapCmMisses Counter32
  flapCmPowerAdjustments Counter32
  cmFlapCounts Counter32
  cmLastFlapTime DateAndTime
  cmFlapCreateTime DateAndTime
  cmFlapRowStatus RowStatus

Defined Values

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

rdnCableSpectrumObjects 1.3.6.1.4.1.4981.6.1
OBJECT IDENTIFIER    

rdnFlapObjects 1.3.6.1.4.1.4981.6.1.1
OBJECT IDENTIFIER    

rdnFlapCmCmtsStatusTable 1.3.6.1.4.1.4981.6.1.1.1
This table keeps the status of the flap modems for per CMTS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdnFlapCmCmtsStatusEntry

rdnFlapCmCmtsStatusEntry 1.3.6.1.4.1.4981.6.1.1.1.1
List of attributes for an entry in the rdnFlapCmCmtsStatusTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdnFlapCmCmtsStatusEntry  

flapCmCmtsIfIndex 1.3.6.1.4.1.4981.6.1.1.1.1.1
The CMTS Interface Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..16  

flapListMaxSize 1.3.6.1.4.1.4981.6.1.1.1.1.2
The maximum number of flap modems. The user could configure this number according to the number of downstreams and the number of modem line cards in the CMTS. The number can range from 1 to 8191. The default value is 100. When the number of modems exceeds the max flap list size, the additional modems are ignored.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..8191  

flapListCurrentSize 1.3.6.1.4.1.4981.6.1.1.1.1.3
The current number of modems in the flap list. Its value will be less than or equal to flapListMaxSize.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..8191  

flapAgingOutTime 1.3.6.1.4.1.4981.6.1.1.1.1.4
The age out time in minutes for modems in the flap table. The number of minutes range from 1 to 86400. The default value is 1440.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..86400  

flapInsertionTime 1.3.6.1.4.1.4981.6.1.1.1.1.5
The interval of time that begins when the cable modem initially ranges, reboots, and ends when it starts initial maintenance again. If the interval of time is less than what is specified in flapInsertionTime, the flapCmInsertionFails and cmFlapCounts will increment. The valid range is from 1 to 86400 seconds. The default value is 60.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..86400  

flapMissThreshold 1.3.6.1.4.1.4981.6.1.1.1.1.6
Specifies the maximum threshold for the number of consecutive miss counts during a polling cycle. If the flap miss counts goes over this threshold, the modem will be added into the flap list. Polling is maintained between the CMTS and the cable modem every 10 seconds. The flapMissThreshold specifies the maximum number of consecutive missed counts during one station maintenance poll interval. If there are more than 16 consecutive miss counts during one polling cycle, the modem will de-insert and attempt to range again. The value ranges from 1 to 12 consecutive counts. The default value is 6.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..12  

flapPowerAdjThreshold 1.3.6.1.4.1.4981.6.1.1.1.1.7
The power adjustment threshold for a CM to raise and lower it's transmit power during normal operation. When a modem's power adjustment goes above or below the flapPowerAdjThreshold the CM will be added into the flap list. The flapCmPowerAdjustments and cmFlapCounts will be incremented as well. flapPowerAdjThreshold values of 2 dB and below are low enough to continuously increment the flapCmPowerAdjustments under normal conditions. The values range from 1 to 10. The default is 2.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

flapListPercentageThreshold 1.3.6.1.4.1.4981.6.1.1.1.1.8
The percentage CM miss threshold. If CM miss percentage goes over this threshold and flapListTrapEnable is set, a flap list trap will be send out to notify this event
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

flapListTrapEnable 1.3.6.1.4.1.4981.6.1.1.1.1.9
This object controls flap list trap. If its value is set to enabled(1), a trap will be sent out when the CM miss percentage goes over the flapListPercentageThreshold; Otherwise no flap list trap will be sent out. By default, this object has the value enabled(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rdnFlapCmTable 1.3.6.1.4.1.4981.6.1.1.2
This table keeps the records of modem state changes. An entry can be deleted from the table but can not be added to the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdnFlapCmEntry

rdnFlapCmEntry 1.3.6.1.4.1.4981.6.1.1.2.1
List of attributes for an entry in the rdnFlapTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdnFlapCmEntry  

flapCmIndex 1.3.6.1.4.1.4981.6.1.1.2.1.1
Index for Cable Modem.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

cmtsIfIndex 1.3.6.1.4.1.4981.6.1.1.2.1.2
The CMTS Interface Index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..16  

flapCmMacAddress 1.3.6.1.4.1.4981.6.1.1.2.1.3
MAC address of the Cable Modem's Cable interface. Identifies a flap-list entry for a flapping Cable Modem.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

flapCmUpstreamIfIndex 1.3.6.1.4.1.4981.6.1.1.2.1.4
The ifIndex of the Cable upstream interface whose ifType is docsCableUpstream(129). The CMTS detects a flapping Cable Modem from its Cable upstream interface.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

flapCmDownstreamIfIndex 1.3.6.1.4.1.4981.6.1.1.2.1.5
The ifIndex of the Cable downstream interface whose ifType is docsCableDownstream(128).
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

flapCmInsertionFails 1.3.6.1.4.1.4981.6.1.1.2.1.6
When the Cable Modem initially ranges, reboots and initially ranges again within the specified insertion time, this counter will increment. The cmFlapCounts increment along with this counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

flapCmHits 1.3.6.1.4.1.4981.6.1.1.2.1.7
The number of times the CMTS receives the Ranging request from the Cable Modem.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

flapCmMisses 1.3.6.1.4.1.4981.6.1.1.2.1.8
The number of times the CMTS misses the Ranging request from the Cable Modem. The CMTS can check up to 16 consecutive times for a ranging request message during one polling cycle. Misses are not desirable since this is usually an indication of a return path problem; however, having a small number of misses is normal. Ideally, the Hit should be much greater than the Miss counts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

flapCmPowerAdjustments 1.3.6.1.4.1.4981.6.1.1.2.1.9
When the power adjustment changed above or below the power adjustment threshold this counter will increment. The Flap Count (cmFlapCounts) will increment when this counter increments.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmFlapCounts 1.3.6.1.4.1.4981.6.1.1.2.1.10
The total number of times a CM flaps Under following three situations, this counter will increase: (1) When flapCmInsertionFails is increased the flap counts will increase. (2) When the CMTS receives the number of consecutive misses specified in the flapMissThreshold, the flap counts will increase. (3) When flapPowerAdjustments is increased the flap counts will increase.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmLastFlapTime 1.3.6.1.4.1.4981.6.1.1.2.1.11
The last time stamp cm flaps
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cmFlapCreateTime 1.3.6.1.4.1.4981.6.1.1.2.1.12
The time stamp when new flap CM is added to the table.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cmFlapRowStatus 1.3.6.1.4.1.4981.6.1.1.2.1.13
Controls and reflects the status of rows in this table. When a new flap cable modem is detected, and does not exist in flap list and flapListCurrentSize is less than flapListMaxSize, an entry will be created in this table. The instance of this object will be set to active(1). All flapping modems have the status of active(1). Active entries are removed from the table if they are aged out. The age out time is defined in flapAgingOutTime When a row is set to destroy(6), it will remove the entry immediately. To prevent an entry from being aged out, the entry should be set to notInService(2). The entry will remain in the table until this instance is set to destroy. The user is allowed set an entry from active to notInService or from notInService to destroy A user is not allowed to change a notInService entry to active. createAndGo(4) and createAndWait(5) are not supported.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

flapListTrap 1.3.6.1.4.1.4981.6.1.1.3
a flap list trap signifies that SNMPv2 entity, acting in an agent role, has detected that the percentage of flap cm for one of the cmts board has gone over the flapListPercentageThreshold
Status: current Access: read-write
NOTIFICATION-TYPE    

flapTrapType 1.3.6.1.4.1.4981.6.1.1.4
Reason for flapping power - The power threshold was exceeded. ranging - Missing ranging requests went beyond threshold insertion - Modem re-ranged within insertion time threshold. This is a place holder for the reason parameter for the modem to go into flap list. This should return ZERO when read. This just allows us to include a flapping reason in the modem flap trap varbind.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER power(1), ranging(2), insertion(3)  

flapModemTrap 1.3.6.1.4.1.4981.6.1.1.5
This Trap will be sent whenever the modem goes into the flapping list for some reason. 'flapCmMacAddress' gives the Mac Address of the modem. 'flapTrapType' gives the cause for the modem to go into the flap list.
Status: current Access: read-only
NOTIFICATION-TYPE    

rdnCableSpectrumNotificationPrefix 1.3.6.1.4.1.4981.6.2
OBJECT IDENTIFIER    

cableSpectrumMIBNotifications 1.3.6.1.4.1.4981.6.2.0
OBJECT IDENTIFIER    

rdnCableSpectrumConformance 1.3.6.1.4.1.4981.6.3
OBJECT IDENTIFIER    

rdnCableSpectrumCompliances 1.3.6.1.4.1.4981.6.3.1
OBJECT IDENTIFIER    

rdnCableSpectrumGroups 1.3.6.1.4.1.4981.6.3.2
OBJECT IDENTIFIER    

compliance 1.3.6.1.4.1.4981.6.3.1.1
The compliance statement for devices that implement MCNS compliant Radio Frequency Interfaces and Spectrum Management features.
Status: current Access: read-only
MODULE-COMPLIANCE    

rdnFlapGroup 1.3.6.1.4.1.4981.6.3.2.1
Group of objects implemented in Cable Modem Termination Systems providing Flap List information.
Status: current Access: read-only
OBJECT-GROUP