summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/snmp_server_running.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/fixtures/snmp_server_running.json')
-rw-r--r--tests/unit/fixtures/snmp_server_running.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/unit/fixtures/snmp_server_running.json b/tests/unit/fixtures/snmp_server_running.json
index 7acc59f..47d1067 100644
--- a/tests/unit/fixtures/snmp_server_running.json
+++ b/tests/unit/fixtures/snmp_server_running.json
@@ -10,6 +10,9 @@
"20.1.1.1": {},
"100.1.2.1": { "port": "33" }
},
+ "trap-target": {
+ "203.0.113.5": { "community": "public", "port": "162" }
+ },
"v3": {
"engineid": "000000000000000000000002",
"group": {
@@ -30,6 +33,14 @@
},
"view": {
"default": { "oid": { "1": {} } }
+ },
+ "trap-target": {
+ "198.51.100.5": {
+ "port": "162",
+ "protocol": "udp",
+ "type": "inform",
+ "auth": { "type": "sha", "encrypted-password": "def456" }
+ }
}
}
}