Installation guide

Remote Annex 2000 Hardware Installation Guide
Chapter 3 ROM Monitor Commands
3-30
slip
The slip command defines a serial port as a Serial Line Internet
Protocol (SLIP) interface. This command defines a number of port
parameters. The command syntax is:
slip [–d][port]
Theslip command automatically sets the number of data bits to 8 for
all SLIP interfaces. The number of data bits does not include the start,
stop, or parity bits.
After entering the command, you are prompted for each parameter.
The port is the number of the serial port to be configured with this
command. If you do not enter a port number, you are prompted for
one.
Table 3-2 lists the information for which the slip command
prompts. The slip display looks like this:
monitor:: slip
Line number (1–16)::6
Allow SL/IP on this port? (y/n) [n]::y
Enter local endpoint address [0.0.0.0]::192.9.200.214
Local endpoint address: 192.9.200.214
Enter subnet mask [255.0.0.0]::
Constructed new subnet mask.
Enter remote endpoint address [0.0.0.0]::192.9.200.0
Remote endpoint address: 192.9.200.0
Enter remote load/dump host address [default
192.9.200.88]::
Remote load/dump host address: 192.9.200.88
Should this interface be used for memory dumps? (y/n) [y]::
Enter the baud rate [9600]::38400
Enter the number of stop bits (1,1.5,2) [1]::
Enter the parity (none,even,odd) [none]::
WARNING