efa inventory device setting update
Configures device settings such as maintenance mode.
Syntax
Parameters
- --ip device-ips
- Specifies a comma-separated range of device
IP addresses. For example:
10.1.1.13,10.1.1.50,10.1.1.101.
- --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. Default is 6m.
- --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.
- --prefix-independent-convergence-static { Yes | No }
- Specify Yes to enable Static 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 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