User Manual
Table Of Contents
- 4Motion System Manual
- About This Manual
- Contents
- Chapter 1 - System Description
- 1.1 About WiMAX
- 1.2 4Motion Solution
- 1.3 The Base Transceiver Station
- 1.4 Element Management Systems
- 1.5 Specifications
- 1.5.1 Modem & Radio
- 1.5.2 Sensitivity (per channel)*
- 1.5.3 ODUs
- 1.5.4 Micro Outdoor BTS
- 1.5.5 AU - ODU Communication (Macro BTS)
- 1.5.6 Data Communication (Ethernet Interfaces)
- 1.5.7 Configuration and Management
- 1.5.8 Standards Compliance, General
- 1.5.9 Environmental
- 1.5.10 Mechanical and Electrical
- 1.5.11 Antennas
- Chapter 2 - Commissioning of the Macro BTS
- 2.1 Initial NPU Configuration
- 2.2 Completing the Site Configuration Using AlvariSTAR
- Chapter 3 - Operation and Administration of the Macro BTS
- 3.1 Using the Command Line Interface
- 3.1.1 Managing the Macro Outdoor BTS
- 3.1.2 Accessing the CLI
- 3.1.3 Command Modes
- 3.1.4 Interpreting the Command Syntax
- 3.1.5 Using the CLI
- 3.1.6 Managing Users and Privileges
- 3.1.7 Managing Secure Shell (SSH) Parameters
- 3.1.8 Managing the Session
- 3.2 Managing Software Upgrade
- 3.1 Using the Command Line Interface
Chapter 2 - Commissioning of the Macro BTS Initial NPU Configuration
4Motion 61 System Manual
2.1.3.3 External Management Interface
To configure the necessary parameters of the External Management interface used
for connectivity with the EMS system, run the following commands:
1 Enable the External Management interface configuration mode (for details
refer to “Enabling the Interface Configuration Mode” on page 129):
npu(config)# interface external-mgmt
(there is no need to shut down the interface for configuring its parameters)
2 Configure the IP address (x.x.x.x) and subnet mask (y.y.y.y). For details refer
to “Assigning an IP address to an interface” on page 146:
npu(config-if)# ip address x.x.x.x y.y.y.y
3 Exit the interface configuration mode: npu(config-if)# exit
4 Exit the configuration mode: npu(config)# exit
2.1.3.4 Save and Apply Changes in Site Connectivity Configuration
1 Save the configuration: npu# write (otherwise, after the next time reset you will
lose the configuration changes).
2 If you changed the Connectivity Mode, reset the system to apply the changes:
npu# reset
2.1.4 Static Route Definition
Static Route must be configured whenever the EMS server and the NPU are on
different subnets. For more details refer to “Adding a Static Route” on page 193.
Run the following command: npu(config)# "ip route x.x.x.x y.y.y.y z.z.z.z"
(x.x.x.x y.y.y.y is the network segment of the EMS server, z.z.z.z is the next-hop IP
address that should be in the segment of the external-management interface.
2.1.5 SNMP Manager Definition
To define the communities to be used by the SNMP manager, run the command:
npu(config)# snmp-mgr ReadCommunity public ReadWriteCommunity private.
For more details refer to “Adding an SNMP Manager” on page 406.
For proper operation of the manager you should configure also the Trap Manager
parameters and enable sending traps to the defined Trap Manager (this can also
be done later via the management system):
1 npu(config)# trap-mgr ip-source x.x.x.x port 162 TrapCommunity public
(x.x.x.x is the IP address of the EMS server). For more details refer to
“Adding/Modifying a Trap Manager entry” on page 409