Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://www.youtube.com/watch?v=qsUh0dtG9XY&ab_channel=TerminalGuru





Test SNMP On-box

show snmp mib walk 1.3.6.1.2.1.16.1 | match .534 | match etherStatsPkts


Image Modified

test SNMPOff-Box
Windows 10 with bash 

snmpwalk -v2c -c public 192.168.0.204 1.3.6.1.2.1.1

Image Removed

Image Added




snmpwalk -v2c -c public 192.168.0.204 1.3.6.1.2.1.16.1.1.1 | grep .534


Image Added