All MIBs › CHARACTER-MIB › charPortOperStatus
charPortOperStatus
Module: CHARACTER-MIB
OID (symbolic): CHARACTER-MIB::charPortOperStatus
OID (numeric): 1.3.6.1.2.1.19.2.1.7
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
The port's actual, operational state, independent of flow control. 'up' indicates able to function normally. 'down' indicates inability to function for administrative or operational reasons. 'maintenance' indicates a maintenance mode, exclusive of normal operation, such as running a test. 'absent' indicates that port hardware is not present. 'active' indicates up with a user present (e.g. logged in).
'up' and 'active' correspond to ifOperStatus 'up'. 'down' and 'absent' correspond to ifOperStatus 'down'. 'maintenance' corresponds to ifOperStatus 'test'.
What is charPortOperStatus?
A read-only value reporting the actual operational state of a character port (e.g., up, down, or maintenance), independent of flow control status.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.19.2.1.7 snmpwalk -v2c -c public <target> CHARACTER-MIB::charPortOperStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.19.2.1.7.1 snmpget -v2c -c public <target> CHARACTER-MIB::charPortOperStatus.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.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.19 | char | CHARACTER-MIB |
| 1.3.6.1.2.1.19.2 | charPortTable | CHARACTER-MIB |
| 1.3.6.1.2.1.19.2.1 | charPortEntry | CHARACTER-MIB |
| 1.3.6.1.2.1.19.2.1.7 | charPortOperStatus | CHARACTER-MIB |