RDN-CABLE-TRAFFIC-MANAGEMENT-MIB

File: RDN-CABLE-TRAFFIC-MANAGEMENT-MIB.mib (14638 bytes)

Imported modules

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

Imported symbols

riverdelta NOTIFICATION-TYPE MODULE-IDENTITY
OBJECT-TYPE Integer32 Counter32
MacAddress DateAndTime DisplayString
TruthValue InterfaceIndex

Defined Types

RdnCtmSummaryTableEntry  
SEQUENCE    
  rdnCtmSummaryIfIndex InterfaceIndex
  rdnCtmSummaryDirection INTEGER
  rdnCtmSummaryTrafficPolicy DisplayString
  rdnCtmSummaryMonitoredCount Integer32
  rdnCtmSummaryTotalFlows Integer32
  rdnCtmSummaryEnforcedFlows Integer32

RdnCtmEnforcedTableEntry  
SEQUENCE    
  rdnCtmEnforcedIfIndex InterfaceIndex
  rdnCtmEnforcedDirection INTEGER
  rdnCtmEnforcedServiceFlowId Integer32
  rdnCtmEnforcedCmMacAddr MacAddress
  rdnCtmEnforcedTrafficPolicy DisplayString
  rdnCtmEnforcedMonitoredCount Counter32
  rdnCtmEnforcedLast OCTET STRING
  rdnCtmEnforcedRemain OCTET STRING
  rdnCtmEnforcedLimitRate INTEGER
  rdnCtmEnforcedReason INTEGER
  rdnCtmEnforcedMonitored TruthValue

Defined Values

rdnCableTrafficManagementMib 1.3.6.1.4.1.4981.10
MIB module for Motorola Cable Traffic Policy. Copyright (C) 2008 by Motorola, Inc. All rights reserved.
MODULE-IDENTITY    

rdnCtmScalar 1.3.6.1.4.1.4981.10.1
OBJECT IDENTIFIER    

rdnCtmEnforcedClear 1.3.6.1.4.1.4981.10.1.1
Clears all monitored traffic counts thereby ending any enforcement in effect.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), clear(2)  

rdnCtmEnforcedSince 1.3.6.1.4.1.4981.10.1.2
Time at which cable traffic enforcement history was last cleared via CLI command, 'clear cable traffic history' or by writing a '1' to the object rdnCtmClearHistory.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

rdnCtmClearHistory 1.3.6.1.4.1.4981.10.1.3
This object is always read as the value noAction(1). Writing the value clear(2) clears the history of last enforcement for each monitored service flow as reported in the object rdnCtmEnforcedLast and the 'LastEnforced' column of the output of the CLI command 'show cable subscriber-usage'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), clear(2)  

rdnCtmSummaryTable 1.3.6.1.4.1.4981.10.2
Summarizes the operation of the cable traffic management feature. Each entry summarizes the operation of a single cable traffic policy on a single cable interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdnCtmSummaryTableEntry

rdnCtmSummaryTableEntry 1.3.6.1.4.1.4981.10.2.1
The entry indexes are ifindex, direction, and cable traffic policy name. The direction is included as an index in order to sort the entries by direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdnCtmSummaryTableEntry  

rdnCtmSummaryIfIndex 1.3.6.1.4.1.4981.10.2.1.1
MAC Domain ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

rdnCtmSummaryDirection 1.3.6.1.4.1.4981.10.2.1.2
Traffic direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER downstream(1), upstream(2)  

rdnCtmSummaryTrafficPolicy 1.3.6.1.4.1.4981.10.2.1.3
Name of the cable traffic policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

rdnCtmSummaryMonitoredCount 1.3.6.1.4.1.4981.10.2.1.4
The sum of the monitored counts for all flows controlled by the cable traffic policy on the interface of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rdnCtmSummaryTotalFlows 1.3.6.1.4.1.4981.10.2.1.5
Total number of service flows controlled by the cable traffic policy on a cable interface (i.e. MAC domain).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rdnCtmSummaryEnforcedFlows 1.3.6.1.4.1.4981.10.2.1.6
Number of service flows currently exceeding their credit limit while controlled by the cable traffic policy on a cable interface (i.e. MAC domain).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rdnCtmEnforcedTable 1.3.6.1.4.1.4981.10.3
Table of service flows which have exceeded their credit limit and been enforced since the last clearing of cable traffic history. Cable traffic history is cleared with the CLI command 'clear cable traffic history' or by writing clear(1) to the object rdnCtmClearHistory. This table does not include entries for service flows with rate limits reduced due to bidirectional enforcement.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdnCtmEnforcedTableEntry

rdnCtmEnforcedTableEntry 1.3.6.1.4.1.4981.10.3.1
Each entry corresponds to a single service flow which started enforcement due to exceeding its credit limit since the last clearing of cable traffic history.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdnCtmEnforcedTableEntry  

rdnCtmEnforcedIfIndex 1.3.6.1.4.1.4981.10.3.1.1
The mac domain interface index that the service flow is admitted to.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

rdnCtmEnforcedDirection 1.3.6.1.4.1.4981.10.3.1.2
Direction of service flow.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER downstream(1), upstream(2)  

rdnCtmEnforcedServiceFlowId 1.3.6.1.4.1.4981.10.3.1.3
The service flow ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

rdnCtmEnforcedCmMacAddr 1.3.6.1.4.1.4981.10.3.1.4
The mac Address of modem to which service flow belongs.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

rdnCtmEnforcedTrafficPolicy 1.3.6.1.4.1.4981.10.3.1.5
The cable traffic policy which service flow is controlled by.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rdnCtmEnforcedMonitoredCount 1.3.6.1.4.1.4981.10.3.1.6
For 'continuous' monitored policies, represents the excess traffic beyond the enforce rate for this service flow. For 'peak-interval' monitoring, represents the total traffic transferred in the curent or last completed peak-time interval. Units are kilobytes, with 1024 bytes per kilobyte.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rdnCtmEnforcedLast 1.3.6.1.4.1.4981.10.3.1.7
The amount of time since the service flow was last enforced. This field will be empty if it has not been enforced since the last time cable traffic history was cleared or since system start.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

rdnCtmEnforcedRemain 1.3.6.1.4.1.4981.10.3.1.8
The minimum amount of time a service flow is to remain under enforcement.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

rdnCtmEnforcedLimitRate 1.3.6.1.4.1.4981.10.3.1.9
The current scheduler limit rate for the service flow in kbps. This is either the configured maximum rate or the policy's enforce rate if flow is currently under enforcement. Units are kilobits per second, with 1000 bits per kilobit.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rdnCtmEnforcedReason 1.3.6.1.4.1.4981.10.3.1.10
Indicates if the service flow's rate limit is currently reduced due to the cable traffic management feature. The value of configured(1) indicates the service flow is not reduced by the feature, i.e. it is limited to its configured maximum rate. The value of bidirectional(2) is reserved for future use. The rdnCtmEnforcedTable does not include flows reduced due to bidirectional enforcement. The value of enforced(3) indicates a service flow is currently enforced, i.e. it has over-consumed its monitored traffic credit limit.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER configured(1), bidirectional(2), enforced(3)  

rdnCtmEnforcedMonitored 1.3.6.1.4.1.4981.10.3.1.11
Indiacates if the service flow is currently being monitored, either true(1) or false(2).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue