ACD-PORT-MIB

File: ACD-PORT-MIB.mib (58352 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
ACCEDIAN-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter64 DisplayString TruthValue
MacAddress MODULE-COMPLIANCE OBJECT-GROUP
acdMibs

Defined Types

AcdPortConfigEntry  
SEQUENCE    
  acdPortConfigIndex Unsigned32
  acdPortConfigName DisplayString
  acdPortConfigAlias DisplayString
  acdPortConfigMacAddress MacAddress
  acdPortConfigConnectorId OBJECT IDENTIFIER
  acdPortConfigState TruthValue
  acdPortConfigMtu Unsigned32
  acdPortConfigAutoNegoState TruthValue
  acdPortConfigSpeed Unsigned32
  acdPortConfigDuplex INTEGER
  acdPortConfigMdi INTEGER
  acdPortConfigPauseMode INTEGER
  acdPortConfigAdvertisement BITS

AcdPortStatusEntry  
SEQUENCE    
  acdPortStatusIndex Unsigned32
  acdPortStatusSpeed Unsigned32
  acdPortStatusDuplex INTEGER
  acdPortStatusMdi INTEGER
  acdPortStatusTxPause TruthValue
  acdPortStatusRxPause TruthValue
  acdPortStatusLinkPartnerAbility BITS
  acdPortStatusLinkStatus TruthValue
  acdPortStatusMedia BITS
  acdPortStatusIsMonitor TruthValue
  acdPortStatusIsManagement TruthValue
  acdPortStatusIsSFP TruthValue
  acdPortStatusIsFiber TruthValue

AcdPortTxStatsEntry  
SEQUENCE    
  acdPortTxStatsIndex Unsigned32
  acdPortTxStatsSupportBits BITS
  acdPortTxStatsBytesGood Counter64
  acdPortTxStatsBytesTotal Counter64
  acdPortTxStatsUnicastPkts Counter64
  acdPortTxStatsMulticastPkts Counter64
  acdPortTxStatsBroadcastPkts Counter64
  acdPortTxStatsPauseFrames Counter64
  acdPortTxStatsTaggedFrames Counter64
  acdPortTxStatsCRCErrors Counter64
  acdPortTxStatsDeferred Counter64
  acdPortTxStatsExcessiveDeferrals Counter64
  acdPortTxStatsSingleCollisions Counter64
  acdPortTxStatsMultipleCollisions Counter64
  acdPortTxStatsExcessiveCollisions Counter64
  acdPortTxStatsLateCollisions Counter64
  acdPortTxStatsNormalCollisions Counter64
  acdPortTxStatsFifoErrors Counter64
  acdPortTxStatsPkts64 Counter64
  acdPortTxStatsPkts65to127 Counter64
  acdPortTxStatsPkts128to255 Counter64
  acdPortTxStatsPkts256to511 Counter64
  acdPortTxStatsPkts512to1023 Counter64
  acdPortTxStatsPkts1024to1518 Counter64
  acdPortTxStatsPkts1519to2047 Counter64
  acdPortTxStatsPkts2048to4095 Counter64
  acdPortTxStatsPkts4096to8191 Counter64
  acdPortTxStatsPkts8192andMore Counter64
  acdPortTxStatsPktsLarge Counter64

AcdPortRxStatsEntry  
SEQUENCE    
  acdPortRxStatsIndex Unsigned32
  acdPortRxStatsSupportBits BITS
  acdPortRxStatsBytesGood Counter64
  acdPortRxStatsBytesTotal Counter64
  acdPortRxStatsShortOk Counter64
  acdPortRxStatsShortBad Counter64
  acdPortRxStatsLongOk Counter64
  acdPortRxStatsLongBad Counter64
  acdPortRxStatsUnicastPkts Counter64
  acdPortRxStatsMulticastPkts Counter64
  acdPortRxStatsBroadcastPkts Counter64
  acdPortRxStatsPauseFrames Counter64
  acdPortRxStatsTaggedFrames Counter64
  acdPortRxStatsCRCErrors Counter64
  acdPortRxStatsAlignErrors Counter64
  acdPortRxStatsRuntFrames Counter64
  acdPortRxStatsLengthErrors Counter64
  acdPortRxStatsFalseCRS Counter64
  acdPortRxStatsPhyErrors Counter64
  acdPortRxStatsFifoErrors Counter64
  acdPortRxStatsIgnored Counter64
  acdPortRxStatsBadOpcode Counter64
  acdPortRxStatsPkts64 Counter64
  acdPortRxStatsPkts65to127 Counter64
  acdPortRxStatsPkts128to255 Counter64
  acdPortRxStatsPkts256to511 Counter64
  acdPortRxStatsPkts512to1023 Counter64
  acdPortRxStatsPkts1024to1518 Counter64
  acdPortRxStatsPkts1519to2047 Counter64
  acdPortRxStatsPkts2048to4095 Counter64
  acdPortRxStatsPkts4096to8191 Counter64
  acdPortRxStatsPkts8192andMore Counter64
  acdPortRxStatsPktsLarge Counter64

Defined Values

acdPort 1.3.6.1.4.1.22420.2.9
The Port statistics for this Accedian Networks device.
MODULE-IDENTITY    

acdPortMIBObjects 1.3.6.1.4.1.22420.2.9.1
OBJECT IDENTIFIER    

acdPortConformance 1.3.6.1.4.1.22420.2.9.2
OBJECT IDENTIFIER    

acdPortConfig 1.3.6.1.4.1.22420.2.9.1.1
OBJECT IDENTIFIER    

acdPortStatus 1.3.6.1.4.1.22420.2.9.1.2
OBJECT IDENTIFIER    

acdPortStats 1.3.6.1.4.1.22420.2.9.1.3
OBJECT IDENTIFIER    

acdPortTableTid 1.3.6.1.4.1.22420.2.9.1.4
OBJECT IDENTIFIER    

acdPortConfigTable 1.3.6.1.4.1.22420.2.9.1.1.1
Table of port configuration attributes
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdPortConfigEntry

acdPortConfigEntry 1.3.6.1.4.1.22420.2.9.1.1.1.1
Port configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdPortConfigEntry  

acdPortConfigIndex 1.3.6.1.4.1.22420.2.9.1.1.1.1.1
The value of this object uniquely identifies this acdPortConfig entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

acdPortConfigName 1.3.6.1.4.1.22420.2.9.1.1.1.1.2
This is a string to identify the port.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..31)  

