hm2CamActionConnectionStatus
HM2-CAM-MGMT-MIB ·
.1.3.6.1.4.1.248.11.200.1.10.2
Object
scalar Enumeration
Status of available CAM server connections. - ok(1) -> at least one CAM server reachable. - unreachable(2)-> no CAM server reachable. - pending(3) -> testing connections is in progress. - other(4) -> no test has been done.
Context
- MIB
- HM2-CAM-MGMT-MIB
- OID
.1.3.6.1.4.1.248.11.200.1.10.2- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- hm2CamActionGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HM2-CAM-MGMT-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-CAM-MGMT-MIB::hm2CamActionConnectionStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HM2-CAM-MGMT-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HM2-CAM-MGMT-MIB::hm2CamActionConnectionStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok |
2 | unreachable |
3 | pending |
4 | other |