init
This commit is contained in:
16
autoconfig1/autoconfig.2.example
Executable file
16
autoconfig1/autoconfig.2.example
Executable file
@@ -0,0 +1,16 @@
|
||||
for I in `echo "1"`
|
||||
do
|
||||
echo "conf t
|
||||
vlan 66
|
||||
name Kickstart
|
||||
|
||||
end
|
||||
exit
|
||||
" > /scripts/autoconfig/tmp/autoconfig.conf
|
||||
|
||||
/usr/local/bin/cmc -ld /scripts/autoconfig/logs/ -cf /scripts/autoconfig/tmp/autoconfig.conf -n switch-nexus-$I
|
||||
done
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user