|
|
Description:
|
ubHmBasGroupCustomCounterSlctn OBJECT-TYPE
-- This selects which one of various events on a port will increment the ubHmBasPortCustomCounter associated with that port. Setting this attribute also sets ubHmBasPortCustomCounter to zero. Each occurrence of the selected event increments ubHmBasPortCustomCounter.
-- Note that this attribute only applies in tier 1.
--1. The following values each specify an attribute counter.
-- * Non-collided packets is a composite of ReadableFrames + other frames with various errors not including hmMonHubTransmitCollisions, late collisions.
SYNTAX INTEGER {
carrierTooLong(1), -- 'Carrier Too Long'
elasticityBufferErrors(2), -- Elasticity Buffer Errors
badBitRates(3), -- 'Bad Bit Rates'
missingSFD(4), -- 'Missing SFD'
shortEvents(5), -- 'Short Events '
nonCollidedPackets(6), -- 'Non-collided Packets'
autoPartitions(7), -- 'Autopartition Count'
badLinkEvents(8), -- Bad Link Events
transmitCollisions(12), -- Transmit Collisions
receiveCollisions(13), -- Receive Collisions
lateCollisions(14), -- 'Late Collisions'
notApplicable(15) -- not applicable
}
ACCESS read-write
STATUS mandatory
|
|
|
|