12/1/2006
26
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 <s0> 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 <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 or udp>/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>
•
Enable/Disable the Switching-between-Dialout & CommandPrompt 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 Terminating Dialout Session using Terminate string
# set ip udp terminate-monitor <enable/disable>
•
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 <enable/disable>
•
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>
•
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>
•
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>