15 lines
221 B
Plaintext
Executable File
15 lines
221 B
Plaintext
Executable File
echo "conf t
|
|
int Fa1
|
|
shutdown
|
|
int Vlan 22
|
|
shutdown
|
|
end
|
|
exit
|
|
" > /scripts/autoconfig/tmp/autoconfig.conf
|
|
|
|
/usr/local/bin/cmc -ld /scripts/autoconfig/logs/ -cf /scripts/autoconfig/tmp/autoconfig.conf -n router-renell-1
|
|
|
|
|
|
|
|
|