-
Notifications
You must be signed in to change notification settings - Fork 0
/
microsegmentation.yml
88 lines (87 loc) · 1.8 KB
/
microsegmentation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
---
Policy:
- name: Pre-Auth / Guests
default: true
SubnetsFilter:
- name: Block Subnets
policies:
- Pre-Auth / Guests
Vlan:
- name: Pre-Auth / Guests
interface: igb5
tag: 1100
autoincrement_ratio: 8
autoincrement_mode: address
Address:
- name: Pre-Auth / Guests
vlan: Pre-Auth / Guests
span: 1
autoincrement: 64
cidr: 100.0.0.1/30
policy: Pre-Auth / Guests
nats:
- Enable NAT on "Pre-Auth / Guests"
IpGroup:
- name: Pre-Auth / Guests
priority: 2
addresses:
- Pre-Auth / Guests
policy: Pre-Auth / Guests
DhcpPool:
- name: Pre-Auth / Guests
start_ip: 100.0.0.2
end_ip: 100.0.0.254
start_reserved: 0
end_reserved: 0
router_host_nth: 0
Nat:
- name: Enable NAT on "Pre-Auth / Guests"
addresses:
- Pre-Auth / Guests
uplinks:
- Uplink
SwitchPortProfile:
- name: VLAN Pool
radius_authentication: none
switch_ports:
- _lookup:
- name: GigabitEthernet1/1/3
infrastructure_device_id: 156
- _lookup:
- name: GigabitEthernet1/1/11
infrastructure_device_id: 156
vlans:
- Pre-Auth / Guests
RadiusServer:
- name: Pre-Auth / Guests
reuse_vlans: true
vta_timeout_minutes: 60
vlan_sharing: device
unlimited_vlans_per_csid_mac: true
rank: 4
realm_admission_logic: or
radius_server_attributes:
- Tunnel-Type
- Tunnel-Medium-Type
- Tunnel-Private-Group-Id
vlans:
- Pre-Auth / Guests
radius_attribute_patterns:
- id: 1
radius_attribute: Called-Station-Id
pattern: Start Here
priority: 0
logic: OR
Wlan:
- name: Start Here
ssid: Start Here
encryption: none
authentication: mac
default_vlan: 1
accounting: true
infrastructure_device: vSZ-249
access_point_zone: Enceladus
access_point_profiles:
- default
vlans:
- Pre-Auth / Guests