hm2FMActionParameter
HM2-FILEMGMT-MIB ·
.1.3.6.1.4.1.248.11.21.1.2.20
Object
scalar r/w
Enumeration
This variable contains additional information that specifies the
activated action more detailed. The parameter is only respected
for dedicated actions.
all(2) gets the complete cli script including defaults
keep-ip (11) keeps the IP parameters for management on a clear configuration
After action is done the variable is set back to the default none(1).
Context
- MIB
- HM2-FILEMGMT-MIB
- OID
.1.3.6.1.4.1.248.11.21.1.2.20- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- hm2FileMgmtActionGroup
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-FILEMGMT-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-FILEMGMT-MIB::hm2FMActionParameter.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HM2-FILEMGMT-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HM2-FILEMGMT-MIB::hm2FMActionParameter'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | all |
11 | keep-ip |