Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. route add (destination subnet) MASK (destination subnet mask) (gateway) IF (interface)
  2.  
  3. Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
  4. [-r count] [-s count] [[-j host-list] | [-k host-list]]
  5. [-w timeout] [-R] [-S srcaddr] [-4] [-6] target_name
  6.  
  7.  
  8. Options:
  9. -t Ping the specified host until stopped.
  10. To see statistics and continue - type Control-Break;
  11. To stop - type Control-C.
  12. -a Resolve addresses to hostnames.
  13. -n count Number of echo requests to send.
  14. -l size Send buffer size.
  15. -f Set Don't Fragment flag in packet (IPv4-only).
  16. -i TTL Time To Live.
  17. -v TOS Type Of Service (IPv4-only. This setting has been deprecated
  18. and has no effect on the type of service field in the IP Header).
  19. -r count Record route for count hops (IPv4-only).
  20. -s count Timestamp for count hops (IPv4-only).
  21. -j host-list Loose source route along host-list (IPv4-only).
  22. -k host-list Strict source route along host-list (IPv4-only).
  23. -w timeout Timeout in milliseconds to wait for each reply.
  24. -R Use routing header to test reverse route also (IPv6-only).
  25. -S srcaddr Source address to use.
  26. -4 Force using IPv4.
  27. -6 Force using IPv6.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement