From 655a124a658ddc27c720d529b146995a127d0ca7 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Sat, 4 Jun 2016 22:27:56 +0200 Subject: lolwhat: Further improve accuracy and do lldp-only map The lldp-only map ensures we aren't fooled by vlans and other logical links, but if lldp is disabled it obviously doesn't tell the whole story. --- extras/tools/lldp/dotnet.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'extras/tools/lldp/dotnet.sh') diff --git a/extras/tools/lldp/dotnet.sh b/extras/tools/lldp/dotnet.sh index 66c384c..a3f5623 100755 --- a/extras/tools/lldp/dotnet.sh +++ b/extras/tools/lldp/dotnet.sh @@ -7,4 +7,5 @@ JSON=${OUT}lolwhat-${DATE}.json ./lolwhat.pl $* > ${JSON} ./draw-neighbors.pl < ${JSON} | dot -Tpng > ${OUT}lolwhat-${DATE}.png ./draw-neighbors.pl full < ${JSON} | dot -Tpng > ${OUT}lolwhat-${DATE}-full.png +./draw-neighbors.pl lldp < ${JSON} | dot -Tpng > ${OUT}lolwhat-${DATE}-lldp.png echo File name: ${OUT}lolwhat-${DATE}*png -- cgit v1.2.3