acdPortConfigAlias 1.3.6.1.4.1.22420.2.9.1.1.1.1.3
This is a string to give the port an alias.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..255)  

acdPortConfigMacAddress 1.3.6.1.4.1.22420.2.9.1.1.1.1.4
The MAC address of the port.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

acdPortConfigConnectorId 1.3.6.1.4.1.22420.2.9.1.1.1.1.5
This object identifies the connector ID of the port. This object shall identify the acdDescConnectorID object, defined in the ACD-DESC-MIB.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

acdPortConfigState 1.3.6.1.4.1.22420.2.9.1.1.1.1.6
Enable or disable the port.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acdPortConfigMtu 1.3.6.1.4.1.22420.2.9.1.1.1.1.7
The configured MTU of the port. The value ranges from 1518 to 10240.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

acdPortConfigAutoNegoState 1.3.6.1.4.1.22420.2.9.1.1.1.1.8
Enable or disable the auto negociation on the port.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acdPortConfigSpeed 1.3.6.1.4.1.22420.2.9.1.1.1.1.9
The configured speed of the port in Mbps. The valid values are 10, 100, 1000 and 10000.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

acdPortConfigDuplex 1.3.6.1.4.1.22420.2.9.1.1.1.1.10
The configured duplex mode for this port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER halfDuplex(1), fullDuplex(2)  

acdPortConfigMdi 1.3.6.1.4.1.22420.2.9.1.1.1.1.11
The configured MDI mode for this port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER autoMdi(1), mdi(2), mdix(3)  

acdPortConfigPauseMode 1.3.6.1.4.1.22420.2.9.1.1.1.1.12
The configured pause mode for this port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), local(2), forward(3)  

