NSCRTV-EPON-QOS-MGM-MIB

File: NSCRTV-EPON-QOS-MGM-MIB.mib (13129 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC NSCRTV-EPONEOC-EPON-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Unsigned32 TimeTicks DateAndTime
MacAddress TimeStamp RowStatus
TruthValue DisplayString TEXTUAL-CONVENTION
EponDeviceIndex EponCardIndex EponPortIndex
EponAlarmCode EponAlarmInstance EponSeverityType
AutoNegotiationTechAbility TAddress EponStats15MinRecordType
EponStats24HourRecordType EponStatsThresholdType qosManagementObjects

Defined Types

QosGlobalSetEntry  
SEQUENCE    
  qosGlobalSetDeviceIndex EponDeviceIndex
  qosGlobalSetMaxQueueCount INTEGER
  qosGlobalSetMode INTEGER

DeviceBaseQosMapEntry  
SEQUENCE    
  deviceBaseQosMapDeviceIndex EponDeviceIndex
  deviceBaseQosMapRuleIndex INTEGER
  deviceBaseQosMapOctet OCTET STRING

DeviceBaseQosPolicyEntry  
SEQUENCE    
  deviceBaseQosPolicyDeviceIndex EponDeviceIndex
  deviceBaseQosPolicyMode INTEGER
  deviceBaseQosPolicyWeightOctet OCTET STRING
  deviceBaseQosPolicySpBandwidthRange OCTET STRING

PortBaseQosMapEntry  
SEQUENCE    
  portBaseQosMapDeviceIndex EponDeviceIndex
  portBaseQosMapCardIndex EponPortIndex
  portBaseQosMapPortIndex EponPortIndex
  portBaseQosMapRuleIndex INTEGER
  portBaseQosMapOctet OCTET STRING

PortBaseQosPolicyEntry  
SEQUENCE    
  portBaseQosPolicyDeviceIndex EponDeviceIndex
  portBaseQosPolicyCardIndex EponPortIndex
  portBaseQosPolicyPortIndex EponPortIndex
  portBaseQosPolicyMode INTEGER
  portBaseQosPolicyWeightOctet OCTET STRING
  portBaseQosPolicySpBandwidthRange OCTET STRING

Defined Values

qosGlobalSetTable 1.3.6.1.4.1.17409.2.3.8.1
Global QoS parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosGlobalSetEntry

qosGlobalSetEntry 1.3.6.1.4.1.17409.2.3.8.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  QosGlobalSetEntry  

qosGlobalSetDeviceIndex 1.3.6.1.4.1.17409.2.3.8.1.1.1
Device index For OLT - Set to corresponding device For ONU - Set to 0
Status: current Access: not-accessible
OBJECT-TYPE    
  EponDeviceIndex  

qosGlobalSetMaxQueueCount 1.3.6.1.4.1.17409.2.3.8.1.1.2
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

qosGlobalSetMode 1.3.6.1.4.1.17409.2.3.8.1.1.3
Define how to set QoS parameter deviceBased(1) - When set, only the table started with deviceBase is applicable portBased(2) - When set, only the table started with portBase is applicable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deviceBased(1), portBased(2)  

deviceBaseQosMapTable 1.3.6.1.4.1.17409.2.3.8.2
Deviced based setting. It is used to define how to map QoS options to queue
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DeviceBaseQosMapEntry

deviceBaseQosMapEntry 1.3.6.1.4.1.17409.2.3.8.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  DeviceBaseQosMapEntry  

deviceBaseQosMapDeviceIndex 1.3.6.1.4.1.17409.2.3.8.2.1.1
Device index For OLT - Set to corresponding device/slot/port For ONU - Set to 0
Status: current Access: not-accessible
OBJECT-TYPE    
  EponDeviceIndex  

deviceBaseQosMapRuleIndex 1.3.6.1.4.1.17409.2.3.8.2.1.2
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER cos(1), tos(2), diffserv(3)  

deviceBaseQosMapOctet 1.3.6.1.4.1.17409.2.3.8.2.1.3
: cos 0 -> queue 0 cos 1 -> queue 0 cos 2 -> queue 1 cos 3 -> queue 2 cos 4 -> queue 3 cos 5 -> queue 3 cos 6 -> queue 4 cos 7 -> queue 4
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(8|64)  

deviceBaseQosPolicyTable 1.3.6.1.4.1.17409.2.3.8.3
Deviced based setting It is used to define QoS specification
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DeviceBaseQosPolicyEntry

deviceBaseQosPolicyEntry 1.3.6.1.4.1.17409.2.3.8.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  DeviceBaseQosPolicyEntry  

deviceBaseQosPolicyDeviceIndex 1.3.6.1.4.1.17409.2.3.8.3.1.1
Device index For OLT - Set to corresponding device/slot/port For ONU - Set to 0
Status: current Access: not-accessible
OBJECT-TYPE    
  EponDeviceIndex  

deviceBaseQosPolicyMode 1.3.6.1.4.1.17409.2.3.8.3.1.2
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sp(1), wrr(2), spWrr(3), wfp(4)  

deviceBaseQosPolicyWeightOctet 1.3.6.1.4.1.17409.2.3.8.3.1.3
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

deviceBaseQosPolicySpBandwidthRange 1.3.6.1.4.1.17409.2.3.8.3.1.4
Define SP assured bandwidth for each queue. The size of this object is 4*(number of queue). For each queue, use 4 octets to represend the assured bandwidth for the queue. The four-octet could be mapped to an unsigned integer, in units of kbps. The sequence of the map is from queue 0 to queue max (for example, 7). For example, 00 00 00 10 00 00 01 00 00 00 00 00 00 00 00 00 00 00 10 00 00 00 00 01 00 01 01 00 00 00 11 11 It means, 8 queues and the assured bandwidth for each queue as: queue 0 16kbps queue 1 256kbps queue 2 0 queue 3 0 queue 4 4096kbps queue 5 1kbps queue 6 65792kbps queue 7 65535kbps
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

portBaseQosMapTable 1.3.6.1.4.1.17409.2.3.8.4
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortBaseQosMapEntry

portBaseQosMapEntry 1.3.6.1.4.1.17409.2.3.8.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  PortBaseQosMapEntry  

portBaseQosMapDeviceIndex 1.3.6.1.4.1.17409.2.3.8.4.1.1
Device index For OLT, set to corresponding SNI port or PON port For ONU, set to 0
Status: current Access: not-accessible
OBJECT-TYPE    
  EponDeviceIndex  

portBaseQosMapCardIndex 1.3.6.1.4.1.17409.2.3.8.4.1.2
For OLT, set to 0 For ONU, set to corresponding slot
Status: current Access: not-accessible
OBJECT-TYPE    
  EponPortIndex  

portBaseQosMapPortIndex 1.3.6.1.4.1.17409.2.3.8.4.1.3
For OLT, set to 0 For ONU, set to corresponding port
Status: current Access: not-accessible
OBJECT-TYPE    
  EponPortIndex  

portBaseQosMapRuleIndex 1.3.6.1.4.1.17409.2.3.8.4.1.4
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER cos(1), tos(2), diffserv(3)  

portBaseQosMapOctet 1.3.6.1.4.1.17409.2.3.8.4.1.5
: cos 0 -> queue 0 cos 1 -> queue 0 cos 2 -> queue 1 cos 3 -> queue 2 cos 4 -> queue 3 cos 5 -> queue 3 cos 6 -> queue 4 cos 7 -> queue 4
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(8..64)  

portBaseQosPolicyTable 1.3.6.1.4.1.17409.2.3.8.5
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortBaseQosPolicyEntry

portBaseQosPolicyEntry 1.3.6.1.4.1.17409.2.3.8.5.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  PortBaseQosPolicyEntry  

portBaseQosPolicyDeviceIndex 1.3.6.1.4.1.17409.2.3.8.5.1.1
Device index For OLT, set to corresponding SNI port or PON port For ONU, set to 0
Status: current Access: not-accessible
OBJECT-TYPE    
  EponDeviceIndex  

portBaseQosPolicyCardIndex 1.3.6.1.4.1.17409.2.3.8.5.1.2
For OLT, set to 0 For ONU, set to corresponding slot
Status: current Access: not-accessible
OBJECT-TYPE    
  EponPortIndex  

portBaseQosPolicyPortIndex 1.3.6.1.4.1.17409.2.3.8.5.1.3
For OLT, set to 0 For ONU, set to corresponding port
Status: current Access: not-accessible
OBJECT-TYPE    
  EponPortIndex  

portBaseQosPolicyMode 1.3.6.1.4.1.17409.2.3.8.5.1.4
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sp(1), wrr(2), spWrr(3), wfp(4)  

portBaseQosPolicyWeightOctet 1.3.6.1.4.1.17409.2.3.8.5.1.5
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..256)  

portBaseQosPolicySpBandwidthRange 1.3.6.1.4.1.17409.2.3.8.5.1.6
Define SP assured bandwidth for each queue. The size of this object is 4*(number of queue). For each queue, use 4 octets to represend the assured bandwidth for the queue. The four-octet could be mapped to an unsigned integer, in units of kbps. The sequence of the map is from queue 0 to queue max (for example, 7). For example, 00 00 00 10 00 00 01 00 00 00 00 00 00 00 00 00 00 00 10 00 00 00 00 01 00 01 01 00 00 00 11 11 It means, 8 queues and the assured bandwidth for each queue as: queue 0 16kbps queue 1 256kbps queue 2 0 queue 3 0 queue 4 4096kbps queue 5 1kbps queue 6 65792kbps queue 7 65535kbps
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING