-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasic_microsegmentation.yml
66 lines (66 loc) · 1.26 KB
/
basic_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
Vlan:
- name: Onboard VLANs
interface: igb5
tag: 300
autoincrement_ratio: 1
autoincrement_mode: address
Address:
- name: Onboard Addresses
vlan: Onboard VLANs
span: 1
autoincrement: 64
primary: true
cidr: 20.0.0.1/30
DhcpPool:
- name: Onboard Addresses
start_ip: 20.0.0.2
end_ip: 20.0.0.254
start_reserved: 0
end_reserved: 0
router_host_nth: 0
Nat:
- name: NAT on "Onboard Addresses"
addresses:
- Onboard Addresses
uplinks:
- Uplink
SwitchPortProfile:
- name: Onboard VLANs
radius_authentication: none
switch_ports:
- GigabitEthernet1/1/11
- GigabitEthernet1/1/3
vlans:
- Onboard VLANs
RadiusServer:
- name: Microsegmentation Realm
reuse_vlans: true
vta_timeout_minutes: 60
vlan_sharing: device
unlimited_vlans_per_csid_mac: true
rank: 0
realm_admission_logic: or
radius_server_attributes:
- Tunnel-Type
- Tunnel-Medium-Type
- Tunnel-Private-Group-Id
vlans:
- Onboard VLANs
radius_attribute_patterns:
- id: 1
radius_attribute: Called-Station-Id
pattern: micro
priority: 0
logic: OR
Wlan:
- name: microseg
ssid: microseg
encryption: none
authentication: mac
default_vlan: 1
infrastructure_device: vSZ-15
access_point_zone: Enceladus
access_point_profiles:
- default
vlans:
- Onboard VLANs