Serial to Ethernet Connectivity
Mandatory Configuration Settings
The following items must be configured in order to use the manual dial-in feature:
∙Disable Auto dial-in globally on all the serial ports.
#set serial auto-dialin disable
∙Disable Auto dial-in on the serial port s0.
#set serial s0 auto-dial-in disable
The following items must be configured in order to use the auto dial-in feature:
∙Enable Auto dial-in globally on all the serial ports.
#set serial auto-dialin enable
∙Enable Auto dial-in on the serial port s0.
#set serial s0 auto-dial-in enable
∙Set the Auto dial-in protocol.
#set serial s0 auto-dialin-protocol <telnet or udp>
∙Set the Auto dial-in Server IP Address.
#set serial s0 auto-dialin-ipaddress <ipaddress>
∙Set the port to the one which the telnet client will be connected.
#set serial s0 auto-port-port <port_number>
An ERROR message will display if any of the above details are not configured or not valid.
Optional Configuration Settings
The following details are optional configurations:
∙Enable/Disable Switching-between-Dial-inand the Command Prompt feature.
#set serial escape-monitor <enable/disable>
∙Set the Escape-Monitor-Stringto switch between Dial-in and Command Prompt sessions.
#set serial escape-string "+++inet"
∙Set the Serial Dial-in Trigger mode. Dictates the criterion for establishing a connection. The options provided are on reception of <char/ dtr/ dtr-char/ none>. Refer the command line configuration section for a detail know how of this command.
#set serial s0 auto-dialin trig-mode <char/dtr/dtr-char/none>
∙Enable/Disable the Raw mode globally for all Auto-Dial-in sessions.
#set ip telnet raw-mode <enable/disable>
∙Enable/Disable the Raw mode for Auto-Dial-in session on serial port s0.
#set serial s0 raw-dial-in <enable/disable>