blob: c522ba2de029edcf71187639a2f741764e2e209d (
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
|
{
"sad": {
"sad-entries": [
{
"spi": 1002,
"direction": "outbound",
"sa-id": 10,
"security-protocol": "esp",
"sa-mode": "tunnel",
"esp": {
"authentication": {
"hmac-sha1-96": {
"key-str": "0123456789012346"
}
},
"encryption": {
"aes-128-cbc": {
"key-str": "9876543210987654"
}
}
},
"source-address": {
"ipv4-address": "192.168.1.1"
},
"destination-address": {
"ipv4-address": "192.168.1.2"
},
"anti-replay-window": 0
}
]
}
}
|