NMS-QOS-EXT-MIB

File: NMS-QOS-EXT-MIB.mib (49631 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
NMS-QOS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Gauge32 Counter64 Integer32
TimeTicks mib-2 NOTIFICATION-TYPE
TEXTUAL-CONVENTION DisplayString PhysAddress
TruthValue RowStatus TimeStamp
TestAndIncr MacAddress MODULE-COMPLIANCE
OBJECT-GROUP qos

Defined Types

IfDefaultCoSEntry  
SEQUENCE    
  ifDefaultCoSIndex INTEGER
  defaultCoS INTEGER

IfQueueBandwidthEntry  
SEQUENCE    
  ifQueueBandwidthIndex INTEGER
  queueID INTEGER
  minBandwidth INTEGER
  maxBandwidth INTEGER
  ifDefaultCoSRowStatus RowStatus

PolicyMapEntry  
SEQUENCE    
  policyMapName DisplayString
  policyMapRowStatus RowStatus
  policyDescription DisplayString
  classifyIPV4AclDelete INTEGER
  classifyIPV4AclName DisplayString
  classifyIPV6AclDelete INTEGER
  classifyIPV6AclName DisplayString
  classifyMacAclDelete INTEGER
  classifyMacAclName DisplayString
  classifyDscp INTEGER
  classifyVlanID INTEGER
  classifyVlan2ID INTEGER
  classifyVlanMask INTEGER
  classifyIVlanID INTEGER
  classifyIVlan2ID INTEGER
  classifyIVlanMask INTEGER
  classifyCos INTEGER
  classifyICos INTEGER
  classifyEtherType INTEGER
  classifyArpRequest INTEGER
  classifyArpReply INTEGER
  classifyAny INTEGER
  actionBandwidth INTEGER
  actionCos INTEGER
  actionICos INTEGER
  actionQueueID INTEGER
  actionDscp INTEGER
  actionTos INTEGER
  actionVlanOperation INTEGER
  actionVlanID INTEGER
  actionIVlanOperation INTEGER
  actionIVlanID INTEGER
  actionRedirect INTEGER
  actionMirror INTEGER
  actionStatistics INTEGER
  actionDrop INTEGER
  actionForward INTEGER
  actionMacAddress MacAddress
  actionCir INTEGER
  actionPir INTEGER
  actionEir INTEGER
  actionBc INTEGER
  actionBe INTEGER
  actionEbs INTEGER
  actionCopyCos INTEGER
  actionCopyToCpu INTEGER
  actionColorBlind INTEGER
  actionGreenForwared INTEGER
  actionGreenQueue INTEGER
  actionGreenCos INTEGER
  actionGreenDroppreference INTEGER
  actionGreenCopyToCpu INTEGER
  actionYellowDrop INTEGER
  actionYellowForwared INTEGER
  actionYellowQueue INTEGER
  actionYellowCos INTEGER
  actionYellowDroppreference INTEGER
  actionYellowCopyToCpu INTEGER
  actionRedDrop INTEGER
  actionRedForwared INTEGER
  actionRedQueue INTEGER
  actionRedCos INTEGER
  actionRedDroppreference INTEGER
  actionRedCopyToCpu INTEGER
  actionCirDel INTEGER
  classifyPrecedence INTEGER
  classifyTos INTEGER
  classifyDiffserv INTEGER
  classifyDstport INTEGER

PolicyMapGlobalAppEntry  
SEQUENCE    
  policyMapGlobalAppName DisplayString
  direction INTEGER
  operation INTEGER

DscpMapEntry  
SEQUENCE    
  dscpValueCurr INTEGER
  dscpValueModified INTEGER
  cosValue INTEGER
  cngStatus INTEGER

PolicyMapSlotAppEntry  
SEQUENCE    
  policyMapSlotAppName DisplayString
  policyMapSlotAppSlot INTEGER
  policyMapSlotAppDirection INTEGER
  policyMapSlotAppOper INTEGER

QosSlotStatEntry  
SEQUENCE    
  qosSlotStatName DisplayString
  qosSlotStatSlotNo INTEGER
  qosSlotInProfileCount INTEGER
  qosSlotOutProfileCount INTEGER

QosIFStatEntry  
SEQUENCE    
  qosIFStatName DisplayString
  qosIFStatInterfaceNo INTEGER
  qosIFInProfileCount INTEGER
  qosIFOutProfileCount INTEGER

CosToLocalEntry  
SEQUENCE    
  cos INTEGER
  cosToLocal INTEGER
  cng INTEGER

Defined Values

ifDefaultCoSTable 1.3.6.1.4.1.3320.150.10
A list of interface default CoS entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfDefaultCoSEntry

ifDefaultCoSEntry 1.3.6.1.4.1.3320.150.10.1
An interface Default CoS entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfDefaultCoSEntry  

ifDefaultCoSIndex 1.3.6.1.4.1.3320.150.10.1.1
Indexs of interface. The same value as ifIndex in ifTable of RFC1213.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

defaultCoS 1.3.6.1.4.1.3320.150.10.1.2
Port default cos value. The range is 0-7. 8 means deletion.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

ifQueueBandwidthTable 1.3.6.1.4.1.3320.150.13
A list of interface Queue Bandwidth entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfQueueBandwidthEntry

ifQueueBandwidthEntry 1.3.6.1.4.1.3320.150.13.1
An interface Queue Bandwidth entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfQueueBandwidthEntry  

ifQueueBandwidthIndex 1.3.6.1.4.1.3320.150.13.1.1
Indexs of interface. The same value as ifIndex in ifTable of RFC1213.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

queueID 1.3.6.1.4.1.3320.150.13.1.2
Indexs of interface. Queue number. The range is 1-8.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

minBandwidth 1.3.6.1.4.1.3320.150.13.1.3
Min bandwidth. The unit is 64kbps. The range is different for different interface. Default is 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

maxBandwidth 1.3.6.1.4.1.3320.150.13.1.4
Max bandwidth. The unit is 64kbps. The range is different for different interface. Default is 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ifDefaultCoSRowStatus 1.3.6.1.4.1.3320.150.13.1.5
Row Status.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

policyMapTable 1.3.6.1.4.1.3320.150.14
A list of policy Map entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyMapEntry

policyMapEntry 1.3.6.1.4.1.3320.150.14.1
An interface policy Map entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyMapEntry  

policyMapName 1.3.6.1.4.1.3320.150.14.1.1
Indexs of policy map. The length is 1-20.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

policyMapRowStatus 1.3.6.1.4.1.3320.150.14.1.2
Row status. It used to add, delete, or modify policy map.
Status: mandatory Access: read-create
OBJECT-TYPE    
  RowStatus  

policyDescription 1.3.6.1.4.1.3320.150.14.1.3
The description of policy map. The length is 1-32.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

classifyIPV4AclDelete 1.3.6.1.4.1.3320.150.14.1.4
Match ip acl or not. 1 means to match ip acl, and 2 means not to match ip acl.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER match(1), not-match(2)  

classifyIPV4AclName 1.3.6.1.4.1.3320.150.14.1.5
The name of ip acl to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

classifyIPV6AclDelete 1.3.6.1.4.1.3320.150.14.1.6
Match ipv6 acl or not. 1 means to match ipv6 acl, and 2 means not to match ipv6 acl.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER match(1), not-match(2)  

classifyIPV6AclName 1.3.6.1.4.1.3320.150.14.1.7
The name of ipv6 acl to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

classifyMacAclDelete 1.3.6.1.4.1.3320.150.14.1.8
Match mac acl or not. 1 means to match mac acl, and 2 means not to match mac acl.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER match(1), not-match(2)  

classifyMacAclName 1.3.6.1.4.1.3320.150.14.1.9
The name of mac acl to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

classifyDscp 1.3.6.1.4.1.3320.150.14.1.10
The dscp value to match. The range is 0-63. 64 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..64  

classifyVlanID 1.3.6.1.4.1.3320.150.14.1.11
The vlanID to match. The range is 1-4094. 4095 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..4095  

classifyVlan2ID 1.3.6.1.4.1.3320.150.14.1.12
The vlan range to match. This value is upper limitation, and classifyVlanID is down limitation. The range is 1-4094. 4095 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..4095  

classifyVlanMask 1.3.6.1.4.1.3320.150.14.1.13
The mask of vlan to match. This value is used with classifyVlanID. The range is 1-0xFFF. 0 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

classifyIVlanID 1.3.6.1.4.1.3320.150.14.1.14
The inner vlanID to match. The range is 1-4094. 4095 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..4095  

classifyIVlan2ID 1.3.6.1.4.1.3320.150.14.1.15
The inner vlan range to match. This value is upper limitation, and classifyIVlanID is down limitation. The range is 1-4094. 4095 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..4095  

classifyIVlanMask 1.3.6.1.4.1.3320.150.14.1.16
The mask of inner vlan to match. This value is used with classifyIVlanID. The range is 1-0xFFF. 0 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

classifyCos 1.3.6.1.4.1.3320.150.14.1.17
The cos value to match. The range is 0-7. 8 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..8  

classifyICos 1.3.6.1.4.1.3320.150.14.1.18
The inner cos value to match. The range is 0-7. 8 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

classifyEtherType 1.3.6.1.4.1.3320.150.14.1.19
The ethernet type to match. The range is 0-0xFFFF. 0 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

classifyArpRequest 1.3.6.1.4.1.3320.150.14.1.20
Match arp request. 1 means match, and 2 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER match(1), not-match(2)  

classifyArpReply 1.3.6.1.4.1.3320.150.14.1.21
Match arp reply. 1 means match, and 2 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER match(1), not-match(2)  

classifyAny 1.3.6.1.4.1.3320.150.14.1.22
Match any. 1 means match, and 2 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER match(1), not-match(2)  

actionBandwidth 1.3.6.1.4.1.3320.150.14.1.23
Rate limitation. 0 means no rate limitation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

actionCos 1.3.6.1.4.1.3320.150.14.1.24
Modify cos value. The range is 0-7. 8 means not to modify.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..8  

actionICos 1.3.6.1.4.1.3320.150.14.1.25
Modify inner cos value. The range is 0-7.8 means not to modify.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..8  

actionQueueID 1.3.6.1.4.1.3320.150.14.1.26
The queueID frame in. The range is 1-8. 9 means not to modify.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..9  

actionDscp 1.3.6.1.4.1.3320.150.14.1.27
Modify dscp value. The range is 0-63. 64 means not to modify.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..64  

actionTos 1.3.6.1.4.1.3320.150.14.1.28
Modify tos value. The range is 0-7. 8 means not to modify.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..8  

actionVlanOperation 1.3.6.1.4.1.3320.150.14.1.29
The operation of tag. 1-not modify, 2-replace, 3-add, 4-delete.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER not-modify(1), replace(2), add(3), delete(4)  

actionVlanID 1.3.6.1.4.1.3320.150.14.1.30
The vlanID to replace or add. The range is 1-4094.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..4094  

actionIVlanOperation 1.3.6.1.4.1.3320.150.14.1.31
The operation of inner tag. 1-not modify, 2-replace, 3-add, 4-delete.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER not-modify(1), replace(2), add(3), delete(4)  

actionIVlanID 1.3.6.1.4.1.3320.150.14.1.32
The inner vlanID to replace or add. The range is 1-4094.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..4094  

actionRedirect 1.3.6.1.4.1.3320.150.14.1.33
The diID of interface frame send to. 0 means not to redirect.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

actionMirror 1.3.6.1.4.1.3320.150.14.1.34
SessionID of mirror. 0 means not to mirror.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

actionStatistics 1.3.6.1.4.1.3320.150.14.1.35
Flow statistics. 1 means to count the number of flow, and 2 means not to count the number of flow.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER count(1), not-count(2)  

actionDrop 1.3.6.1.4.1.3320.150.14.1.36
Drop packet. 1 means to drop the packet, and 2 means not to care about this action.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER drop(1), not-drop(2)  

actionForward 1.3.6.1.4.1.3320.150.14.1.37
Forward packet. 1 means to forward the packet, and 2 means not to care about this action.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), not-care-this-action(2)  

