WWP-QOS-MIB

File: WWP-QOS-MIB.mib (17599 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI WWP-SMI

Imported symbols

TEXTUAL-CONVENTION Counter64 Integer32
OBJECT-TYPE MODULE-IDENTITY RowStatus
wwpModules

Defined Types

VlanId  
A 12-bit VLAN ID used in the VLAN Tag header.
TEXTUAL-CONVENTION    
  INTEGER 1..4094  

WwpQosEntry  
SEQUENCE    
  wwpQosVlanId VlanId
  wwpQosPortId INTEGER
  wwpQosRateLimit Integer32
  wwpQosPriQueue Integer32
  wwpQosRowStatus RowStatus

WwpQosStatsEntry  
SEQUENCE    
  wwpQosStatsVlanId VlanId
  wwpQosStatsPortId INTEGER
  wwpQosRxBytes Counter64
  wwpQosRxPkts Counter64
  wwpQosResetCounters INTEGER

WwpQosPriToQMapEntry  
SEQUENCE    
  wwpQosRxPriority Integer32
  wwpQosTxPriQueue Integer32

WwpQosPortEntry  
SEQUENCE    
  wwpQosPortIndex INTEGER
  wwpQosPortPriQueue Integer32
  wwpQosPortQAlgo INTEGER
  wwpQosPortQApplyMode INTEGER

WwpQosPortQConfEntry  
SEQUENCE    
  wwpQosConfPortId INTEGER
  wwpQosConfQueueId Integer32
  wwpQosPortQConfWeight Integer32
  wwpQosPortQConfDepth Integer32
  wwpQosPortQConfStatus RowStatus

WwpQosPortQStatusEntry  
SEQUENCE    
  wwpQosQPortId INTEGER
  wwpQosQueueId Integer32
  wwpQosPortQWeight Integer32
  wwpQosPortQDepth Integer32

Defined Values

wwpQosMIB 1.3.6.1.4.1.6141.2.12
The MIB module for the WWP QOS specific information.
MODULE-IDENTITY    

wwpQosMIBObjects 1.3.6.1.4.1.6141.2.12.1
OBJECT IDENTIFIER    

wwpQos 1.3.6.1.4.1.6141.2.12.1.1
OBJECT IDENTIFIER    

wwpQosNotificationPrefix 1.3.6.1.4.1.6141.2.12.2
OBJECT IDENTIFIER    

wwpQosNotifications 1.3.6.1.4.1.6141.2.12.2.0
OBJECT IDENTIFIER    

wwpQosMIBConformance 1.3.6.1.4.1.6141.2.12.3
OBJECT IDENTIFIER    

wwpQosMIBCompliances 1.3.6.1.4.1.6141.2.12.3.1
OBJECT IDENTIFIER    

wwpQosMIBGroups 1.3.6.1.4.1.6141.2.12.3.2
OBJECT IDENTIFIER    

wwpQosTable 1.3.6.1.4.1.6141.2.12.1.1.1
A Table of QOS per vlan per port Entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpQosEntry

wwpQosEntry 1.3.6.1.4.1.6141.2.12.1.1.1.1
The QOS per vlan per port Entry in the Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpQosEntry  

wwpQosVlanId 1.3.6.1.4.1.6141.2.12.1.1.1.1.1
Vlan ID for this instance of QOS. This Vlan Id should refer to the wwpVlanId in the WwpVlanEntry.
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

wwpQosPortId 1.3.6.1.4.1.6141.2.12.1.1.1.1.2
Port ID for this instance of . Port ID's start at 1, and are consecutive for each additional port. This port Id should refer to the dot1dBasePort in the Dot1dBasePortEntry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

wwpQosRateLimit 1.3.6.1.4.1.6141.2.12.1.1.1.1.3
The ingress traffic rate limit to be applied for this QOS entry.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10000000  

wwpQosPriQueue 1.3.6.1.4.1.6141.2.12.1.1.1.1.4
The TX-priority-queue value for this entry.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..3  

wwpQosRowStatus 1.3.6.1.4.1.6141.2.12.1.1.1.1.5
Used to manage the creation and deletion of the conceptual rows in this table. To create a row in this table, a manager must set this object to 'createAndGo'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpQosStatsTable 1.3.6.1.4.1.6141.2.12.1.1.2
A Table of QOS Stats per vlan per port Entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpQosStatsEntry

wwpQosStatsEntry 1.3.6.1.4.1.6141.2.12.1.1.2.1
The QOS Stats per vlan per port Entry in the Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpQosStatsEntry  

wwpQosStatsVlanId 1.3.6.1.4.1.6141.2.12.1.1.2.1.1
Vlan ID for this instance of QOS. This Vlan Id should refer to the wwpVlanId in the WwpVlanEntry.
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

wwpQosStatsPortId 1.3.6.1.4.1.6141.2.12.1.1.2.1.2
Port ID for this instance of . Port ID's start at 1, and are consecutive for each additional port. This port Id should refer to the dot1dBasePort in the Dot1dBasePortEntry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

wwpQosRxBytes 1.3.6.1.4.1.6141.2.12.1.1.2.1.3
The number of bytes received for this QOS Entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

wwpQosRxPkts 1.3.6.1.4.1.6141.2.12.1.1.2.1.4
The number of pkts received for this QOS Entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

wwpQosResetCounters 1.3.6.1.4.1.6141.2.12.1.1.2.1.5
To reset the counters related to this QOS entry. A read on this object will always return the 'none'
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER none(0), reset(1)  

wwpQosPriToQMapTable 1.3.6.1.4.1.6141.2.12.1.1.3
A Table of mapping of an RX-priority to a TX-queue.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpQosPriToQMapEntry

wwpQosPriToQMapEntry 1.3.6.1.4.1.6141.2.12.1.1.3.1
The mapping Entry of an RX-priority to a TX-queue in the Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpQosPriToQMapEntry  

wwpQosRxPriority 1.3.6.1.4.1.6141.2.12.1.1.3.1.1
The RX-prioroty value for this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

wwpQosTxPriQueue 1.3.6.1.4.1.6141.2.12.1.1.3.1.2
The TX-priority-queue value for this entry.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..3  

wwpQosPortTable 1.3.6.1.4.1.6141.2.12.1.1.4
A Table of QOS per port Entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpQosPortEntry

wwpQosPortEntry 1.3.6.1.4.1.6141.2.12.1.1.4.1
The QOS per port Entry in the Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpQosPortEntry  

wwpQosPortIndex 1.3.6.1.4.1.6141.2.12.1.1.4.1.1
Port ID for this instance of . Port ID's start at 1, and are consecutive for each additional port. This port Id should refer to the dot1dBasePort in the Dot1dBasePortEntry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

wwpQosPortPriQueue 1.3.6.1.4.1.6141.2.12.1.1.4.1.2
The TX-priority-queue value for this entry. The protocol entry in the hardware table will have the specified TX-priority-queue value. If no priority is associated with the port, then it is set to -1.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..3  

wwpQosPortQAlgo 1.3.6.1.4.1.6141.2.12.1.1.4.1.3
The transmit queue servicing algorithm for the port. It can be either set to strict or credir(Weighted Fair Queuing).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER weighted(0), strict(1)  

wwpQosPortQApplyMode 1.3.6.1.4.1.6141.2.12.1.1.4.1.4
This object decides whether to apply the config of all the queues together or one at a time. If this object is set to mgmtForAllQueues , then the Agent gets the config for all the 4 queues from the wwpQosPortQConfigTable and apply the configuration to Qos manager. This object shouldn't be set to mgmtForAllQueues unless all the 4 queues have been configured with Qdepth and QWeight. If it is set to mgmtPerQueue,then the agent just get the config for each configured queue at a time and apply the config to the Qos Manager.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), qosMgmtPerQueue(1), qosMgmtForAllQueues(2)  

wwpQosPortQConfTable 1.3.6.1.4.1.6141.2.12.1.1.5
A Table of QOS per port per Queue Entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpQosPortQConfEntry

wwpQosPortQConfEntry 1.3.6.1.4.1.6141.2.12.1.1.5.1
The QOS per port per queue Config Entry in the Table. This config will apply to the Qos Manager depending upon the wwpQosPortQApplyMode in the wwpQosPortEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpQosPortQConfEntry  

wwpQosConfPortId 1.3.6.1.4.1.6141.2.12.1.1.5.1.1
Port ID for this instance of . Port ID's start at 1, and are consecutive for each additional port. This port Id should refer to the dot1dBasePort in the Dot1dBasePortEntry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

wwpQosConfQueueId 1.3.6.1.4.1.6141.2.12.1.1.5.1.2
The TX-priority-queue Id.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..3  

wwpQosPortQConfWeight 1.3.6.1.4.1.6141.2.12.1.1.5.1.3
The bandwidth servicing percentage for the specified port transmit queue. This config will apply to the Qos Manager depending upon the wwpQosPortQApplyMode in the wwpQosPortEntry.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

wwpQosPortQConfDepth 1.3.6.1.4.1.6141.2.12.1.1.5.1.4
The maximum packet depth for the specified port transmit queue. The depth value corresponds to: Depth Value | Actual Number of Packets --------------|--------------------------- 0 | 32 1 | 64 2 | 128 3 | 256 The maximum total queue depth that can be configured for the port is a combination of depth values that would not exceed an actual packet count of 384. This config will apply to the Qos Manager depending upon the wwpQosPortQApplyMode in the wwpQosPortEntry.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..3  

wwpQosPortQConfStatus 1.3.6.1.4.1.6141.2.12.1.1.5.1.5
The RowStatus to create the config entry. The RowStatus must be set to active for the wwpQosPortQApplyMode to be applied.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpQosPortQStatusTable 1.3.6.1.4.1.6141.2.12.1.1.6
A Table of QOS per port per Queue Entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpQosPortQStatusEntry

wwpQosPortQStatusEntry 1.3.6.1.4.1.6141.2.12.1.1.6.1
The QOS per port per queue Entry in the Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpQosPortQStatusEntry  

wwpQosQPortId 1.3.6.1.4.1.6141.2.12.1.1.6.1.1
Port ID for this instance of . Port ID's start at 1, and are consecutive for each additional port. This port Id should refer to the dot1dBasePort in the Dot1dBasePortEntry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

wwpQosQueueId 1.3.6.1.4.1.6141.2.12.1.1.6.1.2
The TX-priority-queue Id.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..3  

wwpQosPortQWeight 1.3.6.1.4.1.6141.2.12.1.1.6.1.3
The current bandwidth servicing percentage for the specified port transmit queue.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

wwpQosPortQDepth 1.3.6.1.4.1.6141.2.12.1.1.6.1.4
The current maximum packet depth for the specified port transmit queue.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..3  

wwpQosTxAssignmentMode 1.3.6.1.4.1.6141.2.12.1.1.7
The QoS TX-priority-queue assignment mode. This affect the behavior for ALL QoS entries. Setting the mode to useQos(0) will cause the ASIC to assign the TX-priority-queue value from the matching QoS entry to the frame. When set to useGreater(1), the ASIC will assign the greater of the two results: QoS Tx-priority or RX-Pri-To-Q TX-priority.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER useQos(0), useGreater(1)  

wwpQosPortTxAssignmentMode 1.3.6.1.4.1.6141.2.12.1.1.8
The Port Protocol TX-priority-queue assignment mode. This affect the behavior for ALL Port Protocol entries. Setting the mode to usePort(0) will cause the ASIC to assign the TX-priority-queue value from the matching Port Protocol entry to the frame. When set to useGreater(1), the ASIC will assign the greater of the two results: Port Protocol Tx-priority or RX-Pri-To-Q TX-priority.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER usePort(0), useGreater(1)