All MIBs › SYS-MIB › ifOperStatus
ifOperStatus
Module: SYS-MIB
OID (symbolic): SYS-MIB::ifOperStatus
OID (numeric): 1.3.6.1.4.1.1978.2.18.2.2.1.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
The current operational state of the interface. testing - indicates that no operational packets can be passed. up - normal operation down-L2 - down due to a level 2 failure dowm-modem - down due to modem control signals - (Token Ring - transmitting beacon frames or rx beaconing, signal loss) down-other - down for some other reason - (Token Ring - no status yet received, i.e. unknown status) up-blocktx - normal; but Tiger received a flow control signal preventing it from sending data up-preventrx - normal; but Tiger sent a flow control signal to stop the other end from sending data up-bothflow - normal; but Tiger received a flow control signal preventing it from sending data AND sent a flow control signal to stop the other end from sending data cts-failure - RTS was requested, but CTS never came (probably detected via poll timeout) dcd-failure - DCD dropped while receiving data, OR - unable to poll because other ends is still transmitting (polled protocols only). hardware-failure - missing FPGA (Token Ring: PCMCIA card missing) up-isolated - (Token Ring: Single station on the ring)
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1978.2.18.2.2.1.8 snmpwalk -v2c -c public <target> SYS-MIB::ifOperStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1978.2.18.2.2.1.8.1 snmpget -v2c -c public <target> SYS-MIB::ifOperStatus.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.1978 | ngcan | SYS-MIB |
| 1.3.6.1.4.1.1978.2 | tiger | SYS-MIB |
| 1.3.6.1.4.1.1978.2.18 | sysMIB | SYS-MIB |
| 1.3.6.1.4.1.1978.2.18.2 | interfaces | SYS-MIB |
| 1.3.6.1.4.1.1978.2.18.2.2 | ifTable | SYS-MIB |
| 1.3.6.1.4.1.1978.2.18.2.2.1 | ifEntry | SYS-MIB |
| 1.3.6.1.4.1.1978.2.18.2.2.1.8 | ifOperStatus | SYS-MIB |