#!/usr/bin/expect
spawn telnet 172.16.20.1 2005
sleep 3
send "
"
expect "switch:"
send "SWITCH_IGNORE_STARTUP_CFG=1"
sleep 5
send "boot
sleep 300