-- FILE: alcatelIND1QoS.mib -- Alcatel -- Architects Of An Internet World -- This module provides authoritative enterprise-specific Simple Network -- Management Protocol (SNMP) Management Information Base (MIB) definitions. -- The right to make changes in specification and other information contained -- in this document without prior notice is reserved. -- No liability shall be assumed for any incidental, indirect, special, or -- consequential damages whatsoever arising from or related to this document or -- the information contained herein. -- Vendors, end-users, and other interested parties are granted non-exclusive -- license to use this specification in connection with management of the -- products for which it is intended to be used. -- Please consult with Customer Service to insure the most appropriate version -- of this document is used with the products in question: -- Alcatel Internetworking, Incorporated -- (Formerly XYLAN Corporation) -- 26801 West Agoura Road -- Calabasas, CA 91301 -- United States Of America -- Telephone: North America 800.995.2696 -- Latin America 877.919.9526 -- Europe 31.23.556.0100 -- Asia 65.394.7933 -- All Other 818.878.4507 -- Electronic Mail: support@ind.alcatel.com -- World Wide Web: http://www.ind.alcatel.com -- File Transfer Protocol: ftp://ftp.ind.alcatel.com/pub/products/mibs -- Copyright (C) 1995-2003 Alcatel Internetworking, Incorporated -- ALL RIGHTS RESERVED WORLDWIDE ALCATEL-IND1-QOS-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE, OBJECT-IDENTITY, MODULE-IDENTITY, Counter32, Counter64, Integer32, IpAddress FROM SNMPv2-SMI OBJECT-GROUP, MODULE-COMPLIANCE FROM SNMPv2-CONF DisplayString, MacAddress, RowStatus FROM SNMPv2-TC softentIND1QoS FROM ALCATEL-IND1-BASE; alaQoSMIB MODULE-IDENTITY LAST-UPDATED "200303020000Z" ORGANIZATION "Alcatel IND" CONTACT-INFO "David Morgan E-Mail: David.Morgan@ind.alcatel.com" DESCRIPTION "QoS and Filtering MIB" ::= { softentIND1QoS 1 } alaQoSMIBObjects OBJECT-IDENTITY STATUS current DESCRIPTION "Branch for QoS Managed Objects." ::= { alaQoSMIB 1 } -- -- Definition of rule table -- alaQoSRuleTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSRuleEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS Rule definitions" ::= { alaQoSMIBObjects 1 } alaQoSRuleEntry OBJECT-TYPE SYNTAX QoSRuleEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS Rule" INDEX { alaQoSRuleName } ::= { alaQoSRuleTable 1 } QoSRuleEntry ::= SEQUENCE { alaQoSRuleName DisplayString, alaQoSRuleEnabled INTEGER, alaQoSRuleSource INTEGER, alaQoSRulePrecedence Integer32, alaQoSRuleCondition DisplayString, alaQoSRuleAction DisplayString, alaQoSRuleReflexive INTEGER, alaQoSRuleSave INTEGER, alaQoSRuleLog INTEGER, alaQoSRuleMatches Counter32, alaQoSRuleEnforced INTEGER, alaQoSRuleActive INTEGER, alaQoSRuleRowStatus RowStatus } alaQoSRuleName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of rule" ::= { alaQoSRuleEntry 1 } alaQoSRuleEnabled OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Is this rule enabled or not" DEFVAL { yes } ::= { alaQoSRuleEntry 2 } alaQoSRuleSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-create STATUS current DESCRIPTION "What entity created the rule." DEFVAL { cli } ::= { alaQoSRuleEntry 3 } alaQoSRulePrecedence OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Precedence value for rule. Rules are evaluated from higher precedence to lower. If rules have equal precedence, they are evaluated in the order they are received." DEFVAL { 0 } ::= { alaQoSRuleEntry 4 } alaQoSRuleCondition OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-create STATUS current DESCRIPTION "Name of the condition to use" ::= { alaQoSRuleEntry 5 } alaQoSRuleAction OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-create STATUS current DESCRIPTION "Name of the action to use" ::= { alaQoSRuleEntry 6 } alaQoSRuleReflexive OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Indicator to tell if the rule is reflexive. Reflexive rules allow specific return connections that would normally be denied." DEFVAL { no } ::= { alaQoSRuleEntry 7 } alaQoSRuleSave OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Indicator to tell whether to write out the rule during snapshot commands." DEFVAL { yes } ::= { alaQoSRuleEntry 8 } alaQoSRuleLog OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Indicator to tell whether to log matches to this rule in the QoS log." DEFVAL { no } ::= { alaQoSRuleEntry 9 } alaQoSRuleMatches OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of times this rule has been matched." ::= { alaQoSRuleEntry 10 } alaQoSRuleEnforced OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Is this rule currenly being enforced on the switch." ::= { alaQoSRuleEntry 11 } alaQoSRuleActive OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Is this rule enforcable by the switch." ::= { alaQoSRuleEntry 12 } alaQoSRuleRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Used to create/delete rules according to the RowStatus convention" ::= { alaQoSRuleEntry 13 } -- -- Definition of rule table -- alaQoSAppliedRuleTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSAppliedRuleEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS AppliedRule definitions" ::= { alaQoSMIBObjects 2 } alaQoSAppliedRuleEntry OBJECT-TYPE SYNTAX QoSAppliedRuleEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS AppliedRule" INDEX { alaQoSAppliedRuleName } ::= { alaQoSAppliedRuleTable 1 } QoSAppliedRuleEntry ::= SEQUENCE { alaQoSAppliedRuleName DisplayString, alaQoSAppliedRuleEnabled INTEGER, alaQoSAppliedRuleSource INTEGER, alaQoSAppliedRulePrecedence Integer32, alaQoSAppliedRuleCondition DisplayString, alaQoSAppliedRuleAction DisplayString, alaQoSAppliedRuleReflexive INTEGER, alaQoSAppliedRuleSave INTEGER, alaQoSAppliedRuleLog INTEGER, alaQoSAppliedRuleMatches Counter32, alaQoSAppliedRuleEnforced INTEGER, alaQoSAppliedRuleActive INTEGER, alaQoSAppliedRuleRowStatus RowStatus } alaQoSAppliedRuleName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of rule" ::= { alaQoSAppliedRuleEntry 1 } alaQoSAppliedRuleEnabled OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Is this rule enabled or not" ::= { alaQoSAppliedRuleEntry 2 } alaQoSAppliedRuleSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-only STATUS current DESCRIPTION "What entity created the rule." ::= { alaQoSAppliedRuleEntry 3 } alaQoSAppliedRulePrecedence OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Precedence value for rule. Rules are evaluated from higher precedence to lower. If rules have equal precedence, they are evaluated in the order they are received." ::= { alaQoSAppliedRuleEntry 4 } alaQoSAppliedRuleCondition OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Name of the condition to use" ::= { alaQoSAppliedRuleEntry 5 } alaQoSAppliedRuleAction OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Name of the action to use" ::= { alaQoSAppliedRuleEntry 6 } alaQoSAppliedRuleReflexive OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicator to tell if the rule is reflexive. Reflexive rules allow specific return connections that would normally be denied." ::= { alaQoSAppliedRuleEntry 7 } alaQoSAppliedRuleSave OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicator to tell whether to write out the rule during snapshot commands." ::= { alaQoSAppliedRuleEntry 8 } alaQoSAppliedRuleLog OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicator to tell whether to log matches to this rule in the QoS log." ::= { alaQoSAppliedRuleEntry 9 } alaQoSAppliedRuleMatches OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of times this rule has been matched." ::= { alaQoSAppliedRuleEntry 10 } alaQoSAppliedRuleEnforced OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Is this rule currenly being enforced on the switch." ::= { alaQoSAppliedRuleEntry 11 } alaQoSAppliedRuleActive OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Is this rule enforcable by the switch." ::= { alaQoSAppliedRuleEntry 12 } alaQoSAppliedRuleRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "Used to create/delete rules according to the RowStatus convention" ::= { alaQoSAppliedRuleEntry 13 } -- -- Definition of condition table -- alaQoSConditionTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSConditionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS Condition definitions" ::= { alaQoSMIBObjects 3 } alaQoSConditionEntry OBJECT-TYPE SYNTAX QoSConditionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS Condition" INDEX { alaQoSConditionName } ::= { alaQoSConditionTable 1 } QoSConditionEntry ::= SEQUENCE { alaQoSConditionName DisplayString, alaQoSConditionSource INTEGER, alaQoSConditionSourceSlot Integer32, alaQoSConditionSourceSlotStatus INTEGER, alaQoSConditionSourcePort Integer32, alaQoSConditionSourcePortGroup DisplayString, alaQoSConditionSourcePortGroupStatus INTEGER, alaQoSConditionDestinationSlot Integer32, alaQoSConditionDestinationSlotStatus INTEGER, alaQoSConditionDestinationPort Integer32, alaQoSConditionDestinationPortGroup DisplayString, alaQoSConditionDestinationPortGroupStatus INTEGER, alaQoSConditionSourceInterfaceType INTEGER, alaQoSConditionSourceInterfaceTypeStatus INTEGER, alaQoSConditionDestinationInterfaceType INTEGER, alaQoSConditionDestinationInterfaceTypeStatus INTEGER, alaQoSConditionSourceMacAddr MacAddress, alaQoSConditionSourceMacAddrStatus INTEGER, alaQoSConditionSourceMacMask MacAddress, alaQoSConditionSourceMacGroup DisplayString, alaQoSConditionSourceMacGroupStatus INTEGER, alaQoSConditionDestinationMacAddr MacAddress, alaQoSConditionDestinationMacAddrStatus INTEGER, alaQoSConditionDestinationMacMask MacAddress, alaQoSConditionDestinationMacGroup DisplayString, alaQoSConditionDestinationMacGroupStatus INTEGER, alaQoSConditionSourceVlan Integer32, alaQoSConditionSourceVlanStatus INTEGER, alaQoSConditionDestinationVlan Integer32, alaQoSConditionDestinationVlanStatus INTEGER, alaQoSCondition8021p Integer32, alaQoSCondition8021pStatus INTEGER, alaQoSConditionSourceIpAddr IpAddress, alaQoSConditionSourceIpAddrStatus INTEGER, alaQoSConditionSourceIpMask IpAddress, alaQoSConditionSourceNetworkGroup DisplayString, alaQoSConditionSourceNetworkGroupStatus INTEGER, alaQoSConditionDestinationIpAddr IpAddress, alaQoSConditionDestinationIpAddrStatus INTEGER, alaQoSConditionDestinationIpMask IpAddress, alaQoSConditionDestinationNetworkGroup DisplayString, alaQoSConditionDestinationNetworkGroupStatus INTEGER, alaQoSConditionMulticastIpAddr IpAddress, alaQoSConditionMulticastIpAddrStatus INTEGER, alaQoSConditionMulticastIpMask IpAddress, alaQoSConditionMulticastNetworkGroup DisplayString, alaQoSConditionMulticastNetworkGroupStatus INTEGER, alaQoSConditionTos Integer32, alaQoSConditionTosStatus INTEGER, alaQoSConditionTosMask Integer32, alaQoSConditionDscp Integer32, alaQoSConditionDscpStatus INTEGER, alaQoSConditionDscpMask Integer32, alaQoSConditionIpProtocol Integer32, alaQoSConditionIpProtocolStatus INTEGER, alaQoSConditionSourceIpPort Integer32, alaQoSConditionSourceIpPortStatus INTEGER, alaQoSConditionDestinationIpPort Integer32, alaQoSConditionDestinationIpPortStatus INTEGER, alaQoSConditionService DisplayString, alaQoSConditionServiceStatus INTEGER, alaQoSConditionServiceGroup DisplayString, alaQoSConditionServiceGroupStatus INTEGER, alaQoSConditionIcmpType Integer32, alaQoSConditionIcmpTypeStatus INTEGER, alaQoSConditionIcmpCode Integer32, alaQoSConditionIcmpCodeStatus INTEGER, alaQoSConditionDlci Integer32, alaQoSConditionDlciStatus INTEGER, alaQoSConditionRowStatus RowStatus, alaQoSConditionSourcePortEnd Integer32, alaQoSConditionDestinationPortEnd Integer32, alaQoSConditionSourceIpPortEnd Integer32, alaQoSConditionDestinationIpPortEnd Integer32, alaQoSConditionSourceTcpPort Integer32, alaQoSConditionSourceTcpPortStatus INTEGER, alaQoSConditionSourceTcpPortEnd Integer32, alaQoSConditionDestinationTcpPort Integer32, alaQoSConditionDestinationTcpPortStatus INTEGER, alaQoSConditionDestinationTcpPortEnd Integer32, alaQoSConditionSourceUdpPort Integer32, alaQoSConditionSourceUdpPortStatus INTEGER, alaQoSConditionSourceUdpPortEnd Integer32, alaQoSConditionDestinationUdpPort Integer32, alaQoSConditionDestinationUdpPortStatus INTEGER, alaQoSConditionDestinationUdpPortEnd Integer32 } alaQoSConditionName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of condition" ::= { alaQoSConditionEntry 1 } alaQoSConditionSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-create STATUS current DESCRIPTION "What entity created the condition." DEFVAL { cli } ::= { alaQoSConditionEntry 2 } alaQoSConditionSourceSlot OBJECT-TYPE SYNTAX Integer32 (1..16) MAX-ACCESS read-create STATUS current DESCRIPTION "Source physical slot used for traffic classification" DEFVAL { 1 } ::= { alaQoSConditionEntry 3 } alaQoSConditionSourceSlotStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the source physical slot and port range needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 4 } alaQoSConditionSourcePort OBJECT-TYPE SYNTAX Integer32 (1..32) MAX-ACCESS read-create STATUS current DESCRIPTION "Source physical port range start to use for traffic classification" DEFVAL { 1 } ::= { alaQoSConditionEntry 5 } alaQoSConditionSourcePortGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-create STATUS current DESCRIPTION "Source physical port group to use for traffic classification" ::= { alaQoSConditionEntry 6 } alaQoSConditionSourcePortGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the source physical port group needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 7 } alaQoSConditionDestinationSlot OBJECT-TYPE SYNTAX Integer32 (1..16) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination physical slot used for traffic classification" DEFVAL { 1 } ::= { alaQoSConditionEntry 8 } alaQoSConditionDestinationSlotStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the destination physical slot and port range needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 9 } alaQoSConditionDestinationPort OBJECT-TYPE SYNTAX Integer32 (1..32) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination physical port range start to use for traffic classification" DEFVAL { 1 } ::= { alaQoSConditionEntry 10 } alaQoSConditionDestinationPortGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination physical port group to use for traffic classification" ::= { alaQoSConditionEntry 11 } alaQoSConditionDestinationPortGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the destination physical port group needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 12 } alaQoSConditionSourceInterfaceType OBJECT-TYPE SYNTAX INTEGER { ethernet (1), wan (2), ethernet10 (3), ethernet100 (4), ethernet1G (5), ethernet10G (6) } MAX-ACCESS read-create STATUS current DESCRIPTION "Source physical interface type to use for traffic classification" DEFVAL { ethernet } ::= { alaQoSConditionEntry 13 } alaQoSConditionSourceInterfaceTypeStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the source physical interface type needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 14 } alaQoSConditionDestinationInterfaceType OBJECT-TYPE SYNTAX INTEGER { ethernet (1), wan (2), ethernet10 (3), ethernet100 (4), ethernet1G (5), ethernet10G (6) } MAX-ACCESS read-create STATUS current DESCRIPTION "Destination physical interface type to use for traffic classification" DEFVAL { ethernet } ::= { alaQoSConditionEntry 15 } alaQoSConditionDestinationInterfaceTypeStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the destination physical interface type needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 16 } alaQoSConditionSourceMacAddr OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Source MAC address to use for traffic classification" DEFVAL { '000000000000'h } ::= { alaQoSConditionEntry 17 } alaQoSConditionSourceMacAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the source MAC address & mask needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 18 } alaQoSConditionSourceMacMask OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Source MAC mask to use for traffic classification" DEFVAL { 'ffffffffffff'h } ::= { alaQoSConditionEntry 19 } alaQoSConditionSourceMacGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-create STATUS current DESCRIPTION "Source MAC group to use for traffic classification" ::= { alaQoSConditionEntry 20 } alaQoSConditionSourceMacGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the source MAC group needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 21 } alaQoSConditionDestinationMacAddr OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Destination MAC address to use for traffic classification" DEFVAL { '000000000000'h } ::= { alaQoSConditionEntry 22 } alaQoSConditionDestinationMacAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the destination MAC address & mask needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 23 } alaQoSConditionDestinationMacMask OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Destination MAC mask to use for traffic classification" DEFVAL { 'ffffffffffff'h } ::= { alaQoSConditionEntry 24 } alaQoSConditionDestinationMacGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination MAC group to use for traffic classification" ::= { alaQoSConditionEntry 25 } alaQoSConditionDestinationMacGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the destination MAC group needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 26 } alaQoSConditionSourceVlan OBJECT-TYPE SYNTAX Integer32 (0..4095) MAX-ACCESS read-create STATUS current DESCRIPTION "Source VLAN to use for traffic classification" DEFVAL { 0 } ::= { alaQoSConditionEntry 27 } alaQoSConditionSourceVlanStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the source VLAN needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 28 } alaQoSConditionDestinationVlan OBJECT-TYPE SYNTAX Integer32 (0..4095) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination VLAN to use for traffic classification" DEFVAL { 0 } ::= { alaQoSConditionEntry 29 } alaQoSConditionDestinationVlanStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the destination VLAN needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 30 } alaQoSCondition8021p OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-create STATUS current DESCRIPTION "802.1p value to use for traffic classification" DEFVAL { 0 } ::= { alaQoSConditionEntry 31 } alaQoSCondition8021pStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the 802.1p value needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 32 } alaQoSConditionSourceIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Source IP address to use for traffic classification" DEFVAL { '00000000'h } ::= { alaQoSConditionEntry 33 } alaQoSConditionSourceIpAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the source IP address & mask needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 34 } alaQoSConditionSourceIpMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Source IP mask to use for traffic classification" DEFVAL { 'ffffffff'h } ::= { alaQoSConditionEntry 35 } alaQoSConditionSourceNetworkGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-create STATUS current DESCRIPTION "Source network group to use for traffic classification" ::= { alaQoSConditionEntry 36 } alaQoSConditionSourceNetworkGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the source network group needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 37 } alaQoSConditionDestinationIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Destination IP address to use for traffic classification" DEFVAL { '00000000'h } ::= { alaQoSConditionEntry 38 } alaQoSConditionDestinationIpAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the destination IP address & mask needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 39 } alaQoSConditionDestinationIpMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Destination IP mask to use for traffic classification" DEFVAL { 'ffffffff'h } ::= { alaQoSConditionEntry 40 } alaQoSConditionDestinationNetworkGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination network group to use for traffic classification" ::= { alaQoSConditionEntry 41 } alaQoSConditionDestinationNetworkGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the destination network group needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 42 } alaQoSConditionMulticastIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Multicast IP address to use for traffic classification" DEFVAL { '00000000'h } ::= { alaQoSConditionEntry 43 } alaQoSConditionMulticastIpAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the multicast IP address & mask needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 44 } alaQoSConditionMulticastIpMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Multicast IP mask to use for traffic classification" DEFVAL { 'ffffffff'h } ::= { alaQoSConditionEntry 45 } alaQoSConditionMulticastNetworkGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-create STATUS current DESCRIPTION "Multicast network group to use for traffic classification" ::= { alaQoSConditionEntry 46 } alaQoSConditionMulticastNetworkGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the multicast network group needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 47 } alaQoSConditionTos OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-create STATUS current DESCRIPTION "TOS value to use for traffic classification" DEFVAL { 0 } ::= { alaQoSConditionEntry 48 } alaQoSConditionTosStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the TOS value & mask needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 49 } alaQoSConditionTosMask OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-create STATUS current DESCRIPTION "TOS mask to use for traffic classification" DEFVAL { 7 } ::= { alaQoSConditionEntry 50 } alaQoSConditionDscp OBJECT-TYPE SYNTAX Integer32 (0..63) MAX-ACCESS read-create STATUS current DESCRIPTION "DSCP value to use for traffic classification" DEFVAL { 0 } ::= { alaQoSConditionEntry 51 } alaQoSConditionDscpStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the DSCP value & mask needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 52 } alaQoSConditionDscpMask OBJECT-TYPE SYNTAX Integer32 (0..63) MAX-ACCESS read-create STATUS current DESCRIPTION "DSCP mask to use for traffic classification" DEFVAL { 63 } ::= { alaQoSConditionEntry 53 } alaQoSConditionIpProtocol OBJECT-TYPE SYNTAX Integer32 (0..255) MAX-ACCESS read-create STATUS current DESCRIPTION "IP protocol to use for traffic classification." DEFVAL { 0 } ::= { alaQoSConditionEntry 54 } alaQoSConditionIpProtocolStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the IP protocol needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 55 } alaQoSConditionSourceIpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Source IP port range start to use for traffic classification." DEFVAL { 0 } ::= { alaQoSConditionEntry 56 } alaQoSConditionSourceIpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the source IP port range needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 57 } alaQoSConditionDestinationIpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination IP port range start to use for traffic classification." DEFVAL { 0 } ::= { alaQoSConditionEntry 58 } alaQoSConditionDestinationIpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the destination IP port range needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 59 } alaQoSConditionService OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-create STATUS current DESCRIPTION "Name of service to use for traffic classification" ::= { alaQoSConditionEntry 60 } alaQoSConditionServiceStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the service needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 61 } alaQoSConditionServiceGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-create STATUS current DESCRIPTION "Name of service group to use for traffic classification" ::= { alaQoSConditionEntry 62 } alaQoSConditionServiceGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the service group needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 63 } alaQoSConditionIcmpType OBJECT-TYPE SYNTAX Integer32 (0..255) MAX-ACCESS read-create STATUS current DESCRIPTION "ICMP type to use for traffic classification" DEFVAL { 0 } ::= { alaQoSConditionEntry 64 } alaQoSConditionIcmpTypeStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the ICMP type needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 65 } alaQoSConditionIcmpCode OBJECT-TYPE SYNTAX Integer32 (0..255) MAX-ACCESS read-create STATUS current DESCRIPTION "ICMP code to use for traffic classification" DEFVAL { 0 } ::= { alaQoSConditionEntry 66 } alaQoSConditionIcmpCodeStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the ICMP code needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 67 } alaQoSConditionDlci OBJECT-TYPE SYNTAX Integer32 (0..512) MAX-ACCESS read-create STATUS current DESCRIPTION "DLCI to use to traffic classification" DEFVAL { 0 } ::= { alaQoSConditionEntry 68 } alaQoSConditionDlciStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the DLCI needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 69 } alaQoSConditionRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Used to create/delete conditions according to the RowStatus convention" ::= { alaQoSConditionEntry 70 } alaQoSConditionSourcePortEnd OBJECT-TYPE SYNTAX Integer32 (1..32) MAX-ACCESS read-create STATUS current DESCRIPTION "Source physical port range end to use for traffic classification. Must be greater than port range start to indicate a range. When '1', use source port as a single port." DEFVAL { 1 } ::= { alaQoSConditionEntry 71 } alaQoSConditionDestinationPortEnd OBJECT-TYPE SYNTAX Integer32 (1..32) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination physical port range end to use for traffic classification. Must be greater than port range start to indicate a range. When '1', use destination port as a single port." DEFVAL { 1 } ::= { alaQoSConditionEntry 72 } alaQoSConditionSourceIpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Source IP port range end to use for traffic classification. Must be greater than source IP port range start to indicate a range. When '0', use source IP port as a single IP port." DEFVAL { 0 } ::= { alaQoSConditionEntry 73 } alaQoSConditionDestinationIpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination IP port range end to use for traffic classification. Must be greater than destination IP port range start to indicate a range. When '0', use destination IP port as a single IP port." DEFVAL { 0 } ::= { alaQoSConditionEntry 74 } alaQoSConditionSourceTcpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Source TCP port range start to use for traffic classification." DEFVAL { 0 } ::= { alaQoSConditionEntry 75 } alaQoSConditionSourceTcpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the source TCP port range needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 76 } alaQoSConditionSourceTcpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Source TCP port range end to use for traffic classification. Must be greater than source TCP port range start to indicate a range. When '0', use source TCP port as a single TCP port." DEFVAL { 0 } ::= { alaQoSConditionEntry 77 } alaQoSConditionDestinationTcpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination TCP port range start to use for traffic classification." DEFVAL { 0 } ::= { alaQoSConditionEntry 78 } alaQoSConditionDestinationTcpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the destination TCP port range needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 79 } alaQoSConditionDestinationTcpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination TCP port range end to use for traffic classification. Must be greater than destination TCP port range start to indicate a range. When '0', use destination TCP port as a single TCP port." DEFVAL { 0 } ::= { alaQoSConditionEntry 80 } alaQoSConditionSourceUdpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Source UDP port range start to use for traffic classification." DEFVAL { 0 } ::= { alaQoSConditionEntry 81 } alaQoSConditionSourceUdpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the source UDP port range needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 82 } alaQoSConditionSourceUdpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Source UDP port range end to use for traffic classification. Must be greater than source UDP port range start to indicate a range. When '0', use source UDP port as a single UDP port." DEFVAL { 0 } ::= { alaQoSConditionEntry 83 } alaQoSConditionDestinationUdpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination UDP port range start to use for traffic classification." DEFVAL { 0 } ::= { alaQoSConditionEntry 84 } alaQoSConditionDestinationUdpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the destination UDP port range needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSConditionEntry 85 } alaQoSConditionDestinationUdpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination UDP port range end to use for traffic classification. Must be greater than destination UDP port range start to indicate a range. When '0', use destination UDP port as a single TCP port." DEFVAL { 0 } ::= { alaQoSConditionEntry 86 } -- -- Definition of condition table -- alaQoSAppliedConditionTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSAppliedConditionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS AppliedCondition definitions" ::= { alaQoSMIBObjects 4 } alaQoSAppliedConditionEntry OBJECT-TYPE SYNTAX QoSAppliedConditionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS AppliedCondition" INDEX { alaQoSAppliedConditionName } ::= { alaQoSAppliedConditionTable 1 } QoSAppliedConditionEntry ::= SEQUENCE { alaQoSAppliedConditionName DisplayString, alaQoSAppliedConditionSource INTEGER, alaQoSAppliedConditionSourceSlot Integer32, alaQoSAppliedConditionSourceSlotStatus INTEGER, alaQoSAppliedConditionSourcePort Integer32, alaQoSAppliedConditionSourcePortGroup DisplayString, alaQoSAppliedConditionSourcePortGroupStatus INTEGER, alaQoSAppliedConditionDestinationSlot Integer32, alaQoSAppliedConditionDestinationSlotStatus INTEGER, alaQoSAppliedConditionDestinationPort Integer32, alaQoSAppliedConditionDestinationPortGroup DisplayString, alaQoSAppliedConditionDestinationPortGroupStatus INTEGER, alaQoSAppliedConditionSourceInterfaceType INTEGER, alaQoSAppliedConditionSourceInterfaceTypeStatus INTEGER, alaQoSAppliedConditionDestinationInterfaceType INTEGER, alaQoSAppliedConditionDestinationInterfaceTypeStatus INTEGER, alaQoSAppliedConditionSourceMacAddr MacAddress, alaQoSAppliedConditionSourceMacAddrStatus INTEGER, alaQoSAppliedConditionSourceMacMask MacAddress, alaQoSAppliedConditionSourceMacGroup DisplayString, alaQoSAppliedConditionSourceMacGroupStatus INTEGER, alaQoSAppliedConditionDestinationMacAddr MacAddress, alaQoSAppliedConditionDestinationMacAddrStatus INTEGER, alaQoSAppliedConditionDestinationMacMask MacAddress, alaQoSAppliedConditionDestinationMacGroup DisplayString, alaQoSAppliedConditionDestinationMacGroupStatus INTEGER, alaQoSAppliedConditionSourceVlan Integer32, alaQoSAppliedConditionSourceVlanStatus INTEGER, alaQoSAppliedConditionDestinationVlan Integer32, alaQoSAppliedConditionDestinationVlanStatus INTEGER, alaQoSAppliedCondition8021p Integer32, alaQoSAppliedCondition8021pStatus INTEGER, alaQoSAppliedConditionSourceIpAddr IpAddress, alaQoSAppliedConditionSourceIpAddrStatus INTEGER, alaQoSAppliedConditionSourceIpMask IpAddress, alaQoSAppliedConditionSourceNetworkGroup DisplayString, alaQoSAppliedConditionSourceNetworkGroupStatus INTEGER, alaQoSAppliedConditionDestinationIpAddr IpAddress, alaQoSAppliedConditionDestinationIpAddrStatus INTEGER, alaQoSAppliedConditionDestinationIpMask IpAddress, alaQoSAppliedConditionDestinationNetworkGroup DisplayString, alaQoSAppliedConditionDestinationNetworkGroupStatus INTEGER, alaQoSAppliedConditionMulticastIpAddr IpAddress, alaQoSAppliedConditionMulticastIpAddrStatus INTEGER, alaQoSAppliedConditionMulticastIpMask IpAddress, alaQoSAppliedConditionMulticastNetworkGroup DisplayString, alaQoSAppliedConditionMulticastNetworkGroupStatus INTEGER, alaQoSAppliedConditionTos Integer32, alaQoSAppliedConditionTosStatus INTEGER, alaQoSAppliedConditionTosMask Integer32, alaQoSAppliedConditionDscp Integer32, alaQoSAppliedConditionDscpStatus INTEGER, alaQoSAppliedConditionDscpMask Integer32, alaQoSAppliedConditionIpProtocol Integer32, alaQoSAppliedConditionIpProtocolStatus INTEGER, alaQoSAppliedConditionSourceIpPort Integer32, alaQoSAppliedConditionSourceIpPortStatus INTEGER, alaQoSAppliedConditionDestinationIpPort Integer32, alaQoSAppliedConditionDestinationIpPortStatus INTEGER, alaQoSAppliedConditionService DisplayString, alaQoSAppliedConditionServiceStatus INTEGER, alaQoSAppliedConditionServiceGroup DisplayString, alaQoSAppliedConditionServiceGroupStatus INTEGER, alaQoSAppliedConditionIcmpType Integer32, alaQoSAppliedConditionIcmpTypeStatus INTEGER, alaQoSAppliedConditionIcmpCode Integer32, alaQoSAppliedConditionIcmpCodeStatus INTEGER, alaQoSAppliedConditionDlci Integer32, alaQoSAppliedConditionDlciStatus INTEGER, alaQoSAppliedConditionRowStatus RowStatus, alaQoSAppliedConditionSourcePortEnd Integer32, alaQoSAppliedConditionDestinationPortEnd Integer32, alaQoSAppliedConditionSourceIpPortEnd Integer32, alaQoSAppliedConditionDestinationIpPortEnd Integer32, alaQoSAppliedConditionSourceTcpPort Integer32, alaQoSAppliedConditionSourceTcpPortStatus INTEGER, alaQoSAppliedConditionSourceTcpPortEnd Integer32, alaQoSAppliedConditionDestinationTcpPort Integer32, alaQoSAppliedConditionDestinationTcpPortStatus INTEGER, alaQoSAppliedConditionDestinationTcpPortEnd Integer32, alaQoSAppliedConditionSourceUdpPort Integer32, alaQoSAppliedConditionSourceUdpPortStatus INTEGER, alaQoSAppliedConditionSourceUdpPortEnd Integer32, alaQoSAppliedConditionDestinationUdpPort Integer32, alaQoSAppliedConditionDestinationUdpPortStatus INTEGER, alaQoSAppliedConditionDestinationUdpPortEnd Integer32 } alaQoSAppliedConditionName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of condition" ::= { alaQoSAppliedConditionEntry 1 } alaQoSAppliedConditionSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-only STATUS current DESCRIPTION "What entity created the condition." ::= { alaQoSAppliedConditionEntry 2 } alaQoSAppliedConditionSourceSlot OBJECT-TYPE SYNTAX Integer32 (1..16) MAX-ACCESS read-only STATUS current DESCRIPTION "Source physical slot used for traffic classification" ::= { alaQoSAppliedConditionEntry 3 } alaQoSAppliedConditionSourceSlotStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the source physical slot and port range needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 4 } alaQoSAppliedConditionSourcePort OBJECT-TYPE SYNTAX Integer32 (1..32) MAX-ACCESS read-only STATUS current DESCRIPTION "Source physical port range start to use for traffic classification" ::= { alaQoSAppliedConditionEntry 5 } alaQoSAppliedConditionSourcePortGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Source physical port group to use for traffic classification" ::= { alaQoSAppliedConditionEntry 6 } alaQoSAppliedConditionSourcePortGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the source physical port group needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 7 } alaQoSAppliedConditionDestinationSlot OBJECT-TYPE SYNTAX Integer32 (1..16) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination physical slot used for traffic classification" ::= { alaQoSAppliedConditionEntry 8 } alaQoSAppliedConditionDestinationSlotStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the destination physical slot and port range needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 9 } alaQoSAppliedConditionDestinationPort OBJECT-TYPE SYNTAX Integer32 (1..32) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination physical port range start to use for traffic classification" ::= { alaQoSAppliedConditionEntry 10 } alaQoSAppliedConditionDestinationPortGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination physical port group to use for traffic classification" ::= { alaQoSAppliedConditionEntry 11 } alaQoSAppliedConditionDestinationPortGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the destination physical port group needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 12 } alaQoSAppliedConditionSourceInterfaceType OBJECT-TYPE SYNTAX INTEGER { ethernet (1), wan (2), ethernet10 (3), ethernet100 (4), ethernet1G (5), ethernet10G (6) } MAX-ACCESS read-only STATUS current DESCRIPTION "Source physical interface type to use for traffic classification" ::= { alaQoSAppliedConditionEntry 13 } alaQoSAppliedConditionSourceInterfaceTypeStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the source physical interface type needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 14 } alaQoSAppliedConditionDestinationInterfaceType OBJECT-TYPE SYNTAX INTEGER { ethernet (1), wan (2), ethernet10 (3), ethernet100 (4), ethernet1G (5), ethernet10G (6) } MAX-ACCESS read-only STATUS current DESCRIPTION "Destination physical interface type to use for traffic classification" ::= { alaQoSAppliedConditionEntry 15 } alaQoSAppliedConditionDestinationInterfaceTypeStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the destination physical interface type needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 16 } alaQoSAppliedConditionSourceMacAddr OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Source MAC address to use for traffic classification" ::= { alaQoSAppliedConditionEntry 17 } alaQoSAppliedConditionSourceMacAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the source MAC address & mask needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 18 } alaQoSAppliedConditionSourceMacMask OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Source MAC mask to use for traffic classification" ::= { alaQoSAppliedConditionEntry 19 } alaQoSAppliedConditionSourceMacGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Source MAC group to use for traffic classification" ::= { alaQoSAppliedConditionEntry 20 } alaQoSAppliedConditionSourceMacGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the source MAC group needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 21 } alaQoSAppliedConditionDestinationMacAddr OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Destination MAC address to use for traffic classification" ::= { alaQoSAppliedConditionEntry 22 } alaQoSAppliedConditionDestinationMacAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the destination MAC address & mask needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 23 } alaQoSAppliedConditionDestinationMacMask OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Destination MAC mask to use for traffic classification" ::= { alaQoSAppliedConditionEntry 24 } alaQoSAppliedConditionDestinationMacGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination MAC group to use for traffic classification" ::= { alaQoSAppliedConditionEntry 25 } alaQoSAppliedConditionDestinationMacGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the destination MAC group needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 26 } alaQoSAppliedConditionSourceVlan OBJECT-TYPE SYNTAX Integer32 (0..4095) MAX-ACCESS read-only STATUS current DESCRIPTION "Source VLAN to use for traffic classification" ::= { alaQoSAppliedConditionEntry 27 } alaQoSAppliedConditionSourceVlanStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the source VLAN needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 28 } alaQoSAppliedConditionDestinationVlan OBJECT-TYPE SYNTAX Integer32 (0..4095) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination VLAN to use for traffic classification" ::= { alaQoSAppliedConditionEntry 29 } alaQoSAppliedConditionDestinationVlanStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the destination VLAN needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 30 } alaQoSAppliedCondition8021p OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-only STATUS current DESCRIPTION "802.1p value to use for traffic classification" ::= { alaQoSAppliedConditionEntry 31 } alaQoSAppliedCondition8021pStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the 802.1p value needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 32 } alaQoSAppliedConditionSourceIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Source IP address to use for traffic classification" ::= { alaQoSAppliedConditionEntry 33 } alaQoSAppliedConditionSourceIpAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the source IP address & mask needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 34 } alaQoSAppliedConditionSourceIpMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Source IP mask to use for traffic classification" ::= { alaQoSAppliedConditionEntry 35 } alaQoSAppliedConditionSourceNetworkGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Source network group to use for traffic classification" ::= { alaQoSAppliedConditionEntry 36 } alaQoSAppliedConditionSourceNetworkGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the source network group needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 37 } alaQoSAppliedConditionDestinationIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Destination IP address to use for traffic classification" ::= { alaQoSAppliedConditionEntry 38 } alaQoSAppliedConditionDestinationIpAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the destination IP address & mask needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 39 } alaQoSAppliedConditionDestinationIpMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Destination IP mask to use for traffic classification" ::= { alaQoSAppliedConditionEntry 40 } alaQoSAppliedConditionDestinationNetworkGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination network group to use for traffic classification" ::= { alaQoSAppliedConditionEntry 41 } alaQoSAppliedConditionDestinationNetworkGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the destination network group needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 42 } alaQoSAppliedConditionMulticastIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Multicast IP address to use for traffic classification" ::= { alaQoSAppliedConditionEntry 43 } alaQoSAppliedConditionMulticastIpAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the multicast IP address & mask needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 44 } alaQoSAppliedConditionMulticastIpMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Multicast IP mask to use for traffic classification" ::= { alaQoSAppliedConditionEntry 45 } alaQoSAppliedConditionMulticastNetworkGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Multicast network group to use for traffic classification" ::= { alaQoSAppliedConditionEntry 46 } alaQoSAppliedConditionMulticastNetworkGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the multicast network group needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 47 } alaQoSAppliedConditionTos OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-only STATUS current DESCRIPTION "TOS value to use for traffic classification" ::= { alaQoSAppliedConditionEntry 48 } alaQoSAppliedConditionTosStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the TOS value & mask needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 49 } alaQoSAppliedConditionTosMask OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-only STATUS current DESCRIPTION "TOS mask to use for traffic classification" ::= { alaQoSAppliedConditionEntry 50 } alaQoSAppliedConditionDscp OBJECT-TYPE SYNTAX Integer32 (0..63) MAX-ACCESS read-only STATUS current DESCRIPTION "DSCP value to use for traffic classification" ::= { alaQoSAppliedConditionEntry 51 } alaQoSAppliedConditionDscpStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the DSCP value & mask needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 52 } alaQoSAppliedConditionDscpMask OBJECT-TYPE SYNTAX Integer32 (0..63) MAX-ACCESS read-only STATUS current DESCRIPTION "DSCP mask to use for traffic classification" ::= { alaQoSAppliedConditionEntry 53 } alaQoSAppliedConditionIpProtocol OBJECT-TYPE SYNTAX Integer32 (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "IP protocol to use for traffic classification." ::= { alaQoSAppliedConditionEntry 54 } alaQoSAppliedConditionIpProtocolStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the IP protocol needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 55 } alaQoSAppliedConditionSourceIpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Source IP port range start to use for traffic classification." ::= { alaQoSAppliedConditionEntry 56 } alaQoSAppliedConditionSourceIpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the source IP port range needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 57 } alaQoSAppliedConditionDestinationIpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination IP port range start to use for traffic classification." ::= { alaQoSAppliedConditionEntry 58 } alaQoSAppliedConditionDestinationIpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the destination IP port range needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 59 } alaQoSAppliedConditionService OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Name of service to use for traffic classification" ::= { alaQoSAppliedConditionEntry 60 } alaQoSAppliedConditionServiceStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the service needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 61 } alaQoSAppliedConditionServiceGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Name of service group to use for traffic classification" ::= { alaQoSAppliedConditionEntry 62 } alaQoSAppliedConditionServiceGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the service group needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 63 } alaQoSAppliedConditionIcmpType OBJECT-TYPE SYNTAX Integer32 (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "ICMP type to use for traffic classification" ::= { alaQoSAppliedConditionEntry 64 } alaQoSAppliedConditionIcmpTypeStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the ICMP type needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 65 } alaQoSAppliedConditionIcmpCode OBJECT-TYPE SYNTAX Integer32 (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "ICMP code to use for traffic classification" ::= { alaQoSAppliedConditionEntry 66 } alaQoSAppliedConditionIcmpCodeStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the ICMP code needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 67 } alaQoSAppliedConditionDlci OBJECT-TYPE SYNTAX Integer32 (0..512) MAX-ACCESS read-only STATUS current DESCRIPTION "DLCI to use to traffic classification" ::= { alaQoSAppliedConditionEntry 68 } alaQoSAppliedConditionDlciStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the DLCI needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 69 } alaQoSAppliedConditionRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "Used to create/delete conditions according to the RowStatus convention" ::= { alaQoSAppliedConditionEntry 70 } alaQoSAppliedConditionSourcePortEnd OBJECT-TYPE SYNTAX Integer32 (1..32) MAX-ACCESS read-only STATUS current DESCRIPTION "Source physical port range end to use for traffic classification. Must be greater than port range start to indicate a range. When '1', use source port as a single port." ::= { alaQoSAppliedConditionEntry 71 } alaQoSAppliedConditionDestinationPortEnd OBJECT-TYPE SYNTAX Integer32 (1..32) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination physical port range end to use for traffic classification. Must be greater than port range start to indicate a range. When '1', use destination port as a single port." ::= { alaQoSAppliedConditionEntry 72 } alaQoSAppliedConditionSourceIpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Source IP port range end to use for traffic classification. Must be greater than source IP port range start to indicate a range. When '0', use source IP port as a single IP port." ::= { alaQoSAppliedConditionEntry 73 } alaQoSAppliedConditionDestinationIpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination IP port range end to use for traffic classification. Must be greater than destination IP port range start to indicate a range. When '0', use destination IP port as a single IP port." ::= { alaQoSAppliedConditionEntry 74 } alaQoSAppliedConditionSourceTcpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Source TCP port range start to use for traffic classification." ::= { alaQoSAppliedConditionEntry 75 } alaQoSAppliedConditionSourceTcpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the source TCP port range needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 76 } alaQoSAppliedConditionSourceTcpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Source TCP port range end to use for traffic classification. Must be greater than source TCP port range start to indicate a range. When '0', use source TCP port as a single TCP port." ::= { alaQoSAppliedConditionEntry 77 } alaQoSAppliedConditionDestinationTcpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination TCP port range start to use for traffic classification." ::= { alaQoSAppliedConditionEntry 78 } alaQoSAppliedConditionDestinationTcpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the destination TCP port range needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 79 } alaQoSAppliedConditionDestinationTcpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination TCP port range end to use for traffic classification. Must be greater than destination TCP port range start to indicate a range. When '0', use destination TCP port as a single TCP port." ::= { alaQoSAppliedConditionEntry 80 } alaQoSAppliedConditionSourceUdpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Source UDP port range start to use for traffic classification." ::= { alaQoSAppliedConditionEntry 81 } alaQoSAppliedConditionSourceUdpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the source UDP port range needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 82 } alaQoSAppliedConditionSourceUdpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Source UDP port range end to use for traffic classification. Must be greater than source UDP port range start to indicate a range. When '0', use source UDP port as a single UDP port." ::= { alaQoSAppliedConditionEntry 83 } alaQoSAppliedConditionDestinationUdpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination UDP port range start to use for traffic classification." ::= { alaQoSAppliedConditionEntry 84 } alaQoSAppliedConditionDestinationUdpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the destination UDP port range needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedConditionEntry 85 } alaQoSAppliedConditionDestinationUdpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination UDP port range end to use for traffic classification. Must be greater than destination UDP port range start to indicate a range. When '0', use destination UDP port as a single TCP port." ::= { alaQoSAppliedConditionEntry 86 } -- -- Definition of service table -- alaQoSServiceTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSServiceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS Service definitions" ::= { alaQoSMIBObjects 5 } alaQoSServiceEntry OBJECT-TYPE SYNTAX QoSServiceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS Service" INDEX { alaQoSServiceName } ::= { alaQoSServiceTable 1 } QoSServiceEntry ::= SEQUENCE { alaQoSServiceName DisplayString, alaQoSServiceSource INTEGER, alaQoSServiceProtocol Integer32, alaQoSServiceSourceIpPort Integer32, alaQoSServiceSourceIpPortStatus INTEGER, alaQoSServiceDestinationIpPort Integer32, alaQoSServiceDestinationIpPortStatus INTEGER, alaQoSServiceRowStatus RowStatus, alaQoSServiceSourceIpPortEnd Integer32, alaQoSServiceDestinationIpPortEnd Integer32, alaQoSServiceSourceTcpPort Integer32, alaQoSServiceSourceTcpPortStatus INTEGER, alaQoSServiceSourceTcpPortEnd Integer32, alaQoSServiceDestinationTcpPort Integer32, alaQoSServiceDestinationTcpPortStatus INTEGER, alaQoSServiceDestinationTcpPortEnd Integer32, alaQoSServiceSourceUdpPort Integer32, alaQoSServiceSourceUdpPortStatus INTEGER, alaQoSServiceSourceUdpPortEnd Integer32, alaQoSServiceDestinationUdpPort Integer32, alaQoSServiceDestinationUdpPortStatus INTEGER, alaQoSServiceDestinationUdpPortEnd Integer32 } alaQoSServiceName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of the service" ::= { alaQoSServiceEntry 1 } alaQoSServiceSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-create STATUS current DESCRIPTION "What entity created the service." DEFVAL { cli } ::= { alaQoSServiceEntry 2 } alaQoSServiceProtocol OBJECT-TYPE SYNTAX Integer32 (0..255) MAX-ACCESS read-create STATUS current DESCRIPTION "protocol field for Service" DEFVAL { 0 } ::= { alaQoSServiceEntry 3 } alaQoSServiceSourceIpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Source IP port range start to use for traffic classification." DEFVAL { 0 } ::= { alaQoSServiceEntry 4 } alaQoSServiceSourceIpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the source IP port range needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSServiceEntry 5 } alaQoSServiceDestinationIpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination IP port range start to use for traffic classification." DEFVAL { 0 } ::= { alaQoSServiceEntry 6 } alaQoSServiceDestinationIpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the destination IP port range needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSServiceEntry 7 } alaQoSServiceRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Used to create/delete services according to the RowStatus convention" ::= { alaQoSServiceEntry 8 } alaQoSServiceSourceIpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Source IP port range end to use for traffic classification. Must be greater than source IP port range start to indicate a range. When '0', use source IP port as a single IP port." DEFVAL { 0 } ::= { alaQoSServiceEntry 9 } alaQoSServiceDestinationIpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination IP port range end to use for traffic classification. Must be greater than destination IP port range start to indicate a range. When '0', use destination IP port as a single IP port." DEFVAL { 0 } ::= { alaQoSServiceEntry 10 } alaQoSServiceSourceTcpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Source TCP port range start to use for traffic classification." DEFVAL { 0 } ::= { alaQoSServiceEntry 11 } alaQoSServiceSourceTcpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the source TCP port range needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSServiceEntry 12 } alaQoSServiceSourceTcpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Source TCP port range end to use for traffic classification. Must be greater than source TCP port range start to indicate a range. When '0', use source TCP port as a single TCP port." DEFVAL { 0 } ::= { alaQoSServiceEntry 13 } alaQoSServiceDestinationTcpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination TCP port range start to use for traffic classification." DEFVAL { 0 } ::= { alaQoSServiceEntry 14 } alaQoSServiceDestinationTcpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the destination TCP port range needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSServiceEntry 15 } alaQoSServiceDestinationTcpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination TCP port range end to use for traffic classification. Must be greater than destination TCP port range start to indicate a range. When '0', use destination TCP port as a single TCP port." DEFVAL { 0 } ::= { alaQoSServiceEntry 16 } alaQoSServiceSourceUdpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Source UDP port range start to use for traffic classification." DEFVAL { 0 } ::= { alaQoSServiceEntry 17 } alaQoSServiceSourceUdpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the source UDP port range needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSServiceEntry 18 } alaQoSServiceSourceUdpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Source UDP port range end to use for traffic classification. Must be greater than source UDP port range start to indicate a range. When '0', use source UDP port as a single UDP port." DEFVAL { 0 } ::= { alaQoSServiceEntry 19 } alaQoSServiceDestinationUdpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination UDP port range start to use for traffic classification." DEFVAL { 0 } ::= { alaQoSServiceEntry 20 } alaQoSServiceDestinationUdpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether the destination UDP port range needs to be matched(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSServiceEntry 21 } alaQoSServiceDestinationUdpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "Destination UDP port range end to use for traffic classification. Must be greater than destination UDP port range start to indicate a range. When '0', use destination UDP port as a single UDP port." DEFVAL { 0 } ::= { alaQoSServiceEntry 22 } -- -- Definition of service table -- alaQoSAppliedServiceTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSAppliedServiceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS AppliedService definitions" ::= { alaQoSMIBObjects 6 } alaQoSAppliedServiceEntry OBJECT-TYPE SYNTAX QoSAppliedServiceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS AppliedService" INDEX { alaQoSAppliedServiceName } ::= { alaQoSAppliedServiceTable 1 } QoSAppliedServiceEntry ::= SEQUENCE { alaQoSAppliedServiceName DisplayString, alaQoSAppliedServiceSource INTEGER, alaQoSAppliedServiceProtocol Integer32, alaQoSAppliedServiceSourceIpPort Integer32, alaQoSAppliedServiceSourceIpPortStatus INTEGER, alaQoSAppliedServiceDestinationIpPort Integer32, alaQoSAppliedServiceDestinationIpPortStatus INTEGER, alaQoSAppliedServiceRowStatus RowStatus, alaQoSAppliedServiceSourceIpPortEnd Integer32, alaQoSAppliedServiceDestinationIpPortEnd Integer32, alaQoSAppliedServiceSourceTcpPort Integer32, alaQoSAppliedServiceSourceTcpPortStatus INTEGER, alaQoSAppliedServiceSourceTcpPortEnd Integer32, alaQoSAppliedServiceDestinationTcpPort Integer32, alaQoSAppliedServiceDestinationTcpPortStatus INTEGER, alaQoSAppliedServiceDestinationTcpPortEnd Integer32, alaQoSAppliedServiceSourceUdpPort Integer32, alaQoSAppliedServiceSourceUdpPortStatus INTEGER, alaQoSAppliedServiceSourceUdpPortEnd Integer32, alaQoSAppliedServiceDestinationUdpPort Integer32, alaQoSAppliedServiceDestinationUdpPortStatus INTEGER, alaQoSAppliedServiceDestinationUdpPortEnd Integer32 } alaQoSAppliedServiceName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of the service" ::= { alaQoSAppliedServiceEntry 1 } alaQoSAppliedServiceSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-only STATUS current DESCRIPTION "What entity created the service." ::= { alaQoSAppliedServiceEntry 2 } alaQoSAppliedServiceProtocol OBJECT-TYPE SYNTAX Integer32 (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "protocol field for AppliedService" ::= { alaQoSAppliedServiceEntry 3 } alaQoSAppliedServiceSourceIpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Source IP port range start to use for traffic classification." ::= { alaQoSAppliedServiceEntry 4 } alaQoSAppliedServiceSourceIpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the source IP port range needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedServiceEntry 5 } alaQoSAppliedServiceDestinationIpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination IP port range start to use for traffic classification." ::= { alaQoSAppliedServiceEntry 6 } alaQoSAppliedServiceDestinationIpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the destination IP port range needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedServiceEntry 7 } alaQoSAppliedServiceRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "Used to create/delete services according to the RowStatus convention" ::= { alaQoSAppliedServiceEntry 8 } alaQoSAppliedServiceSourceIpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Source IP port range end to use for traffic classification. Must be greater than source IP port range start to indicate a range. When '0', use source IP port as a single IP port." ::= { alaQoSAppliedServiceEntry 9 } alaQoSAppliedServiceDestinationIpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination IP port range end to use for traffic classification. Must be greater than destination IP port range start to indicate a range. When '0', use destination IP port as a single IP port." ::= { alaQoSAppliedServiceEntry 10 } alaQoSAppliedServiceSourceTcpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Source TCP port range start to use for traffic classification." ::= { alaQoSAppliedServiceEntry 11 } alaQoSAppliedServiceSourceTcpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the source TCP port range needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedServiceEntry 12 } alaQoSAppliedServiceSourceTcpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Source TCP port range end to use for traffic classification. Must be greater than source TCP port range start to indicate a range. When '0', use source TCP port as a single TCP port." ::= { alaQoSAppliedServiceEntry 13 } alaQoSAppliedServiceDestinationTcpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination TCP port range start to use for traffic classification." ::= { alaQoSAppliedServiceEntry 14 } alaQoSAppliedServiceDestinationTcpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the destination TCP port range needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedServiceEntry 15 } alaQoSAppliedServiceDestinationTcpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination TCP port range end to use for traffic classification. Must be greater than destination TCP port range start to indicate a range. When '0', use destination TCP port as a single TCP port." ::= { alaQoSAppliedServiceEntry 16 } alaQoSAppliedServiceSourceUdpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Source UDP port range start to use for traffic classification." ::= { alaQoSAppliedServiceEntry 17 } alaQoSAppliedServiceSourceUdpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the source UDP port range needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedServiceEntry 18 } alaQoSAppliedServiceSourceUdpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Source UDP port range end to use for traffic classification. Must be greater than source UDP port range start to indicate a range. When '0', use source UDP port as a single UDP port." ::= { alaQoSAppliedServiceEntry 19 } alaQoSAppliedServiceDestinationUdpPort OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination UDP port range start to use for traffic classification." ::= { alaQoSAppliedServiceEntry 20 } alaQoSAppliedServiceDestinationUdpPortStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether the destination UDP port range needs to be matched(enabled) or not(disabled)." ::= { alaQoSAppliedServiceEntry 21 } alaQoSAppliedServiceDestinationUdpPortEnd OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Destination UDP port range end to use for traffic classification. Must be greater than destination UDP port range start to indicate a range. When '0', use destination UDP port as a single UDP port." ::= { alaQoSAppliedServiceEntry 22 } -- -- Definition of service group table -- alaQoSServiceGroupsTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSServiceGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS ServiceGroups definitions" ::= { alaQoSMIBObjects 7 } alaQoSServiceGroupsEntry OBJECT-TYPE SYNTAX QoSServiceGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS ServiceGroups" INDEX { alaQoSServiceGroupsName } ::= { alaQoSServiceGroupsTable 1 } QoSServiceGroupsEntry ::= SEQUENCE { alaQoSServiceGroupsName DisplayString, alaQoSServiceGroupsSource INTEGER, alaQoSServiceGroupsStatus RowStatus } alaQoSServiceGroupsName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of service group" ::= { alaQoSServiceGroupsEntry 1 } alaQoSServiceGroupsSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-create STATUS current DESCRIPTION "What entity created the service group." DEFVAL { cli } ::= { alaQoSServiceGroupsEntry 2 } alaQoSServiceGroupsStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Used to create/delete service groups according to the RowStatus convention" ::= { alaQoSServiceGroupsEntry 3 } -- -- Definition of service group table -- alaQoSAppliedServiceGroupsTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSAppliedServiceGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS AppliedServiceGroups definitions" ::= { alaQoSMIBObjects 8 } alaQoSAppliedServiceGroupsEntry OBJECT-TYPE SYNTAX QoSAppliedServiceGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS AppliedServiceGroups" INDEX { alaQoSAppliedServiceGroupsName } ::= { alaQoSAppliedServiceGroupsTable 1 } QoSAppliedServiceGroupsEntry ::= SEQUENCE { alaQoSAppliedServiceGroupsName DisplayString, alaQoSAppliedServiceGroupsSource INTEGER, alaQoSAppliedServiceGroupsStatus RowStatus } alaQoSAppliedServiceGroupsName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of service group" ::= { alaQoSAppliedServiceGroupsEntry 1 } alaQoSAppliedServiceGroupsSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-only STATUS current DESCRIPTION "What entity created the service group." ::= { alaQoSAppliedServiceGroupsEntry 2 } alaQoSAppliedServiceGroupsStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "Used to create/delete service groups according to the RowStatus convention" ::= { alaQoSAppliedServiceGroupsEntry 3 } -- -- Definition of service group entry table -- alaQoSServiceGroupTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSServiceGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS ServiceGroup definitions" ::= { alaQoSMIBObjects 9 } alaQoSServiceGroupEntry OBJECT-TYPE SYNTAX QoSServiceGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS ServiceGroup" INDEX { alaQoSServiceGroupsName, alaQoSServiceGroupServiceName } ::= { alaQoSServiceGroupTable 1 } QoSServiceGroupEntry ::= SEQUENCE { alaQoSServiceGroupServiceName DisplayString, alaQoSServiceGroupStatus RowStatus } alaQoSServiceGroupServiceName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of service in service group entry" ::= { alaQoSServiceGroupEntry 1 } alaQoSServiceGroupStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Used to create/delete service group entries according to the RowStatus convention" ::= { alaQoSServiceGroupEntry 2 } -- -- Definition of service group entry table -- alaQoSAppliedServiceGroupTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSAppliedServiceGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS AppliedServiceGroup definitions" ::= { alaQoSMIBObjects 10 } alaQoSAppliedServiceGroupEntry OBJECT-TYPE SYNTAX QoSAppliedServiceGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS AppliedServiceGroup" INDEX { alaQoSAppliedServiceGroupsName, alaQoSAppliedServiceGroupServiceName } ::= { alaQoSAppliedServiceGroupTable 1 } QoSAppliedServiceGroupEntry ::= SEQUENCE { alaQoSAppliedServiceGroupServiceName DisplayString, alaQoSAppliedServiceGroupStatus RowStatus } alaQoSAppliedServiceGroupServiceName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of service in service group entry" ::= { alaQoSAppliedServiceGroupEntry 1 } alaQoSAppliedServiceGroupStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "Used to create/delete service group entries according to the RowStatus convention" ::= { alaQoSAppliedServiceGroupEntry 2 } -- -- Definition of network group table -- alaQoSNetworkGroupsTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSNetworkGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS NetworkGroups definitions" ::= { alaQoSMIBObjects 11 } alaQoSNetworkGroupsEntry OBJECT-TYPE SYNTAX QoSNetworkGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS NetworkGroups" INDEX { alaQoSNetworkGroupsName } ::= { alaQoSNetworkGroupsTable 1 } QoSNetworkGroupsEntry ::= SEQUENCE { alaQoSNetworkGroupsName DisplayString, alaQoSNetworkGroupsSource INTEGER, alaQoSNetworkGroupsStatus RowStatus } alaQoSNetworkGroupsName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of network group" ::= { alaQoSNetworkGroupsEntry 1 } alaQoSNetworkGroupsSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-create STATUS current DESCRIPTION "What entity created the network group." DEFVAL { cli } ::= { alaQoSNetworkGroupsEntry 2 } alaQoSNetworkGroupsStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Used to create/delete network groups according to the RowStatus convention" ::= { alaQoSNetworkGroupsEntry 3 } -- -- Definition of network group table -- alaQoSAppliedNetworkGroupsTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSAppliedNetworkGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS AppliedNetworkGroups definitions" ::= { alaQoSMIBObjects 12 } alaQoSAppliedNetworkGroupsEntry OBJECT-TYPE SYNTAX QoSAppliedNetworkGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS AppliedNetworkGroups" INDEX { alaQoSAppliedNetworkGroupsName } ::= { alaQoSAppliedNetworkGroupsTable 1 } QoSAppliedNetworkGroupsEntry ::= SEQUENCE { alaQoSAppliedNetworkGroupsName DisplayString, alaQoSAppliedNetworkGroupsSource INTEGER, alaQoSAppliedNetworkGroupsStatus RowStatus } alaQoSAppliedNetworkGroupsName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of network group" ::= { alaQoSAppliedNetworkGroupsEntry 1 } alaQoSAppliedNetworkGroupsSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-only STATUS current DESCRIPTION "What entity created the network group." ::= { alaQoSAppliedNetworkGroupsEntry 2 } alaQoSAppliedNetworkGroupsStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "Used to create/delete network groups according to the RowStatus convention" ::= { alaQoSAppliedNetworkGroupsEntry 3 } -- -- Definition of network group entry table -- alaQoSNetworkGroupTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSNetworkGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS NetworkGroup definitions" ::= { alaQoSMIBObjects 13 } alaQoSNetworkGroupEntry OBJECT-TYPE SYNTAX QoSNetworkGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS NetworkGroup" INDEX { alaQoSNetworkGroupsName, alaQoSNetworkGroupIpAddr, alaQoSNetworkGroupIpMask } ::= { alaQoSNetworkGroupTable 1 } QoSNetworkGroupEntry ::= SEQUENCE { alaQoSNetworkGroupIpAddr IpAddress, alaQoSNetworkGroupIpMask IpAddress, alaQoSNetworkGroupStatus RowStatus } alaQoSNetworkGroupIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "IP address for network group entry." ::= { alaQoSNetworkGroupEntry 1 } alaQoSNetworkGroupIpMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "IP mask for network group entry." ::= { alaQoSNetworkGroupEntry 2 } alaQoSNetworkGroupStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Used to create/delete network group entries according to the RowStatus convention" ::= { alaQoSNetworkGroupEntry 3 } -- -- Definition of network group entry table -- alaQoSAppliedNetworkGroupTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSAppliedNetworkGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS AppliedNetworkGroup definitions" ::= { alaQoSMIBObjects 14 } alaQoSAppliedNetworkGroupEntry OBJECT-TYPE SYNTAX QoSAppliedNetworkGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS AppliedNetworkGroup" INDEX { alaQoSAppliedNetworkGroupsName, alaQoSAppliedNetworkGroupIpAddr, alaQoSAppliedNetworkGroupIpMask } ::= { alaQoSAppliedNetworkGroupTable 1 } QoSAppliedNetworkGroupEntry ::= SEQUENCE { alaQoSAppliedNetworkGroupIpAddr IpAddress, alaQoSAppliedNetworkGroupIpMask IpAddress, alaQoSAppliedNetworkGroupStatus RowStatus } alaQoSAppliedNetworkGroupIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "IP address for network group entry." ::= { alaQoSAppliedNetworkGroupEntry 1 } alaQoSAppliedNetworkGroupIpMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "IP mask for network group entry." ::= { alaQoSAppliedNetworkGroupEntry 2 } alaQoSAppliedNetworkGroupStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "Used to create/delete network group entries according to the RowStatus convention" ::= { alaQoSAppliedNetworkGroupEntry 3 } -- -- Definition of MAC group table -- alaQoSMACGroupsTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSMACGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS MACGroups definitions" ::= { alaQoSMIBObjects 15 } alaQoSMACGroupsEntry OBJECT-TYPE SYNTAX QoSMACGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS MACGroups" INDEX { alaQoSMACGroupsName } ::= { alaQoSMACGroupsTable 1 } QoSMACGroupsEntry ::= SEQUENCE { alaQoSMACGroupsName DisplayString, alaQoSMACGroupsSource INTEGER, alaQoSMACGroupsStatus RowStatus } alaQoSMACGroupsName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of MAC group" ::= { alaQoSMACGroupsEntry 1 } alaQoSMACGroupsSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-create STATUS current DESCRIPTION "What entity created the MAC group." DEFVAL { cli } ::= { alaQoSMACGroupsEntry 2 } alaQoSMACGroupsStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Used to create/delete MAC groups according to the RowStatus convention" ::= { alaQoSMACGroupsEntry 3 } -- -- Definition of MAC group table -- alaQoSAppliedMACGroupsTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSAppliedMACGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS AppliedMACGroups definitions" ::= { alaQoSMIBObjects 16 } alaQoSAppliedMACGroupsEntry OBJECT-TYPE SYNTAX QoSAppliedMACGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS AppliedMACGroups" INDEX { alaQoSAppliedMACGroupsName } ::= { alaQoSAppliedMACGroupsTable 1 } QoSAppliedMACGroupsEntry ::= SEQUENCE { alaQoSAppliedMACGroupsName DisplayString, alaQoSAppliedMACGroupsSource INTEGER, alaQoSAppliedMACGroupsStatus RowStatus } alaQoSAppliedMACGroupsName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of MAC group" ::= { alaQoSAppliedMACGroupsEntry 1 } alaQoSAppliedMACGroupsSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-only STATUS current DESCRIPTION "What entity created the MAC group." ::= { alaQoSAppliedMACGroupsEntry 2 } alaQoSAppliedMACGroupsStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "Used to create/delete MAC groups according to the RowStatus convention" ::= { alaQoSAppliedMACGroupsEntry 3 } -- -- Definition of MAC group entry table -- alaQoSMACGroupTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSMACGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS MACGroup definitions" ::= { alaQoSMIBObjects 17 } alaQoSMACGroupEntry OBJECT-TYPE SYNTAX QoSMACGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS MACGroup" INDEX { alaQoSMACGroupsName, alaQoSMACGroupMacAddr, alaQoSMACGroupMacMask } ::= { alaQoSMACGroupTable 1 } QoSMACGroupEntry ::= SEQUENCE { alaQoSMACGroupMacAddr MacAddress, alaQoSMACGroupMacMask MacAddress, alaQoSMACGroupStatus RowStatus } alaQoSMACGroupMacAddr OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "MAC address for MAC group entry" ::= { alaQoSMACGroupEntry 1 } alaQoSMACGroupMacMask OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "MAC mask for MAC group entry" ::= { alaQoSMACGroupEntry 2 } alaQoSMACGroupStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Used to create/delete MAC group entries according to the RowStatus convention" ::= { alaQoSMACGroupEntry 3 } -- -- Definition of MAC group entry table -- alaQoSAppliedMACGroupTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSAppliedMACGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS AppliedMACGroup definitions" ::= { alaQoSMIBObjects 18 } alaQoSAppliedMACGroupEntry OBJECT-TYPE SYNTAX QoSAppliedMACGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS AppliedMACGroup" INDEX { alaQoSAppliedMACGroupsName, alaQoSAppliedMACGroupMacAddr, alaQoSAppliedMACGroupMacMask } ::= { alaQoSAppliedMACGroupTable 1 } QoSAppliedMACGroupEntry ::= SEQUENCE { alaQoSAppliedMACGroupMacAddr MacAddress, alaQoSAppliedMACGroupMacMask MacAddress, alaQoSAppliedMACGroupStatus RowStatus } alaQoSAppliedMACGroupMacAddr OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "MAC address for MAC group entry" ::= { alaQoSAppliedMACGroupEntry 1 } alaQoSAppliedMACGroupMacMask OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "MAC mask for MAC group entry" ::= { alaQoSAppliedMACGroupEntry 2 } alaQoSAppliedMACGroupStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "Used to create/delete MAC group entries according to the RowStatus convention" ::= { alaQoSAppliedMACGroupEntry 3 } -- -- Definition of port group table -- alaQoSPortGroupsTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSPortGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS PortGroups definitions" ::= { alaQoSMIBObjects 19 } alaQoSPortGroupsEntry OBJECT-TYPE SYNTAX QoSPortGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS PortGroups" INDEX { alaQoSPortGroupsName } ::= { alaQoSPortGroupsTable 1 } QoSPortGroupsEntry ::= SEQUENCE { alaQoSPortGroupsName DisplayString, alaQoSPortGroupsSource INTEGER, alaQoSPortGroupsStatus RowStatus } alaQoSPortGroupsName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of port group" ::= { alaQoSPortGroupsEntry 1 } alaQoSPortGroupsSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-create STATUS current DESCRIPTION "What entity created the port group." DEFVAL { cli } ::= { alaQoSPortGroupsEntry 2 } alaQoSPortGroupsStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Used to create/delete port groups according to the RowStatus convention" ::= { alaQoSPortGroupsEntry 3 } -- -- Definition of port group table -- alaQoSAppliedPortGroupsTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSAppliedPortGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS AppliedPortGroups definitions" ::= { alaQoSMIBObjects 20 } alaQoSAppliedPortGroupsEntry OBJECT-TYPE SYNTAX QoSAppliedPortGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS AppliedPortGroups" INDEX { alaQoSAppliedPortGroupsName } ::= { alaQoSAppliedPortGroupsTable 1 } QoSAppliedPortGroupsEntry ::= SEQUENCE { alaQoSAppliedPortGroupsName DisplayString, alaQoSAppliedPortGroupsSource INTEGER, alaQoSAppliedPortGroupsStatus RowStatus } alaQoSAppliedPortGroupsName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of port group" ::= { alaQoSAppliedPortGroupsEntry 1 } alaQoSAppliedPortGroupsSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-only STATUS current DESCRIPTION "What entity created the port group." ::= { alaQoSAppliedPortGroupsEntry 2 } alaQoSAppliedPortGroupsStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "Used to create/delete port groups according to the RowStatus convention" ::= { alaQoSAppliedPortGroupsEntry 3 } -- -- Definition of port group entry table -- alaQoSPortGroupTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSPortGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS PortGroup definitions" ::= { alaQoSMIBObjects 21 } alaQoSPortGroupEntry OBJECT-TYPE SYNTAX QoSPortGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS PortGroup" INDEX { alaQoSPortGroupsName, alaQoSPortGroupSlot, alaQoSPortGroupPort, alaQoSPortGroupPortEnd } ::= { alaQoSPortGroupTable 1 } QoSPortGroupEntry ::= SEQUENCE { alaQoSPortGroupSlot Integer32, alaQoSPortGroupPort Integer32, alaQoSPortGroupStatus RowStatus, alaQoSPortGroupPortEnd Integer32 } alaQoSPortGroupSlot OBJECT-TYPE SYNTAX Integer32 (1..16) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Physical slot for port group entry" ::= { alaQoSPortGroupEntry 1 } alaQoSPortGroupPort OBJECT-TYPE SYNTAX Integer32 (1..24) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Physical port range start for port group entry" ::= { alaQoSPortGroupEntry 2 } alaQoSPortGroupStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Used to create/delete port group entries according to the RowStatus convention" ::= { alaQoSPortGroupEntry 3 } alaQoSPortGroupPortEnd OBJECT-TYPE SYNTAX Integer32 (1..24) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Physical port range end for port group entry Must be greater than port range start to indicate a range. When '1', use port as a single port." ::= { alaQoSPortGroupEntry 4 } -- -- Definition of port group entry table -- alaQoSAppliedPortGroupTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSAppliedPortGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS AppliedPortGroup definitions" ::= { alaQoSMIBObjects 22 } alaQoSAppliedPortGroupEntry OBJECT-TYPE SYNTAX QoSAppliedPortGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS AppliedPortGroup" INDEX { alaQoSAppliedPortGroupsName, alaQoSAppliedPortGroupSlot, alaQoSAppliedPortGroupPort, alaQoSAppliedPortGroupPortEnd } ::= { alaQoSAppliedPortGroupTable 1 } QoSAppliedPortGroupEntry ::= SEQUENCE { alaQoSAppliedPortGroupSlot Integer32, alaQoSAppliedPortGroupPort Integer32, alaQoSAppliedPortGroupStatus RowStatus, alaQoSAppliedPortGroupPortEnd Integer32 } alaQoSAppliedPortGroupSlot OBJECT-TYPE SYNTAX Integer32 (1..16) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Physical slot for port group entry" ::= { alaQoSAppliedPortGroupEntry 1 } alaQoSAppliedPortGroupPort OBJECT-TYPE SYNTAX Integer32 (1..24) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Physical port range start for port group entry" ::= { alaQoSAppliedPortGroupEntry 2 } alaQoSAppliedPortGroupStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "Used to create/delete port group entries according to the RowStatus convention" ::= { alaQoSAppliedPortGroupEntry 3 } alaQoSAppliedPortGroupPortEnd OBJECT-TYPE SYNTAX Integer32 (1..24) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Physical port range end for port group entry Must be greater than port range start to indicate a range. When '1', use port as a single port." ::= { alaQoSAppliedPortGroupEntry 4 } -- -- Definition of map group table -- alaQoSMapGroupsTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSMapGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS MapGroups definitions" ::= { alaQoSMIBObjects 23 } alaQoSMapGroupsEntry OBJECT-TYPE SYNTAX QoSMapGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS MapGroups" INDEX { alaQoSMapGroupsName } ::= { alaQoSMapGroupsTable 1 } QoSMapGroupsEntry ::= SEQUENCE { alaQoSMapGroupsName DisplayString, alaQoSMapGroupsSource INTEGER, alaQoSMapGroupsStatus RowStatus } alaQoSMapGroupsName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of map group" ::= { alaQoSMapGroupsEntry 1 } alaQoSMapGroupsSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-create STATUS current DESCRIPTION "What entity created the map group." DEFVAL { cli } ::= { alaQoSMapGroupsEntry 2 } alaQoSMapGroupsStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Used to create/delete map groups according to the RowStatus convention" ::= { alaQoSMapGroupsEntry 3 } -- -- Definition of map group table -- alaQoSAppliedMapGroupsTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSAppliedMapGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS AppliedMapGroups definitions" ::= { alaQoSMIBObjects 24 } alaQoSAppliedMapGroupsEntry OBJECT-TYPE SYNTAX QoSAppliedMapGroupsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS AppliedMapGroups" INDEX { alaQoSAppliedMapGroupsName } ::= { alaQoSAppliedMapGroupsTable 1 } QoSAppliedMapGroupsEntry ::= SEQUENCE { alaQoSAppliedMapGroupsName DisplayString, alaQoSAppliedMapGroupsSource INTEGER, alaQoSAppliedMapGroupsStatus RowStatus } alaQoSAppliedMapGroupsName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of map group" ::= { alaQoSAppliedMapGroupsEntry 1 } alaQoSAppliedMapGroupsSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-only STATUS current DESCRIPTION "What entity created the map group." ::= { alaQoSAppliedMapGroupsEntry 2 } alaQoSAppliedMapGroupsStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "Used to create/delete map groups according to the RowStatus convention" ::= { alaQoSAppliedMapGroupsEntry 3 } -- -- Definition of map group entry table -- alaQoSMapGroupTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSMapGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS MapGroup definitions" ::= { alaQoSMIBObjects 25 } alaQoSMapGroupEntry OBJECT-TYPE SYNTAX QoSMapGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS MapGroup" INDEX { alaQoSMapGroupsName, alaQoSMapGroupKey, alaQoSMapGroupKeyEnd, alaQoSMapGroupValue } ::= { alaQoSMapGroupTable 1 } QoSMapGroupEntry ::= SEQUENCE { alaQoSMapGroupKey Integer32, alaQoSMapGroupKeyEnd Integer32, alaQoSMapGroupValue Integer32, alaQoSMapGroupStatus RowStatus } alaQoSMapGroupKey OBJECT-TYPE SYNTAX Integer32 (0..63) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Key range start of map group entry." ::= { alaQoSMapGroupEntry 1 } alaQoSMapGroupKeyEnd OBJECT-TYPE SYNTAX Integer32 (0..63) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Key range end for map group entries. Key range end must be greater than key range start to indicate a range. When '0', use key range start as a single key." ::= { alaQoSMapGroupEntry 2 } alaQoSMapGroupValue OBJECT-TYPE SYNTAX Integer32 (0..63) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Value for map group entries. Value to stamp on traffic when keys in the proper range are seen." ::= { alaQoSMapGroupEntry 3 } alaQoSMapGroupStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Used to create/delete map group entries according to the RowStatus convention" ::= { alaQoSMapGroupEntry 4 } -- -- Definition of map group entry table -- alaQoSAppliedMapGroupTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSAppliedMapGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS AppliedMapGroup definitions" ::= { alaQoSMIBObjects 26 } alaQoSAppliedMapGroupEntry OBJECT-TYPE SYNTAX QoSAppliedMapGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS AppliedMapGroup" INDEX { alaQoSAppliedMapGroupsName, alaQoSAppliedMapGroupKey, alaQoSAppliedMapGroupKeyEnd, alaQoSAppliedMapGroupValue } ::= { alaQoSAppliedMapGroupTable 1 } QoSAppliedMapGroupEntry ::= SEQUENCE { alaQoSAppliedMapGroupKey Integer32, alaQoSAppliedMapGroupKeyEnd Integer32, alaQoSAppliedMapGroupValue Integer32, alaQoSAppliedMapGroupStatus RowStatus } alaQoSAppliedMapGroupKey OBJECT-TYPE SYNTAX Integer32 (0..63) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Key range start of map group entry." ::= { alaQoSAppliedMapGroupEntry 1 } alaQoSAppliedMapGroupKeyEnd OBJECT-TYPE SYNTAX Integer32 (0..63) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Key range end for map group entries. Key range end must be greater than key range start to indicate a range. When '0', use key range start as a single key." ::= { alaQoSAppliedMapGroupEntry 2 } alaQoSAppliedMapGroupValue OBJECT-TYPE SYNTAX Integer32 (0..63) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Value for map group entries. Value to stamp on traffic when keys in the proper range are seen." ::= { alaQoSAppliedMapGroupEntry 3 } alaQoSAppliedMapGroupStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "Used to create/delete map group entries according to the RowStatus convention" ::= { alaQoSAppliedMapGroupEntry 4 } -- -- Definition of action table -- alaQoSActionTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSActionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS Action definitions" ::= { alaQoSMIBObjects 27 } alaQoSActionEntry OBJECT-TYPE SYNTAX QoSActionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS Action" INDEX { alaQoSActionName } ::= { alaQoSActionTable 1 } QoSActionEntry ::= SEQUENCE { alaQoSActionName DisplayString, alaQoSActionSource INTEGER, alaQoSActionDisposition INTEGER, alaQoSActionDropAlgorithm INTEGER, alaQoSActionWredMaximumThreshold Integer32, alaQoSActionWredMaximumThresholdStatus INTEGER, alaQoSActionWredMinimumThreshold Integer32, alaQoSActionWredMinimumThresholdStatus INTEGER, alaQoSActionWredMaximumProbability Integer32, alaQoSActionWredMaximumProbabilityStatus INTEGER, alaQoSActionMinimumBandwidth Integer32, alaQoSActionMinimumBandwidthStatus INTEGER, alaQoSActionMaximumBandwidth Integer32, alaQoSActionMaximumBandwidthStatus INTEGER, alaQoSActionPeakBandwidth Integer32, alaQoSActionPeakBandwidthStatus INTEGER, alaQoSActionPriority Integer32, alaQoSActionPriorityStatus INTEGER, alaQoSActionShared INTEGER, alaQoSActionJitter Integer32, alaQoSActionJitterStatus INTEGER, alaQoSActionLatency Integer32, alaQoSActionLatencyStatus INTEGER, alaQoSActionMaximumDepth Integer32, alaQoSActionMaximumDepthStatus INTEGER, alaQoSActionMaximumBuffers Integer32, alaQoSActionMaximumBuffersStatus INTEGER, alaQoSAction8021p Integer32, alaQoSAction8021pStatus INTEGER, alaQoSActionTos Integer32, alaQoSActionTosStatus INTEGER, alaQoSActionDscp Integer32, alaQoSActionDscpStatus INTEGER, alaQoSActionMapFrom INTEGER, alaQoSActionMapTo INTEGER, alaQoSActionMapGroup DisplayString, alaQoSActionMapGroupStatus INTEGER, alaQoSActionSourceRewriteIpAddr IpAddress, alaQoSActionSourceRewriteIpAddrStatus INTEGER, alaQoSActionSourceRewriteIpMask IpAddress, alaQoSActionSourceRewriteNetworkGroup DisplayString, alaQoSActionSourceRewriteNetworkGroupStatus INTEGER, alaQoSActionDestinationRewriteIpAddr IpAddress, alaQoSActionDestinationRewriteIpAddrStatus INTEGER, alaQoSActionDestinationRewriteIpMask IpAddress, alaQoSActionDestinationRewriteNetworkGroup DisplayString, alaQoSActionDestinationRewriteNetworkGroupStatus INTEGER, alaQoSActionLoadBalanceGroup DisplayString, alaQoSActionLoadBalanceGroupStatus INTEGER, alaQoSActionPermanentGatewayIpAddr IpAddress, alaQoSActionPermanentGatewayIpAddrStatus INTEGER, alaQoSActionAlternateGatewayIpAddr IpAddress, alaQoSActionAlternateGatewayIpAddrStatus INTEGER, alaQoSActionRowStatus RowStatus, alaQoSActionMinimumDepth Integer32, alaQoSActionMinimumDepthStatus INTEGER, alaQoSActionVPNAccess INTEGER } alaQoSActionName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of action" ::= { alaQoSActionEntry 1 } alaQoSActionSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-create STATUS current DESCRIPTION "What entity created the action." DEFVAL { cli } ::= { alaQoSActionEntry 2 } alaQoSActionDisposition OBJECT-TYPE SYNTAX INTEGER { accept (1), drop (2), deny (3) } MAX-ACCESS read-create STATUS current DESCRIPTION "Disposition of traffic using the action. Use to filter out unwanted traffic." DEFVAL { accept } ::= { alaQoSActionEntry 3 } alaQoSActionDropAlgorithm OBJECT-TYPE SYNTAX INTEGER { tail (1), wred (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Which drop algorithm should be used to discard traffic when oversubscribed." DEFVAL { tail } ::= { alaQoSActionEntry 4 } alaQoSActionWredMaximumThreshold OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Bandwidth at which WRED should discard most traffic." DEFVAL { 0 } ::= { alaQoSActionEntry 5 } alaQoSActionWredMaximumThresholdStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether WRED maximum threshold is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 6 } alaQoSActionWredMinimumThreshold OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Bandwidth at which WRED should start to discard traffic." DEFVAL { 0 } ::= { alaQoSActionEntry 7 } alaQoSActionWredMinimumThresholdStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether WRED minimum threshold is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 8 } alaQoSActionWredMaximumProbability OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Probabilty that traffic will be dropped at WRED maximum threshold." DEFVAL { 0 } ::= { alaQoSActionEntry 9 } alaQoSActionWredMaximumProbabilityStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether WRED maximum probability is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 10 } alaQoSActionMinimumBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Minimum bandwidth (Kbits/sec) to guarantee for traffic" DEFVAL { 0 } ::= { alaQoSActionEntry 11 } alaQoSActionMinimumBandwidthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether minimum bandwidth is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 12 } alaQoSActionMaximumBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Maximum bandwidth (Kbits/sec) allowed for traffic" DEFVAL { 0 } ::= { alaQoSActionEntry 13 } alaQoSActionMaximumBandwidthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether maximum bandwidth is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 14 } alaQoSActionPeakBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Peak bandwidth (Kbits/sec) allowed for traffic" DEFVAL { 0 } ::= { alaQoSActionEntry 15 } alaQoSActionPeakBandwidthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether peak bandwidth is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 16 } alaQoSActionPriority OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-create STATUS current DESCRIPTION "Internal and queueing priority to use for traffic." DEFVAL { 0 } ::= { alaQoSActionEntry 17 } alaQoSActionPriorityStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether priority is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 18 } alaQoSActionShared OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "When enabled, try and share any resources (queues/limiters/descriptors) when more than one policy uses the same action." DEFVAL { no } ::= { alaQoSActionEntry 19 } alaQoSActionJitter OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Maximum jitter to allow for traffic." DEFVAL { 0 } ::= { alaQoSActionEntry 20 } alaQoSActionJitterStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether jitter is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 21 } alaQoSActionLatency OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Maximum latency to allow for traffic." DEFVAL { 0 } ::= { alaQoSActionEntry 22 } alaQoSActionLatencyStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether latency is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 23 } alaQoSActionMaximumDepth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Maximum depth (Kbytes) of queues for traffic. Used for EBS in tri-color marker applications." DEFVAL { 0 } ::= { alaQoSActionEntry 24 } alaQoSActionMaximumDepthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether maximum depth is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 25 } alaQoSActionMaximumBuffers OBJECT-TYPE SYNTAX Integer32 (0..2047) MAX-ACCESS read-create STATUS current DESCRIPTION "Maxmimum buffers for queues for traffic." DEFVAL { 0 } ::= { alaQoSActionEntry 26 } alaQoSActionMaximumBuffersStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether maximum buffers is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 27 } alaQoSAction8021p OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-create STATUS current DESCRIPTION "802.1p value to stamp on traffic." DEFVAL { 0 } ::= { alaQoSActionEntry 28 } alaQoSAction8021pStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether 802.1p is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 29 } alaQoSActionTos OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-create STATUS current DESCRIPTION "TOS value to stamp on traffic. (High 3 bits of TOS byte)" DEFVAL { 0 } ::= { alaQoSActionEntry 30 } alaQoSActionTosStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether TOS is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 31 } alaQoSActionDscp OBJECT-TYPE SYNTAX Integer32 (0..63) MAX-ACCESS read-create STATUS current DESCRIPTION "TOS value to stamp on traffic. (High 6 bits of TOS byte)" DEFVAL { 0 } ::= { alaQoSActionEntry 32 } alaQoSActionDscpStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether DSCP is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 33 } alaQoSActionMapFrom OBJECT-TYPE SYNTAX INTEGER { b8021p (1), tos (2), dscp (3) } MAX-ACCESS read-create STATUS current DESCRIPTION "What field to use as key for mapping 802.1p/TOS/DSCP priorities" DEFVAL { b8021p } ::= { alaQoSActionEntry 34 } alaQoSActionMapTo OBJECT-TYPE SYNTAX INTEGER { b8021p (1), tos (2), dscp (3) } MAX-ACCESS read-create STATUS current DESCRIPTION "What field to rewrite due to remapping 802.1p/TOS/DSCP priorities" DEFVAL { b8021p } ::= { alaQoSActionEntry 35 } alaQoSActionMapGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-create STATUS current DESCRIPTION "Name of the map group to use when remapping 802.1p/TOS/DSCP priorities." ::= { alaQoSActionEntry 36 } alaQoSActionMapGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether a map group is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 37 } alaQoSActionSourceRewriteIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Source IP address to rewrite on traffic." DEFVAL { '00000000'h } ::= { alaQoSActionEntry 38 } alaQoSActionSourceRewriteIpAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether source rewrite IP address & mask is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 39 } alaQoSActionSourceRewriteIpMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Source rewrite IP mask to determine how much of source IP to rewrite." DEFVAL { 'ffffffff'h } ::= { alaQoSActionEntry 40 } alaQoSActionSourceRewriteNetworkGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-create STATUS current DESCRIPTION "Name of network group containing source address/masks to rewrite on traffic. Must be a one to on correspondence with source network group entries in the condition." ::= { alaQoSActionEntry 41 } alaQoSActionSourceRewriteNetworkGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether source rewrite network group is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 42 } alaQoSActionDestinationRewriteIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Destination IP address to rewrite on traffic." DEFVAL { '00000000'h } ::= { alaQoSActionEntry 43 } alaQoSActionDestinationRewriteIpAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether destination rewrite IP address & mask is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 44 } alaQoSActionDestinationRewriteIpMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Destination rewrite IP mask to determine how much of destination IP to rewrite." DEFVAL { 'ffffffff'h } ::= { alaQoSActionEntry 45 } alaQoSActionDestinationRewriteNetworkGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-create STATUS current DESCRIPTION "Name of network group containing destination address/masks to rewrite on traffic. Must be a one to on correspondence with destination network group entries in the condition." ::= { alaQoSActionEntry 46 } alaQoSActionDestinationRewriteNetworkGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether destination rewrite network group is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 47 } alaQoSActionLoadBalanceGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..23)) MAX-ACCESS read-create STATUS current DESCRIPTION "Name of load balance group to use for traffic" ::= { alaQoSActionEntry 48 } alaQoSActionLoadBalanceGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether load balanace group is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 49 } alaQoSActionPermanentGatewayIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Next hop gateway to use for traffic" DEFVAL { '00000000'h } ::= { alaQoSActionEntry 50 } alaQoSActionPermanentGatewayIpAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether permanent gateway IP address is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 51 } alaQoSActionAlternateGatewayIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Next hop gateway to use for traffic that doesn't have an explicit route. Use this gateway instead of default routes." DEFVAL { '00000000'h } ::= { alaQoSActionEntry 52 } alaQoSActionAlternateGatewayIpAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether alternate gateway IP address is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 53 } alaQoSActionRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Used to create/delete actions according to the RowStatus convention" ::= { alaQoSActionEntry 54 } alaQoSActionMinimumDepth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Minimum depth (Kbytes) of queues for traffic. Used for CBS in tri-color marker applications." DEFVAL { 0 } ::= { alaQoSActionEntry 55 } alaQoSActionMinimumDepthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether minimum depth is specified(enabled) or not(disabled)." DEFVAL { disabled } ::= { alaQoSActionEntry 56 } alaQoSActionVPNAccess OBJECT-TYPE SYNTAX INTEGER { protect (1), bypass (2), drop (3) } MAX-ACCESS read-create STATUS current DESCRIPTION "How to encrypt traffic" ::= { alaQoSActionEntry 57 } -- -- Definition of action table -- alaQoSAppliedActionTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSAppliedActionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS AppliedAction definitions" ::= { alaQoSMIBObjects 28 } alaQoSAppliedActionEntry OBJECT-TYPE SYNTAX QoSAppliedActionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS AppliedAction" INDEX { alaQoSAppliedActionName } ::= { alaQoSAppliedActionTable 1 } QoSAppliedActionEntry ::= SEQUENCE { alaQoSAppliedActionName DisplayString, alaQoSAppliedActionSource INTEGER, alaQoSAppliedActionDisposition INTEGER, alaQoSAppliedActionDropAlgorithm INTEGER, alaQoSAppliedActionWredMaximumThreshold Integer32, alaQoSAppliedActionWredMaximumThresholdStatus INTEGER, alaQoSAppliedActionWredMinimumThreshold Integer32, alaQoSAppliedActionWredMinimumThresholdStatus INTEGER, alaQoSAppliedActionWredMaximumProbability Integer32, alaQoSAppliedActionWredMaximumProbabilityStatus INTEGER, alaQoSAppliedActionMinimumBandwidth Integer32, alaQoSAppliedActionMinimumBandwidthStatus INTEGER, alaQoSAppliedActionMaximumBandwidth Integer32, alaQoSAppliedActionMaximumBandwidthStatus INTEGER, alaQoSAppliedActionPeakBandwidth Integer32, alaQoSAppliedActionPeakBandwidthStatus INTEGER, alaQoSAppliedActionPriority Integer32, alaQoSAppliedActionPriorityStatus INTEGER, alaQoSAppliedActionShared INTEGER, alaQoSAppliedActionJitter Integer32, alaQoSAppliedActionJitterStatus INTEGER, alaQoSAppliedActionLatency Integer32, alaQoSAppliedActionLatencyStatus INTEGER, alaQoSAppliedActionMaximumDepth Integer32, alaQoSAppliedActionMaximumDepthStatus INTEGER, alaQoSAppliedActionMaximumBuffers Integer32, alaQoSAppliedActionMaximumBuffersStatus INTEGER, alaQoSAppliedAction8021p Integer32, alaQoSAppliedAction8021pStatus INTEGER, alaQoSAppliedActionTos Integer32, alaQoSAppliedActionTosStatus INTEGER, alaQoSAppliedActionDscp Integer32, alaQoSAppliedActionDscpStatus INTEGER, alaQoSAppliedActionMapFrom INTEGER, alaQoSAppliedActionMapTo INTEGER, alaQoSAppliedActionMapGroup DisplayString, alaQoSAppliedActionMapGroupStatus INTEGER, alaQoSAppliedActionSourceRewriteIpAddr IpAddress, alaQoSAppliedActionSourceRewriteIpAddrStatus INTEGER, alaQoSAppliedActionSourceRewriteIpMask IpAddress, alaQoSAppliedActionSourceRewriteNetworkGroup DisplayString, alaQoSAppliedActionSourceRewriteNetworkGroupStatus INTEGER, alaQoSAppliedActionDestinationRewriteIpAddr IpAddress, alaQoSAppliedActionDestinationRewriteIpAddrStatus INTEGER, alaQoSAppliedActionDestinationRewriteIpMask IpAddress, alaQoSAppliedActionDestinationRewriteNetworkGroup DisplayString, alaQoSAppliedActionDestinationRewriteNetworkGroupStatus INTEGER, alaQoSAppliedActionLoadBalanceGroup DisplayString, alaQoSAppliedActionLoadBalanceGroupStatus INTEGER, alaQoSAppliedActionPermanentGatewayIpAddr IpAddress, alaQoSAppliedActionPermanentGatewayIpAddrStatus INTEGER, alaQoSAppliedActionAlternateGatewayIpAddr IpAddress, alaQoSAppliedActionAlternateGatewayIpAddrStatus INTEGER, alaQoSAppliedActionRowStatus RowStatus, alaQoSAppliedActionMinimumDepth Integer32, alaQoSAppliedActionMinimumDepthStatus INTEGER, alaQoSAppliedActionVPNAccess INTEGER } alaQoSAppliedActionName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Name of action" ::= { alaQoSAppliedActionEntry 1 } alaQoSAppliedActionSource OBJECT-TYPE SYNTAX INTEGER { ldap (1), cli (2), blt (3), api (4) } MAX-ACCESS read-only STATUS current DESCRIPTION "What entity created the action." ::= { alaQoSAppliedActionEntry 2 } alaQoSAppliedActionDisposition OBJECT-TYPE SYNTAX INTEGER { accept (1), drop (2), deny (3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Disposition of traffic using the action. Use to filter out unwanted traffic." ::= { alaQoSAppliedActionEntry 3 } alaQoSAppliedActionDropAlgorithm OBJECT-TYPE SYNTAX INTEGER { tail (1), wred (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Which drop algorithm should be used to discard traffic when oversubscribed." ::= { alaQoSAppliedActionEntry 4 } alaQoSAppliedActionWredMaximumThreshold OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Bandwidth at which WRED should discard most traffic." ::= { alaQoSAppliedActionEntry 5 } alaQoSAppliedActionWredMaximumThresholdStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether WRED maximum threshold is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 6 } alaQoSAppliedActionWredMinimumThreshold OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Bandwidth at which WRED should start to discard traffic." ::= { alaQoSAppliedActionEntry 7 } alaQoSAppliedActionWredMinimumThresholdStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether WRED minimum threshold is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 8 } alaQoSAppliedActionWredMaximumProbability OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Probabilty that traffic will be dropped at WRED maximum threshold." ::= { alaQoSAppliedActionEntry 9 } alaQoSAppliedActionWredMaximumProbabilityStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether WRED maximum probability is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 10 } alaQoSAppliedActionMinimumBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Minimum bandwidth (Kbits/sec) to guarantee for traffic" ::= { alaQoSAppliedActionEntry 11 } alaQoSAppliedActionMinimumBandwidthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether minimum bandwidth is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 12 } alaQoSAppliedActionMaximumBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Maximum bandwidth (Kbits/sec) allowed for traffic" ::= { alaQoSAppliedActionEntry 13 } alaQoSAppliedActionMaximumBandwidthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether maximum bandwidth is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 14 } alaQoSAppliedActionPeakBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Peak bandwidth (Kbits/sec) allowed for traffic" ::= { alaQoSAppliedActionEntry 15 } alaQoSAppliedActionPeakBandwidthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether peak bandwidth is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 16 } alaQoSAppliedActionPriority OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-only STATUS current DESCRIPTION "Internal and queueing priority to use for traffic." ::= { alaQoSAppliedActionEntry 17 } alaQoSAppliedActionPriorityStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether priority is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 18 } alaQoSAppliedActionShared OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "When enabled, try and share any resources (queues/limiters/descriptors) when more than one policy uses the same action." ::= { alaQoSAppliedActionEntry 19 } alaQoSAppliedActionJitter OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Maximum jitter to allow for traffic." ::= { alaQoSAppliedActionEntry 20 } alaQoSAppliedActionJitterStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether jitter is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 21 } alaQoSAppliedActionLatency OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Maximum latency to allow for traffic." ::= { alaQoSAppliedActionEntry 22 } alaQoSAppliedActionLatencyStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether latency is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 23 } alaQoSAppliedActionMaximumDepth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Maximum depth (Kbytes) of queues for traffic. Used for EBS in tri-color marker applications." ::= { alaQoSAppliedActionEntry 24 } alaQoSAppliedActionMaximumDepthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether maximum depth is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 25 } alaQoSAppliedActionMaximumBuffers OBJECT-TYPE SYNTAX Integer32 (0..2047) MAX-ACCESS read-only STATUS current DESCRIPTION "Maxmimum buffers for queues for traffic." ::= { alaQoSAppliedActionEntry 26 } alaQoSAppliedActionMaximumBuffersStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether maximum buffers is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 27 } alaQoSAppliedAction8021p OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-only STATUS current DESCRIPTION "802.1p value to stamp on traffic." ::= { alaQoSAppliedActionEntry 28 } alaQoSAppliedAction8021pStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether 802.1p is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 29 } alaQoSAppliedActionTos OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-only STATUS current DESCRIPTION "TOS value to stamp on traffic. (High 3 bits of TOS byte)" ::= { alaQoSAppliedActionEntry 30 } alaQoSAppliedActionTosStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether TOS is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 31 } alaQoSAppliedActionDscp OBJECT-TYPE SYNTAX Integer32 (0..63) MAX-ACCESS read-only STATUS current DESCRIPTION "TOS value to stamp on traffic. (High 6 bits of TOS byte)" ::= { alaQoSAppliedActionEntry 32 } alaQoSAppliedActionDscpStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether DSCP is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 33 } alaQoSAppliedActionMapFrom OBJECT-TYPE SYNTAX INTEGER { b8021p (1), tos (2), dscp (3) } MAX-ACCESS read-only STATUS current DESCRIPTION "What field to use as key for mapping 802.1p/TOS/DSCP priorities" ::= { alaQoSAppliedActionEntry 34 } alaQoSAppliedActionMapTo OBJECT-TYPE SYNTAX INTEGER { b8021p (1), tos (2), dscp (3) } MAX-ACCESS read-only STATUS current DESCRIPTION "What field to rewrite due to remapping 802.1p/TOS/DSCP priorities" ::= { alaQoSAppliedActionEntry 35 } alaQoSAppliedActionMapGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Name of the map group to use when remapping 802.1p/TOS/DSCP priorities." ::= { alaQoSAppliedActionEntry 36 } alaQoSAppliedActionMapGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether a map group is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 37 } alaQoSAppliedActionSourceRewriteIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Source IP address to rewrite on traffic." ::= { alaQoSAppliedActionEntry 38 } alaQoSAppliedActionSourceRewriteIpAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether source rewrite IP address & mask is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 39 } alaQoSAppliedActionSourceRewriteIpMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Source rewrite IP mask to determine how much of source IP to rewrite." ::= { alaQoSAppliedActionEntry 40 } alaQoSAppliedActionSourceRewriteNetworkGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Name of network group containing source address/masks to rewrite on traffic. Must be a one to on correspondence with source network group entries in the condition." ::= { alaQoSAppliedActionEntry 41 } alaQoSAppliedActionSourceRewriteNetworkGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether source rewrite network group is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 42 } alaQoSAppliedActionDestinationRewriteIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Destination IP address to rewrite on traffic." ::= { alaQoSAppliedActionEntry 43 } alaQoSAppliedActionDestinationRewriteIpAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether destination rewrite IP address & mask is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 44 } alaQoSAppliedActionDestinationRewriteIpMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Destination rewrite IP mask to determine how much of destination IP to rewrite." ::= { alaQoSAppliedActionEntry 45 } alaQoSAppliedActionDestinationRewriteNetworkGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Name of network group containing destination address/masks to rewrite on traffic. Must be a one to on correspondence with destination network group entries in the condition." ::= { alaQoSAppliedActionEntry 46 } alaQoSAppliedActionDestinationRewriteNetworkGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether destination rewrite network group is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 47 } alaQoSAppliedActionLoadBalanceGroup OBJECT-TYPE SYNTAX DisplayString (SIZE(0..23)) MAX-ACCESS read-only STATUS current DESCRIPTION "Name of load balance group to use for traffic" ::= { alaQoSAppliedActionEntry 48 } alaQoSAppliedActionLoadBalanceGroupStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether load balanace group is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 49 } alaQoSAppliedActionPermanentGatewayIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Next hop gateway to use for traffic" ::= { alaQoSAppliedActionEntry 50 } alaQoSAppliedActionPermanentGatewayIpAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether permanent gateway IP address is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 51 } alaQoSAppliedActionAlternateGatewayIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Next hop gateway to use for traffic that doesn't have an explicit route. Use this gateway instead of default routes." ::= { alaQoSAppliedActionEntry 52 } alaQoSAppliedActionAlternateGatewayIpAddrStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether alternate gateway IP address is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 53 } alaQoSAppliedActionRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "Used to create/delete actions according to the RowStatus convention" ::= { alaQoSAppliedActionEntry 54 } alaQoSAppliedActionMinimumDepth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Minimum depth (Kbytes) of queues for traffic. Used for CBS in tri-color marker applications." ::= { alaQoSAppliedActionEntry 55 } alaQoSAppliedActionMinimumDepthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status field indicating whether minimum depth is specified(enabled) or not(disabled)." ::= { alaQoSAppliedActionEntry 56 } alaQoSAppliedActionVPNAccess OBJECT-TYPE SYNTAX INTEGER { protect (1), bypass (2), drop (3) } MAX-ACCESS read-only STATUS current DESCRIPTION "How to encrypt traffic" ::= { alaQoSAppliedActionEntry 57 } -- -- Definition of port table -- alaQoSPortTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS Port definitions" ::= { alaQoSMIBObjects 29 } alaQoSPortEntry OBJECT-TYPE SYNTAX QoSPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS Port" INDEX { alaQoSPortSlot, alaQoSPortPort } ::= { alaQoSPortTable 1 } QoSPortEntry ::= SEQUENCE { alaQoSPortSlot Integer32, alaQoSPortPort Integer32, alaQoSPortEnabled INTEGER, alaQoSPortAppliedEnabled INTEGER, alaQoSPortInterfaceType INTEGER, alaQoSPortTrusted INTEGER, alaQoSPortDefault8021p Integer32, alaQoSPortDefaultDSCP Integer32, alaQoSPortMaximumReservedBandwidth Integer32, alaQoSPortMaximumReservedBandwidthStatus INTEGER, alaQoSPortAppliedMaximumReservedBandwidth Integer32, alaQoSPortAppliedMaximumReservedBandwidthStatus INTEGER, alaQoSPortMaximumSignalledBandwidth Integer32, alaQoSPortMaximumSignalledBandwidthStatus INTEGER, alaQoSPortAppliedMaximumSignalledBandwidth Integer32, alaQoSPortAppliedMaximumSignalledBandwidthStatus INTEGER, alaQoSPortDefaultQueues Integer32, alaQoSPortAppliedDefaultQueues Integer32, alaQoSPortMaximumDefaultBandwidth Integer32, alaQoSPortMaximumDefaultBandwidthStatus INTEGER, alaQoSPortAppliedMaximumDefaultBandwidth Integer32, alaQoSPortAppliedMaximumDefaultBandwidthStatus INTEGER, alaQoSPortMaximumDefaultDepth Integer32, alaQoSPortMaximumDefaultDepthStatus INTEGER, alaQoSPortAppliedMaximumDefaultDepth Integer32, alaQoSPortAppliedMaximumDefaultDepthStatus INTEGER, alaQoSPortMaximumDefaultBuffers Integer32, alaQoSPortMaximumDefaultBuffersStatus INTEGER, alaQoSPortAppliedMaximumDefaultBuffers Integer32, alaQoSPortAppliedMaximumDefaultBuffersStatus INTEGER, alaQoSPortReset INTEGER, alaQoSPortPhysicalBandwidth Integer32, alaQoSPortReservedBandwidth Integer32, alaQoSPortSignalledBandwidth Integer32, alaQoSPortCurrentBandwidth Integer32, alaQoSPortDefaultQidLow Integer32, alaQoSPortDefaultQidMedium Integer32, alaQoSPortDefaultQidHigh Integer32, alaQoSPortDefaultQidUrgent Integer32, alaQoSPortFloodQid Integer32, alaQoSPortQueues Integer32, alaQoSPortQueuesCreated Integer32, alaQoSPortQueuesFailed Integer32, alaQoSPortQueuesPreempted Integer32, alaQoSPortRowStatus RowStatus, alaQoSPortFirPrio0EnqBytes Counter64, alaQoSPortFirPrio0DeqBytes Counter64, alaQoSPortFirPrio0EnqPkts Counter64, alaQoSPortFirPrio0DeqPkts Counter64, alaQoSPortFirPrio0QidDiscardPkts Counter64, alaQoSPortFirPrio0WredDiscardPkts Counter64, alaQoSPortFirPrio0OverflowDiscardPkts Counter64, alaQoSPortFirPrio1EnqBytes Counter64, alaQoSPortFirPrio1DeqBytes Counter64, alaQoSPortFirPrio1EnqPkts Counter64, alaQoSPortFirPrio1DeqPkts Counter64, alaQoSPortFirPrio1QidDiscardPkts Counter64, alaQoSPortFirPrio1WredDiscardPkts Counter64, alaQoSPortFirPrio1OverflowDiscardPkts Counter64, alaQoSPortFirPrio2EnqBytes Counter64, alaQoSPortFirPrio2DeqBytes Counter64, alaQoSPortFirPrio2EnqPkts Counter64, alaQoSPortFirPrio2DeqPkts Counter64, alaQoSPortFirPrio2QidDiscardPkts Counter64, alaQoSPortFirPrio2WredDiscardPkts Counter64, alaQoSPortFirPrio2OverflowDiscardPkts Counter64, alaQoSPortFirPrio3EnqBytes Counter64, alaQoSPortFirPrio3DeqBytes Counter64, alaQoSPortFirPrio3EnqPkts Counter64, alaQoSPortFirPrio3DeqPkts Counter64, alaQoSPortFirPrio3QidDiscardPkts Counter64, alaQoSPortFirPrio3WredDiscardPkts Counter64, alaQoSPortFirPrio3OverflowDiscardPkts Counter64, alaQoSPortDefaultClassification INTEGER, alaQoSPortLowPriorityWeight Integer32, alaQoSPortMediumPriorityWeight Integer32, alaQoSPortHighPriorityWeight Integer32, alaQoSPortUrgentPriorityWeight Integer32, alaQoSPortMaximumBandwidth Integer32, alaQoSPortMaximumBandwidthStatus INTEGER } alaQoSPortSlot OBJECT-TYPE SYNTAX Integer32 (1..16) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Physical slot port resides on" ::= { alaQoSPortEntry 1 } alaQoSPortPort OBJECT-TYPE SYNTAX Integer32 (1..24) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Physical port number" ::= { alaQoSPortEntry 2 } alaQoSPortEnabled OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Pending QoS enable status for the physical port Does not take effect until an 'Apply' command is issued" DEFVAL { yes } ::= { alaQoSPortEntry 3 } alaQoSPortAppliedEnabled OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current QoS enable status for the physical port " ::= { alaQoSPortEntry 4 } alaQoSPortInterfaceType OBJECT-TYPE SYNTAX INTEGER { ethernet (1), wan (2), ethernet10 (3), ethernet100 (4), ethernet1G (5), ethernet10G (6) } MAX-ACCESS read-only STATUS current DESCRIPTION "The type of interface QoS matches for this physical port" ::= { alaQoSPortEntry 5 } alaQoSPortTrusted OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status of trusting 802.1p/TOS/DSCP values. When trusted, 802.1p/DSCP values in the packet are passed through the switch. When untrusted, 802.1p/DSCP values are set to the port defaults." DEFVAL { no } ::= { alaQoSPortEntry 6 } alaQoSPortDefault8021p OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-create STATUS current DESCRIPTION "802.1p priority value to use for untagged frames arriving on the port and tagged frames when the port is untrusted." DEFVAL { 0 } ::= { alaQoSPortEntry 7 } alaQoSPortDefaultDSCP OBJECT-TYPE SYNTAX Integer32 (0..63) MAX-ACCESS read-create STATUS current DESCRIPTION "DSCP value to stamp in frames arriving on the port when the port is untrusted" DEFVAL { 0 } ::= { alaQoSPortEntry 8 } alaQoSPortMaximumReservedBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Pending maximum reservable bandwidth on the port. Policies can reserve up to this much bandwidth. Does not take effect until an 'Apply' is issued" DEFVAL { 0 } ::= { alaQoSPortEntry 9 } alaQoSPortMaximumReservedBandwidthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Pending status field indicating whether to enforce maximum reservable bandwidth on next 'Apply'" DEFVAL { disabled } ::= { alaQoSPortEntry 10 } alaQoSPortAppliedMaximumReservedBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Current maximum reservable bandwidth on the port. Policies can reserve up to this much bandwidth. " ::= { alaQoSPortEntry 11 } alaQoSPortAppliedMaximumReservedBandwidthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current status field indicating whether to enforce maximum reservable bandwidth." DEFVAL { disabled } ::= { alaQoSPortEntry 12 } alaQoSPortMaximumSignalledBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Pending maximum signalled bandwidth on the port. Signalling protocols can reserve up to this much bandwidth. Does not take effect until an 'Apply' is issued" DEFVAL { 0 } ::= { alaQoSPortEntry 13 } alaQoSPortMaximumSignalledBandwidthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Pending status field indicating whether to enforce maximum signalled bandwidth on next 'Apply'" DEFVAL { disabled } ::= { alaQoSPortEntry 14 } alaQoSPortAppliedMaximumSignalledBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Current maximum signalled bandwidth on the port. Signalling protocols can reserve up to this much bandwidth. " ::= { alaQoSPortEntry 15 } alaQoSPortAppliedMaximumSignalledBandwidthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current status field indicating whether to enforce maximum signalled bandwidth." DEFVAL { disabled } ::= { alaQoSPortEntry 16 } alaQoSPortDefaultQueues OBJECT-TYPE SYNTAX Integer32 (4..4) MAX-ACCESS read-create STATUS current DESCRIPTION "Pending number of default queues for the port Overrides any switch-wide default queue setting" DEFVAL { 4 } ::= { alaQoSPortEntry 17 } alaQoSPortAppliedDefaultQueues OBJECT-TYPE SYNTAX Integer32 (4..4) MAX-ACCESS read-only STATUS current DESCRIPTION "Current number of default queues for the port Overrides any switch-wide default queue setting" ::= { alaQoSPortEntry 18 } alaQoSPortMaximumDefaultBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Pending maximum default bandwidth (Kbits/sec). Maximum rate for default queues on this port Does not take effect until an 'Apply' command is issued" DEFVAL { 0 } ::= { alaQoSPortEntry 19 } alaQoSPortMaximumDefaultBandwidthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Pending status field indicating whether to enforce maximum default bandwidth on next 'Apply'" DEFVAL { disabled } ::= { alaQoSPortEntry 20 } alaQoSPortAppliedMaximumDefaultBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Current maximum default bandwidth (Kbits/sec). Maximum rate for default queues this port " ::= { alaQoSPortEntry 21 } alaQoSPortAppliedMaximumDefaultBandwidthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current status field indicating whether to enforce maximum default bandwidth." DEFVAL { disabled } ::= { alaQoSPortEntry 22 } alaQoSPortMaximumDefaultDepth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Pending maximum depth of egress queues (Kbytes). Maximum depth of queues on this port Does not take effect until an 'Apply' command is issued" DEFVAL { 0 } ::= { alaQoSPortEntry 23 } alaQoSPortMaximumDefaultDepthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Pending status field indicating whether to enforce maximum depth on next 'Apply'" DEFVAL { disabled } ::= { alaQoSPortEntry 24 } alaQoSPortAppliedMaximumDefaultDepth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Current maximum depth of egress queues (Kbytes). Maximum depth of queues on this port " ::= { alaQoSPortEntry 25 } alaQoSPortAppliedMaximumDefaultDepthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current status field indicating whether to enforce maximum depth." DEFVAL { disabled } ::= { alaQoSPortEntry 26 } alaQoSPortMaximumDefaultBuffers OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Pending maximum buffers for egress queues. Maximum number of buffers for queues on this port Does not take effect until an 'Apply' command is issued" DEFVAL { 0 } ::= { alaQoSPortEntry 27 } alaQoSPortMaximumDefaultBuffersStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Pending status field indicating whether to enforce maximum buffers on next 'Apply'" DEFVAL { disabled } ::= { alaQoSPortEntry 28 } alaQoSPortAppliedMaximumDefaultBuffers OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Current maximum buffers for egress queues. Maximum number of buffers for queues on this port " ::= { alaQoSPortEntry 29 } alaQoSPortAppliedMaximumDefaultBuffersStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current status field indicating whether to enforce maximum buffers." DEFVAL { disabled } ::= { alaQoSPortEntry 30 } alaQoSPortReset OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Reset all QoS parameters to default values" DEFVAL { no } ::= { alaQoSPortEntry 31 } alaQoSPortPhysicalBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Physical bandwidth of port (Kbit/sec)" ::= { alaQoSPortEntry 32 } alaQoSPortReservedBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Bandwidth reserved by policies on port (Kbit/sec)" ::= { alaQoSPortEntry 33 } alaQoSPortSignalledBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Bandwidth reserved by signalling on port (Kbit/sec)" ::= { alaQoSPortEntry 34 } alaQoSPortCurrentBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Current measured bandwidth of port (Kbits/sec)" ::= { alaQoSPortEntry 35 } alaQoSPortDefaultQidLow OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Default low queue ID" ::= { alaQoSPortEntry 36 } alaQoSPortDefaultQidMedium OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Default medium queue ID" ::= { alaQoSPortEntry 37 } alaQoSPortDefaultQidHigh OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Default high queue ID" ::= { alaQoSPortEntry 38 } alaQoSPortDefaultQidUrgent OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Default urgent queue ID" ::= { alaQoSPortEntry 39 } alaQoSPortFloodQid OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "ID of the flood queue" ::= { alaQoSPortEntry 40 } alaQoSPortQueues OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of queues currently on the port" ::= { alaQoSPortEntry 41 } alaQoSPortQueuesCreated OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of queue requests on the port" ::= { alaQoSPortEntry 42 } alaQoSPortQueuesFailed OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of queue requests that failed on the port" ::= { alaQoSPortEntry 43 } alaQoSPortQueuesPreempted OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of queues preempted on the port" ::= { alaQoSPortEntry 44 } alaQoSPortRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "Used to create/delete rows according to RowStatus convention" ::= { alaQoSPortEntry 45 } alaQoSPortFirPrio0EnqBytes OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 0 enqueue byte count" ::= { alaQoSPortEntry 46 } alaQoSPortFirPrio0DeqBytes OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 0 dequeue byte count" ::= { alaQoSPortEntry 47 } alaQoSPortFirPrio0EnqPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 0 enqueue packet count" ::= { alaQoSPortEntry 48 } alaQoSPortFirPrio0DeqPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 0 dequeue packet count" ::= { alaQoSPortEntry 49 } alaQoSPortFirPrio0QidDiscardPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 0 QID discard packet count" ::= { alaQoSPortEntry 50 } alaQoSPortFirPrio0WredDiscardPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 0 WRED discard packet count" ::= { alaQoSPortEntry 51 } alaQoSPortFirPrio0OverflowDiscardPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 0 overflow discard packet count" ::= { alaQoSPortEntry 52 } alaQoSPortFirPrio1EnqBytes OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 1 enqueue byte count" ::= { alaQoSPortEntry 53 } alaQoSPortFirPrio1DeqBytes OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 1 dequeue byte count" ::= { alaQoSPortEntry 54 } alaQoSPortFirPrio1EnqPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 1 enqueue packet count" ::= { alaQoSPortEntry 55 } alaQoSPortFirPrio1DeqPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 1 dequeue packet count" ::= { alaQoSPortEntry 56 } alaQoSPortFirPrio1QidDiscardPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 1 QID discard packet count" ::= { alaQoSPortEntry 57 } alaQoSPortFirPrio1WredDiscardPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 1 WRED discard packet count" ::= { alaQoSPortEntry 58 } alaQoSPortFirPrio1OverflowDiscardPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 1 overflow discard packet count" ::= { alaQoSPortEntry 59 } alaQoSPortFirPrio2EnqBytes OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 2 enqueue byte count" ::= { alaQoSPortEntry 60 } alaQoSPortFirPrio2DeqBytes OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 2 dequeue byte count" ::= { alaQoSPortEntry 61 } alaQoSPortFirPrio2EnqPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 2 enqueue packet count" ::= { alaQoSPortEntry 62 } alaQoSPortFirPrio2DeqPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 2 dequeue packet count" ::= { alaQoSPortEntry 63 } alaQoSPortFirPrio2QidDiscardPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 2 QID discard packet count" ::= { alaQoSPortEntry 64 } alaQoSPortFirPrio2WredDiscardPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 2 WRED discard packet count" ::= { alaQoSPortEntry 65 } alaQoSPortFirPrio2OverflowDiscardPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 2 overflow discard packet count" ::= { alaQoSPortEntry 66 } alaQoSPortFirPrio3EnqBytes OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 3 enqueue byte count" ::= { alaQoSPortEntry 67 } alaQoSPortFirPrio3DeqBytes OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 3 dequeue byte count" ::= { alaQoSPortEntry 68 } alaQoSPortFirPrio3EnqPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 3 enqueue packet count" ::= { alaQoSPortEntry 69 } alaQoSPortFirPrio3DeqPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 3 dequeue packet count" ::= { alaQoSPortEntry 70 } alaQoSPortFirPrio3QidDiscardPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 3 QID discard packet count" ::= { alaQoSPortEntry 71 } alaQoSPortFirPrio3WredDiscardPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 3 WRED discard packet count" ::= { alaQoSPortEntry 72 } alaQoSPortFirPrio3OverflowDiscardPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Firenze priority 3 overflow discard packet count" ::= { alaQoSPortEntry 73 } alaQoSPortDefaultClassification OBJECT-TYPE SYNTAX INTEGER { b8021p (1), tos (2), dscp (3) } MAX-ACCESS read-create STATUS current DESCRIPTION "Ingress traffic classification parameter for Firenze port What field to interpret as priority for WRED" DEFVAL { tos } ::= { alaQoSPortEntry 74 } alaQoSPortLowPriorityWeight OBJECT-TYPE SYNTAX Integer32 (1..10) MAX-ACCESS read-create STATUS current DESCRIPTION "Weight to use for low priority queue on NP blades." DEFVAL { 1 } ::= { alaQoSPortEntry 75 } alaQoSPortMediumPriorityWeight OBJECT-TYPE SYNTAX Integer32 (1..10) MAX-ACCESS read-create STATUS current DESCRIPTION "Weight to use for medium priority queue on NP blades." DEFVAL { 2 } ::= { alaQoSPortEntry 76 } alaQoSPortHighPriorityWeight OBJECT-TYPE SYNTAX Integer32 (1..10) MAX-ACCESS read-create STATUS current DESCRIPTION "Weight to use for high priority queue on NP blades." DEFVAL { 3 } ::= { alaQoSPortEntry 77 } alaQoSPortUrgentPriorityWeight OBJECT-TYPE SYNTAX Integer32 (1..10) MAX-ACCESS read-create STATUS current DESCRIPTION "Weight to use for urgent priority queue on NP blades." DEFVAL { 4 } ::= { alaQoSPortEntry 78 } alaQoSPortMaximumBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Maximum egress bandwidth (Kbits/sec). Maximum rate to send traffic out this port" DEFVAL { 0 } ::= { alaQoSPortEntry 79 } alaQoSPortMaximumBandwidthStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Status field indicating whether to enforce maximum bandwidth on port." DEFVAL { disabled } ::= { alaQoSPortEntry 80 } -- -- Definition of config table -- alaQoSConfig OBJECT IDENTIFIER ::= { alaQoSMIBObjects 30 } alaQoSConfigEnabled OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Is QoS enabled on the switch" ::= { alaQoSConfig 1 } alaQoSConfigDefaultQueues OBJECT-TYPE SYNTAX Integer32 (2..4) MAX-ACCESS read-write STATUS current DESCRIPTION "Pending number of default queues to create for each port. Can be overridden on a port by port basis. Does not take affect until an 'Apply' command is issued." ::= { alaQoSConfig 2 } alaQoSConfigAppliedDefaultQueues OBJECT-TYPE SYNTAX Integer32 (2..4) MAX-ACCESS read-only STATUS current DESCRIPTION "Number of default queues configured at last 'Apply' command." ::= { alaQoSConfig 3 } alaQoSConfigTrustPorts OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Flag to indicate wether to trust the 802.1p/TOS values on incoming traffic by default. Can be overridden on a port by port basis." ::= { alaQoSConfig 4 } alaQoSConfigFlowTimeout OBJECT-TYPE SYNTAX Integer32 (2..3600) MAX-ACCESS read-write STATUS current DESCRIPTION "Pending flow timeout (seconds). Flows are removed from hardware/software if no traffic is seen for this many seconds. Does not take effect until an 'Apply' command is issued" ::= { alaQoSConfig 5 } alaQoSConfigAppliedFlowTimeout OBJECT-TYPE SYNTAX Integer32 (2..3600) MAX-ACCESS read-only STATUS current DESCRIPTION "Current flow timeout (seconds). Flows are removed from hardware/software if no traffic is seen for this many seconds." ::= { alaQoSConfig 6 } alaQoSConfigFragmentTimeout OBJECT-TYPE SYNTAX Integer32 (2..60) MAX-ACCESS read-write STATUS current DESCRIPTION "Pending fragment timeout (seconds). Packet fragments are remembered for this many seconds. Does not take effect until an 'Apply' command is issued" ::= { alaQoSConfig 7 } alaQoSConfigAppliedFragmentTimeout OBJECT-TYPE SYNTAX Integer32 (2..60) MAX-ACCESS read-only STATUS current DESCRIPTION "Current fragment timeout (seconds). Packet fragments are remembered for this many seconds." ::= { alaQoSConfig 8 } alaQoSConfigReflexiveTimeout OBJECT-TYPE SYNTAX Integer32 (10..3000) MAX-ACCESS read-write STATUS current DESCRIPTION "Pending reflexive timeout (seconds). Anticipate reverse flows for reflexive and NAT connections for this long until we see a response. Does not take effect until an 'Apply' command is issued" ::= { alaQoSConfig 9 } alaQoSConfigAppliedReflfexiveTimeout OBJECT-TYPE SYNTAX Integer32 (10..3000) MAX-ACCESS read-only STATUS current DESCRIPTION "Current reflexive timeout (seconds). Anticipate reverse flows for reflexive and NAT connections for this long until we see a response. " ::= { alaQoSConfig 10 } alaQoSConfigNatTimeout OBJECT-TYPE SYNTAX Integer32 (10..200000) MAX-ACCESS read-write STATUS current DESCRIPTION "Pending nat timeout (seconds). Once traffic is seen in both directions for anticipated flows, length of time to remember the flow without seeing traffic in either direction. Does not take effect until an 'Apply' command is issued" ::= { alaQoSConfig 11 } alaQoSConfigAppliedNatTimeout OBJECT-TYPE SYNTAX Integer32 (10..200000) MAX-ACCESS read-only STATUS current DESCRIPTION "Current nat timeout (seconds). Once traffic is seen in both directions for anticipated flows, length of time to remember the flow without seeing traffic in either direction." ::= { alaQoSConfig 12 } alaQoSConfigClassifyl3Bridged OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Pending indicator for looking at L3/L4 parameters of bridged traffic. Does not take effect until an 'Apply' command is issued." ::= { alaQoSConfig 13 } alaQoSConfigAppliedClassifyl3Bridged OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current indicator for looking at L3/L4 parameters of bridged traffic." ::= { alaQoSConfig 14 } alaQoSConfigClassifyFragments OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Pending indicator for classifying fragmented traffic at L4 Does not take effect until an 'Apply' command is issued" ::= { alaQoSConfig 15 } alaQoSConfigAppliedClassifyFragments OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current indicator for classifying fragmented traffic at L4 Does not take effect until an 'Apply' command is issued" ::= { alaQoSConfig 16 } alaQoSConfigDefaultBridgedDisposition OBJECT-TYPE SYNTAX INTEGER { accept (1), drop (2), deny (3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Pending disposition of bridged traffic that doesn't match a policy. Does not take effect until an 'Apply' command is issued." ::= { alaQoSConfig 17 } alaQoSConfigAppliedDefaultBridgedDisposition OBJECT-TYPE SYNTAX INTEGER { accept (1), drop (2), deny (3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current disposition of bridged traffic that doesn't match a policy." ::= { alaQoSConfig 18 } alaQoSConfigDefaultRoutedDisposition OBJECT-TYPE SYNTAX INTEGER { accept (1), drop (2), deny (3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Pending disposition of routed traffic that doesn't match a policy. Does not take effect until an 'Apply' command is issued." ::= { alaQoSConfig 19 } alaQoSConfigAppliedDefaultRoutedDisposition OBJECT-TYPE SYNTAX INTEGER { accept (1), drop (2), deny (3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current disposition of routed traffic that doesn't match a policy " ::= { alaQoSConfig 20 } alaQoSConfigDefaultMulticastDisposition OBJECT-TYPE SYNTAX INTEGER { accept (1), drop (2), deny (3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Pending disposition of IGMP requests that don't match a policy Does not take effect until an 'Apply' command is issued" ::= { alaQoSConfig 21 } alaQoSConfigAppliedDefaultMulticastDisposition OBJECT-TYPE SYNTAX INTEGER { accept (1), drop (2), deny (3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current disposition of IGMP requests that don't match a policy " ::= { alaQoSConfig 22 } alaQoSConfigStatsInterval OBJECT-TYPE SYNTAX Integer32 (10..3600) MAX-ACCESS read-write STATUS current DESCRIPTION "Interval in seconds for how often statistics are updated" ::= { alaQoSConfig 23 } alaQoSConfigLogLines OBJECT-TYPE SYNTAX Integer32 (0..512) MAX-ACCESS read-write STATUS current DESCRIPTION "Number of log lines to maintain in the QoS log" ::= { alaQoSConfig 24 } alaQoSConfigLogLevel OBJECT-TYPE SYNTAX Integer32 (2..9) MAX-ACCESS read-write STATUS current DESCRIPTION "The level of logging desired. The higher the level, the more verbose the logging" ::= { alaQoSConfig 25 } alaQoSConfigLogConsole OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Whether QoS log events are logged to the console" ::= { alaQoSConfig 26 } alaQoSConfigForwardLog OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Whether QoS forwards logging events to PolicyManager" ::= { alaQoSConfig 27 } alaQoSConfigClearLog OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Clear the QoS log" ::= { alaQoSConfig 28 } alaQoSConfigApply OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Set to apply all pending QoS configuration/policy changes" ::= { alaQoSConfig 29 } alaQoSConfigRevert OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Set to revert all pending QoS configuration/policy changes" ::= { alaQoSConfig 30 } alaQoSConfigReset OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Set to reset global QoS configuration parameters to their default values" ::= { alaQoSConfig 31 } alaQoSConfigStatsReset OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Set to reset global QoS statistics counters" ::= { alaQoSConfig 32 } alaQoSConfigFlush OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Flush all pending policy objects" ::= { alaQoSConfig 33 } alaQoSConfigDebug OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "Possible debug flags for QoS" ::= { alaQoSConfig 34 } -- -- Definition of queue table -- alaQoSQueueTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSQueueEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS Queue definitions" ::= { alaQoSMIBObjects 32 } alaQoSQueueEntry OBJECT-TYPE SYNTAX QoSQueueEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS Queue" INDEX { alaQoSQueueId } ::= { alaQoSQueueTable 1 } QoSQueueEntry ::= SEQUENCE { alaQoSQueueId Integer32, alaQoSQueueSlot Integer32, alaQoSQueuePort Integer32, alaQoSQueuePortId Integer32, alaQoSQueueType INTEGER, alaQoSQueuePriority Integer32, alaQoSQueueMinimumBandwidth Integer32, alaQoSQueueMaximumBandwidth Integer32, alaQoSQueueAverageBandwidth Integer32, alaQoSQueueMinimumDepth Integer32, alaQoSQueueMaximumDepth Integer32, alaQoSQueueMaximumBuffers Integer32, alaQoSQueue8021p Integer32, alaQoSQueuePacketsSent Integer32, alaQoSQueuePacketsDropped Integer32, alaQoSQueueMaxLength Integer32, alaQoSQueueAverageLength Integer32, alaQoSQueueCurrentLength Integer32, alaQoSQueueAction DisplayString } alaQoSQueueId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "Internal queue identifier" ::= { alaQoSQueueEntry 1 } alaQoSQueueSlot OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Physical slot queue is destined to" ::= { alaQoSQueueEntry 2 } alaQoSQueuePort OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Physical port queue is destined to" ::= { alaQoSQueueEntry 3 } alaQoSQueuePortId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Internal global port id of destination port" ::= { alaQoSQueueEntry 4 } alaQoSQueueType OBJECT-TYPE SYNTAX INTEGER { mammoth (1), priority (2), drr (3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Type of queueing done on this queue" ::= { alaQoSQueueEntry 5 } alaQoSQueuePriority OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Queueing priority for the queue" ::= { alaQoSQueueEntry 6 } alaQoSQueueMinimumBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Minimum bandwidth (Kbits/sec) given to the queue" ::= { alaQoSQueueEntry 7 } alaQoSQueueMaximumBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Maximum bandwidth (Kbits/sec) given to the queue" ::= { alaQoSQueueEntry 8 } alaQoSQueueAverageBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Average measured bandwidth (Kbits/sec) for the queue" ::= { alaQoSQueueEntry 9 } alaQoSQueueMinimumDepth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Minimum depth (Kbytes) of the queue" ::= { alaQoSQueueEntry 10 } alaQoSQueueMaximumDepth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Maximum depth (Kbytes) of the queue" ::= { alaQoSQueueEntry 11 } alaQoSQueueMaximumBuffers OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Maximum number of buffers for the queue" ::= { alaQoSQueueEntry 12 } alaQoSQueue8021p OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "802.1p value queue places on traffic" ::= { alaQoSQueueEntry 13 } alaQoSQueuePacketsSent OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of packets sent through the queue" ::= { alaQoSQueueEntry 14 } alaQoSQueuePacketsDropped OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of packets dropped trying to queue into this queue" ::= { alaQoSQueueEntry 15 } alaQoSQueueMaxLength OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Maximum measured length the queue has reached in buffers" ::= { alaQoSQueueEntry 16 } alaQoSQueueAverageLength OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Average measured length of the queue in buffers" ::= { alaQoSQueueEntry 17 } alaQoSQueueCurrentLength OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Current measured length of the queue in buffers" ::= { alaQoSQueueEntry 18 } alaQoSQueueAction OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Name of the action this queue was created from" ::= { alaQoSQueueEntry 19 } -- -- Definition of stats table -- alaQoSStats OBJECT IDENTIFIER ::= { alaQoSMIBObjects 31 } alaQoSStatsL2Events OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of L2 classification events" ::= { alaQoSStats 1 } alaQoSStatsL2Matches OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of L2 classifications matching a policy" ::= { alaQoSStats 2 } alaQoSStatsL2Drops OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of L2 classifications matching a drop policy" ::= { alaQoSStats 3 } alaQoSStatsL3IngressEvents OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of L3/L4 ingress classification events" ::= { alaQoSStats 4 } alaQoSStatsL3IngressMatches OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of L3 ingress classifications matching a policy" ::= { alaQoSStats 5 } alaQoSStatsL3IngressDrops OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of L3 ingress classifications matching a drop policy" ::= { alaQoSStats 6 } alaQoSStatsL3EgressEvents OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of L3/L4 egress classification events" ::= { alaQoSStats 7 } alaQoSStatsL3EgressMatches OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of L3 egress classifications matching a policy" ::= { alaQoSStats 8 } alaQoSStatsL3EgressDrops OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of L3 egress classifications matching a drop policy" ::= { alaQoSStats 9 } alaQoSStatsMulticastEvents OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of IGMP classification events" ::= { alaQoSStats 10 } alaQoSStatsMulticastMatches OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of IGMP classifications matching a policy" ::= { alaQoSStats 11 } alaQoSStatsMulticastDrops OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of IGMP classifications matching a drop policy" ::= { alaQoSStats 12 } alaQoSStatsFragments OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of fragments processed by QoS" ::= { alaQoSStats 13 } alaQoSStatsBadFragments OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of illegal (offset = 1) fragments" ::= { alaQoSStats 14 } alaQoSStatsUnknownFragments OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of out of order fragment pieces" ::= { alaQoSStats 15 } alaQoSStatsReflexiveFlows OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of reflexive flow entries" ::= { alaQoSStats 16 } alaQoSStatsReflexiveCorrections OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of reflexive flow corrections" ::= { alaQoSStats 17 } alaQoSStatsLoadBalanceFlows OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of server load balanced flow entries" ::= { alaQoSStats 18 } alaQoSStatsClassifierMaxNodes OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Highest number of nodes in classifier tree" ::= { alaQoSStats 19 } alaQoSStatsClassifierMaxDepth OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Length of longest path in classifier tree" ::= { alaQoSStats 20 } alaQoSStatsFlowLookups OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of flow table lookups" ::= { alaQoSStats 21 } alaQoSStatsFlowHits OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of flow table lookup hits" ::= { alaQoSStats 22 } alaQoSStatsSentNIMessages OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages sent to NIs" ::= { alaQoSStats 23 } alaQoSStatsReceivedNIMessages OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages received from NIs" ::= { alaQoSStats 24 } alaQoSStatsFailedNIMessages OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of failed message attemptes to NIs" ::= { alaQoSStats 25 } -- -- Definition of slot table -- alaQoSSlotTable OBJECT-TYPE SYNTAX SEQUENCE OF QoSSlotEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of QoS Slot definitions" ::= { alaQoSMIBObjects 33 } alaQoSSlotEntry OBJECT-TYPE SYNTAX QoSSlotEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Definition of QoS Slot" INDEX { alaQoSSlotSlot, alaQoSSlotSlice } ::= { alaQoSSlotTable 1 } QoSSlotEntry ::= SEQUENCE { alaQoSSlotSlot Integer32, alaQoSSlotSlice Integer32, alaQoSSlotType INTEGER, alaQoSSlotMaxBuffers Integer32, alaQoSSlotFreeBuffers1 Integer32, alaQoSSlotFreeBuffers2 Integer32, alaQoSSlotThreshold1Low Integer32, alaQoSSlotThreshold1Medium Integer32, alaQoSSlotThreshold1High Integer32, alaQoSSlotThreshold1Urgent Integer32, alaQoSSlotThreshold2Low Integer32, alaQoSSlotThreshold2Medium Integer32, alaQoSSlotThreshold2High Integer32, alaQoSSlotThreshold2Urgent Integer32, alaQoSSlotBuffersDenied Integer32, alaQoSSlotBuffersDeniedAverage Integer32, alaQoSSlotBuffersDropped Integer32, alaQoSSlotBuffersDroppedAverage Integer32 } alaQoSSlotSlot OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "Physical slot number" ::= { alaQoSSlotEntry 1 } alaQoSSlotSlice OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "Physical slice number" ::= { alaQoSSlotEntry 2 } alaQoSSlotType OBJECT-TYPE SYNTAX INTEGER { mammoth (1), kodiak (2), mailbox (3), coronado (4), ixe2424 (5) } MAX-ACCESS read-only STATUS current DESCRIPTION "Type of hardware in this slot/slice" ::= { alaQoSSlotEntry 3 } alaQoSSlotMaxBuffers OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Maximum total buffers on this slot/slice" ::= { alaQoSSlotEntry 4 } alaQoSSlotFreeBuffers1 OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Current free buffers in list 1" ::= { alaQoSSlotEntry 5 } alaQoSSlotFreeBuffers2 OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Current free buffers in list 2" ::= { alaQoSSlotEntry 6 } alaQoSSlotThreshold1Low OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Buffer are not given to low priority traffic from list 1 when free buffers in list 1 is less than this threshold." ::= { alaQoSSlotEntry 7 } alaQoSSlotThreshold1Medium OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Buffer are not given to medium priority traffic from list 1 when free buffers in list 1 is less than this threshold." ::= { alaQoSSlotEntry 8 } alaQoSSlotThreshold1High OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Buffer are not given to high priority traffic from list 1 when free buffers in list 1 is less than this threshold." ::= { alaQoSSlotEntry 9 } alaQoSSlotThreshold1Urgent OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Buffer are not given to urgent priority traffic from list 1 when free buffers in list 1 is less than this threshold." ::= { alaQoSSlotEntry 10 } alaQoSSlotThreshold2Low OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Buffer are not given to low priority traffic from list 2 when free buffers in list 2 is less than this threshold." ::= { alaQoSSlotEntry 11 } alaQoSSlotThreshold2Medium OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Buffer are not given to medium priority traffic from list 2 when free buffers in list 2 is less than this threshold." ::= { alaQoSSlotEntry 12 } alaQoSSlotThreshold2High OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Buffer are not given to high priority traffic from list 2 when free buffers in list 2 is less than this threshold." ::= { alaQoSSlotEntry 13 } alaQoSSlotThreshold2Urgent OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Buffer are not given to urgent priority traffic from list 2 when free buffers in list 2 is less than this threshold." ::= { alaQoSSlotEntry 14 } alaQoSSlotBuffersDenied OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Buffers denied on this slot" ::= { alaQoSSlotEntry 15 } alaQoSSlotBuffersDeniedAverage OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Average number of denied buffers over time" ::= { alaQoSSlotEntry 16 } alaQoSSlotBuffersDropped OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Buffers dropped on this slot" ::= { alaQoSSlotEntry 17 } alaQoSSlotBuffersDroppedAverage OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Average number of dropped buffers over time" ::= { alaQoSSlotEntry 18 } -- -- Definition of classify table -- alaQoSClassify OBJECT IDENTIFIER ::= { alaQoSMIBObjects 34 } alaQoSClassifyClassify OBJECT-TYPE SYNTAX INTEGER { l2 (1), l3 (2), multicast (3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Which classification routine to run on the sample packet" ::= { alaQoSClassify 1 } alaQoSClassifyApplied OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "What set of policies QoS uses when testing the classifier. When yes(1) the applied policies are used. When no(2) the pending policies are used." ::= { alaQoSClassify 2 } alaQoSClassifySourceSlot OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "Source physical slot to submit when testing classifier." ::= { alaQoSClassify 3 } alaQoSClassifySourcePort OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "Source physical port to submit when testing classifier." ::= { alaQoSClassify 4 } alaQoSClassifySourceInterfaceType OBJECT-TYPE SYNTAX INTEGER { ethernet (1), wan (2), ethernet10 (3), ethernet100 (4), ethernet1G (5), ethernet10G (6) } MAX-ACCESS read-write STATUS current DESCRIPTION "Source interface type to submit when testing classifier." ::= { alaQoSClassify 5 } alaQoSClassifyDestinationSlot OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "Destination physical slot to submit when testing classifier." ::= { alaQoSClassify 6 } alaQoSClassifyDestinationPort OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "Destination physical port to submit when testing classifier." ::= { alaQoSClassify 7 } alaQoSClassifyDestinationInterfaceType OBJECT-TYPE SYNTAX INTEGER { ethernet (1), wan (2), ethernet10 (3), ethernet100 (4), ethernet1G (5), ethernet10G (6) } MAX-ACCESS read-write STATUS current DESCRIPTION "Destination interface type to submit when testing classifier." ::= { alaQoSClassify 8 } alaQoSClassifySourceMac OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Source MAC address to submit when testing classifier." ::= { alaQoSClassify 9 } alaQoSClassifyDestinationMac OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Destination MAC address to submit when testing classifier." ::= { alaQoSClassify 10 } alaQoSClassifySourceVlan OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "Source VLAN to submit when testing classifier." ::= { alaQoSClassify 11 } alaQoSClassifyDestinationVlan OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "Destination VLAN to submit when testing classifier." ::= { alaQoSClassify 12 } alaQoSClassify8021p OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-write STATUS current DESCRIPTION "802.1p value to submit when testing classifier." ::= { alaQoSClassify 13 } alaQoSClassifySourceIp OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Source IP address to submit when testing classifier." ::= { alaQoSClassify 14 } alaQoSClassifyDestinationIp OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Destination IP address to submit when testing classifier." ::= { alaQoSClassify 15 } alaQoSClassifyMulticastIp OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Multicast IP address to submit when testing classifier." ::= { alaQoSClassify 16 } alaQoSClassifyTos OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-write STATUS current DESCRIPTION "TOS value to submit when testing classifier." ::= { alaQoSClassify 17 } alaQoSClassifyDscp OBJECT-TYPE SYNTAX Integer32 (0..63) MAX-ACCESS read-write STATUS current DESCRIPTION "DSCP value to submit when testing classifier." ::= { alaQoSClassify 18 } alaQoSClassifyIpProtocol OBJECT-TYPE SYNTAX Integer32 (0..255) MAX-ACCESS read-write STATUS current DESCRIPTION "IP protocol value to submit when testing classifier." ::= { alaQoSClassify 19 } alaQoSClassifySourceIpPort OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "Source IP port to submit when testing classifier." ::= { alaQoSClassify 20 } alaQoSClassifyDestinationIpPort OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "Destination IP port to submit when testing classifier." ::= { alaQoSClassify 21 } alaQoSClassifyExecute OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Writing to this field tells QoS to run the classifier on the current packet headers. The classifier stores the results in result fields. The next 'set' to the table will clear all fields before actually performing the set." ::= { alaQoSClassify 22 } alaQoSClassifyL2SourceResultRule OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Matching rule for L2 (source)" ::= { alaQoSClassify 23 } alaQoSClassifyL2SourceResultDisposition OBJECT-TYPE SYNTAX INTEGER { accept (1), drop (2), deny (3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Result disposition for L2 (source)" ::= { alaQoSClassify 24 } alaQoSClassifyL2DestinationResultRule OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Matching rule for L2 (destination)" ::= { alaQoSClassify 25 } alaQoSClassifyL2DestinationResultDisposition OBJECT-TYPE SYNTAX INTEGER { accept (1), drop (2), deny (3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Result disposition for L2 (destination)" ::= { alaQoSClassify 26 } alaQoSClassifyL3ResultRule OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Matching rule for L3" ::= { alaQoSClassify 27 } alaQoSClassifyL3ResultDisposition OBJECT-TYPE SYNTAX INTEGER { accept (1), drop (2), deny (3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Result disposition for L3" ::= { alaQoSClassify 28 } alaQoSClassifyIGMPResultRule OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Matching rule for IGMP request" ::= { alaQoSClassify 29 } alaQoSClassifyIGMPResultDisposition OBJECT-TYPE SYNTAX INTEGER { accept (1), drop (2), deny (3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Result disposition for IGMP" ::= { alaQoSClassify 30 } alaQoSClassifyMulticastResultRule OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "Matching rule for multicast" ::= { alaQoSClassify 31 } alaQoSClassifyMulticastResultDisposition OBJECT-TYPE SYNTAX INTEGER { accept (1), drop (2), deny (3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Result disposition for multicast" ::= { alaQoSClassify 32 } alaQoSMIBConformance OBJECT-IDENTITY STATUS current DESCRIPTION "Branch for QoS Managed Conformance Information." ::= { alaQoSMIB 2 } alaQoSMIBGroups OBJECT-IDENTITY STATUS current DESCRIPTION "Branch for QoS Units of Conformance." ::= { alaQoSMIBConformance 1 } alaQoSMIBCompliances OBJECT-IDENTITY STATUS current DESCRIPTION "Branch for QoS Compliance Statements." ::= { alaQoSMIBConformance 2 } alaQoSMIBRuleObjects OBJECT-GROUP OBJECTS { alaQoSRuleEnabled, alaQoSRuleSource, alaQoSRulePrecedence, alaQoSRuleCondition, alaQoSRuleAction, alaQoSRuleReflexive, alaQoSRuleSave, alaQoSRuleLog, alaQoSRuleMatches, alaQoSRuleEnforced, alaQoSRuleActive, alaQoSRuleRowStatus } STATUS current DESCRIPTION "Collections of objects providing information for Rules" ::= { alaQoSMIBGroups 1 } alaQoSMIBAppliedRuleObjects OBJECT-GROUP OBJECTS { alaQoSAppliedRuleEnabled, alaQoSAppliedRuleSource, alaQoSAppliedRulePrecedence, alaQoSAppliedRuleCondition, alaQoSAppliedRuleAction, alaQoSAppliedRuleReflexive, alaQoSAppliedRuleSave, alaQoSAppliedRuleLog, alaQoSAppliedRuleMatches, alaQoSAppliedRuleEnforced, alaQoSAppliedRuleActive, alaQoSAppliedRuleRowStatus } STATUS current DESCRIPTION "Collections of objects providing information for applied Rules" ::= { alaQoSMIBGroups 2 } alaQoSMIBConditionObjects OBJECT-GROUP OBJECTS { alaQoSConditionSource, alaQoSConditionSourceSlot, alaQoSConditionSourceSlotStatus, alaQoSConditionSourcePort, alaQoSConditionSourcePortGroup, alaQoSConditionSourcePortGroupStatus, alaQoSConditionDestinationSlot, alaQoSConditionDestinationSlotStatus, alaQoSConditionDestinationPort, alaQoSConditionDestinationPortGroup, alaQoSConditionDestinationPortGroupStatus, alaQoSConditionSourceInterfaceType, alaQoSConditionSourceInterfaceTypeStatus, alaQoSConditionDestinationInterfaceType, alaQoSConditionDestinationInterfaceTypeStatus, alaQoSConditionSourceMacAddr, alaQoSConditionSourceMacAddrStatus, alaQoSConditionSourceMacMask, alaQoSConditionSourceMacGroup, alaQoSConditionSourceMacGroupStatus, alaQoSConditionDestinationMacAddr, alaQoSConditionDestinationMacAddrStatus, alaQoSConditionDestinationMacMask, alaQoSConditionDestinationMacGroup, alaQoSConditionDestinationMacGroupStatus, alaQoSConditionSourceVlan, alaQoSConditionSourceVlanStatus, alaQoSConditionDestinationVlan, alaQoSConditionDestinationVlanStatus, alaQoSCondition8021p, alaQoSCondition8021pStatus, alaQoSConditionSourceIpAddr, alaQoSConditionSourceIpAddrStatus, alaQoSConditionSourceIpMask, alaQoSConditionSourceNetworkGroup, alaQoSConditionSourceNetworkGroupStatus, alaQoSConditionDestinationIpAddr, alaQoSConditionDestinationIpAddrStatus, alaQoSConditionDestinationIpMask, alaQoSConditionDestinationNetworkGroup, alaQoSConditionDestinationNetworkGroupStatus, alaQoSConditionMulticastIpAddr, alaQoSConditionMulticastIpAddrStatus, alaQoSConditionMulticastIpMask, alaQoSConditionMulticastNetworkGroup, alaQoSConditionMulticastNetworkGroupStatus, alaQoSConditionTos, alaQoSConditionTosStatus, alaQoSConditionTosMask, alaQoSConditionDscp, alaQoSConditionDscpStatus, alaQoSConditionDscpMask, alaQoSConditionIpProtocol, alaQoSConditionIpProtocolStatus, alaQoSConditionSourceIpPort, alaQoSConditionSourceIpPortStatus, alaQoSConditionDestinationIpPort, alaQoSConditionDestinationIpPortStatus, alaQoSConditionService, alaQoSConditionServiceStatus, alaQoSConditionServiceGroup, alaQoSConditionServiceGroupStatus, alaQoSConditionIcmpType, alaQoSConditionIcmpTypeStatus, alaQoSConditionIcmpCode, alaQoSConditionIcmpCodeStatus, alaQoSConditionDlci, alaQoSConditionDlciStatus, alaQoSConditionRowStatus, alaQoSConditionSourcePortEnd, alaQoSConditionDestinationPortEnd, alaQoSConditionSourceIpPortEnd, alaQoSConditionDestinationIpPortEnd, alaQoSConditionSourceTcpPort, alaQoSConditionSourceTcpPortStatus, alaQoSConditionSourceTcpPortEnd, alaQoSConditionDestinationTcpPort, alaQoSConditionDestinationTcpPortStatus, alaQoSConditionDestinationTcpPortEnd, alaQoSConditionSourceUdpPort, alaQoSConditionSourceUdpPortStatus, alaQoSConditionSourceUdpPortEnd, alaQoSConditionDestinationUdpPort, alaQoSConditionDestinationUdpPortStatus, alaQoSConditionDestinationUdpPortEnd } STATUS current DESCRIPTION "Collections of objects providing information for Conditions" ::= { alaQoSMIBGroups 3 } alaQoSMIBAppliedConditionObjects OBJECT-GROUP OBJECTS { alaQoSAppliedConditionSource, alaQoSAppliedConditionSourceSlot, alaQoSAppliedConditionSourceSlotStatus, alaQoSAppliedConditionSourcePort, alaQoSAppliedConditionSourcePortGroup, alaQoSAppliedConditionSourcePortGroupStatus, alaQoSAppliedConditionDestinationSlot, alaQoSAppliedConditionDestinationSlotStatus, alaQoSAppliedConditionDestinationPort, alaQoSAppliedConditionDestinationPortGroup, alaQoSAppliedConditionDestinationPortGroupStatus, alaQoSAppliedConditionSourceInterfaceType, alaQoSAppliedConditionSourceInterfaceTypeStatus, alaQoSAppliedConditionDestinationInterfaceType, alaQoSAppliedConditionDestinationInterfaceTypeStatus, alaQoSAppliedConditionSourceMacAddr, alaQoSAppliedConditionSourceMacAddrStatus, alaQoSAppliedConditionSourceMacMask, alaQoSAppliedConditionSourceMacGroup, alaQoSAppliedConditionSourceMacGroupStatus, alaQoSAppliedConditionDestinationMacAddr, alaQoSAppliedConditionDestinationMacAddrStatus, alaQoSAppliedConditionDestinationMacMask, alaQoSAppliedConditionDestinationMacGroup, alaQoSAppliedConditionDestinationMacGroupStatus, alaQoSAppliedConditionSourceVlan, alaQoSAppliedConditionSourceVlanStatus, alaQoSAppliedConditionDestinationVlan, alaQoSAppliedConditionDestinationVlanStatus, alaQoSAppliedCondition8021p, alaQoSAppliedCondition8021pStatus, alaQoSAppliedConditionSourceIpAddr, alaQoSAppliedConditionSourceIpAddrStatus, alaQoSAppliedConditionSourceIpMask, alaQoSAppliedConditionSourceNetworkGroup, alaQoSAppliedConditionSourceNetworkGroupStatus, alaQoSAppliedConditionDestinationIpAddr, alaQoSAppliedConditionDestinationIpAddrStatus, alaQoSAppliedConditionDestinationIpMask, alaQoSAppliedConditionDestinationNetworkGroup, alaQoSAppliedConditionDestinationNetworkGroupStatus, alaQoSAppliedConditionMulticastIpAddr, alaQoSAppliedConditionMulticastIpAddrStatus, alaQoSAppliedConditionMulticastIpMask, alaQoSAppliedConditionMulticastNetworkGroup, alaQoSAppliedConditionMulticastNetworkGroupStatus, alaQoSAppliedConditionTos, alaQoSAppliedConditionTosStatus, alaQoSAppliedConditionTosMask, alaQoSAppliedConditionDscp, alaQoSAppliedConditionDscpStatus, alaQoSAppliedConditionDscpMask, alaQoSAppliedConditionIpProtocol, alaQoSAppliedConditionIpProtocolStatus, alaQoSAppliedConditionSourceIpPort, alaQoSAppliedConditionSourceIpPortStatus, alaQoSAppliedConditionDestinationIpPort, alaQoSAppliedConditionDestinationIpPortStatus, alaQoSAppliedConditionService, alaQoSAppliedConditionServiceStatus, alaQoSAppliedConditionServiceGroup, alaQoSAppliedConditionServiceGroupStatus, alaQoSAppliedConditionIcmpType, alaQoSAppliedConditionIcmpTypeStatus, alaQoSAppliedConditionIcmpCode, alaQoSAppliedConditionIcmpCodeStatus, alaQoSAppliedConditionDlci, alaQoSAppliedConditionDlciStatus, alaQoSAppliedConditionRowStatus, alaQoSAppliedConditionSourcePortEnd, alaQoSAppliedConditionDestinationPortEnd, alaQoSAppliedConditionSourceIpPortEnd, alaQoSAppliedConditionDestinationIpPortEnd, alaQoSAppliedConditionSourceTcpPort, alaQoSAppliedConditionSourceTcpPortStatus, alaQoSAppliedConditionSourceTcpPortEnd, alaQoSAppliedConditionDestinationTcpPort, alaQoSAppliedConditionDestinationTcpPortStatus, alaQoSAppliedConditionDestinationTcpPortEnd, alaQoSAppliedConditionSourceUdpPort, alaQoSAppliedConditionSourceUdpPortStatus, alaQoSAppliedConditionSourceUdpPortEnd, alaQoSAppliedConditionDestinationUdpPort, alaQoSAppliedConditionDestinationUdpPortStatus, alaQoSAppliedConditionDestinationUdpPortEnd } STATUS current DESCRIPTION "Collections of objects providing information for applied Conditions" ::= { alaQoSMIBGroups 4 } alaQoSMIBServiceObjects OBJECT-GROUP OBJECTS { alaQoSServiceSource, alaQoSServiceProtocol, alaQoSServiceSourceIpPort, alaQoSServiceSourceIpPortStatus, alaQoSServiceDestinationIpPort, alaQoSServiceDestinationIpPortStatus, alaQoSServiceRowStatus, alaQoSServiceSourceIpPortEnd, alaQoSServiceDestinationIpPortEnd, alaQoSServiceSourceTcpPort, alaQoSServiceSourceTcpPortStatus, alaQoSServiceSourceTcpPortEnd, alaQoSServiceDestinationTcpPort, alaQoSServiceDestinationTcpPortStatus, alaQoSServiceDestinationTcpPortEnd, alaQoSServiceSourceUdpPort, alaQoSServiceSourceUdpPortStatus, alaQoSServiceSourceUdpPortEnd, alaQoSServiceDestinationUdpPort, alaQoSServiceDestinationUdpPortStatus, alaQoSServiceDestinationUdpPortEnd } STATUS current DESCRIPTION "Collections of objects providing information for Services" ::= { alaQoSMIBGroups 5 } alaQoSMIBAppliedServiceObjects OBJECT-GROUP OBJECTS { alaQoSAppliedServiceSource, alaQoSAppliedServiceProtocol, alaQoSAppliedServiceSourceIpPort, alaQoSAppliedServiceSourceIpPortStatus, alaQoSAppliedServiceDestinationIpPort, alaQoSAppliedServiceDestinationIpPortStatus, alaQoSAppliedServiceRowStatus, alaQoSAppliedServiceSourceIpPortEnd, alaQoSAppliedServiceDestinationIpPortEnd, alaQoSAppliedServiceSourceTcpPort, alaQoSAppliedServiceSourceTcpPortStatus, alaQoSAppliedServiceSourceTcpPortEnd, alaQoSAppliedServiceDestinationTcpPort, alaQoSAppliedServiceDestinationTcpPortStatus, alaQoSAppliedServiceDestinationTcpPortEnd, alaQoSAppliedServiceSourceUdpPort, alaQoSAppliedServiceSourceUdpPortStatus, alaQoSAppliedServiceSourceUdpPortEnd, alaQoSAppliedServiceDestinationUdpPort, alaQoSAppliedServiceDestinationUdpPortStatus, alaQoSAppliedServiceDestinationUdpPortEnd } STATUS current DESCRIPTION "Collections of objects providing information for applied Services" ::= { alaQoSMIBGroups 6 } alaQoSMIBServiceGroupsObjects OBJECT-GROUP OBJECTS { alaQoSServiceGroupsSource, alaQoSServiceGroupsStatus } STATUS current DESCRIPTION "Collections of objects providing information for ServiceGroupss" ::= { alaQoSMIBGroups 7 } alaQoSMIBAppliedServiceGroupsObjects OBJECT-GROUP OBJECTS { alaQoSAppliedServiceGroupsSource, alaQoSAppliedServiceGroupsStatus } STATUS current DESCRIPTION "Collections of objects providing information for applied ServiceGroupss" ::= { alaQoSMIBGroups 8 } alaQoSMIBServiceGroupObjects OBJECT-GROUP OBJECTS { alaQoSServiceGroupStatus } STATUS current DESCRIPTION "Collections of objects providing information for ServiceGroups" ::= { alaQoSMIBGroups 9 } alaQoSMIBAppliedServiceGroupObjects OBJECT-GROUP OBJECTS { alaQoSAppliedServiceGroupStatus } STATUS current DESCRIPTION "Collections of objects providing information for applied ServiceGroups" ::= { alaQoSMIBGroups 10 } alaQoSMIBNetworkGroupsObjects OBJECT-GROUP OBJECTS { alaQoSNetworkGroupsSource, alaQoSNetworkGroupsStatus } STATUS current DESCRIPTION "Collections of objects providing information for NetworkGroupss" ::= { alaQoSMIBGroups 11 } alaQoSMIBAppliedNetworkGroupsObjects OBJECT-GROUP OBJECTS { alaQoSAppliedNetworkGroupsSource, alaQoSAppliedNetworkGroupsStatus } STATUS current DESCRIPTION "Collections of objects providing information for applied NetworkGroupss" ::= { alaQoSMIBGroups 12 } alaQoSMIBNetworkGroupObjects OBJECT-GROUP OBJECTS { alaQoSNetworkGroupStatus } STATUS current DESCRIPTION "Collections of objects providing information for NetworkGroups" ::= { alaQoSMIBGroups 13 } alaQoSMIBAppliedNetworkGroupObjects OBJECT-GROUP OBJECTS { alaQoSAppliedNetworkGroupStatus } STATUS current DESCRIPTION "Collections of objects providing information for applied NetworkGroups" ::= { alaQoSMIBGroups 14 } alaQoSMIBMACGroupsObjects OBJECT-GROUP OBJECTS { alaQoSMACGroupsSource, alaQoSMACGroupsStatus } STATUS current DESCRIPTION "Collections of objects providing information for MACGroupss" ::= { alaQoSMIBGroups 15 } alaQoSMIBAppliedMACGroupsObjects OBJECT-GROUP OBJECTS { alaQoSAppliedMACGroupsSource, alaQoSAppliedMACGroupsStatus } STATUS current DESCRIPTION "Collections of objects providing information for applied MACGroupss" ::= { alaQoSMIBGroups 16 } alaQoSMIBMACGroupObjects OBJECT-GROUP OBJECTS { alaQoSMACGroupStatus } STATUS current DESCRIPTION "Collections of objects providing information for MACGroups" ::= { alaQoSMIBGroups 17 } alaQoSMIBAppliedMACGroupObjects OBJECT-GROUP OBJECTS { alaQoSAppliedMACGroupStatus } STATUS current DESCRIPTION "Collections of objects providing information for applied MACGroups" ::= { alaQoSMIBGroups 18 } alaQoSMIBPortGroupsObjects OBJECT-GROUP OBJECTS { alaQoSPortGroupsSource, alaQoSPortGroupsStatus } STATUS current DESCRIPTION "Collections of objects providing information for PortGroupss" ::= { alaQoSMIBGroups 19 } alaQoSMIBAppliedPortGroupsObjects OBJECT-GROUP OBJECTS { alaQoSAppliedPortGroupsSource, alaQoSAppliedPortGroupsStatus } STATUS current DESCRIPTION "Collections of objects providing information for applied PortGroupss" ::= { alaQoSMIBGroups 20 } alaQoSMIBPortGroupObjects OBJECT-GROUP OBJECTS { alaQoSPortGroupStatus } STATUS current DESCRIPTION "Collections of objects providing information for PortGroups" ::= { alaQoSMIBGroups 21 } alaQoSMIBAppliedPortGroupObjects OBJECT-GROUP OBJECTS { alaQoSAppliedPortGroupStatus } STATUS current DESCRIPTION "Collections of objects providing information for applied PortGroups" ::= { alaQoSMIBGroups 22 } alaQoSMIBMapGroupsObjects OBJECT-GROUP OBJECTS { alaQoSMapGroupsSource, alaQoSMapGroupsStatus } STATUS current DESCRIPTION "Collections of objects providing information for MapGroupss" ::= { alaQoSMIBGroups 23 } alaQoSMIBAppliedMapGroupsObjects OBJECT-GROUP OBJECTS { alaQoSAppliedMapGroupsSource, alaQoSAppliedMapGroupsStatus } STATUS current DESCRIPTION "Collections of objects providing information for applied MapGroupss" ::= { alaQoSMIBGroups 24 } alaQoSMIBMapGroupObjects OBJECT-GROUP OBJECTS { alaQoSMapGroupStatus } STATUS current DESCRIPTION "Collections of objects providing information for MapGroups" ::= { alaQoSMIBGroups 25 } alaQoSMIBAppliedMapGroupObjects OBJECT-GROUP OBJECTS { alaQoSAppliedMapGroupStatus } STATUS current DESCRIPTION "Collections of objects providing information for applied MapGroups" ::= { alaQoSMIBGroups 26 } alaQoSMIBActionObjects OBJECT-GROUP OBJECTS { alaQoSActionSource, alaQoSActionDisposition, alaQoSActionDropAlgorithm, alaQoSActionWredMaximumThreshold, alaQoSActionWredMaximumThresholdStatus, alaQoSActionWredMinimumThreshold, alaQoSActionWredMinimumThresholdStatus, alaQoSActionWredMaximumProbability, alaQoSActionWredMaximumProbabilityStatus, alaQoSActionMinimumBandwidth, alaQoSActionMinimumBandwidthStatus, alaQoSActionMaximumBandwidth, alaQoSActionMaximumBandwidthStatus, alaQoSActionPeakBandwidth, alaQoSActionPeakBandwidthStatus, alaQoSActionPriority, alaQoSActionPriorityStatus, alaQoSActionShared, alaQoSActionJitter, alaQoSActionJitterStatus, alaQoSActionLatency, alaQoSActionLatencyStatus, alaQoSActionMaximumDepth, alaQoSActionMaximumDepthStatus, alaQoSActionMaximumBuffers, alaQoSActionMaximumBuffersStatus, alaQoSAction8021p, alaQoSAction8021pStatus, alaQoSActionTos, alaQoSActionTosStatus, alaQoSActionDscp, alaQoSActionDscpStatus, alaQoSActionMapFrom, alaQoSActionMapTo, alaQoSActionMapGroup, alaQoSActionMapGroupStatus, alaQoSActionSourceRewriteIpAddr, alaQoSActionSourceRewriteIpAddrStatus, alaQoSActionSourceRewriteIpMask, alaQoSActionSourceRewriteNetworkGroup, alaQoSActionSourceRewriteNetworkGroupStatus, alaQoSActionDestinationRewriteIpAddr, alaQoSActionDestinationRewriteIpAddrStatus, alaQoSActionDestinationRewriteIpMask, alaQoSActionDestinationRewriteNetworkGroup, alaQoSActionDestinationRewriteNetworkGroupStatus, alaQoSActionLoadBalanceGroup, alaQoSActionLoadBalanceGroupStatus, alaQoSActionPermanentGatewayIpAddr, alaQoSActionPermanentGatewayIpAddrStatus, alaQoSActionAlternateGatewayIpAddr, alaQoSActionAlternateGatewayIpAddrStatus, alaQoSActionRowStatus, alaQoSActionMinimumDepth, alaQoSActionMinimumDepthStatus, alaQoSActionVPNAccess } STATUS current DESCRIPTION "Collections of objects providing information for Actions" ::= { alaQoSMIBGroups 27 } alaQoSMIBAppliedActionObjects OBJECT-GROUP OBJECTS { alaQoSAppliedActionSource, alaQoSAppliedActionDisposition, alaQoSAppliedActionDropAlgorithm, alaQoSAppliedActionWredMaximumThreshold, alaQoSAppliedActionWredMaximumThresholdStatus, alaQoSAppliedActionWredMinimumThreshold, alaQoSAppliedActionWredMinimumThresholdStatus, alaQoSAppliedActionWredMaximumProbability, alaQoSAppliedActionWredMaximumProbabilityStatus, alaQoSAppliedActionMinimumBandwidth, alaQoSAppliedActionMinimumBandwidthStatus, alaQoSAppliedActionMaximumBandwidth, alaQoSAppliedActionMaximumBandwidthStatus, alaQoSAppliedActionPeakBandwidth, alaQoSAppliedActionPeakBandwidthStatus, alaQoSAppliedActionPriority, alaQoSAppliedActionPriorityStatus, alaQoSAppliedActionShared, alaQoSAppliedActionJitter, alaQoSAppliedActionJitterStatus, alaQoSAppliedActionLatency, alaQoSAppliedActionLatencyStatus, alaQoSAppliedActionMaximumDepth, alaQoSAppliedActionMaximumDepthStatus, alaQoSAppliedActionMaximumBuffers, alaQoSAppliedActionMaximumBuffersStatus, alaQoSAppliedAction8021p, alaQoSAppliedAction8021pStatus, alaQoSAppliedActionTos, alaQoSAppliedActionTosStatus, alaQoSAppliedActionDscp, alaQoSAppliedActionDscpStatus, alaQoSAppliedActionMapFrom, alaQoSAppliedActionMapTo, alaQoSAppliedActionMapGroup, alaQoSAppliedActionMapGroupStatus, alaQoSAppliedActionSourceRewriteIpAddr, alaQoSAppliedActionSourceRewriteIpAddrStatus, alaQoSAppliedActionSourceRewriteIpMask, alaQoSAppliedActionSourceRewriteNetworkGroup, alaQoSAppliedActionSourceRewriteNetworkGroupStatus, alaQoSAppliedActionDestinationRewriteIpAddr, alaQoSAppliedActionDestinationRewriteIpAddrStatus, alaQoSAppliedActionDestinationRewriteIpMask, alaQoSAppliedActionDestinationRewriteNetworkGroup, alaQoSAppliedActionDestinationRewriteNetworkGroupStatus, alaQoSAppliedActionLoadBalanceGroup, alaQoSAppliedActionLoadBalanceGroupStatus, alaQoSAppliedActionPermanentGatewayIpAddr, alaQoSAppliedActionPermanentGatewayIpAddrStatus, alaQoSAppliedActionAlternateGatewayIpAddr, alaQoSAppliedActionAlternateGatewayIpAddrStatus, alaQoSAppliedActionRowStatus, alaQoSAppliedActionMinimumDepth, alaQoSAppliedActionMinimumDepthStatus, alaQoSAppliedActionVPNAccess } STATUS current DESCRIPTION "Collections of objects providing information for applied Actions" ::= { alaQoSMIBGroups 28 } alaQoSMIBPortObjects OBJECT-GROUP OBJECTS { alaQoSPortEnabled, alaQoSPortAppliedEnabled, alaQoSPortInterfaceType, alaQoSPortTrusted, alaQoSPortDefault8021p, alaQoSPortDefaultDSCP, alaQoSPortMaximumReservedBandwidth, alaQoSPortMaximumReservedBandwidthStatus, alaQoSPortAppliedMaximumReservedBandwidth, alaQoSPortAppliedMaximumReservedBandwidthStatus, alaQoSPortMaximumSignalledBandwidth, alaQoSPortMaximumSignalledBandwidthStatus, alaQoSPortAppliedMaximumSignalledBandwidth, alaQoSPortAppliedMaximumSignalledBandwidthStatus, alaQoSPortDefaultQueues, alaQoSPortAppliedDefaultQueues, alaQoSPortMaximumDefaultBandwidth, alaQoSPortMaximumDefaultBandwidthStatus, alaQoSPortAppliedMaximumDefaultBandwidth, alaQoSPortAppliedMaximumDefaultBandwidthStatus, alaQoSPortMaximumDefaultDepth, alaQoSPortMaximumDefaultDepthStatus, alaQoSPortAppliedMaximumDefaultDepth, alaQoSPortAppliedMaximumDefaultDepthStatus, alaQoSPortMaximumDefaultBuffers, alaQoSPortMaximumDefaultBuffersStatus, alaQoSPortAppliedMaximumDefaultBuffers, alaQoSPortAppliedMaximumDefaultBuffersStatus, alaQoSPortReset, alaQoSPortPhysicalBandwidth, alaQoSPortReservedBandwidth, alaQoSPortSignalledBandwidth, alaQoSPortCurrentBandwidth, alaQoSPortDefaultQidLow, alaQoSPortDefaultQidMedium, alaQoSPortDefaultQidHigh, alaQoSPortDefaultQidUrgent, alaQoSPortFloodQid, alaQoSPortQueues, alaQoSPortQueuesCreated, alaQoSPortQueuesFailed, alaQoSPortQueuesPreempted, alaQoSPortRowStatus, alaQoSPortFirPrio0EnqBytes, alaQoSPortFirPrio0DeqBytes, alaQoSPortFirPrio0EnqPkts, alaQoSPortFirPrio0DeqPkts, alaQoSPortFirPrio0QidDiscardPkts, alaQoSPortFirPrio0WredDiscardPkts, alaQoSPortFirPrio0OverflowDiscardPkts, alaQoSPortFirPrio1EnqBytes, alaQoSPortFirPrio1DeqBytes, alaQoSPortFirPrio1EnqPkts, alaQoSPortFirPrio1DeqPkts, alaQoSPortFirPrio1QidDiscardPkts, alaQoSPortFirPrio1WredDiscardPkts, alaQoSPortFirPrio1OverflowDiscardPkts, alaQoSPortFirPrio2EnqBytes, alaQoSPortFirPrio2DeqBytes, alaQoSPortFirPrio2EnqPkts, alaQoSPortFirPrio2DeqPkts, alaQoSPortFirPrio2QidDiscardPkts, alaQoSPortFirPrio2WredDiscardPkts, alaQoSPortFirPrio2OverflowDiscardPkts, alaQoSPortFirPrio3EnqBytes, alaQoSPortFirPrio3DeqBytes, alaQoSPortFirPrio3EnqPkts, alaQoSPortFirPrio3DeqPkts, alaQoSPortFirPrio3QidDiscardPkts, alaQoSPortFirPrio3WredDiscardPkts, alaQoSPortFirPrio3OverflowDiscardPkts, alaQoSPortDefaultClassification, alaQoSPortLowPriorityWeight, alaQoSPortMediumPriorityWeight, alaQoSPortHighPriorityWeight, alaQoSPortUrgentPriorityWeight, alaQoSPortMaximumBandwidth, alaQoSPortMaximumBandwidthStatus } STATUS current DESCRIPTION "Collections of objects providing information for Ports" ::= { alaQoSMIBGroups 29 } alaQoSMIBConfigObjects OBJECT-GROUP OBJECTS { alaQoSConfigEnabled, alaQoSConfigDefaultQueues, alaQoSConfigAppliedDefaultQueues, alaQoSConfigTrustPorts, alaQoSConfigFlowTimeout, alaQoSConfigAppliedFlowTimeout, alaQoSConfigFragmentTimeout, alaQoSConfigAppliedFragmentTimeout, alaQoSConfigReflexiveTimeout, alaQoSConfigAppliedReflfexiveTimeout, alaQoSConfigNatTimeout, alaQoSConfigAppliedNatTimeout, alaQoSConfigClassifyl3Bridged, alaQoSConfigAppliedClassifyl3Bridged, alaQoSConfigClassifyFragments, alaQoSConfigAppliedClassifyFragments, alaQoSConfigDefaultBridgedDisposition, alaQoSConfigAppliedDefaultBridgedDisposition, alaQoSConfigDefaultRoutedDisposition, alaQoSConfigAppliedDefaultRoutedDisposition, alaQoSConfigDefaultMulticastDisposition, alaQoSConfigAppliedDefaultMulticastDisposition, alaQoSConfigStatsInterval, alaQoSConfigLogLines, alaQoSConfigLogLevel, alaQoSConfigLogConsole, alaQoSConfigForwardLog, alaQoSConfigClearLog, alaQoSConfigApply, alaQoSConfigRevert, alaQoSConfigReset, alaQoSConfigStatsReset, alaQoSConfigFlush, alaQoSConfigDebug } STATUS current DESCRIPTION "Collections of objects providing information for Configs" ::= { alaQoSMIBGroups 30 } alaQoSMIBStatsObjects OBJECT-GROUP OBJECTS { alaQoSStatsL2Events, alaQoSStatsL2Matches, alaQoSStatsL2Drops, alaQoSStatsL3IngressEvents, alaQoSStatsL3IngressMatches, alaQoSStatsL3IngressDrops, alaQoSStatsL3EgressEvents, alaQoSStatsL3EgressMatches, alaQoSStatsL3EgressDrops, alaQoSStatsMulticastEvents, alaQoSStatsMulticastMatches, alaQoSStatsMulticastDrops, alaQoSStatsFragments, alaQoSStatsBadFragments, alaQoSStatsUnknownFragments, alaQoSStatsReflexiveFlows, alaQoSStatsReflexiveCorrections, alaQoSStatsLoadBalanceFlows, alaQoSStatsClassifierMaxNodes, alaQoSStatsClassifierMaxDepth, alaQoSStatsFlowLookups, alaQoSStatsFlowHits, alaQoSStatsSentNIMessages, alaQoSStatsReceivedNIMessages, alaQoSStatsFailedNIMessages } STATUS current DESCRIPTION "Collections of objects providing information for Statss" ::= { alaQoSMIBGroups 31 } alaQoSMIBQueueObjects OBJECT-GROUP OBJECTS { alaQoSQueueSlot, alaQoSQueuePort, alaQoSQueuePortId, alaQoSQueueType, alaQoSQueuePriority, alaQoSQueueMinimumBandwidth, alaQoSQueueMaximumBandwidth, alaQoSQueueAverageBandwidth, alaQoSQueueMinimumDepth, alaQoSQueueMaximumDepth, alaQoSQueueMaximumBuffers, alaQoSQueue8021p, alaQoSQueuePacketsSent, alaQoSQueuePacketsDropped, alaQoSQueueMaxLength, alaQoSQueueAverageLength, alaQoSQueueCurrentLength, alaQoSQueueAction } STATUS current DESCRIPTION "Collections of objects providing information for Queues" ::= { alaQoSMIBGroups 32 } alaQoSMIBSlotObjects OBJECT-GROUP OBJECTS { alaQoSSlotType, alaQoSSlotMaxBuffers, alaQoSSlotFreeBuffers1, alaQoSSlotFreeBuffers2, alaQoSSlotThreshold1Low, alaQoSSlotThreshold1Medium, alaQoSSlotThreshold1High, alaQoSSlotThreshold1Urgent, alaQoSSlotThreshold2Low, alaQoSSlotThreshold2Medium, alaQoSSlotThreshold2High, alaQoSSlotThreshold2Urgent, alaQoSSlotBuffersDenied, alaQoSSlotBuffersDeniedAverage, alaQoSSlotBuffersDropped, alaQoSSlotBuffersDroppedAverage } STATUS current DESCRIPTION "Collections of objects providing information for Slots" ::= { alaQoSMIBGroups 33 } alaQoSMIBClassifyObjects OBJECT-GROUP OBJECTS { alaQoSClassifyExecute, alaQoSClassifyL2SourceResultRule, alaQoSClassifyL2SourceResultDisposition, alaQoSClassifyL2DestinationResultRule, alaQoSClassifyL2DestinationResultDisposition, alaQoSClassifyL3ResultRule, alaQoSClassifyL3ResultDisposition, alaQoSClassifyIGMPResultRule, alaQoSClassifyIGMPResultDisposition, alaQoSClassifyMulticastResultRule, alaQoSClassifyMulticastResultDisposition } STATUS current DESCRIPTION "Collections of objects providing information for Classifys" ::= { alaQoSMIBGroups 34 } alaQoSMIBCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "Compliance statement for QoS." MODULE MANDATORY-GROUPS { alaQoSMIBRuleObjects, alaQoSMIBAppliedRuleObjects, alaQoSMIBConditionObjects, alaQoSMIBAppliedConditionObjects, alaQoSMIBServiceObjects, alaQoSMIBAppliedServiceObjects, alaQoSMIBServiceGroupsObjects, alaQoSMIBAppliedServiceGroupsObjects, alaQoSMIBServiceGroupObjects, alaQoSMIBAppliedServiceGroupObjects, alaQoSMIBNetworkGroupsObjects, alaQoSMIBAppliedNetworkGroupsObjects, alaQoSMIBNetworkGroupObjects, alaQoSMIBAppliedNetworkGroupObjects, alaQoSMIBMACGroupsObjects, alaQoSMIBAppliedMACGroupsObjects, alaQoSMIBMACGroupObjects, alaQoSMIBAppliedMACGroupObjects, alaQoSMIBPortGroupsObjects, alaQoSMIBAppliedPortGroupsObjects, alaQoSMIBPortGroupObjects, alaQoSMIBAppliedPortGroupObjects, alaQoSMIBMapGroupsObjects, alaQoSMIBAppliedMapGroupsObjects, alaQoSMIBMapGroupObjects, alaQoSMIBAppliedMapGroupObjects, alaQoSMIBActionObjects, alaQoSMIBAppliedActionObjects, alaQoSMIBPortObjects, alaQoSMIBConfigObjects, alaQoSMIBStatsObjects, alaQoSMIBQueueObjects, alaQoSMIBSlotObjects, alaQoSMIBClassifyObjects } ::= { alaQoSMIBCompliances 1 } END