efa inventory device setting update

Configures device settings such as maintenance mode.

Syntax

efa inventory device setting update [ --ip device-ips| --fabric fabric-name | --maint-mode-enable-on-reboot[ Yes | No ] --maint-mode-enable [ Yes | No ] --health-check-enable [ Yes | No] --health-check-interval minutes| --health-check-heartbeat-miss-threshold[ 2 | 3 | 4 | 5 ]--config-backup-periodic-enable[ Yes | No ] --config-backup-interval interval | --number-of-config-backups count | --mct-bring-up-delay delay | --maint-mode-convergence-time time |--prefix-independent-convergence[ Yes | No ] |--maximum-load-sharing-paths[ 8 | 16 | 32 | 64 ] |-h, --help ]

Parameters

--ip device-ips
Specifies a comma-separated range of device IP addresses. For example:

1.1.1.1-3,1.1.1.2,2.2.2.2

--fabric fabric-name
Specify the name of the fabric.
--maint-mode-enable-on-reboot [Yes | No]
Specify Yes to activate maintenance mode on reboot and No to deactivate it.
--maint-mode-enable [Yes | No]
Specify Yes to activate maintenance mode and No to deactivate it.
--health-check-enable [Yes | No]
Specify Yes to enable health check and No to disable it.
--health-check-interval minutes
Specifies the health check interval in minutes. Valid values are 6m through 24h.
--health-check-heartbeat-miss-threshold [ 2 | 3 | 4 | 5 ]
Specifies the health check miss threshold.
--config-backup-periodic-enable [Yes | No]
Specify Yes to enable periodic configuration backup and No to disable it.
--config-backup-interval interval
Specifies configuration backup interval, in minutes. Valid values are 3m through 30h. The default is 24h.
--number-of-config-backups count
Specifies configuration backup count. Valid values are 2-20. The default is 4.
--mct-bring-up-delay delay
Specifies delay, in seconds, before an MCT cluster bring up. Valid values are 10-600. Default is 90. Set a value of 0 to deconfigure.
--maint-mode-convergence-time time
Specifies the maximum time, in seconds, that maintenance mode is allowed to complete operations. Valid values are 100-500. Default is 300. Set a value of 0 to deconfigure.
--prefix-independent-convergence [Yes | No ]
Specify Yes to enable BGP PIC and No to de-configure it.
--maximum-load-sharing-paths string
Specifies the route load-sharing maximum paths. Valid values are 8,16,32,64. The default is 64 paths.
-h, --help
Help for update.

Examples

This example specifies a delay of 200 seconds before an MCT cluster bring up.
$ efa inventory device setting update –-ip 10.20.24.10 
–-mct-bring-up-delay 200
This 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 100 
This example enables prefix independent convergence on the device.
efa inventory device setting update –-ip 10.20.24.10 --prefix-independent-convergence
Yes					
Warning: It is recommended to clear all routes after configuring PIC, reloading
device may done instead.					
Execute the CLI to clear : efa inventory device clear route-all –-ip 10.20.24.1