;***   Zyxel Keenetic Extra II,       ***
;
;***  "192.168.0.1" -     ***
open 192.168.2.1
;
waitfor "Login:"
;
;***  "admin" -      ***
transmit "admin^M"
;
waitfor "Password:"
;
;***  "pass" -      ***
transmit "pass^M"
;
;***  ">"      .  ,     Telnet ***
waitfor ">"
;
;***        ***
transmit "interface ISP^M"
;
;***   ***
waitfor ">"
;
;***      ***
transmit "no up^M"
waitfor ">"
;
quit
;
