dellNetSysIfOperStatus
DELL-NETWORKING-CHASSIS-MIB ·
.1.3.6.1.4.1.6027.3.26.1.4.10.1.4
Object
column Enumeration
The operational status provides further
condition of the interface.
If the dellNetSysIfAdminStatus is 'up', the
valid state is
'ready' - the card is present and
ready and the dellNetSysIfAdminStatus
status is 'up'.
'portDown' - the interface is down or not enabled.
'portProblem' - interface hardware problems.
'cardProblem' - not used. Same as cardDown.
'cardDown' - the card is down.
'notPresent' - the card is not present.
Context
- MIB
- DELL-NETWORKING-CHASSIS-MIB
- OID
.1.3.6.1.4.1.6027.3.26.1.4.10.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dellNetSysIfEntry
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 'DELL-NETWORKING-CHASSIS-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DELL-NETWORKING-CHASSIS-MIB::dellNetSysIfOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DELL-NETWORKING-CHASSIS-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DELL-NETWORKING-CHASSIS-MIB::dellNetSysIfOperStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DELL-NETWORKING-CHASSIS-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DELL-NETWORKING-CHASSIS-MIB::dellNetSysIfOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ready |
2 | portDown |
3 | portProblem |
4 | cardProblem |
5 | cardDown |
6 | notPresent |