Serial port ConfigurePPPdial-in mode
IX20 User Guide
273
Depending on your device configuration, you may be presented with an Access selection
menu. Type admin to accessthe Admin CLI.
2. At the command line, type config to enter configuration mode:
> config
(config)>
3. The serial port is enabled by default. To disable:
(config)> serial port1 enable false
(config)>
4. Set the mode:
(config)> serial port1 mode ppp_dialin
(config)>
5. (Optional) Set a label that will be used when referring to thisport.
(config)> serial port1 label label
(config)>
6. Set the baud rate used by the device to which you want to connect:
(config)> serial port1 baudrate rate
(config)>
7. Set the typeof flow control used by the device to which you want to connect:
(config)> serial port1 flow value
(config)>
where value is one of:
n
none
n
rts/cts
n
xon/xoff
8. Set the amount of time that the active session can beidle before the session is disconnected:
(config)> serial port1 idle_timeout value
(config)>
where value is any number of weeks, days, hours, minutes, or seconds, and takes the format
number{w|d|h|m|s}.
For example, to set idle_timeout to ten minutes, enter either 10m or 600s:
(config)> serial port1 idle_timeout 600s
(config)>