diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2014-04-06 03:11:04 +0200 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2014-04-06 03:11:04 +0200 |
commit | 2a0c0a3dbbdf7fa5040953c0b0d88ad6f62c011e (patch) | |
tree | 92c7cbf54272466b46f64e5dc8d1ddb429858836 /README.md | |
parent | fe0be5960aac1f9bb600dbf853d862a9f4e60de8 (diff) |
Initial commit. Source; TG13-goodiebag.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 29 |
1 files changed, 28 insertions, 1 deletions
@@ -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 |