acdPortConfigAdvertisement 1.3.6.1.4.1.22420.2.9.1.1.1.1.13
A value that identifies the set of port capabilities to advertise during auto-negociation. Each bit indicates whether or not the specific capability is valid on the system.
Status: current Access: read-write
OBJECT-TYPE    
  BITS bHalfDuplex10Mbps(0), bFullDuplex10Mbps(1), bHalfDuplex100Mbps(2), bFullDuplex100Mbps(3), bHalfDuplex1Gbps(4), bFullDuplex1Gbps(5), bPauseSymmetric(6), bPauseAsymmetric(7)  

acdPortStatusTable 1.3.6.1.4.1.22420.2.9.1.2.1
Table for port status
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdPortStatusEntry

acdPortStatusEntry 1.3.6.1.4.1.22420.2.9.1.2.1.1
Port status.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdPortStatusEntry  

acdPortStatusIndex 1.3.6.1.4.1.22420.2.9.1.2.1.1.1
The value of this object uniquely identifies this acdPortStatus entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

acdPortStatusSpeed 1.3.6.1.4.1.22420.2.9.1.2.1.1.2
The current speed of the port in Mbps. The valid values are 10, 100 1000 and 10000.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acdPortStatusDuplex 1.3.6.1.4.1.22420.2.9.1.2.1.1.3
The current duplex mode of the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER halfDuplex(1), fullDuplex(2)  

acdPortStatusMdi 1.3.6.1.4.1.22420.2.9.1.2.1.1.4
The current MDI mode of the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER mdi(1), mdix(2)  

acdPortStatusTxPause 1.3.6.1.4.1.22420.2.9.1.2.1.1.5
Indicates whether or not the port is transmitting pause frames.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

acdPortStatusRxPause 1.3.6.1.4.1.22420.2.9.1.2.1.1.6
Indicates whether or not the port is receiving pause frames.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

acdPortStatusLinkPartnerAbility 1.3.6.1.4.1.22420.2.9.1.2.1.1.7
A value that identifies the set of port capabilities advertised by the link partner. Each bit indicates whether or not the specific capability is valid on the link partner system.
Status: current Access: read-only
OBJECT-TYPE    
  BITS bHalfDuplex10Mbps(0), bFullDuplex10Mbps(1), bHalfDuplex100Mbps(2), bFullDuplex100Mbps(3), bHalfDuplex1Gbps(4), bFullDuplex1Gbps(5), bPauseSymmetric(6), bPauseAsymmetric(7)  

acdPortStatusLinkStatus 1.3.6.1.4.1.22420.2.9.1.2.1.1.8
Indicates if the port link is Up or Down. Down(FALSE), Up(TRUE)
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

acdPortStatusMedia 1.3.6.1.4.1.22420.2.9.1.2.1.1.9
A value that uniquely identifies the selected media type.
Status: current Access: read-only
OBJECT-TYPE    
  BITS bOther(0), bAUI(1), b10base5(2), bFoirl(3), b10base2(4), b10baseT(5), b10baseFP(6), b10baseFB(7), b10baseFL(8), b10broad36(9), b10baseTHD(10), b10baseTFD(11), b10baseFLHD(12), b10baseFLFD(13), b100baseT4(14), b100baseTXHD(15), b100baseTXFD(16), b100baseFXHD(17), b100baseFXFD(18), b100baseT2HD(19), b100baseT2FD(20), b1000baseXHD(21), b1000baseXFD(22), b1000baseLXHD(23), b1000baseLXFD(24), b1000baseSXHD(25), b1000baseSXFD(26), b1000baseCXHD(27), b1000baseCXFD(28), b1000baseTHD(29), b1000baseTFD(30)  

acdPortStatusIsMonitor 1.3.6.1.4.1.22420.2.9.1.2.1.1.10
Indicates if the port is a monitor port. No(FALSE), Yes(TRUE)
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

acdPortStatusIsManagement 1.3.6.1.4.1.22420.2.9.1.2.1.1.11
Indicates if the port is a management port. No(FALSE), Yes(TRUE)
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

acdPortStatusIsSFP 1.3.6.1.4.1.22420.2.9.1.2.1.1.12
Indicates if the port has an SFP. No(FALSE), Yes(TRUE)
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

