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
41
42
43
44
45
46
|
{
"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" }
},
"trap-target": {
"203.0.113.5": { "community": "public", "port": "162" }
},
"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": {} } }
},
"trap-target": {
"198.51.100.5": {
"port": "162",
"protocol": "udp",
"type": "inform",
"auth": { "type": "sha", "encrypted-password": "def456" }
}
}
}
}
|