System information
Administration Tasks Not Done in the Web Manager 91
Configuring Dial-ins Using cycli
The default is 9600. The following screen example sets the modem
speed to 4800.
b. Set or accept the default flow control (data-flow).
The following screen example sets the data-flow to both.
c. Set the chat initialization AT commands (initchat).
Put quotes before and after the chat string, and put backslashes (\)
before any quotes that are part of the chat string. The screen example
sets the chat string to: " " " ATZ OK.”
5. If you set the access type to ppp or autoppp in Step 3, set all ppp
parameters, by performing the following steps.
a. Enable authentication as a requirement for PPP connections through
the modem, if desired, by using the auth parameter followed by yes
or no.
The following screen example enables authentication.
b. Accept the default local IP address or set another by using the
iplocal parameter.
cli> set cards modem0 speed 4800
OK
cli> set cards modem0 data-flow both
OK
cli> set cards modem0 initchat "\"\” ATZ OK"
cli> set cards modem0 ppp auth yes
OK
cli> set cards modem0 ppp iplocal local_ip_address
OK