packetloss
Well-Known Member
Thank you to Pawel at SAIX for pushing the deployment of the local routes server on SAIX network.
Now you can get SAIX's version of the "Local-Only" routes. Seems like MWEB's routes are no longer there
You may use this script to suck out the new routes from tpr-route-server.saix.net
echo -e "saix\nsaix\nterminal length 0\nshow ip bgp community 5713:56225\nexit" | nc tpr-route-server.saix.net 23 | grep -P '\* i' |awk '{print $2}' | sed 's/i//' > /root/routes/saixroutes.txt
Thanx SAIX support.
We have been waiting patiently for this for a while.
Now you can get SAIX's version of the "Local-Only" routes. Seems like MWEB's routes are no longer there
You may use this script to suck out the new routes from tpr-route-server.saix.net
echo -e "saix\nsaix\nterminal length 0\nshow ip bgp community 5713:56225\nexit" | nc tpr-route-server.saix.net 23 | grep -P '\* i' |awk '{print $2}' | sed 's/i//' > /root/routes/saixroutes.txt
Thanx SAIX support.
We have been waiting patiently for this for a while.