MIB Viewer

apexBootMethod

OBJECT-TYPE
1.3.6.1.4.1.1166.1.31.1.1.1.3
Access
read-write
Status
current
Source
APEX-MIB
Sub-identifiers
0
This parameter is used to set the boot method for the APEX. Selection of noDhcpOrBootp means the APEX will not use DHCP or BOOTP - this will result in about a 10 second savings in boot time. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini')
INTEGER { noDhcpOrBootp (1), bootpOnly (3) }