User guide
Chapter 13: Command Line Interface
156
Port 1: Configuration Saved.
After entering the password, you have direct access to port 1, using the
newly assigned IP specifically for port 1.
The following example configures DPA port settings for a group of ports
(make sure a free range of IPs are available for dpa IP mode usage):
admin > Config > Port > config port 1-32 dpaip 10.0.13.200
or
admin > Config > Port > config port * dpaip 10.0.13.200
In both cases above, port 1 will have an IP assigned as 10.0.13.200,
while port 2 will have 10.0.13.201, port 3 10.0.13.203, and so on.
The following example configures DPA port settings when you choose
DPA mode TCPPort. You must set the SSH or Telnet port value
assigned for direct port access:
admin > Config > Port > config port 1 ssh 7000 telnet 8000
admin > Config > Services > dpa mode TCPPort
After this option is enabled, the Dominion SX is restarted. DPA changes
will not be available until after the Dominion SX is rebooted.
try ssh -l sx_user -p 7000 10.0.13.13 or telnet -l sx_user
10.0.13.13 8000
Password:
Authentication successful.
Port 1: Configuration Saved.
After entering the password, you have direct access to port 1, using the
newly assigned TCPPorts(either ssh or telnet), specifically for port 1.
The following example configures DPA port settings for a group of ports
(make sure no TCPPorts have been assigned, and a free range of
TCPPorts are available for dpa TCPPort mode usage):
admin > Config > Port > config port 1-32 ssh 7000 telnet
8000
or
admin > Config > Port > config port * ssh 7000 telnet 8000