;***   Zyxel Keenetic Extra II,       ***
; / 2    ,    IP
;  , ..   /     - IP   
;         . 
;
;***  "192.168.0.1" -     ***
open 192.168.0.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 ">"
;
;***      ***
transmit "up^M"
;
waitfor ">"
;
;***      ***
transmit "no up^M"
;
waitfor ">"
;
;***      ***
transmit "up^M"
;
quit
