blob: 8db8dfd5110a0e97b0cc636d8ba71527fb388037 (
plain)
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
|
#vlan: true
vlan: false
groups:
- ip_start : 16.0.0.1
ip_end : 16.0.1.255
initiator :
next_hop: 1.1.1.1
responder :
next_hop: 1.1.2.1
count : 1
- ip_start : 17.0.0.1
ip_end : 17.0.1.255
initiator :
next_hop: 1.1.3.1
responder :
next_hop: 1.1.4.1
count : 1
- ip_start : 18.0.0.1
ip_end : 18.0.1.255
initiator :
next_hop: 1.1.5.1
responder :
next_hop: 1.1.6.1
count : 1
- ip_start : 19.0.0.1
ip_end : 19.0.1.255
initiator :
next_hop: 1.1.7.1
responder :
next_hop: 1.1.8.1
count : 1
|