A3COM-TRAFFIC-MIB DEFINITIONS ::= BEGIN -- R1.1 IMPORTS OBJECT-TYPE FROM RFC-1212 ifIndex FROM RFC1213-MIB Counter FROM RFC1155-SMI a3ComTrafficStats FROM A3COM0004-GENERIC ; a3ComTrafficClassSystemStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF A3ComTrafficClassSystemStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Contains stats for traffic classes on a system- wide basis." ::= {a3ComTrafficStats 1} a3ComTrafficClassSystemStatsEntry OBJECT-TYPE SYNTAX A3ComTrafficClassSystemStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A row in this table corresponds to a traffic class." INDEX {a3ComTrafficClassSystemStatsTrafficClass} ::= {a3ComTrafficClassSystemStatsTable 1} A3ComTrafficClassSystemStatsEntry ::= SEQUENCE { a3ComTrafficClassSystemStatsTrafficClass INTEGER, a3ComTrafficClassSystemStatsPkts Counter, a3ComTrafficClassSystemStatsDropEvents Counter } a3ComTrafficClassSystemStatsTrafficClass OBJECT-TYPE SYNTAX INTEGER (1..8) ACCESS not-accessible STATUS mandatory DESCRIPTION "The dot1d Traffic Class the received frame is mapped to plus 1. The addition of 1 makes this usable as an index." ::= {a3ComTrafficClassSystemStatsEntry 1} a3ComTrafficClassSystemStatsPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count of the number of packets of each dot1d Traffic Class. This count includes any packets which have been remarked to a priority mapped to this traffic class." ::= {a3ComTrafficClassSystemStatsEntry 2} a3ComTrafficClassSystemStatsDropEvents OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of events in which packets were dropped by one or more ports per traffic class due to lack of resources. Note that this number is not necessarily the number of packets dropped; it is just the number of times this condition has been detected." ::= {a3ComTrafficClassSystemStatsEntry 3} -- -------------------------------------------------------- a3ComTrafficClassPortStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF A3ComTrafficClassPortStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Contains statistics for traffic classes on a per port basis." ::= {a3ComTrafficStats 2} a3ComTrafficClassPortStatsEntry OBJECT-TYPE SYNTAX A3ComTrafficClassPortStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A row in this table corresponds to a traffic class." INDEX {a3ComTrafficClassPortStatsIfIndex, a3ComTrafficClassPortStatsTrafficClass} ::= {a3ComTrafficClassPortStatsTable 1} A3ComTrafficClassPortStatsEntry ::= SEQUENCE { a3ComTrafficClassPortStatsIfIndex INTEGER, a3ComTrafficClassPortStatsTrafficClass INTEGER, a3ComTrafficClassPortStatsDropEvents Counter } a3ComTrafficClassPortStatsIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "An index for those interfaces which correspond to physical ports. For those ports, the value will be the same as the ifIndex." ::= {a3ComTrafficClassPortStatsEntry 1} a3ComTrafficClassPortStatsTrafficClass OBJECT-TYPE SYNTAX INTEGER (1..8) ACCESS not-accessible STATUS mandatory DESCRIPTION "The Traffic Class the received frame is mapped to plus 1. This refers to the dot1dTrafficClass from RFC2674. The addition of 1 makes this usable as an index." ::= {a3ComTrafficClassPortStatsEntry 2} a3ComTrafficClassPortStatsDropEvents OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of events in which packets were dropped by the port per traffic class due to lack of resources. Note that this number is not necessarily the number of packets dropped; it is just the number of times this condition has been detected." ::= {a3ComTrafficClassPortStatsEntry 3} END