I came across a couple of these threads mentioning that commenting didn't work in JSON, but it will as long as you put them in the right area.
If you put the comments just outside the child set, then it will import the SCX without an issue. Example Below:
"child": {
"proposals": [
"aes256-sha2_256-modp2048"
],
"rekey_time": 3060,
"remote_ts": [
"10.10.10.0/23",
"172.16.10.0/23"
]
},
"Comment - 10.10.10.0": "My Range 1",
"Comment - 172.16.10.0": "My Range 2",
"history": {
"connect_time": 0,
"connect_result": 0
},
"favicon": ""
}
Added TAG
[edited by: Erick Jan at 3:57 PM (GMT -7) on 25 Sep 2024]