mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

This supports parsing of SNMPv1 (RFC 1157), SNMPv2 (RFC 1901/3416), and SNMPv2 (RFC 3412). An event is raised for each SNMP PDU type, though there's not currently any event handlers for them and not a default snmp.log either. However, simple presence of SNMP is currently visible now in conn.log service field and known_services.log.
18 lines
477 B
Text
18 lines
477 B
Text
snmp_set_request
|
|
[orig_h=127.0.0.1, orig_p=63034/udp, resp_h=127.0.0.1, resp_p=161/udp]
|
|
is_orig: T
|
|
[community=]
|
|
request_id: 2064150121
|
|
error_stat: 0
|
|
error_idx: 0
|
|
oid: 1.3.6.1.2.1.1.5.0
|
|
value (tag=0x04): musec
|
|
snmp_response
|
|
[orig_h=127.0.0.1, orig_p=63034/udp, resp_h=127.0.0.1, resp_p=161/udp]
|
|
is_orig: F
|
|
[community=]
|
|
request_id: 2064150121
|
|
error_stat: 0
|
|
error_idx: 0
|
|
oid: 1.3.6.1.2.1.1.5.0
|
|
value (tag=0x05): <unspecified>
|