using VX6000 cell phone with USB port...
/ interface ppp-client
add name="ppp-out1" max-mtu=1500 max-mru=1500 port=acm1 \
user="
858945XXXX@vzw3g.com" password="vzw" profile=default phone="#777" \
dial-command="ATDT" modem-init="ATZ" null-modem=no dial-on-demand=no \
add-default-route=yes use-peer-dns=yes allow=pap,chap,mschap1,mschap2 \
disabled=yes
This is what I get when it decides to work correctly, usually after a fresh reboot of the router.
07:18:29 async,ppp,info ppp-out1: initializing...
07:18:29 async,ppp,debug ppp-out1: PPP started
07:18:29 async,ppp,info ppp-out1: reseting link...
07:18:29 system,info device changed by admin
07:18:30 async,debug acm1: sent ATH
07:18:30 async,debug acm1: rcvd OK
07:18:30 async,ppp,info ppp-out1: initializing modem...
07:18:30 async,debug acm1: sent ATZ
07:18:30 async,debug acm1: rcvd OK
07:18:30 async,ppp,info ppp-out1: dialing out...
07:18:30 async,debug acm1: sent ATDT#777
07:18:30 async,debug acm1: rcvd CONNECT
07:18:30 async,ppp,debug ppp-out1: PPP connected
07:18:30 async,ppp,debug ppp-out1: LCP lowerup
07:18:30 async,ppp,debug ppp-out1: LCP open
07:18:30 async,ppp,debug,packet ppp-out1: sent LCP ConfReq id=0x1
07:18:30 async,ppp,debug,packet <magic 0x327b23c6>
07:18:30 async,ppp,debug,packet <pcomp>
07:18:30 async,ppp,debug,packet <accomp>
07:18:31 async,ppp,debug ppp-out1: LCP timer
Then any subsequent tries usually show this over and over:
07:18:53 async,ppp,info ppp-out1: terminating...
07:18:53 async,ppp,debug ppp-out1: PPP stopped
07:18:53 async,ppp,info ppp-out1: disconnected
07:18:53 async,ppp,debug ppp-out1: CCP lowerdown
07:18:53 async,ppp,debug ppp-out1: CCP down event in initial state
07:18:53 async,ppp,debug ppp-out1: IPCP lowerdown
07:18:53 async,ppp,debug ppp-out1: IPCP down event in initial state
07:18:54 async,ppp,info ppp-out1: initializing...
07:18:54 async,ppp,debug ppp-out1: PPP started
07:18:54 async,ppp,info ppp-out1: reseting link...
07:18:55 async,debug acm1: sent ATH
07:18:55 async,debug acm1: modem hung up
07:18:55 async,ppp,debug ppp-out1: PPP disconnected <modem hunged up>
07:18:55 async,ppp,info ppp-out1: terminating... - modem hunged up
07:18:55 async,ppp,debug ppp-out1: PPP stopped
07:18:55 async,ppp,info ppp-out1: disconnected
07:18:55 async,ppp,debug ppp-out1: CCP lowerdown
07:18:55 async,ppp,debug ppp-out1: CCP down event in initial state
07:18:55 async,ppp,debug ppp-out1: IPCP lowerdown
07:18:55 async,ppp,debug ppp-out1: IPCP down event in initial state
07:18:56 async,ppp,info ppp-out1: initializing...
07:18:56 async,ppp,debug ppp-out1: PPP started
07:18:56 async,ppp,info ppp-out1: reseting link...
07:18:57 async,debug acm1: sent ATH
07:18:57 async,debug acm1: modem hung up
07:18:57 async,ppp,debug ppp-out1: PPP disconnected <modem hunged up>
07:18:57 async,ppp,info ppp-out1: terminating... - modem hunged up
07:18:57 async,ppp,debug ppp-out1: PPP stopped
07:18:57 async,ppp,info ppp-out1: disconnected
07:18:57 async,ppp,debug ppp-out1: CCP lowerdown
07:18:57 async,ppp,debug ppp-out1: CCP down event in initial state
07:18:57 async,ppp,debug ppp-out1: IPCP lowerdown
07:18:57 async,ppp,debug ppp-out1: IPCP down event in initial state
07:19:01 async,ppp,info ppp-out1: initializing...
07:19:01 async,ppp,debug ppp-out1: PPP started
07:19:01 async,ppp,info ppp-out1: reseting link...
07:19:02 async,debug acm1: sent ATH
07:19:02 async,debug acm1: modem hung up
07:19:02 async,ppp,debug ppp-out1: PPP disconnected <modem hunged up>
07:19:02 async,ppp,info ppp-out1: terminating... - modem hunged up
07:19:02 async,ppp,debug ppp-out1: PPP stopped
07:19:02 async,ppp,info ppp-out1: disconnected
07:19:02 async,ppp,debug ppp-out1: CCP lowerdown
07:19:02 async,ppp,debug ppp-out1: CCP down event in initial state
07:19:02 async,ppp,debug ppp-out1: IPCP lowerdown
07:19:02 async,ppp,debug ppp-out1: IPCP down event in initial state
07:19:08 async,ppp,info ppp-out1: initializing...
over and over again ... I think it has to do with 'ATH' and not receiving OK, but why? Maybe first character 'A' is not received correctly so OK is never echoed back... because when I enter 'system serial-terminal acm1' and enter 'AT' the first character is missing always. Is it possible to send some CRLF before ATH to flush buffer? Not sure if thats the problem, but it seems to be stuck on not receiving 'OK' after 'ATH'. Its not possible to modify the hang up string as its hardcoded. Just a guess, could be something totally different. Again, a rs-232 modem works perfectly it seems.
Thanks!
Sam