ASKEY-QOS-MIB

File: ASKEY-QOS-MIB.mib (6808 bytes)

Imported modules

SNMPv2-SMI ASKEY-DSLAM-MIB IF-MIB
SNMP-FRAMEWORK-MIB ASKEY-SYSTEM-MIB SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE ipDslam
ifIndex SnmpAdminString askeyCosQueueMapping8021p
RowStatus

Defined Types

AskeyQoSLineEntry  
SEQUENCE    
  askeyQoSLineTrafficPolicing SnmpAdminString

DiffServMappingEntry  
SEQUENCE    
  diffServDSCP INTEGER

TrafficPolicingEntry  
SEQUENCE    
  trafficPolicingName SnmpAdminString
  trafficPolicingCIR INTEGER
  trafficPolicingAction INTEGER
  trafficPolicingRowStatus RowStatus

Defined Values

askeyQoSMIB 1.3.6.1.4.1.3646.1300.2.16
ASKEY QoS MIB OID defines and documentation.
MODULE-IDENTITY    

askeyQoSLineMIBObjects 1.3.6.1.4.1.3646.1300.2.16.1
OBJECT IDENTIFIER    

askeyQoSLineTable 1.3.6.1.4.1.3646.1300.2.16.1.1
A list of line port QoS entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AskeyQoSLineEntry

askeyQoSLineEntry 1.3.6.1.4.1.3646.1300.2.16.1.1.1
A QoS information entry containing objects for each line port.
Status: current Access: not-accessible
OBJECT-TYPE    
  AskeyQoSLineEntry  

askeyQoSLineTrafficPolicing 1.3.6.1.4.1.3646.1300.2.16.1.1.1.1
The value of this object identifies the row in the Askey QoS Traffic Policing Table, (trafficPolicingTable), which applies for this line, and channels if applicable.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

askeyQoSDiffServMIBObjects 1.3.6.1.4.1.3646.1300.2.16.2
OBJECT IDENTIFIER    

diffServAdminStatus 1.3.6.1.4.1.3646.1300.2.16.2.1
Enable or disable DiffServ function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

diffServMappingTable 1.3.6.1.4.1.3646.1300.2.16.2.2
A table indicates mapping between 802.1p CoS and DSCP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DiffServMappingEntry

diffServMappingEntry 1.3.6.1.4.1.3646.1300.2.16.2.2.1
Mapping between 802.1p CoS and DSCP.
Status: current Access: not-accessible
OBJECT-TYPE    
  DiffServMappingEntry  

diffServDSCP 1.3.6.1.4.1.3646.1300.2.16.2.2.1.1
DSCP value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER be(0), af11(1), af12(2), af13(3), af21(4), af22(5), af23(6), af31(7), af32(8), af33(9), af41(10), af42(11), af43(12), ef(13)  

askeyQoSTrafficPolicingMIBObjects 1.3.6.1.4.1.3646.1300.2.16.3
OBJECT IDENTIFIER    

trafficPolicingTable 1.3.6.1.4.1.3646.1300.2.16.3.1
This table contains information on the line configuration. One entry in this table reflects a QoS profile defined by a manager which can be used to configure the line port QoS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TrafficPolicingEntry

trafficPolicingEntry 1.3.6.1.4.1.3646.1300.2.16.3.1.1
Each entry consists of a list of parameters that represents the QoS configuration of a line.
Status: current Access: not-accessible
OBJECT-TYPE    
  TrafficPolicingEntry  

trafficPolicingName 1.3.6.1.4.1.3646.1300.2.16.3.1.1.1
This object is used by the traffic policing table in order to identify a row of this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

trafficPolicingCIR 1.3.6.1.4.1.3646.1300.2.16.3.1.1.2
This value is CIR (Committed Information Rate) on this profile. Its unit is mbps (MBit per second)
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..1000  

trafficPolicingAction 1.3.6.1.4.1.3646.1300.2.16.3.1.1.4
The action when traffic is over CIR. The actions include drop(0) the packets or do nothing to pass(1). Other actions will sign DSCP value into packets for QoS futher uses.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noAction(0), drop(1), be(2), af11(3), af12(4), af13(5), af21(6), af22(7), af23(8), af31(9), af32(10), af33(11), af41(12), af42(13), af43(14), ef(15)  

trafficPolicingRowStatus 1.3.6.1.4.1.3646.1300.2.16.3.1.1.5
This object is used to create a new row or modify or delete an existing row in this table. A profile activated by setting this object to 'active'. When 'active' is set, the system will validate the profile. Before a profile can be deleted or taken out of service, (by setting this object to 'destroy' or 'outOfService') it must be first unreferenced from all associated lines.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus