Discovery
Location in GUI: Tools
» Discovery
Diagram
Classes
inventory (catalyst_center)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
discovery | List | [discovery] | No |
discovery (catalyst_center.inventory)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
type | Choice | Single , Range , Multi Range , CDP , LLDP , CIDR | No | |
global_credential_list | List | String | No | |
ip_address_list | String | No | ||
preferred_ip_method | Choice | UseLoopBack , None | No | |
protocol_order | String | No | ||
time_out | Integer | No |
Examples
catalyst_center: inventory: discovery: - name: Discovery1 type: Range global_credential_list: - dnacadmin ip_address_list: "198.18.130.1-198.18.130.10" preferred_ip_method: None protocol_order: SSH,Telnet time_out: 60
CLI credentials listed under global_credentil_list needs to exists in Catalyst Center or you can define them using following example:
catalyst_center: network_settings: device_credentials: cli_credentials: - name: dnacadmin username: cisco1 password: Cisco123! enable: cisco