dcxTFTPDClearCache
ARRIS-C3-TFTPD-MIB ·
.1.3.6.1.4.1.4115.1.4.3.9.1.4
Object
When set to true, the TFTP server cache will be cleared. This should be done if you overwrite a file in the TFTP directory, in order to ensure that the new file will be used. Reading this value always returns false.
Context
- MIB
- ARRIS-C3-TFTPD-MIB
- OID
.1.3.6.1.4.1.4115.1.4.3.9.1.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- dcxTFTPDObjects
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 'ARRIS-C3-TFTPD-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-C3-TFTPD-MIB::dcxTFTPDClearCache.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-C3-TFTPD-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-C3-TFTPD-MIB::dcxTFTPDClearCache'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |