-
Notifications
You must be signed in to change notification settings - Fork 3
/
resource_pools_init.xml
37 lines (37 loc) · 1002 Bytes
/
resource_pools_init.xml
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
<resource-pools xmlns="http://tail-f.com/pkg/resource-allocator">
<id-pool xmlns="http://tail-f.com/pkg/id-allocator">
<name>dci-vlan</name>
<range>
<start>2960</start>
<end>2979</end>
</range>
</id-pool>
<id-pool xmlns="http://tail-f.com/pkg/id-allocator">
<name>lfnc-vlan</name>
<range>
<start>2980</start>
<end>2999</end>
</range>
</id-pool>
<id-pool xmlns="http://tail-f.com/pkg/id-allocator">
<name>sirb-vlan</name>
<range>
<start>2950</start>
<end>2959</end>
</range>
</id-pool>
<ip-address-pool xmlns="http://tail-f.com/pkg/ipaddress-allocator">
<name>dci-ip</name>
<subnet>
<address>10.88.0.0</address>
<cidrmask>16</cidrmask>
</subnet>
</ip-address-pool>
<ip-address-pool xmlns="http://tail-f.com/pkg/ipaddress-allocator">
<name>lfnc-ip</name>
<subnet>
<address>10.99.0.0</address>
<cidrmask>16</cidrmask>
</subnet>
</ip-address-pool>
</resource-pools>