actionMacAddress 1.3.6.1.4.1.3320.150.14.1.38
The new destination mac address of frame to be modified. 0 means not to modify destination mac address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  MacAddress  

actionCir 1.3.6.1.4.1.3320.150.14.1.39
The commited information rate. 0 means no cir bandwidth.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

actionPir 1.3.6.1.4.1.3320.150.14.1.40
The peak information rate. 0 means no pir bandwidth.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

actionEir 1.3.6.1.4.1.3320.150.14.1.41
The excess information rate. 0 means no eir bandwidth.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

actionBc 1.3.6.1.4.1.3320.150.14.1.42
The commited burst size. 0 means no commited burst size.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

actionBe 1.3.6.1.4.1.3320.150.14.1.43
The excess information rate. 0 means no eir bandwidth.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

actionEbs 1.3.6.1.4.1.3320.150.14.1.44
The excess burst size. 0 means no excess burst size .
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

actionCopyCos 1.3.6.1.4.1.3320.150.14.1.45
Copy inner cos to outer cos. 1 means copy, and 2 means no copy.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER copy(1), do-not-copy(2)  

actionCopyToCpu 1.3.6.1.4.1.3320.150.14.1.46
Copy packet to cpu.1 means to copy packet to cpu.2meas not to care about this acion.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER copy(1), do-not-copy(2)  

