beautypg.com

Ethernet to serial connectivity – N-Tron 102PC-SE User Manual

Page 27

background image

(Revised 2010-11-15)

27

Ethernet to Serial Connectivity

Mandatory Configuration Settings

The following items must be configured in order to use the manual dial-out feature:

Disable the Host Interaction Mode to restrict Telnet-Dial-Out and PPP.

# set serial host-interaction-mode disable

Disable Auto dial-out globally on all the serial ports.

# set ip auto-dialout disable

Disable Auto dial-out on the serial port s0.

# set serial s0 auto-dialout disable


The following items must be configured in order to use the auto dial-out feature:

Disable the Host Interaction Mode to restrict Telnet-Dial-Out and PPP.

# set serial 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

Set the Auto dialout protocol for the serial port s0.

# set serial s0 auto-dialout-protocol /all

An ERROR message will display if any of the above details are not configured or are not valid.


Optional Configuration Settings

The following details are optional configurations:

Enable/Disable the Authentication for Dial-out session

# set login auto-dialout-login

Enable/Disable the Switching-between-Dialout & CommandPrompt feature

# set ip telnet escape-monitor

Set the Escape-Monitor-String to switch between Dialout and Command Prompt sessions.

# set ip telnet escape-string "+++inet"

Enable/Disable the Terminating Dialout Session using Terminate string

# set ip udp terminate-monitor

Set the Terminate-Monitor-String to Terminate the Dialout Session.

# set ip udp terminate-string "+++inet"

Enable/Disable the Terminating Dialout Session using Inactivity Timeout

# set ip udp inactivity

Set the Inactivity Timeout to Terminate the Dialout Session.

# set ip udp inactivity-timeout 300

Enable/Disable the Raw mode globally for all Dial-out sessions.

# set ip telnet raw-mode

Enable/Disable the Raw mode for the serial port s0.

# set serial s0 raw-dialout

Set the Baud rate for the serial port s0 to be taken for a Dialout session.

# set serial s0 baud-rate

Set the Flow control for the serial port s0 to be taken for a Dialout session.

# set serial s0 flow-control

Set the Parity for the serial port s0 to be taken for a Dialout session.

# set serial s0 parity

Set the Data bits for the serial port s0 to be taken for a Dialout session.

# set serial s0 data-bits <7/8>

Set the Stop bits for the serial port s0 to be taken for a Dialout session.

# set serial s0 stop-bits <1/1.5/2>