All MIBs › ACC-MIB › accIpxPortOpState
accIpxPortOpState
Module: ACC-MIB
OID (symbolic): ACC-MIB::accIpxPortOpState
OID (numeric): 1.3.6.1.4.1.5.1.1.22.6.1.15
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Operational status of this port. off(0), down(1), start(2), stop(3), up(4)
What is accIpxPortOpState?
This OID stores the operational status of an IPX port, ranging from 0 (off) to 4 (up), and includes intermediate states like down, starting, and stopping. Network engineers monitor this value to verify that IPX connectivity is active on critical ports and to detect when connectivity has been lost. A reading of 4 indicates the port is fully operational and ready to forward IPX traffic, while a reading of 0 or 1 signals that the port is disabled or down and needs attention.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.22.6.1.15 snmpwalk -v2c -c public <target> ACC-MIB::accIpxPortOpState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.22.6.1.15.1 snmpget -v2c -c public <target> ACC-MIB::accIpxPortOpState.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.22 | accIpx | ACC-IPX |
| 1.3.6.1.4.1.5.1.1.22.6 | accIpxPortStatTable | ACC-IPX |
| 1.3.6.1.4.1.5.1.1.22.6.1 | accIpxPortStatEntry | ACC-IPX |
| 1.3.6.1.4.1.5.1.1.22.6.1.15 | accIpxPortOpState | ACC-MIB |