All MIBs › ACC-FAKE › ifOperStatus
ifOperStatus
Module: ACC-FAKE
OID (symbolic): ACC-FAKE::ifOperStatus
OID (numeric): 1.3.6.1.4.1.5.2.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed.
What is ifOperStatus?
This OID reports the operational status of an interface as a read-only enumerated value, typically indicating whether the interface is up, down, or in some intermediate state. Monitoring this tells you in real-time whether the physical connection is active and operational, which is essential for detecting failed interfaces. For example, a status of 1 (up) indicates the interface is operational, while 2 (down) signals a disconnected cable or disabled port.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.2.1 snmpwalk -v2c -c public <target> ACC-FAKE::ifOperStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.2.1.1 snmpget -v2c -c public <target> ACC-FAKE::ifOperStatus.1