acdPortStatusIsFiber 1.3.6.1.4.1.22420.2.9.1.2.1.1.13
Indicates if the port is connected to fiber. No(FALSE), Yes(TRUE)
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

acdPortTxStatsTable 1.3.6.1.4.1.22420.2.9.1.3.1
Table of port transmit statistics
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdPortTxStatsEntry

acdPortTxStatsEntry 1.3.6.1.4.1.22420.2.9.1.3.1.1
port transmit statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdPortTxStatsEntry  

acdPortTxStatsIndex 1.3.6.1.4.1.22420.2.9.1.3.1.1.1
The value of this object uniquely identifies this acdPortTxStats entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

acdPortTxStatsSupportBits 1.3.6.1.4.1.22420.2.9.1.3.1.1.2
A value that identifies the set of TX statistics supported by the device. Each bit indicates whether or not the specific statistic value is valid on the system.
Status: current Access: read-only
OBJECT-TYPE    
  BITS bBytesGood(0), bBytesTotal(1), bUnicastPkts(2), bMulticastPkts(3), bBroadcastPkts(4), bPauseFrames(5), bTaggedFrames(6), bCRCErrors(7), bDeferred(8), bExcessiveDeferrals(9), bSingleCollisions(10), bMultipleCollisions(11), bExcessiveCollisions(12), bLateCollisions(13), bNormalCollisions(14), bFifoErrors(15), bPkts64(16), bPkts65to127(17), bPkts128to255(18), bPkts256to511(19), bPkts512to1023(20), bPkts1024to1518(21), bPkts1519to2047(22), bPkts2048to4095(23), bPkts4096to8191(24), bPkts8192andMore(25), bPktsLarge(26)  

acdPortTxStatsBytesGood 1.3.6.1.4.1.22420.2.9.1.3.1.1.3
This is a count of the total number of bytes transmitted by the port in good packets. The count includes the 4 CRC bytes but does not include the preamble or SFD bytes. A good packet is one that has been transmitted successfully (not aborted) with a good CRC. It is assumed that all transmit packets are properly sized, 64 bytes (after any padding) to maxsize bytes long.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsBytesTotal 1.3.6.1.4.1.22420.2.9.1.3.1.1.4
This is a count of the total number of bytes transmitted by the port in good and bad packets. The count includes the 4 CRC bytes but does not include the preamble or SFD bytes. Bad packets include normal collisions, late collisions, and FIFO underflows. For collisions, all bytes transmitted before the start of the collision as well as the colliding and jam bytes are counted. For FIFO underflows, all bytes actually transmitted are counted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsUnicastPkts 1.3.6.1.4.1.22420.2.9.1.3.1.1.5
This is a count of the good unicast packets transmitted by this port. Good unicast packets are packets that are not dropped and have a good CRC. Unicast packets are identified by having a 0 in the least significant bit of the first byte of the destination address (i.e. the first bit transmitted is a 0).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsMulticastPkts 1.3.6.1.4.1.22420.2.9.1.3.1.1.6
This is a count of the good multicast packets transmitted by this port (good means not dropped and valid CRC). Multicast packets are identified by having a 1 in the least significant bit of the first byte of the destination address (i.e. the first bit transmitted is a 1). Broadcast packets are not included in this count.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsBroadcastPkts 1.3.6.1.4.1.22420.2.9.1.3.1.1.7
This is a count of the good broadcast packets transmitted by this port (good means not dropped and valid CRC). Broadcast packets are identified by a destination address of all 1.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsPauseFrames 1.3.6.1.4.1.22420.2.9.1.3.1.1.8
This is a count of the good flow control pause packets transmitted by this port (good means not dropped and valid CRC). Flow control pause packets are identified by a type of 0x8808 and an opcode field of 0x0001.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsTaggedFrames 1.3.6.1.4.1.22420.2.9.1.3.1.1.9
This is a count of the good VLAN packets transmitted by this port (good means not dropped and valid CRC). VLAN packets are identified by a type field equal to 0x8100 in the outer VLAN tag.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsCRCErrors 1.3.6.1.4.1.22420.2.9.1.3.1.1.10
This is a count of the transmitted packets with a bad non-appended CRC field. This count doesn't include any packets with a bad CRC due to a FIFO underflow.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsDeferred 1.3.6.1.4.1.22420.2.9.1.3.1.1.11
This is a count of the number of packets that were deferred on the first transmit attempt due to the medium being busy. Packets with subsequent deferrals (for instance, after a collision back off) are not counted. Whether the packet is eventually transmitted successfully or not is irrelevant to this counter. Packets dropped due to excess deferral that occur during the initial transmit attempt are not counted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsExcessiveDeferrals 1.3.6.1.4.1.22420.2.9.1.3.1.1.12
This is a count of the number of packets dropped by this port due to excessive deferral. The deferral time starts at the beginning of each transmission attempt and ends when the transmission starts (regardless of collisions). The deferral is excessive if more than 3036 byte times have passed without the transmission starting.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsSingleCollisions 1.3.6.1.4.1.22420.2.9.1.3.1.1.13
This is a count of the number of times a packet is successfully transmitted from this port after experiencing a single collision. This count does not include erroneous (dropped) packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsMultipleCollisions 1.3.6.1.4.1.22420.2.9.1.3.1.1.14
This is a count of the number of times a packet is successfully transmitted from this port after experiencing multiple collisions. This count does not include erroneous (dropped) packets and also does not include packets dropped due to excess collisions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsExcessiveCollisions 1.3.6.1.4.1.22420.2.9.1.3.1.1.15
This is a count of the number of packets dropped by this port due to excess collisions (number of collisions equals MaxRetry+1). This count does not include packets dropped due to FIFO underflow or late collisions (even if the late collision is also an excessive collision).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsLateCollisions 1.3.6.1.4.1.22420.2.9.1.3.1.1.16
This is a count of the number of packets dropped by this port due to late collisions. A late collision is a collision that occurs after the collision window time (normally 512-bit times). This count does not include packets dropped due to FIFO underflow. Late collisions are not retried.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsNormalCollisions 1.3.6.1.4.1.22420.2.9.1.3.1.1.17
This is a count of the total number of normal collisions that have occurred on this port during all transmission attempts. FIFO underflows, late collisions and collisions that occur while this port is not trying to transmit are not counted. This count does not include collisions during half-duplex back pressure.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsFifoErrors 1.3.6.1.4.1.22420.2.9.1.3.1.1.18
This is a count of the number of packets dropped by this port due to an underflow in the transmit FIFO. When an underflow is detected, transmission is immediately aborted after sending a known bad (inverted) CRC sequence. The FIFO underflow error takes precedence over all other errors if this counter is incremented, then none of the other packet type counters are incremented.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsPkts64 1.3.6.1.4.1.22420.2.9.1.3.1.1.19
The total number of packets, good or bad, transmitted by this port that were exactly 64 bytes in length (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsPkts65to127 1.3.6.1.4.1.22420.2.9.1.3.1.1.20
The total number of packets, good or bad, transmitted by this port that were 65 to 127 bytes in length inclusive (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsPkts128to255 1.3.6.1.4.1.22420.2.9.1.3.1.1.21
The total number of packets, good or bad, transmitted by this port that were 128 to 255 bytes in length inclusive (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsPkts256to511 1.3.6.1.4.1.22420.2.9.1.3.1.1.22
The total number of packets, good or bad, transmitted by this port that were 256 to 511 bytes in length inclusive (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsPkts512to1023 1.3.6.1.4.1.22420.2.9.1.3.1.1.23
The total number of packets, good or bad, transmitted by this port that were 512 to 1023 bytes in length inclusive (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsPkts1024to1518 1.3.6.1.4.1.22420.2.9.1.3.1.1.24
The total number of packets, good or bad, transmitted by this port that were 1024 to 1518 bytes in length (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsPkts1519to2047 1.3.6.1.4.1.22420.2.9.1.3.1.1.25
The total number of packets, good or bad, transmitted by this port that were 1519 to 2047 bytes in length inclusive (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsPkts2048to4095 1.3.6.1.4.1.22420.2.9.1.3.1.1.26
The total number of packets, good or bad, transmitted by this port that were 2048 to 4095 bytes in length inclusive (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsPkts4096to8191 1.3.6.1.4.1.22420.2.9.1.3.1.1.27
The total number of packets, good or bad, transmitted by this port that were 4096 to 8191 bytes in length inclusive (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsPkts8192andMore 1.3.6.1.4.1.22420.2.9.1.3.1.1.28
The total number of packets, good or bad, transmitted by this port that were greater than 8192 bytes in length (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortTxStatsPktsLarge 1.3.6.1.4.1.22420.2.9.1.3.1.1.29
The total number of large packets transmitted by this port. Define the size of large packets on the Port configuration.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsTable 1.3.6.1.4.1.22420.2.9.1.3.2
Table of port receive statistics
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdPortRxStatsEntry

acdPortRxStatsEntry 1.3.6.1.4.1.22420.2.9.1.3.2.1
port receive statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdPortRxStatsEntry  

acdPortRxStatsIndex 1.3.6.1.4.1.22420.2.9.1.3.2.1.1
The value of this object uniquely identifies this acdPortRxStats entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

acdPortRxStatsSupportBits 1.3.6.1.4.1.22420.2.9.1.3.2.1.2
A value that identifies the set of RX statistics supported by the device. Each bit indicates whether or not the specific statistic value is valid on the system.
Status: current Access: read-only
OBJECT-TYPE    
  BITS bBytesGood(0), bBytesTotal(1), bRxStatsShortOk(2), bRxStatsShortBad(3), bRxStatsLongOk(4), bRxStatsLongBad(5), bUnicastPkts(6), bMulticastPkts(7), bBroadcastPkts(8), bPauseFrames(9), bTaggedFrames(10), bCRCErrors(11), bAlignErrors(12), bRuntFrames(13), bLengthErrors(14), bFalseCRS(15), bPhyErrors(16), bFifoErrors(17), bIgnored(18), bBadOpcode(19), bPkts64(20), bPkts65to127(21), bPkts128to255(22), bPkts256to511(23), bPkts512to1023(24), bPkts1024to1518(25), bPkts1519to2047(26), bPkts2048to4095(27), bPkts4096to8191(28), bPkts8192andMore(29), bPktsLarge(30)  

acdPortRxStatsBytesGood 1.3.6.1.4.1.22420.2.9.1.3.2.1.3
This is a count of the total number of bytes received by the port in good packets. The count includes the 4 CRC bytes but does not include the preamble or SFD bytes. A good packet is a well-formed normally sized packet (64 to maxsize bytes) with good CRC and no PHY or FIFO errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsBytesTotal 1.3.6.1.4.1.22420.2.9.1.3.2.1.4
This is a count of the total number of bytes received by the port in good and bad packets. The count includes the 4 CRC bytes (if present) but does not include the preamble or SFD bytes. Good packets are described above. Bad packets include short packets (less than 64 bytes), long packets (greater than maxsize bytes), packets with bad CRC, packets with PHY errors, and packets with receive FIFO errors. Bytes in bad packets resulting from a collision are counted if the SFD is detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsShortOk 1.3.6.1.4.1.22420.2.9.1.3.2.1.5
This is a count of error-free packets received on this port that are shorter than 64 bytes. A packet is error-free if it has a valid CRC, no PHY errorsand no FIFO errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsShortBad 1.3.6.1.4.1.22420.2.9.1.3.2.1.6
This is a count of packets received on this port that are shorter than 64 bytes and have a bad CRC. Packets with PHY or FIFO errors are not counted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsLongOk 1.3.6.1.4.1.22420.2.9.1.3.2.1.7
This is a count of error-free packets received on this port that are longer than maxsize bytes. A packet is error-free if it has a valid CRC, no PHY errors and no FIFO errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsLongBad 1.3.6.1.4.1.22420.2.9.1.3.2.1.8
This is a count of packets received on this port that are longer than 64 bytes and have a bad CRC. Packets with PHY or FIFO errors are not counted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsUnicastPkts 1.3.6.1.4.1.22420.2.9.1.3.2.1.9
This is a count of the good unicast packets received by this port. A good unicast packet is a normally sized packet (64 to maxsize bytes) that is received without error a good CRC, no PHY or FIFO errors. Unicast packets are identified by having a 0 in the least significant bit of the first byte of the destination address (i.e. the first bit received is a 0).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsMulticastPkts 1.3.6.1.4.1.22420.2.9.1.3.2.1.10
This is a count of the good multicast packets received by this port. A good multicast packet is a normally sized packet (64 to maxsize bytes) that is received without error, a good CRC, no PHY or FIFO errors. Multicast packets are identified by having a 1 in the least significant bit of the first byte of the destination address (i.e. the first bit received is a 1). Broadcast packets are not included in this count.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsBroadcastPkts 1.3.6.1.4.1.22420.2.9.1.3.2.1.11
This is a count of the good broadcast packets received by this port. A good broadcast packet is a normally sized packet (64 to maxsize bytes) that is received without error, a good CRC, no PHY or FIFO errors. Broadcast packets are identified by a destination address of all 1's.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsPauseFrames 1.3.6.1.4.1.22420.2.9.1.3.2.1.12
This is a count of the good flow control pause packets received by this port (good CRC, no PHY or FIFO errors, normally sized). Flow control pause packets are identified by a type of 0x8808, and an opcode field of 0x0001.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsTaggedFrames 1.3.6.1.4.1.22420.2.9.1.3.2.1.13
This is a count of the good VLAN packets receive by this port (good CRC, no PHY or FIFO errors, normally sized). VLAN packets are identified by a type field equal to 0x8100 in the outer VLAN tag.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsCRCErrors 1.3.6.1.4.1.22420.2.9.1.3.2.1.14
This is a count of normally sized packets (64 to maxsize bytes) received by this port with a CRC error but not a dribbling nibble (packet is an integral number of bytes long). Packets with FIFO or PHY errors are not counted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsAlignErrors 1.3.6.1.4.1.22420.2.9.1.3.2.1.15
This is a count of normally sized packets (64 to maxsize bytes) received by this port with a CRC error and a dribbling nibble (packet is not an integral number of bytes long). Packets with PHY or FIFO errors are not counted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsRuntFrames 1.3.6.1.4.1.22420.2.9.1.3.2.1.16
This is a count of the number of receive packets (or events) detected by this port without SDF detection but with carrier assertion. Packets with valid SFD but no data bytes are also counted as runts. After detecting a runt packet, the update of the RxRunts counter is held off until the next valid packet is received. If multiple runt packets occur between valid packets, the RxRunts counter is incremented only once.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsLengthErrors 1.3.6.1.4.1.22420.2.9.1.3.2.1.17
This is a count of the number of good packets received by this port with a length field check error. A length check error occurs when the value in the length field is within the valid range for data length (3-1500 bytes) but does not match the actual data length of the packet. Length field values less than 46 bytes (which corresponds to the minimum legal packet size of 64 bytes) are not checked due to padding.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsFalseCRS 1.3.6.1.4.1.22420.2.9.1.3.2.1.18
This is a count of the number of receive packets (or events) detected by this port with a false carrier (SSD1 not followed by SSD2). After detecting a false carrier, update of the RxFalseCRS counter is held off until the next valid packet is received. If multiple false carrier events occur between valid packets, the RxFalseCRS counter is incremented only once.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsPhyErrors 1.3.6.1.4.1.22420.2.9.1.3.2.1.19
This is a count of the number of packets received by this port with RX_ER asserted during reception (while RX_DV asserted). Packets with a FIFO error are not counted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsFifoErrors 1.3.6.1.4.1.22420.2.9.1.3.2.1.20
This is a count of the number of receive packets dropped or aborted due to receive FIFO overflow. The FIFO overflow error takes precedence over all other errors - if this counter is incremented, then none of the other packet type counters is incremented.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsIgnored 1.3.6.1.4.1.22420.2.9.1.3.2.1.21
This is a count of the number of received packets that have been ignored by this port. A packet is ignored if it violates the programmed preamble rules or it violates the minimum data gap. The preamble rules include long preamble enforcement (greater than 23 nibbles) and pure preamble enforcement (only 55h bytes). The minimum data gap is the time between packet data transfers and is measured from immediately after the last CRC byte of the previous packet through the SFD field of the current packet. The normal data gap is 20 bytes long (12 bytes of IPG and 8 bytes of preamble/SFD). The enforcement limit is set to 10 bytes (half the normal gap length).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsBadOpcode 1.3.6.1.4.1.22420.2.9.1.3.2.1.22
This is a count of the good control packets received by this port (good CRC, no PHY or FIFO errors, normally sized) with an unknown opcode. Unknown control packets are identified by a type field of 88-08 and an opcode field not equal to 00-01.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsPkts64 1.3.6.1.4.1.22420.2.9.1.3.2.1.23
The total number of packets, good or bad, received by this port that were exactly 64 bytes in length (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsPkts65to127 1.3.6.1.4.1.22420.2.9.1.3.2.1.24
The total number of packets, good or bad, received by this port that were 65 to 127 bytes in length inclusive (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsPkts128to255 1.3.6.1.4.1.22420.2.9.1.3.2.1.25
The total number of packets, good or bad, received by this port that were 128 to 255 bytes in length inclusive (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsPkts256to511 1.3.6.1.4.1.22420.2.9.1.3.2.1.26
The total number of packets, good or bad, received by this port that were 256 to 511 bytes in length inclusive (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsPkts512to1023 1.3.6.1.4.1.22420.2.9.1.3.2.1.27
The total number of packets, good or bad, received by this port that were 512 to 1023 bytes in length inclusive (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsPkts1024to1518 1.3.6.1.4.1.22420.2.9.1.3.2.1.28
The total number of packets, good or bad, received by this port that were 1024 to 1518 bytes in length inclusive (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsPkts1519to2047 1.3.6.1.4.1.22420.2.9.1.3.2.1.29
The total number of packets, good or bad, received by this port that were 1519 to 2047 bytes in length inclusive (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsPkts2048to4095 1.3.6.1.4.1.22420.2.9.1.3.2.1.30
The total number of packets, good or bad, received by this port that were 2048 to 4095 bytes in length inclusive (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsPkts4096to8191 1.3.6.1.4.1.22420.2.9.1.3.2.1.31
The total number of packets, good or bad, received by this port that were 4096 to 8191 bytes in length inclusive (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsPkts8192andMore 1.3.6.1.4.1.22420.2.9.1.3.2.1.32
The total number of packets, good or bad, received by this port that were greater than 8192 bytes in length (excluding preamble and SFD but including CRC).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortRxStatsPktsLarge 1.3.6.1.4.1.22420.2.9.1.3.2.1.33
The total number of large packets received by this port. Define the size of large packets on the Port configuration page.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPortConfigTableLastChangeTid 1.3.6.1.4.1.22420.2.9.1.4.1
This is the transaction ID of the last change of the acdPortConfigTable table. If this value is different since the last read this is indicate a table change.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acdPortCompliances 1.3.6.1.4.1.22420.2.9.2.1
OBJECT IDENTIFIER    

acdPortGroups 1.3.6.1.4.1.22420.2.9.2.2
OBJECT IDENTIFIER    

acdPortConfigGroup 1.3.6.1.4.1.22420.2.9.2.2.1
.
Status: current Access: read-only
OBJECT-GROUP    

acdPortStatusGroup 1.3.6.1.4.1.22420.2.9.2.2.2
.
Status: current Access: read-only
OBJECT-GROUP    

acdPortTxStatsGroup 1.3.6.1.4.1.22420.2.9.2.2.3
.
Status: current Access: read-only
OBJECT-GROUP    

acdPortRxStatsGroup 1.3.6.1.4.1.22420.2.9.2.2.4
.
Status: current Access: read-only
OBJECT-GROUP    

acdPortTidGroup 1.3.6.1.4.1.22420.2.9.2.2.5
List of scalars to monitior changes in tables.
Status: current Access: read-only
OBJECT-GROUP    

acdPortCompliance 1.3.6.1.4.1.22420.2.9.2.1.1
The compliance statement for support of the ACD-PORT-MIB module.
Status: current Access: read-only
MODULE-COMPLIANCE