Location in GUI: Provision
» Network Devices
» LAN Automation
Diagram
Classes
catalyst_center
Name | Type | Constraint | Mandatory | Default Value |
---|
lan_automation | List | [lan_automation] | No | |
lan_automation (catalyst_center)
Name | Type | Constraint | Mandatory | Default Value |
---|
name | String | | Yes | |
type | Choice | link , devices | Yes | |
status | Choice | START , STOP | Yes | |
discovered_device_site_name_hierarchy | String | | Yes | |
primary_device_management_ip_address | IP | | Yes | |
peer_device_management_ip_address | IP | | No | |
primary_device_interface_names | List | String | No | |
ip_pools | List | [ip_pools] | No | |
multicast_enabled | Boolean | true , false | No | |
host_name_prefix | String | | No | |
isis_domain_password | String | | No | |
redistribute_isis_to_bgp | Boolean | true , false | No | |
discovery_level | Integer | min: 1 , max: 5 | No | |
discovery_timeout | Integer | min: 20 , max: 10080 | No | |
discovery_devices | List | [discovery_devices] | No | |
ip_pools (catalyst_center.lan_automation)
Name | Type | Constraint | Mandatory | Default Value |
---|
ip_pool_name | String | | Yes | |
ip_pool_role | Choice | MAIN_POOL , PHYSICAL_LINK_POOL | No | |
discovery_devices (catalyst_center.lan_automation)
Name | Type | Constraint | Mandatory | Default Value |
---|
device_serial_number | String | | Yes | |
device_host_name | String | | No | |
device_site_name_hierarchy | String | | No | |
device_management_ip_address | IP | | No | |
Examples
discovered_device_site_name_hierarchy: Global/Poland/Krakow
primary_device_management_ip_address: 198.18.130.10
primary_device_interface_names:
- ip_pool_name: "LAN_AUTO"
ip_pool_role: "MAIN_POOL"
host_name_prefix: lan-sw0
redistribute_isis_to_bgp: false
- device_serial_number: "FOC12345678"
device_host_name: "EDGE01"
device_site_name_hierarchy: Global/Poland/Krakow/Bld A
device_management_ip_address: "192.168.252.10"
Before running LAN Automation, the IP pool LAN_AUTO
must be created and assigned to the site:
ip_pool_cidr: 192.168.0.0/16
parent_name: Global/Poland