Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. root@sysdev07:~ # netstat -s -p icmp
  2. icmp:
  3. 11913 calls to icmp_error
  4. 0 errors not generated in response to an icmp message
  5. Output histogram:
  6. destination unreachable: 1
  7. 0 messages with bad code fields
  8. 0 messages less than the minimum length
  9. 0 messages with bad checksum
  10. 0 messages with bad length
  11. 0 multicast echo requests ignored
  12. 0 multicast timestamp requests ignored
  13. Input histogram:
  14. destination unreachable: 2
  15. 0 message responses generated
  16. 0 invalid return addresses
  17. 0 no return routes
  18. ICMP address mask responses are disabled
  19. root@sysdev07:~ # netstat -s -p ip
  20. ip:
  21. 172604905 total packets received
  22. 0 bad header checksums
  23. 0 with size smaller than minimum
  24. 0 with data size < data length
  25. 0 with ip length > max ip packet size
  26. 0 with header length < data size
  27. 0 with data length < header length
  28. 0 with bad options
  29. 0 with incorrect version number
  30. 0 fragments received
  31. 0 fragments dropped (dup or out of space)
  32. 0 fragments dropped after timeout
  33. 0 packets reassembled ok
  34. 761755 packets for this host
  35. 11914 packets for unknown/unsupported protocol
  36. 85915618 packets forwarded (85915618 packets fast forwarded)
  37. 0 packets not forwardable
  38. 0 packets received for unknown multicast group
  39. 0 redirects sent
  40. 380855 packets sent from this host
  41. 0 packets sent with fabricated ip header
  42. 0 output packets dropped due to no bufs, etc.
  43. 0 output packets discarded due to no route
  44. 0 output datagrams fragmented
  45. 0 fragments created
  46. 0 datagrams that can't be fragmented
  47. 0 tunneling packets that can't find gif
  48. 0 datagrams with bad address in header
  49. root@sysdev07:~ # netstat -s -p udp
  50. udp:
  51. 7435 datagrams received
  52. 0 with incomplete header
  53. 0 with bad data length field
  54. 0 with bad checksum
  55. 0 with no checksum
  56. 1 dropped due to no socket
  57. 0 broadcast/multicast datagrams undelivered
  58. 0 dropped due to full socket buffers
  59. 0 not for hashed pcb
  60. 7434 delivered
  61. 7435 datagrams output
  62. 0 times multicast source filter matched
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement