- name: <base_name>
name_lower: <lowercase_name>
vip: <true/false>
vlan: '<vlan_id>'
ip_subnet: '<network_address>/<prefix>'
allocation_pools: [{'start': '<start_address>', 'end': '<end_address>'}]
gateway_ip: '<router_ip_address>'
subnets:
<leaf_subnet_name>:
vlan: '<vlan_id>'
ip_subnet: '<network_address>/<prefix>'
allocation_pools: [{'start': '<start_address>', 'end': '<end_address>'}]
gateway_ip: '<router_ip_address>'
<leaf_subnet_name>:
vlan: '<vlan_id>'
ip_subnet: '<network_address>/<prefix>'
allocation_pools: [{'start': '<start_address>', 'end': '<end_address>'}]
gateway_ip: '<router_ip_address>'
- name: <base_name>
name_lower: <lowercase_name>
vip: <true/false>
vlan: '<vlan_id>'
ip_subnet: '<network_address>/<prefix>'
allocation_pools: [{'start': '<start_address>', 'end': '<end_address>'}]
gateway_ip: '<router_ip_address>'
subnets:
<leaf_subnet_name>:
vlan: '<vlan_id>'
ip_subnet: '<network_address>/<prefix>'
allocation_pools: [{'start': '<start_address>', 'end': '<end_address>'}]
gateway_ip: '<router_ip_address>'
<leaf_subnet_name>:
vlan: '<vlan_id>'
ip_subnet: '<network_address>/<prefix>'
allocation_pools: [{'start': '<start_address>', 'end': '<end_address>'}]
gateway_ip: '<router_ip_address>'
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
- name: InternalApi
name_lower: internal_api
vip: true
vlan: 10
ip_subnet: '172.18.0.0/24'
allocation_pools: [{'start': '172.18.0.4', 'end': '172.18.0.250'}]
gateway_ip: '172.18.0.1'
subnets:
internal_api_leaf1:
vlan: 11
ip_subnet: '172.18.1.0/24'
allocation_pools: [{'start': '172.18.1.4', 'end': '172.18.1.250'}]
gateway_ip: '172.18.1.1'
internal_api_leaf2:
vlan: 12
ip_subnet: '172.18.2.0/24'
allocation_pools: [{'start': '172.18.2.4', 'end': '172.18.2.250'}]
gateway_ip: '172.18.2.1'
- name: InternalApi
name_lower: internal_api
vip: true
vlan: 10
ip_subnet: '172.18.0.0/24'
allocation_pools: [{'start': '172.18.0.4', 'end': '172.18.0.250'}]
gateway_ip: '172.18.0.1'
subnets:
internal_api_leaf1:
vlan: 11
ip_subnet: '172.18.1.0/24'
allocation_pools: [{'start': '172.18.1.4', 'end': '172.18.1.250'}]
gateway_ip: '172.18.1.1'
internal_api_leaf2:
vlan: 12
ip_subnet: '172.18.2.0/24'
allocation_pools: [{'start': '172.18.2.4', 'end': '172.18.2.250'}]
gateway_ip: '172.18.2.1'
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow