WWP-QOS-410-MIB

File: WWP-QOS-410-MIB.mib (15229 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI WWP-SMI

Imported symbols

TEXTUAL-CONVENTION NOTIFICATION-TYPE Counter32
Integer32 OBJECT-TYPE MODULE-IDENTITY
TruthValue RowStatus wwpModules

Defined Types

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

WwpQos410Entry  
SEQUENCE    
  wwpQos410VlanId VlanId
  wwpQos410IngressPortId INTEGER
  wwpQos410EgressPortId INTEGER
  wwpQos410MinRateLimit Integer32
  wwpQos410MaxRateLimit Integer32
  wwpQos410QueueSize INTEGER
  wwpQos410Weight INTEGER
  wwpQos410RowStatus RowStatus

WwpQos410StatsEntry  
SEQUENCE    
  wwpQos410StatsVlanId VlanId
  wwpQos410StatsIngressPortId INTEGER
  wwpQos410StatsEgressPortId INTEGER
  wwpQos410StatsType INTEGER
  wwpQos410RxBytesHi Counter32
  wwpQos410RxBytesLo Counter32

WwpQos410PriToQMapEntry  
SEQUENCE    
  wwpQos410RxPriority Integer32
  wwpQos410TxPriQueue Integer32

WwpQos410PortEntry  
SEQUENCE    
  wwpQos410PortIndex INTEGER
  wwpQos410PortProvisionedBW Integer32
  wwpQos410PortTotalBW Integer32

Defined Values

wwpQos410MIB 1.3.6.1.4.1.6141.2.29
The MIB module for the WWP QOS specific information.
MODULE-IDENTITY    

wwpQos410MIBObjects 1.3.6.1.4.1.6141.2.29.1
OBJECT IDENTIFIER    

wwpQos410 1.3.6.1.4.1.6141.2.29.1.1
OBJECT IDENTIFIER    

wwpQos410NotificationPrefix 1.3.6.1.4.1.6141.2.29.2
OBJECT IDENTIFIER    

wwpQos410Notifications 1.3.6.1.4.1.6141.2.29.2.0
OBJECT IDENTIFIER    

wwpQos410MIBConformance 1.3.6.1.4.1.6141.2.29.3
OBJECT IDENTIFIER    

wwpQos410MIBCompliances 1.3.6.1.4.1.6141.2.29.3.1
OBJECT IDENTIFIER    

wwpQos410MIBGroups 1.3.6.1.4.1.6141.2.29.3.2
OBJECT IDENTIFIER    

wwpQos410Table 1.3.6.1.4.1.6141.2.29.1.1.1
A Table of QOS per vlan per port Entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpQos410Entry

wwpQos410Entry 1.3.6.1.4.1.6141.2.29.1.1.1.1
The QOS per vlan per port Entry in the Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpQos410Entry  

wwpQos410VlanId 1.3.6.1.4.1.6141.2.29.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  

wwpQos410IngressPortId 1.3.6.1.4.1.6141.2.29.1.1.1.1.2
Ingress 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  

wwpQos410EgressPortId 1.3.6.1.4.1.6141.2.29.1.1.1.1.3
Egress 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  

wwpQos410MinRateLimit 1.3.6.1.4.1.6141.2.29.1.1.1.1.4
Bandwidth guaranteed for this QOS entry, specified in 64Kb/s increments. The maximum value for this object is 8Gb/s, if this egress port is the lead port of a link aggregation group. The total of all QOS entries for this port cannot exceed the total bandwidth of the port or the set will fail.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..128000  

wwpQos410MaxRateLimit 1.3.6.1.4.1.6141.2.29.1.1.1.1.5
Bandwidth limit that cannot be exceeded by this QOS entry. The bandwidth is specified in 64Kb/s increments, with a maximum of 8Gb/s. The value specified cannot exceed the current bandwidth of the port. Values greater than 1 Gb/s can only be setup once a link agg group has been established.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..128000  

wwpQos410QueueSize 1.3.6.1.4.1.6141.2.29.1.1.1.1.6
The size of the queue for this QOS entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER qSize16kb(1), qSize32kb(2), qSize64kb(3), qSize128kb(4), qSize256kb(5), qSize512kb(6), qSize1mb(7), qSize2mb(8), qSize4mb(9), qSize8mb(10), qSize16mb(11), qSize32mb(12)  

wwpQos410Weight 1.3.6.1.4.1.6141.2.29.1.1.1.1.7
Value that is used to determine which QOS entries will receive the remaining bandwidth once Minimum Bandwidth requirements have been satisfied for all QOS entries. QOS entries with greater weight (smaller number) will receive a larger portion of this bandwidth.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER qw1(1), qw2(2), qw3(3), qw4(4), qw5(5), qw6(6), qw7(7), qw8(8), qw10(9), qw12(10), qw14(11), qw16(12), qw20(13), qw24(14), qw28(15), qw32(16), qw40(17), qw48(18), qw56(19), qw64(20), qw80(21), qw96(22), qw112(23), qw128(24), qw160(25), qw192(26), qw224(27), qw256(28), qw320(29), qw384(30), qw448(31), qw512(32), qw640(33), qw768(34), qw896(35), qw1024(36)  

wwpQos410RowStatus 1.3.6.1.4.1.6141.2.29.1.1.1.1.8
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  

wwpQos410StatsTable 1.3.6.1.4.1.6141.2.29.1.1.2
A Table of QOS Stats per vlan per ingress/egress port Entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpQos410StatsEntry

wwpQos410StatsEntry 1.3.6.1.4.1.6141.2.29.1.1.2.1
The QOS Stats per vlan per port Entry in the Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpQos410StatsEntry  

wwpQos410StatsVlanId 1.3.6.1.4.1.6141.2.29.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  

wwpQos410StatsIngressPortId 1.3.6.1.4.1.6141.2.29.1.1.2.1.2
Ingress 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  

wwpQos410StatsEgressPortId 1.3.6.1.4.1.6141.2.29.1.1.2.1.3
Egress 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  

wwpQos410StatsType 1.3.6.1.4.1.6141.2.29.1.1.2.1.4
Determines which type of bytes to count, accepted bytes or discarded bytes for this QOS entry. The default will count accepted bytes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER accepted(1), discarded(2)  

wwpQos410RxBytesHi 1.3.6.1.4.1.6141.2.29.1.1.2.1.5
The number of bytes received for this QOS Entry.This counter represents the upper 32 bits of the counter value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpQos410RxBytesLo 1.3.6.1.4.1.6141.2.29.1.1.2.1.6
The number of bytes received for this QOS Entry.This counter represents the lower 32 bits of the counter value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpQos410PriToQMapTable 1.3.6.1.4.1.6141.2.29.1.1.3
A Table of mapping of an RX-priority to a TX-queue.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpQos410PriToQMapEntry

wwpQos410PriToQMapEntry 1.3.6.1.4.1.6141.2.29.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    
  WwpQos410PriToQMapEntry  

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

wwpQos410TxPriQueue 1.3.6.1.4.1.6141.2.29.1.1.3.1.2
The TX-priority-queue value for this entry.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..7  

wwpQos410PortTable 1.3.6.1.4.1.6141.2.29.1.1.4
A Table of QOS per port Entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpQos410PortEntry

wwpQos410PortEntry 1.3.6.1.4.1.6141.2.29.1.1.4.1
The QOS per port Entry in the Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpQos410PortEntry  

wwpQos410PortIndex 1.3.6.1.4.1.6141.2.29.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  

wwpQos410PortProvisionedBW 1.3.6.1.4.1.6141.2.29.1.1.4.1.2
Number of 64Kbps of bandwidth that is currently Provisioned for this port. This value is read-only and is updated each time a QOS entry is created for this port. If the port is a member of a Link Agg group and is not the lead port the value will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

wwpQos410PortTotalBW 1.3.6.1.4.1.6141.2.29.1.1.4.1.3
Number of 64Kbps of bandwidth that make up this port's total bandwidth. This value is read-only and is updated each time a QOS entry is created for this port. If the port is a member of a Link Agg group and this is not the lead port the value will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

wwpQos410PortProvisionedNotifEnabled 1.3.6.1.4.1.6141.2.29.1.1.5
This variable indicates whether the system generates the wwpQos410PortOverProvisionedTrap and wwpQos410PortUnderProvisionedTrap. A false value prevents this notifications from being generated by this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpQos410PortOverProvisionedTrap 1.3.6.1.4.1.6141.2.29.2.0.1
A wwpQos410PortOverProvisionedTrap notification is sent when the provisioned bandwidth exceeds the total bandwidth available for a port. This situation may also occur when changes in a link aggregation group (such as deleting a port from the group) decrease the total bandwidth or at the bootTime when the link aggregation groups are formed.
Status: current Access: read-write
NOTIFICATION-TYPE    

wwpQos410PortUnderProvisionedTrap 1.3.6.1.4.1.6141.2.29.2.0.2
A wwpQos410PortUnderProvisionedTrap notification is sent when the previously over-provisioned situation is resolved for a port.
Status: current Access: read-write
NOTIFICATION-TYPE