nwIpWgIfOperStatus
CTRON-IP-ROUTER-MIB ·
.1.3.6.1.4.1.52.4.2.2.2.3.1.2.11.2.1.6
Object
column mandatory
Enumeration
The operational status of this interface (port) entry. It will be `disabled' if this entry's row status is not active. It will be `workgroupInvalid' if either there is no workgroup defined for this entry's nwIpWgIfDefIdent or if the operational status for the workgroup in the definition table is not ok. It will be `addressConflict' if an entry in nwIpAddressTable is a conflict with the workgroup address of the definition. If there is no conflict and this entry's row status has just been activated, this operational status will be `resetRequired'. It will be `linkDown' if there are no physical connections on this interface and `routingDown' if routing or forwarding has been adminstratively disabled. If unspecified internal problems occur the status will be `internalError'.
Context
- MIB
- CTRON-IP-ROUTER-MIB
- OID
.1.3.6.1.4.1.52.4.2.2.2.3.1.2.11.2.1.6- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- nwIpWgIfEntry
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 'CTRON-IP-ROUTER-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-IP-ROUTER-MIB::nwIpWgIfOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-IP-ROUTER-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-IP-ROUTER-MIB::nwIpWgIfOperStatus.<nwIpWgIfDefIdent>.<nwIpWgIfIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-IP-ROUTER-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-IP-ROUTER-MIB::nwIpWgIfOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok |
2 | disabled |
3 | workgroupInvalid |
4 | addressConflict |
5 | resetRequired |
6 | linkDown |
7 | routingDown |
8 | internalError |