使用命令方式新增 node 伺服器
Adding too much f5 nodes to ltm with one liner
#netscaler.txt
G01 10.1.1.1
P01 10.1.1.2
P02 10.1.1.3
P03 10.1.1.4
F01 10.1.1.5
F02 10.1.1.6
F03 10.1.1.7
F04 10.1.1.8
F05 10.1.1.9
F06 10.1.1.10
F07 10.1.1.11
F08 10.1.1.12
F09 10.1.1.13
etc 2000 lines.
cat netscaler.txt | while read line; do INF=(echo $line); tmsh create /ltm node ${INF[1]} address ${INF[2]} monitor icmp ; done
取自國外網友
沒有留言:
張貼留言