efa inventory device discovery-time update
Configures the interval for periodic discovery of devices.
Syntax
Command Default
The default discovery interval is one hour.
Parameters
- --ip ip-addr
- Specifies the IP address of the device for which you are configuring the interval.
- --fabric fabric-name
- Specifies the name of the fabric for which you are configuring the interval. All devices in this fabric will have the same interval.
- --min minutes
- Specifies the interval in minutes.
- --hour hours
- Specifies the interval in hours.
Usage Guidelines
Tenant and Fabric Services use periodic discovery to detect out-of-sync configurations on the devices.
These services act on the published events and update the database to reflect the status of the devices as in-sync and out-of-sync.
Examples
This example configures an interval of 20 minutes for a specific IP address.
efa inventory device discovery-time update --ip 1.1.1.1 --min 20
This example configures an interval of two hours for a fabric named myFabric
.
efa inventory device discovery-time update --fabric myFabric --hour 2