ipadServiceStatus
IPADv2-MIB ·
.1.3.6.1.4.1.321.100.1.2.1.1.5
Object
column Enumeration
This parameter indicates the status of the service. idle - The service is not doing anything or has not been configured for use. down - The physical layer for the service is not ready. training - The physical layer is not ready but is attempting to come up. connecting - The physical layer is not ready but is attempting to come up. physicalUp - The physical layer is ready the service is not ready. protocolUp - The service is able to pass data. dead - The service is inactive because no resources are available to support it. changed - Service parameters were changed and require a save and restart to take effect.
Context
- MIB
- IPADv2-MIB
- OID
.1.3.6.1.4.1.321.100.1.2.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipadServiceTableEntry
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 'IPADv2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPADv2-MIB::ipadServiceStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPADv2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPADv2-MIB::ipadServiceStatus.<ipadServiceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPADv2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPADv2-MIB::ipadServiceStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | idle |
3 | down |
4 | physicalUp |
5 | protocolUp |
6 | dead |
7 | changed |
8 | training |
9 | connecting |