slaMonitorAgentCertFileInstallAction
SLA-MONITOR-MIB ·
.1.3.6.1.4.1.45.4.8.1.1.28
Object
scalar r/w
Enumeration
Operation object to install and deinstall the
certificate file to a platform specific location.
'noactio' -is default setting and always is returned
when this object is queried.
'install', object slaMonitorAgentCertFile will be
used as source certificate file to install .
'deinstall', will ignore object slaMonitorAgentCertFile
and just deinstall or remove the certificate file
from the installed location
Context
- MIB
- SLA-MONITOR-MIB
- OID
.1.3.6.1.4.1.45.4.8.1.1.28- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- slaMonitorAgtClasses
- Groups
- 1
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 'SLA-MONITOR-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SLA-MONITOR-MIB::slaMonitorAgentCertFileInstallAction.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SLA-MONITOR-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SLA-MONITOR-MIB::slaMonitorAgentCertFileInstallAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAction |
2 | install |
3 | deinstall |
Conformance
Member of
Compliance refinements
slaMonitorMibCompliance
readonly
Write access is not required.