hmArcClientAdminStatus
HMRINGARC-MGMT-SNMP-MIB ·
.1.3.6.1.4.1.248.14.5.7.3.1
Object
scalar r/w
Enumeration
The administratively desired status of the ARC client.
enabled(1): ARC client is active, the device can be configured automatically and can return
a status on a topology check.
disabled(2): ARC client is inactive, neither checking nor automatic configuring can be done.
checkOnly(3): The ARC client returns a status on a topology check but it's not possible
to configure the device automatically.
Context
- MIB
- HMRINGARC-MGMT-SNMP-MIB
- OID
.1.3.6.1.4.1.248.14.5.7.3.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- hmArcClientConfig
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 'HMRINGARC-MGMT-SNMP-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HMRINGARC-MGMT-SNMP-MIB::hmArcClientAdminStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HMRINGARC-MGMT-SNMP-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HMRINGARC-MGMT-SNMP-MIB::hmArcClientAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |
3 | checkOnly |