sysConfigConfigFileAuto
STAND-ALONE-ETHERNET-SWITCH-MIB ·
.1.3.6.1.4.1.437.1.1.3.2.24
Object
scalar mandatory
r/w
Enumeration
Selects whether the system should attempt to retrieve the
configuration file on system power-up. When enabled, the
system will attempt to retrieve <sysName value>-confg,
<sysName value>.cfg, switch-confg, or ciscosw.cfg
files in the order listed using TFTP. The TFTP requests
will be sent to the host specified by sysConfigTFTPServerName
if configured. Otherwise, the request is sent IP broadcast
address 255.255.255.255. The first file successfully retrieved
will be used.
If disabled, the configuration file can still be retrieved
if specified to do so in the DHCP response.
The default value is disabled(2).
Context
- MIB
- STAND-ALONE-ETHERNET-SWITCH-MIB
- OID
.1.3.6.1.4.1.437.1.1.3.2.24- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- sysConfig
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 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'STAND-ALONE-ETHERNET-SWITCH-MIB::sysConfigConfigFileAuto.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'STAND-ALONE-ETHERNET-SWITCH-MIB::sysConfigConfigFileAuto'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |