potsIfOperState
BINTEC-POTS-MIB ·
.0.14.1.1.1.6
Object
column Enumeration
The operational state of an interface is indicated via this
variable.
Possible values are:
- down(1),
- running(2),
- fail(3),
- not-connected(4),
- stopped(5),
- stopping(6),
- starting(7),
The latter two states being of transitional type, mainly for
hot-plug type hardware, and won't be normally seen by user.
State fail is used to reflect inconsistencies between hardware
state and configuration concerning interface mode (potsIfMode).
Context
- MIB
- BINTEC-POTS-MIB
- OID
.0.14.1.1.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- potsIfEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'BINTEC-POTS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-POTS-MIB::potsIfOperState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-POTS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-POTS-MIB::potsIfOperState.<potsSlot>.<potsUnit>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-POTS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-POTS-MIB::potsIfOperState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | down |
2 | running |
3 | fail |
4 | not-connected |
5 | stopped |
6 | stopping |
7 | starting |