User guide
Chapter 13: Command Line Interface
169
dpa Command
ThepermittedTCPPortRangeis1024‐64510.Whenrunwithoutthe
modeparameter,thesystemdisplaysthecurrentdpatype.
Thegeneralsyntaxofthedpacommandis:
dpa [mode <Normal|IP|TCPPort>]
Thesyntaxforaccessingaportdirectlyusingtcpport#is:
ssh -l sx_user -p tcp_port_N sx_ip_addr
sx_user@sx_ip_addr's password: <prompted by ssh>
telnet -l sx_user sx_ip_addr tcp_port_N
Password: <prompted by telnet>
Thesyntaxforaccessingaportdirectlyusingtheipaddressassi
gnedper
portis:
ssh -l sx_user dpa_ip_addr
sx_user@dpa_ip_addr's password: <prompted by ssh>
telnet -l sx_user dpa_ip_addr
Password: <prompted by telnet>
Thedpacommandoptionsaredescribedinthefollowingtable.
Command Description
mode
<Normal|IP|TCPPort>
Per‐portDirectPortAccesstypemode.
Normal‐adefaultvaluethatmeansDPA
accesscannotbeestablished.
IP‐accesstargetportdirectlybyuniqueIP
Addressviassh/telnet/http/https.
TCPPort‐accesstargetportdirectlybyunique
TCPportviassh/telnet.