User's Manual

Chapter 3 - Operation and Administration Using the CLI Using the Command Line Interface for Management
4Motion 74 System Manual
3.1.4 Interpreting the Command Syntax
The following table lists the conventions used in the command syntax for all
4Motion commands:
Enter the interface configuration
mode
npu(config)# interface
{<interface-type>
<interface-id>
|internal-mgmt
|external-mgmt |
bearer | local-mgmt |
npu-host | all-au}
npu(config-if)#
Exit the configuration mode and
enter the global command
mode.
npu(config)# end
npu (config-if)# end
npu#
npu#
Exit the current configuration
mode by one level
npu (config-if)# exit npu(config)#
Table 3-5: Conventions Used in the 4Motion Command Syntax
Convention Description Example
{ } Indicates that the parameters
enclosed in these brackets are
mandatory, and only one of these
parameters should be specified.
npu(config)# limit {cpu | memory}
([softlimit <limit>] [hardlimit
<limit>])
This command is used for specifying the soft
and hard limits for memory and CPU
utilization. The cpu/memory parameters are
enclosed within {} brackets, indicating that
their presence is mandatory, and that only
one of these parameters is required.
( ) Indicates that one or all
parameters enclosed within these
brackets are optional. However,
the presence of at least one
parameter is required to
successfully execute this
command.
npu(config)# limit {cpu | memory}
([softlimit <limit>] [hardlimit
<limit>])
This command is used for specifying the soft
and hard limits for memory and CPU
utilization. The softlimit and hardlimit
parameters are enclosed within () brackets,
indicating that you are required to specify
the value of at least one of these parameters
to successfully execute this command.
Table 3-4: Commands to Enter/Exit a Command Mode