actionColorBlind 1.3.6.1.4.1.3320.150.14.1.47
Set color mode.1 means to set blind mode.2 means to set aware mode.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER blind-mode(1), aware-mode(2)  

actionGreenForwared 1.3.6.1.4.1.3320.150.14.1.48
Forward green packet. 1 means to forward green packet, and 2 means not to care about this action.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), not-forward(2)  

actionGreenQueue 1.3.6.1.4.1.3320.150.14.1.49
The queueID frame in for green packets. The range is 1-8. 9 means not to modify.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..9  

actionGreenCos 1.3.6.1.4.1.3320.150.14.1.50
Modify cos value for green packets. The range is 0-7. 8 means not to modify.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..8  

actionGreenDroppreference 1.3.6.1.4.1.3320.150.14.1.51
Modify packet color.1 means green.2 means yellow.3 means red.4 means not to modify.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER green(1), yellow(2), red(3), not-modify(4)  

actionGreenCopyToCpu 1.3.6.1.4.1.3320.150.14.1.52
Copy green packet to cpu.1 means to copy packet to cpu.2meas not to care about this acion.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER copy(1), do-not-copy(2)  

actionYellowDrop 1.3.6.1.4.1.3320.150.14.1.53
Drop yellow packet. 1 means to drop the packet, and 2 means not to care about this action.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER drop(1), not-drop(2)  

