Configures device settings such as maintenance mode.
10.1.1.13,10.1.1.50,10.1.1.101.
$ 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.18