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 60 System Manual
The default connectivity mode is In-Band (IB) via the Data port. Alternatively, the
NPU can be managed Out-Of-Band (OOB) via the dedicated Management port.
To view the current and configured connectivity mode, use the command:
npu# show connectivity mode
To change the connectivity mode to Out-Of-Band, use the command:
npu(config)# connectivity mode outband (for details refer to “Configuring the IP
Connectivity Mode” on page 125).
2.1.3.2 VLANs Translation (Inband Connectivity Mode)
The Data port operates in VLAN-aware bridging mode (tagged-trunk mode). The
values configured for VLAN ID(s) used on this port are the VLAN IDs used
internally. These are the VLAN ID for the bearer IP interface (the default is 11)
and, in In-Band Connectivity mode, the VLAN ID of the external-management IP
interface (the default is 12).
When using In-Band connectivity via the Data port, if the value of the VLAN ID
used for management in the backbone differs from the value configured for the
external-management interface, the external-management VLAN ID should be
translated accordingly. It is recommended to configure also VLAN translation for
the bearer interface.
To enable VLAN translation and configure the required VLANs translation, run the
following commands (the examples are for backhaul Data VLAN ID 30 and
Management VLAN ID 31, assuming the default VLAN IDs for
external-management and bearer interfaces):
1 Enable the Data port configuration mode (for details refer to “Enabling the
Interface Configuration Mode” on page 129):
npu(config)# interface gigabitethernet 0/10
2 Enable VLAN translation (for details refer to “Enabling/Disabling VLAN
Translation” on page 136): npu(config-if)# vlan mapping enable
3 Translate external-management VLAN 12 to the backhaul management VLAN
31: npu(config-if)# vlan mapping 12 31 (for details refer to “Creating a VLAN
Translation Entry” on page 137)
4 Translate data VLAN 11 to the backhaul data VLAN 30:
npu(config-if)# vlan mapping 11 30
5 Exit the interface configuration mode: npu(config-if)# exit
6 To view the VLAN mapping parameters, run the command:
npu# show interface gigabitethernet 0/10 vlan mapping