
Chapter 5 – Network-to-Serial Connectivity Using Dialout
Command Line Interface and Application Examples for Multi-Tech Systems, Inc. IP Modules (S000368F) 69
Prerequisites
Telnet Auto-Dialout Mandatory Configuration Settings
The following items must be configured in order to use the dial-out feature:
• Disable the Host Interaction Mode to restrict Telnet-Dial-Out and PPP.
# set serial s0 host-interaction-mode disable
• Enable Auto dial-out globally on all the serial ports.
# set ip auto-dialout enable
• Enable Auto dial-out on the serial port s0.
# set serial s0 auto-dialout enable
• Set the Auto dialout port for the serial port s0.
# set serial s0 auto-dialout-port <port_number>
• Set the Auto dialout protocol for the serial port s0.
# set serial s0 auto-dialout-protocol telnet
An ERROR message displays if any of the above details are not configured or are not valid.
UDP Auto-Dialout Mandatory Configuration Settings
The following items must be configured in order to use the dial-out feature:
• Disable the Host Interaction Mode to restrict Telnet-Dial-Out and PPP.
# set serial <s0> host-interaction-mode disable
• Enable Auto dial-out globally on all the serial ports.
# set ip auto-dialout enable
• Enable Auto dial-out on the serial port s0.
# set serial s0 auto-dialout enable
• Set the Auto dialout port for the serial port s0 .
# set serial s0 auto-dialout-port <port_number>
• Set the Auto dialout protocol for the serial port s0.
# set serial s0 auto-dialout-protocol udp/all
An ERROR message will displays if any of the above details are not configured or are not valid.
Telnet Dialout Optional Configuration Settings
The following commands can be used for optional configurations:
• Enable/Disable the Authentication for Dial-out session
# set login auto-dialout-login <enable/disable>
• Enable/Disable the Switching-between-Dialout & Command Prompt feature
# set ip telnet escape-monitor <enable/disable>
• Set the Escape-Monitor-String to switch between Dialout and Command Prompt sessions.
# set ip telnet escape-string "+++inet"
• Enable/Disable the RAW mode globally for all Dial-out sessions.
# set ip telnet raw-mode <enable/disable>
• Enable/Disable the RAW mode for the serial port s0.
# set serial s0 raw-dialout <enable/disable>
• Set the Baud rate for the serial port s0 to be taken for a Dialout session.
# set serial s0 baud-rate <Baud-rate>
• Set the Flow control for the serial port s0 to be taken for a Dialout session.
# set serial s0 flow-control <rts-cts/none>
• Set the Parity for the serial port s0 to be taken for a Dialout session.
# set serial s0 parity <even/odd/none>
Comentarios a estos manuales