blob: 834e662c2906e6062771eda8d580b84ea1d824c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
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
|