actionYellowForwared 1.3.6.1.4.1.3320.150.14.1.54
Forward yellow packet. 1 means to forward packet, and 2 means not to care about this action.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), not-forward(2)  

actionYellowQueue 1.3.6.1.4.1.3320.150.14.1.55
The queueID frame in for yellow packets. The range is 1-8. 9 means not to modify.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..9  

actionYellowCos 1.3.6.1.4.1.3320.150.14.1.56
Modify cos value for yellow packets. The range is 0-7. 8 means not to modify.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..8  

actionYellowDroppreference 1.3.6.1.4.1.3320.150.14.1.57
Modify packet color.1 means green.2 means yellow.3 means red.4 means not to modify.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER green(1), yellow(2), red(3), not-modify(4)  

actionYellowCopyToCpu 1.3.6.1.4.1.3320.150.14.1.58
Copy yellow packet to cpu.1 means to copy packet to cpu.2meas not to care about this acion.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER copy(1), do-not-copy(2)  

actionRedDrop 1.3.6.1.4.1.3320.150.14.1.59
Drop red packet. 1 means to drop the packet, and 2 means not to care about this action.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER drop(1), not-drop(2)  

actionRedForwared 1.3.6.1.4.1.3320.150.14.1.60
Forward red packet. 1 means to forward packet, and 2 means not to care about this action.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), not-forward(2)  

actionRedQueue 1.3.6.1.4.1.3320.150.14.1.61
The queueID frame in for red packets. The range is 1-8. 9 means not to modify.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..9  

actionRedCos 1.3.6.1.4.1.3320.150.14.1.62
Modify cos value for red packets. The range is 0-7. 8 means not to modify.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..8  

actionRedDroppreference 1.3.6.1.4.1.3320.150.14.1.63
Modify packet color.1 means green.2 means yellow.3 means red.4 means not to modify.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER green(1), yellow(2), red(3), not-modify(4)  

actionRedCopyToCpu 1.3.6.1.4.1.3320.150.14.1.64
Copy red packet to cpu.1 means to copy packet to cpu.2meas not to care about this acion.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER copy(1), do-not-copy(2)  

actionCirDel 1.3.6.1.4.1.3320.150.14.1.65
Delete Cir actions.1 means to delete Cir actions. 2 means not to care about this action.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER delete(1), not-action(2)  

classifyPrecedence 1.3.6.1.4.1.3320.150.14.1.66
The precedence to match. The range is 0-7. 8 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..8  

classifyTos 1.3.6.1.4.1.3320.150.14.1.67
The tos to match. The range is 0-15. 16 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..16  

classifyDiffserv 1.3.6.1.4.1.3320.150.14.1.68
The Diffserv to match. The range is 0-255. 256 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..256  

classifyDstport 1.3.6.1.4.1.3320.150.14.1.69
The destination port to match. The range is 1-24. 25 means not to match.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..25  

policyMapGlobalAppTable 1.3.6.1.4.1.3320.150.11
A list of policy Map Global App entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyMapGlobalAppEntry

policyMapGlobalAppEntry 1.3.6.1.4.1.3320.150.11.1
An policy Map Global App entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyMapGlobalAppEntry  

policyMapGlobalAppName 1.3.6.1.4.1.3320.150.11.1.1
Indexs of policy map. The length is 1-20.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

