Lantronix
ION x6010 User Guide
33493 Rev. F
Page 49 of 261
Managing Standalone Modules Using CLI Commands
Management of standalone modules can be accomplished by entering CLI commands through either the
local USB serial interface or a remote Telnet session. CLI commands can operate on the device level or
port level. This is indicated by the status of the command prompt’s preamble.
For example:
AgentIII C1|S5|L1D>
or just:
C1|S5|L1D>
This prompt indicates that any subsequent commands entered are for the device instead of a port. In
order to enter a command for a port, you must change the location of the command prompt. The
go
command allows you to change the hierarchical location of the command prompt.
The
go
command format is:
go [c=CHASSIS] [s=SLOT] [l1ap=PORT] [l2ap=PORT] (l1p=PORT|l2p=PORT|l3p=
PORT|l1d|l2d|l3d)
For example:
In the CLI location hierarchy, to go to port 1 on a device, you would enter the following command from
the base prompt:
C1|S5|L1D>
go l1p=1
The resulting command line prompt would be:
C1|S5|L1P1>
Any CLI command appropriate for the port can now be entered.
Subsequently, to return to the device level, you would enter the following:
C1|S5|L1P1>
go l1d
The resulting command line prompt would be:
C1|S5|L1D>