mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 17:01:34 +00:00
Update cheatsheets
This commit is contained in:
@@ -21,14 +21,14 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`scamper -c "{{ping}} -P {{UDP-dport}} -d {{33434}}" -i {{192.0.2.1}} -i {{192.0.2.2}}`
|
||||
|
||||
- Use the Multipath Discovery Algorithm (MDA) to determine the presence of load-balanced paths to the destination and use ICMP echo packets to sample with a maximum of three attempts, write the result to a `warts` file:
|
||||
- Use the Multipath Discovery Algorithm (MDA) to determine the presence of load-balanced paths to the destination and use ICMP echo packets to sample with a maximum of three attempts, write the result to a `.warts` file:
|
||||
|
||||
`scamper -O {{warts}} -o {{path/to/output.warts}} -I "{{tracelb}} -P {{ICMP-echo}} -q {{3}} {{192.0.2.1}}"`
|
||||
|
||||
- Execute a Paris traceroute with ICMP to a destination and save the result in a compressed `warts` file:
|
||||
- Execute a Paris traceroute with ICMP to a destination and save the result in a compressed `.warts` file:
|
||||
|
||||
`scamper -O {{warts.gz}} -o {{path/to/output.warts}} -I "{{trace}} -P {{icmp-paris}} {{2001:db8:dead:beaf::4}}"`
|
||||
|
||||
- Record all ICMP packets that arrive at a specific IP address and have a specific ICMP ID in a `warts` file:
|
||||
- Record all ICMP packets that arrive at a specific IP address and have a specific ICMP ID in a `.warts` file:
|
||||
|
||||
`scamper -O {{warts}} -o {{path/to/output.warts}} -I "sniff -S {{2001:db8:dead:beef::6}} icmp[icmpid] == {{101}}"`
|
||||
|
||||
Reference in New Issue
Block a user