All MIBs › ACC-MIB › accIpIfFiltDispSeqNum
accIpIfFiltDispSeqNum
Module: ACC-MIB
OID (symbolic): ACC-MIB::accIpIfFiltDispSeqNum
OID (numeric): 1.3.6.1.4.1.5.1.1.18.5.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
An internally generated sequence number used to allow the Filter display table to be retruned in the order the filters are applied (most specific to least specific) without violating SNMP ordering rules. Sequence numbers for all filters may change with a single addition or modification of a filter. Sequence numbers, once assigned, are not assigned again. This number has no intrinsic meaning.
What is accIpIfFiltDispSeqNum?
This read-only OID displays a system-generated sequence number that determines the evaluation order of filters, with lower numbers checked first. Engineers use this ordering to understand filter precedence, as SNMP table rules require sorting by object ID but filters need to be applied from most-specific to least-specific. Filter sequence 1 is checked before sequence 2, ensuring targeted rules take precedence over broader rules.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.18.5.1.3 snmpwalk -v2c -c public <target> ACC-MIB::accIpIfFiltDispSeqNum
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.18.5.1.3.1 snmpget -v2c -c public <target> ACC-MIB::accIpIfFiltDispSeqNum.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.18 | accIpFilter | ACC-IPFILTER |
| 1.3.6.1.4.1.5.1.1.18.5 | accIpIfFiltDispTable | ACC-IPFILTER |
| 1.3.6.1.4.1.5.1.1.18.5.1 | accIpIfFiltDispEntry | ACC-IPFILTER |
| 1.3.6.1.4.1.5.1.1.18.5.1.3 | accIpIfFiltDispSeqNum | ACC-MIB |