scamper Command Examples

Actively probes the Internet in order to analyze topology and performance. Includes some tools that start with sc_, for example sc_warts2text or sc_ttlexp. More information: https://www.caida.org/catalog/software/scamper/.

scamper -i {{192.0.2.1}}

scamper -I "{{ping}} {{192.0.2.1}}" -I "{{trace}} {{192.0.2.2}}

scamper -c "{{ping}} -P {{UDP-dport}} -d {{33434}}" -i {{192.0.2.1}} -i {{192.0.2.2}}

scamper -O {{warts}} -o {{path/to/output.warts}} -I "{{tracelb}} -P {{ICMP-echo}} -q {{3}} {{192.0.2.1}}"

scamper -O {{warts.gz}} -o {{path/to/output.warts}} -I "{{trace}} -P {{icmp-paris}} {{2001:db8:dead:beaf::4}}"

scamper -O {{warts}} -o {{path/to/output.warts}} -I "sniff -S {{2001:db8:dead:beef::6}} icmp[icmpid] == {{101}}"