Difference between revisions of "Tcpdump"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk m (→SNMP) |
||
Line 9: | Line 9: | ||
== SNMP == | == SNMP == | ||
You can display incoming [[snmp]] traps using: | You can display incoming [[snmp]] traps using: | ||
− | tcpdump <abbr title="display all data">-A</abbr> <abbr title="SNMP trap port">port 162</abbr> <abbr title="print output with linefeeds and flushing to allow piping>-l</abbr> | [[hexdump]] -C | + | tcpdump <abbr title="display all data">-A</abbr> <abbr title="SNMP trap port">port 162</abbr> <abbr title="print output with linefeeds and flushing to allow piping">-l</abbr> | [[hexdump]] -C |
= See also = | = See also = |