Lantronix
x4120 User Guide
33551 Rev. C
Page
13
of
142
Direct Managed Devices
Direct management is for standalone devices that are not connected to a module that is managed
through the ION Management Module (IONMM). In direct management, the network and/or USB cable is
connected directly to the module to be managed.
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|S7|L1D>
or just:
C1|S7|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)
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|S7|L1D>
go l1p=1
The resulting command line prompt would be:
C1|S7|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|S7|L1P1>
go l1d
The resulting command line prompt would be:
C1|S7|L1D>