All MIBs › ACC-MIB › accMultilinkStatRcvInSeqs
accMultilinkStatRcvInSeqs
Module: ACC-MIB
OID (symbolic): ACC-MIB::accMultilinkStatRcvInSeqs
OID (numeric): 1.3.6.1.4.1.5.1.1.9.3.1.2
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description:
The number of messages received over all physical ports associated with this multilink group whose multilink sequence number matched what the receiver expected.
What is accMultilinkStatRcvInSeqs?
This counter tracks how many messages the multilink receiver accepted with the correct sequence number, indicating in-order delivery across the bundled links. Network engineers check this to verify that the multilink is successfully reassembling traffic in the correct order, which is essential for proper application behavior. A steady increase in this counter (for example, 1,000,000 in-sequence messages over a day) shows the multilink is working properly and delivering frames reliably.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.9.3.1.2 snmpwalk -v2c -c public <target> ACC-MIB::accMultilinkStatRcvInSeqs
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.9.3.1.2.1 snmpget -v2c -c public <target> ACC-MIB::accMultilinkStatRcvInSeqs.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accMultilinkStatRcvInSeqs.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.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.9 | accMultilink | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.9.3 | accMultilinkStatTable | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.9.3.1 | accMultilinkStatEntry | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.9.3.1.2 | accMultilinkStatRcvInSeqs | ACC-MIB |