Configures device settings such as maintenance mode.
10.1.1.13,10.1.1.50,10.1.1.101.
Enter Yes to disable processing IP packets with ip options. Enter No to enable processing IP packets with ip options.
Enter Yes to disable processing IP packets with IP options destined to the CPU. Enter No to enable processing IP packets with IP options destined to the CPU.
Enter Yes to disable processing IPV6 packets with IP options. Enter No to enable processing IPV6 packets with IP options. This parameter is not supported on SLX9540 and SLC9640.
$ efa inventory device setting update –-ip 10.20.24.10 –-mct-bring-up-delay 200This example specifies a maximum time of 100 seconds that maintenance mode is allowed to complete operations.
$ efa inventory device setting update –-ip 10.20.24.10 –-maint-mode-convergence-time 100This example enables prefix independent convergence on the device.
efa inventory device setting update –-ip 10.20.24.10 --prefix-independent-convergence Yes Warning: The best practice is to clear all routes after configuring PIC. You can also reload the device. Execute the CLI to clear : efa inventory device clear route-all –-ip 10.20.24.1This example enables prefix independent convergence static on the device.
efa inventory device setting update --ip 10.20.24.18 --prefix-independent-convergence-static yes +--------------+--------------------------------+---------+-------+-------+ | IP ADDRESS | NAME | STATUS | VALUE | ERROR | +--------------+--------------------------------+---------+-------+-------+ | 10.20.24.18 | Static Prefix Independent | Success | Yes | | | | Convergence Enabled | | | | +--------------+--------------------------------+---------+-------+-------+ Warning: The best practice is to clear all routes after configuring Static PIC. You can also reload the device. Execute the CLI to clear : efa inventory device clear route-all --ip 10.20.24.18 Execute the CLI to reload : efa inventory device reload --ip 10.20.24.18This example configures the maximum route prefix length of 64.
efa inventory device setting update –-ip 10.24.80.135 --maximum-ipv6-prefix-length-64 Warning: Configuration will not take effect until reloaded. Execute the CLI to reload : efa inventory device reload –-ip 10.24.80.135This example specifies disabling ip option processing and disabling ipv6 option processing while allowing ip option processing destined to the cpu.
efa inventory device setting update --ip 10.10.10.1 --ip-option-disable yes --ip-option-disable-cpu no --ipv6-option-disable yes +---------------+-----------------------+------------+-------------+-------------+ | IP ADDRESS | NAME | STATUS | VALUE | ERROR | +---------------+-----------------------+------------+-------------+-------------+ | 10.24.2.120 | ip-option-disable | Success | Yes | | | +-----------------------+------------+-------------+-------------+ | | ip-option-disable-cpu | Success | No | | | +-----------------------+------------+-------------+-------------+ | | ipv6-option-disable | Success | Yes | | +---------------+-----------------------+------------+-------------+-------------+This example enables the peer group ipv6prefix over ipv4peer.
efa inventory device setting update --ip 10.20.246.16 --peer-group-ipv6-prefix-over-ipv4-peer yes +--------------+---------------------------------------+---------+-------+-------+ | IP ADDRESS | NAME | STATUS | VALUE | ERROR | +--------------+---------------------------------------+---------+-------+-------+ | 10.20.246.16 | peer-group-ipv6-prefix-over-ipv4-peer | Success | Yes | | +--------------+---------------------------------------+---------+-------+-------+