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
|
{
"IPSubnets":[
{
"vpnId": ${prop.vpnId},
"siteId": ${prop.siteId},
"deviceId": ${prop.lan.deviceId},
"id": "",
"interfaceType": "interface",
"interfaceName": "interface",
"portId": ${prop.lan.devicePortId},
"vlanId": null,
"ipAddress": ${prop.lan.ip-address},
"prefixLength": ${prop.lan.prefixLength},
"vrrp": {
"enable": false,
"vrrpId": null,
"virtualIpAddress": null,
"defaultRole": null,
"preemptDelay": null
},
"dhcp": {
"enable": false,
"dhcpServiceType": null,
"dhcpServer": null,
"dhcpRelay": null
},
"securityZone": "trust",
"proxyArp": "false",
"attributes": {
"mtu": null,
"TCPmss": null
},
"description": "hub1 L3 test"
}
]
}
|