User's Manual

Chapter 3 - Operation and Administration Using the CLI Managing BSs
4Motion 456 System Manual
3.8.1 Enabling the BS Configuration Mode\Creating
a BS Object
To configure the parameters of a BU, first enable the BS configuration mode for
the specific BS. Run the following command to enable the BS configuration mode.
You can also use this command to create a new BS object. Note that for a new
object this command only defines the BS ID, and that the BS is not fully created
until completing configuration of all mandatory parameters.
The BS ID is the unique identifier of the BS in the access network. The BS ID used
in the system is in the format A.B.C where A, B, C are from 0 to 255. The BS ID
used in the CLI is an integer that is calculated by the formula A*65536+B*256+C.
For example, a BS ID of 1.2.5 is translated to 1*65536+2*256+5=66053.
npu(config)# bs <(1 to 16777215 StepSize 1)>
For example, to configure BS 66053, run the following command:
npu (config)# bs 66053
If you use this command to create a new BS, the configuration mode for this BS is
automatically enabled, after which you can execute any of the following tasks:
Configure one or more of the parameters tables of the BS
Restore the default values for the non-mandatory parameters of one or more of
the parameters tables of the BS
After executing the above tasks, you can terminate the BS configuration mode
(refer to Section 3.5.4) and return to the global configuration mode. From the
global configuration mode you can delete an existing BS (refer to). You can display
configuration information for selected tables from the global command mode.
IMPORTANT
An error occurs if you specify BS ID that is not in the range, 1-16777215.
Command
Syntax
npu(config)# bs <(1 to 16777215 StepSize 1)>
Privilege
Level
10