Capture SNMP
Hello,
I was notified that one of my computer's has been sending SNMP requests to device's across the network. I am looking to capture the SNMP requsts sent from one of my workstations, but I just can't seem to figure out how to configure wireshark to only give me this specific information.
Any help would be appreciated.
Thank you
Start with
UDP
port161
(sometimesUDP 8161
).I opened up "capture filters" and removed all filters. I created two filters - upd port 161 and udp port 162. Not seeing anything being captured at this time, but it may happen at a scheduled task.
I believe this is how I should configure wireshark?
"SNMP requests" are going to be 161 or some other custom port.
Port 162 is usually SNMP traps (alert messages).
Are the packets making it to your capture machine?
Examples here
I now only have one capture filter setup SNMP - udp port 161 When I run wireshark, it is capturing a ton of information.
Are you looking to refine the capture?