Zone List
Zones defines the VPN List or Interface List that can be used in Security Policies.
Diagram
Classes
policy_objects (sdwan)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
zones | List | [zones] | No |
zones (sdwan.policy_objects)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[A-Za-z0-9\-_]{1,32}$ | Yes | |
vpn_ids | List | Integer[min: 0 , max: 65530 ] | No | |
interfaces | List | String[Regex: ^(Ethernet|FastEthernet|FiveGigabitEthernet|FortyGigabitEthernet|GigabitEthernet|HundredGigE|Loopback|TenGigabitEthernet|Tunnel|TwentyFiveGigabitEthernet|TwentyFiveGigE|TwoGigabitEthernet|VirtualPortGroup|Vlan)(([1-9]\d|\d)\/){0,2}(0|[1-9]\d*)([:|.][1-9]\d*)? ] | No |
Examples
sdwan:
policy_objects:
zones:
- name: zone_1_vpn
vpn_ids:
- 0
- 10
- 500
- 65530
- name: zone_2_interface
interfaces:
- Ethernet0/1
- GigabitEthernet1/10