BelAir20EO 12
BelAir20EO 12
BelAir20EO 12
4
2 System Overview of Ericsson APs
This chapter provides a brief system description of each available Ericsson AP, including
an overview of its hardware modules. This chapter defines terms of reference used
through the rest of the document. The APs are described in the following sections:
Figure 2 shows the relationship between the main hardware modules of the BelAir20EO
and AP 511x series APs.
The 802.11n Wi-Fi radios provide user traffic wireless access to the BelAir100NE and
BelAir100NEF, and can form point-to-point, point-to-multipoint, or multipoint-tomultipoint mesh backhaul links.
2.2.1 BelAir100NE and BelAir100NEF Hardware Description
Figure 3 shows the relationship between the main hardware modules of the BelAir100NE
and the BelAir100NEF. The BelAir100NE and the BelAir100NEF have the following
modules:
Stop!
Do not connect the AP to an operational data network before you
configure its desired IP network parameters. This may cause
traffic disruptions due to potentially duplicated IP addresses.
Start a Telnet or secure shell (SSH) client and connect to the APs IP address. The AP
prompts you for your user name and password. The default super-user account is root.
The default password is admin123.
If you are configuring any AP except for the BelAir20E or AP 6120 for the first time, you
must use the default IP address (10.1.1.10). If you are configuring a BelAir20E or an AP
6120 for the first time, the AP uses Network Address Translation (NAT) to assign an IP
address to your computer. Use an IP address of 192.168.5.1 to connect to the AP.
If the login is successful, the AP CLI prompt is displayed. The default prompt is #, if
you login as root. Otherwise, the default prompt string is >.
Note the following:
The terminal session locks after four unsuccessful login attempts. To unlock
the terminal session, you must enter the super-user password.
CLI commands are not case sensitive (uppercase and lowercase characters
are equivalent).
Later, you will see that you can configure the AP to have more than one
interface with an IP address. For example, you can configure Virtual LANs
and management interfaces each with their own IP address. If you do this,
make sure your Telnet or secure shell (SSH) connections are to a
management interface. This ensures maximum responsiveness for your
session by keeping higher priority management IP traffic separate from other
IP traffic.
telnet 10.1.1.10
Ericsson Backhaul and Access Wireless Router
Ericsson User: root
Password:
/#
Each card in the AP has at least one associated physical interface. Some examples of
physical interfaces are a Wi-Fi radio or an Ethernet interface.
Use the mode command to display the modes that are available. Because each physical
interface and each card in the AP has its own mode, displaying the modes also displays a
profile summary of the AP. See the following example.
Example - Output of mode Command
/# mode
/card
/htme-1
/interface
/wifi-1-1
/wifi-1-2
/eth-1-1
/lan-1
/lan-2
/lan-3
/lan-4
/mgmt
/protocol
/ip
/nat
/radius
/rstp
/snmp
/sntp
/te-syst
/cgcm
/capwap
(tunnel)
/qos
/services
/auto-conn
/mobility
/intrusion-detection
/ssh
/ssl
/syslog
/system
/diagnostics
In the preceding example:
htme - The High Throughput Module Evolved (HTME) card is available for the
BelAir20E, BelAir20EO, AP 6120 and the AP 511x series.
drue - The Dual Radio Unit Evolved (DRUE) card is available for the
BelAir100NE, BelAir100NEF, BelAir100SNE, BelAir100SNEF and AP 5250.
cm - The Cable Modem (CM) card is available for the BelAir100SNE,
BelAir100SNEF and AP 5250.
<n> is the slot number where the interface is located in the AP. <n> applies only when
<iface> is wifi or eth.
<m> is port number. <m> is 1 for most interfaces. The HTME and DRUE cards can have
multiple ports representing multiple Wi-Fi radios operating different frequencies. Some
configurations may have multiple Ethernet or LAN ports.
auto-conn - Auto-configuration
mobility - Backhaul mobility
intrusion-detection - honeypot detection white list management
/# cd /system
/system#
Note the following:
The prompt changes to match the current mode. You can further customize
the prompt to show the switch name or a 20-character string that you define.
Access to a mode is only allowed if the user has sufficient privileges to
execute commands in that mode.
When you access a given mode, only the commands pertaining to that mode are
available. For example, accessing snmp mode provides access to SNMP commands. For a
physical interface, this means that only the commands that apply to that specific type
and version of interface are available when you access a particular physical interface. For
example, if you access an HTMEv1 interface, only the commands that apply to an
HTMEv1 Wi-Fi radio are available.
Entering ? displays the commands that apply to the currently accessed mode. Entering
?? or help displays the commands that apply to the currently accessed mode plus
common commands that are available in all modes.
Users may execute commands from other modes than the current one, by prefixing the
desired command with the slash character / followed by the modes name. For instance,
entering:
When used with its optional parameters, the config-save command also transfers the
configuration database to a remote server.
If active is specified, the config-save command saves the configuration database for the
active software load to persistent storage and then transfers it to a remote server. If
backup is specified, the configuration database for the active software load is not saved.
Instead, the configuration database for the active software load that was saved
previously to persistent storage, is transferred to a remote server.
You can use either TFTP or FTP to communicate with the remote server. By default, the
config-save command uses TFTP. If you specify FTP, you can also specify the username
and password. The default FTP username is anonymous and the default FTP password is
root@<nodeip>, where <nodeip> is the IP address of AP making the request. If you do
not use the default FTP username, the FTP server must be configured to accept your
username and password.
4.4.2 Restoring the Configuration Database
config-restore remoteip <ipaddress> remotefile <filename>
[{tftp|ftp [user <usrname> password <pword>]}]]
[force]
This command transfers the configuration database from a remote server to the active
software load in persistent storage. This allows you to restore the entire configuration
database from a previously saved backup copy.
Use the reboot command for the new configuration to take effect.
You can use either TFTP or FTP to communicate with the remote server. By default, the
config-restore command uses TFTP. If you specify FTP, you can also specify the user
name and password. The default FTP user name is anonymous and the default FTP
password is root@<nodeip>, where <nodeip> is the IP address of AP making the
request. If you do not use the default FTP username, the FTP server must be configured
to accept your username and password.
The optional force parameter suppresses version checking on the configuration file that
is being downloaded. You can use a backup copy that was created with a different
version of software than the current software installed on the AP. If you do, Ericsson
strongly recommends that you fully and thoroughly verify the configuration and
operation of the AP after you reboot the system and before you save the restored
configuration.
Example
/# cd system
/system# config-restore remoteip 122.45.6.123 remotefile unitA.conf