User Manual

Table Of Contents
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