direction 1.3.6.1.4.1.3320.150.11.1.2
The direction policy map applied. 1 means ingress, and 2 means egress.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ingress(1), egress(2)  

operation 1.3.6.1.4.1.3320.150.11.1.3
Add or delete policy map. 1 means add, and 2 means delete.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER add(1), delete(2)  

dscpMapTable 1.3.6.1.4.1.3320.150.12
A list of dscp Map entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DscpMapEntry

dscpMapEntry 1.3.6.1.4.1.3320.150.12.1
An dscp Map entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DscpMapEntry  

dscpValueCurr 1.3.6.1.4.1.3320.150.12.1.1
Add or delete policy map. 1 means add, and 2 means delete.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER add(1), delete(2)  

dscpValueModified 1.3.6.1.4.1.3320.150.12.1.2
Dscp value to modify. The range is 0-63. 64 means no modification.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..64  

cosValue 1.3.6.1.4.1.3320.150.12.1.3
Cos value to modify. The range is 0-7. 8 means no modification.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..8  

cngStatus 1.3.6.1.4.1.3320.150.12.1.4
Congestion status. 1-green, 2-yellow, 3-red. 0 means no congestion status.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no-congestion-status(0), green(1), yellow(2), red(3)  

policyMapSlotAppTable 1.3.6.1.4.1.3320.150.15
A list of policy Map Slot App entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyMapSlotAppEntry

policyMapSlotAppEntry 1.3.6.1.4.1.3320.150.15.1
An policy Map Slot App entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyMapSlotAppEntry  

policyMapSlotAppName 1.3.6.1.4.1.3320.150.15.1.1
Indexs of policy map slot. The length is 1-20.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

policyMapSlotAppSlot 1.3.6.1.4.1.3320.150.15.1.2
SlotID of device.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

policyMapSlotAppDirection 1.3.6.1.4.1.3320.150.15.1.3
The direction policy map applied. 1 means ingress, and 2 means egress.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ingress(1), egress(2)  

policyMapSlotAppOper 1.3.6.1.4.1.3320.150.15.1.4
Add or delete policy map. 1 means add, and 2 means delete.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER add(1), delete(2)  

qosSlotStatTable 1.3.6.1.4.1.3320.150.16
A list of qos Slot Stat entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosSlotStatEntry

qosSlotStatEntry 1.3.6.1.4.1.3320.150.16.1
An qos Slot Stat entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  QosSlotStatEntry  

qosSlotStatName 1.3.6.1.4.1.3320.150.16.1.1
Indexs of qos Slot Stat Name. The length is 1-20.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

qosSlotStatSlotNo 1.3.6.1.4.1.3320.150.16.1.2
SlotID of device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

qosSlotInProfileCount 1.3.6.1.4.1.3320.150.16.1.3
Slot of in-profile count(bits).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

qosSlotOutProfileCount 1.3.6.1.4.1.3320.150.16.1.4
Slot of out-profile count(bits).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

qosIFStatTable 1.3.6.1.4.1.3320.150.17
A list of qos interface Stat entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIFStatEntry

qosIFStatEntry 1.3.6.1.4.1.3320.150.17.1
An qos interface Stat entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  QosIFStatEntry  

qosIFStatName 1.3.6.1.4.1.3320.150.17.1.1
Indexs of qos interface Stat Name. The length is 1-20.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

qosIFStatInterfaceNo 1.3.6.1.4.1.3320.150.17.1.2
interface NAME of device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

qosIFInProfileCount 1.3.6.1.4.1.3320.150.17.1.3
Interface of in-profile count(bits).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

qosIFOutProfileCount 1.3.6.1.4.1.3320.150.17.1.4
Interface of out-profile count(bits).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

qosTrust 1.3.6.1.4.1.3320.150.18
Qos trust mode.1-dscp,2-cos,3-untrust.Default is cos.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dscp(1), cos(2), untrust(3)  

cosToLocalTable 1.3.6.1.4.1.3320.150.19
A list of qos to local mapping table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CosToLocalEntry

cosToLocalEntry 1.3.6.1.4.1.3320.150.19.1
An cos to local mapping table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CosToLocalEntry  

cos 1.3.6.1.4.1.3320.150.19.1.1
Cos value. The range is 0-7. it is index of table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

cosToLocal 1.3.6.1.4.1.3320.150.19.1.2
Cos value to local. The range is 0-7. it is index of table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

cng 1.3.6.1.4.1.3320.150.19.1.3
Congestion status. 1-green, 2-yellow, 3-red. 0 means no congestion status.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no-congestion(0), green(1), yellow(2), red(3)