Add simple diagnose script
This commit is contained in:
parent
3fb07c0c2d
commit
03e011765b
17
script/diagnose.sh
Executable file
17
script/diagnose.sh
Executable file
@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "Protocols Status: "
|
||||
echo
|
||||
|
||||
/usr/bin/birdc show protocols
|
||||
|
||||
echo "Route to DN42 anycast dns: "
|
||||
echo
|
||||
|
||||
/usr/bin/birdc show route for 172.20.0.53 all
|
||||
|
||||
echo "Ping DN42 anycast dns: "
|
||||
echo
|
||||
|
||||
ping -c 4 172.20.0.53
|
Loading…
x
Reference in New Issue
Block a user