From 2a0c0a3dbbdf7fa5040953c0b0d88ad6f62c011e Mon Sep 17 00:00:00 2001 From: Joachim Tingvold Date: Sun, 6 Apr 2014 03:11:04 +0200 Subject: Initial commit. Source; TG13-goodiebag. --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6a9c1cd..834e662 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ -tgmanage +tgmanage -- tools and hacks by Tech:Server ======== + +## planning.txt? patchlist.txt? netlist.txt? bootstrap? SETUP?! + +See tools/README… + +## dlink-ng usage + +> Update A/AAAA/PTR for dlink switches +dlink-ng/make-dlink-config.pl switches.txt patchlist.txt | tools/dlink-ng2dns.pl | head -n 30 + +> Delete records for creative1 in DNS +dlink-ng/make-dlink-config.pl switches.txt patchlist.txt | grep '^creative1 ' | tools/dlink-ng2dns.pl -d + +> Configure both dlink and cisco side +dlink-ng/make-dlink-config.pl switches.txt patchlist.txt | grep 'creative[12]' | perl dlink-ng/dlink-ng.pl + +> Configuring dlink switches for a single dlink switch +dlink-ng/make-dlink-config.pl switches.txt patchlist.txt | grep 'creative[1-8+] ' | dlink-ng/dlink-ng.pl -s creative3 + +> Configuring dlink switches from cisco side only +dlink-ng/make-dlink-config.pl switches.txt patchlist.txt | grep creative | perl dlink-ng/dlink-ng.pl -c + +> Configures all switches with lots of threads love <3 +dlink-ng/dlink-ng.pl switches.txt patchlist.txt + +> DNS for all switches pewpew +dlink-ng/dlink-ng.pl switches.txt patchlist.txt | tools/dlink-ng2dns.pl \ No newline at end of file -- cgit v1.2.3