All MIBs › SNMP-REPEATER-MIB › rptrMonitorPortAlignmentErrors
rptrMonitorPortAlignmentErrors
Module: SNMP-REPEATER-MIB
OID (symbolic): SNMP-REPEATER-MIB::rptrMonitorPortAlignmentErrors
OID (numeric): 1.3.6.1.2.1.22.2.3.1.1.6
Node type: OBJECT-TYPE
Type: Counter32
Access: read-only
Description:
This counter is incremented by one for each frame received on this port with the FCSError and FramingError signals asserted and CollisionEvent signal deasserted and whose OctetCount is greater than or equal to minFrameSize and less than or equal to maxFrameSize (Ref: IEEE 802.3 Std, 4.4.2.1). If rptrMonitorPortAlignmentErrors is incremented then the rptrMonitorPortFCSErrors Counter shall not be incremented for the same frame.
A discontinuity may occur in the value when the value of object rptrMonitorPortLastChange changes.
The approximate minimum time for rollover of this counter is 80 hours at 10Mb/s.
What is rptrMonitorPortAlignmentErrors?
This OID holds a counter that increments when frames arrive with corrupted formatting and checksum errors, indicating the frame is malformed. It reveals physical layer problems like cable damage or electromagnetic interference affecting data integrity on the port. A network technician seeing this counter increase would suspect a bad network cable, loose connector, or nearby electrical equipment causing signal corruption.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.22.2.3.1.1.6 snmpwalk -v2c -c public <target> SNMP-REPEATER-MIB::rptrMonitorPortAlignmentErrors
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.22.2.3.1.1.6.1 snmpget -v2c -c public <target> SNMP-REPEATER-MIB::rptrMonitorPortAlignmentErrors.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.22 | snmpDot3RptrMgt | LANART-AGENT |
| 1.3.6.1.2.1.22.2 | rptrMonitorPackage | LANART-AGENT |
| 1.3.6.1.2.1.22.2.3 | rptrMonitorPortInfo | LANART-AGENT |
| 1.3.6.1.2.1.22.2.3.1 | rptrMonitorPortTable | LANART-AGENT |
| 1.3.6.1.2.1.22.2.3.1.1 | rptrMonitorPortEntry | LANART-AGENT |
| 1.3.6.1.2.1.22.2.3.1.1.6 | rptrMonitorPortAlignmentErrors | SNMP-REPEATER-MIB |