Mercurial > hg > anonet-resdb
view doc/ucis.ano/bgp_graph/bgp_path_list_quagga.sh @ 377:f38c849bb704 draft
Merge commit 'a8bcba16f484aa3678781f2e4a5ea02dc800b7d9'
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Thu, 20 Jan 2011 02:44:48 +0000 |
parents | d44b9afb4a25 |
children |
line wrap: on
line source
#!/bin/sh LOCALNODE=${LOCALNODE:-0} (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/"