itsIfOperStatus
NETI-ITS-MIB ·
.1.3.6.1.4.1.2928.6.2.16.1.1.2.1.14
Object
column Enumeration
The operational state of the interface. This is the same as
the object ifOperStatus in the ifTable.
up(1). The interface passes data and is used by a TTP.
down(2). The interface is down. If the administrative state
is up, the operational state is down only if there is a fault
situation that prevents the interface from not being down.
unknown(4). The state of the interface is unknown, possibly
due to some internal error.
dormant(5). The interface is ready, but is not used by any
TTP.
notPresent(6). The interface is not present. If a physical
port is represented by multiple interfaces (e.g. different
interfaces for DVB, SDI or monitoring), then if one of the
interfaces at a port is `up(1)', then the remaining
interfaces at the same port are unavailable for use and gets
operational state `notPresent(6)'
Context
- MIB
- NETI-ITS-MIB
- OID
.1.3.6.1.4.1.2928.6.2.16.1.1.2.1.14- Type
- column
- Access
- readonly
- Status
- current
- Parent
- itsIfEntry
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 'NETI-ITS-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-ITS-MIB::itsIfOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETI-ITS-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-ITS-MIB::itsIfOperStatus.<itsIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETI-ITS-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETI-ITS-MIB::itsIfOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
4 | unknown |
5 | dormant |
6 | notPresent |