![]() |
The following procedures give examples for configuring the two following types of devices for dial-ins.
• A modem, GSM or CDMA PCMCIA card installed in one of the PCMCIA slots. Configure the card in slot 1 as modem0 and configure the card in slot 2 as modem1.See Table 4.16 for the values you need to configure for each access type.
2. Enter the cycli command.
cli> set auxport profile modem OK
cli> set auxport modem type ppp
cli> set cards modem0 autoppp
cli> set auxport modem speed 4800
cli> set auxport modem speed 4800
cli> set auxport modem data-flow both
cli> set cards modem0 data-flow bothPut quotation marks before and after the chat string and put backslashes (\) before any quotation marks or backslashes that are part of the chat string. The examples set the chat string to: initchat " " " ATZ OK.
cli> set cards modem0 initchat "\"\” ATZ OK"
8.
a. Enable authentication as a requirement for PPP connections, if desired, by using the auth parameter followed by yes.
cli> set auxport modem ppp auth yes
cli> set cards modem0 ppp auth yes
cli> set auxport modem ppp mtu 1200
cli> set auxport modem ppp mru 1200
11. Accept the default PPP options or set others by using the options parameter followed by the desired options in quotes.
cli> commitcli> quit