Skip to content

wofanli/route_loop_alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

route_loop_alert

It is a simple script to send out an alert message once any ICMP TTL expired message is found in the fly, which indicates some kinds of route loop exists in the network. BCC is used to filter the packet.

BCC is prerequired. My testbed is Ubuntu 16.04, and install BCC as below.

echo "deb [trusted=yes] https://repo.iovisor.org/apt/xenial xenial-nightly main" | sudo tee /etc/apt/sources.list.d/iovisor.list

apt-get update
apt-get install bcc-tools

About

Alert on any ICMP TTL expired message in the fly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages