# AS_PATH to other Vultr consumer w/ BGP will be [64515 64515 X] # # So, this will list all other customer's ASN (You need BGP full table from # Vultr, of course) priv_route='show route where bgp_path ~ [=64515 64515 *=]' { sudo birdc6 "$priv_route" && sudo birdc "$priv_route" } | grep -vE '^BIRD' | cut -d'[' -f3 | tr -d 'ASi]' | sort | uniq