Skip to content

LAN Automation

Location in GUI: Provision » Network Devices » LAN Automation

Diagram

Diagram

Classes

catalyst_center

NameTypeConstraintMandatoryDefault Value
lan_automationList[lan_automation]No

lan_automation (catalyst_center)

NameTypeConstraintMandatoryDefault Value
nameStringYes
typeChoicelink, devicesYes
statusChoiceSTART, STOPYes
discovered_device_site_name_hierarchyStringYes
primary_device_management_ip_addressIPYes
peer_device_management_ip_addressIPNo
primary_device_interface_namesListStringNo
ip_poolsList[ip_pools]No
multicast_enabledBooleantrue, falseNo
host_name_prefixStringNo
isis_domain_passwordStringNo
redistribute_isis_to_bgpBooleantrue, falseNo
discovery_levelIntegermin: 1, max: 5No
discovery_timeoutIntegermin: 20, max: 10080No
discovery_devicesList[discovery_devices]No

ip_pools (catalyst_center.lan_automation)

NameTypeConstraintMandatoryDefault Value
ip_pool_nameStringYes
ip_pool_roleChoiceMAIN_POOL, PHYSICAL_LINK_POOLNo

discovery_devices (catalyst_center.lan_automation)

NameTypeConstraintMandatoryDefault Value
device_serial_numberStringYes
device_host_nameStringNo
device_site_name_hierarchyStringNo
device_management_ip_addressIPNo

Examples

---
catalyst_center:
lan_automation:
- name: EDGE_SWTICHES
status: START
type: devices
discovered_device_site_name_hierarchy: Global/Poland/Krakow
primary_device_management_ip_address: 198.18.130.10
primary_device_interface_names:
- GigabitEthernet1/0/20
ip_pools:
- ip_pool_name: "LAN_AUTO"
ip_pool_role: "MAIN_POOL"
host_name_prefix: lan-sw0
redistribute_isis_to_bgp: false
discovery_level: 2
discovery_timeout: 20
discovery_devices:
- 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:

---
catalyst_center:
network_settings:
ip_pools:
- name: Overlay
ip_address_space: IPv4
ip_pool_cidr: 192.168.0.0/16
ip_pools_reservations:
- name: LAN_AUTO
type: LAN
prefix_length: 24
subnet: 192.168.252.0
gateway: 192.168.252.1
---
catalyst_center:
sites:
areas:
- name: Poland
parent_name: Global
- name: Krakow
parent_name: Global/Poland
ip_pools_reservations:
- LAN_AUTO