diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-06-04 22:27:56 +0200 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-06-04 22:27:56 +0200 |
commit | 655a124a658ddc27c720d529b146995a127d0ca7 (patch) | |
tree | af716a12aa95f7d4b9e1ef6f57723bd0307ce784 /extras/tools/lldp/dotnet.sh | |
parent | a55a4a59c05993a159b1f1f659f3a42d9569ab29 (diff) |
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.
Diffstat (limited to 'extras/tools/lldp/dotnet.sh')
-rwxr-xr-x | extras/tools/lldp/dotnet.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |