Greetings,
what does the raw ASPATH data look like? can you provide a test raw ASPATH data file?
for instance, using the following:
echo "sh route all" | birdc | grep BGP.as_path|egrep -o '[0-9]+ [0-9 ]+' | sort -V -u > /tmp/awmn
produces an output like this:
57 8073
57 8073 7817
57 8073 7817 9895
57 8073 7817 9895 2970
57 8073 7817 9895 44038
57 8073 7817 9895 44038 19835
57 8073 7817 9895 44038 19835 18570
would that be fine with linkgen ?
Greetings,
what does the raw ASPATH data look like? can you provide a test raw ASPATH data file?
for instance, using the following:
produces an output like this:
would that be fine with linkgen ?