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
|
{
"community": {
"switches": { "authorization": "rw" },
"bridges": {
"client": ["1.1.1.1", "12.1.1.10"]
}
},
"contact": "admin@example.com",
"listen-address": {
"20.1.1.1": {},
"100.1.2.1": { "port": "33" }
},
"v3": {
"engineid": "000000000000000000000002",
"group": {
"default": { "mode": "ro", "view": "default" }
},
"user": {
"admin_user": {
"auth": {
"encrypted-password": "abc123",
"type": "sha"
},
"privacy": {
"encrypted-password": "abc123",
"type": "aes"
},
"group": "default"
}
},
"view": {
"default": { "oid": { "1": {} } }
}
}
}
|