Skip to main content

IP Pool

Location in GUI: Design » Network Settings » IP Address Pools

Diagram

Classes

network_settings (catalyst_center)

NameTypeConstraintMandatoryDefault Value
ip_poolsList[ip_pools]No

ip_pools (catalyst_center.network_settings)

NameTypeConstraintMandatoryDefault Value
nameStringYes
ip_address_spaceChoiceIPv4, IPv6Yes
typeChoicegeneric, tunnelNo
dhcp_serversListIPNo
dns_serversListIPNo
gatewayStringNo
ip_pool_cidrIPNo
ip_pools_reservationsList[ip_pools_reservations]No

ip_pools_reservations (catalyst_center.network_settings.ip_pools)

NameTypeConstraintMandatoryDefault Value
nameStringYes
prefix_lengthIntegermin: 1, max: 32No
subnetIPNo
typeChoicegeneric, LAN, WAN, management, serviceNo
dhcp_serversListIPNo
dns_serversListIPNo

Examples

catalyst_center:
network_settings:
ip_pools:
- name: TF-pool-1
ip_address_space: IPv4
type: generic
dhcp_servers:
- 10.0.0.1
- 10.0.0.2
dns_servers:
- 10.0.0.1
- 10.0.0.2
ip_pool_cidr: 10.0.0.0/16
ip_pools_reservations:
- name: IP_Pool_1
prefix_length: 24
subnet: 10.0.1.0
type: generic
dhcp_servers:
- 10.0.0.1
- 10.0.0.2
dns_servers:
- 10.0.0.1
- 10.0.0.2

To associate IP pool reservations with site, use the following structure:

catalyst_center:
sites:
areas:
- name: Canada
parent_name: Global
ip_pools_reservations:
- IP_Pool_1