Mercurial > hg > anonet-resdb
view doc/ucis.ano/bgp_graph/bgp_path_list_quagga.sh @ 30:77b07c336f91 draft
added the AnoNet1 domains, and UFO's graphing scripts now use env for local ASN
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Fri, 11 Jun 2010 09:05:23 +0000 |
parents | 4dbe5bf653bb |
children | d44b9afb4a25 |
line wrap: on
line source
#!/bin/sh LOCALNODE=64520 (sleep 0.2; echo "insecure"; echo "show ip bgp neigh"; echo "quit"; ) | nc localhost 2605 | grep "^BGP neighbor is" | sed "s/^.*remote AS \([0-9]\+\),.*$/$LOCALNODE \1/" (sleep 0.2; echo "insecure"; echo "show ip bgp paths"; echo "quit"; ) | nc localhost 2605 | grep "[0-9].$" | sed "s/^\[0x[a-z0-9]\{8\}:[0-9]\+\] ([0-9]\+) \([0-9 ]\+\)\r$/\1/"