15 lines
317 B
Plaintext
Executable File
15 lines
317 B
Plaintext
Executable File
echo "conf t
|
|
vlan 66
|
|
name Kickstart
|
|
|
|
end
|
|
wr
|
|
exit
|
|
" > /scripts/autoconfig/tmp/autoconfig.conf
|
|
|
|
/usr/local/bin/cmc -ld /scripts/autoconfig/logs/ -cf /scripts/autoconfig/tmp/autoconfig.conf -n switch-catalyst-1,switch-catalyst-2,switch-catalyst-3,switch-catalyst-4,switch-catalyst-5,switch-catalyst-7,switch-nexus-1
|
|
|
|
|
|
|
|
|