Reference Guide

Table Of Contents
Dell PowerConnect ArubaOS 6.0 Command Line Interface | Reference Guide mobility-manager | 340
mobility-manager
mobility-manager <ipaddr> user <username> <password> [interval <secs>]
[retrycount <number>] [udp-port <port>] [rtls <rtls-udp-port>] trap-version {1|2c|3}
Description
This command allows the controller to communicate with an Mobility Manager server.
Syntax
Usage Guidelines
This command needs to be configured before the controller can communicate with the Mobility Manager server.
This command performs three tasks:
z Configures the IP address of the Mobility Manager server. In previous ArubaOS releases, this was done with
the mobility-server command.
z Creates an SNMP version 3 user profile with the configured <username> and <password>. This allows
SNMP SETs from the Mobility Manager server to be received by the controller. The authentication protocol
is Secure Hash Algorithm (SHA) and Data Encryption Standard (DES) is used for encryption. If
<username> and <password> match an existing SNMP v3 user profile, the existing one is used. Otherwise,
a new profile is created.
This username and password must be used when adding this controller to the Mobility Manager server in the
Mobility Manager Dashboard.
z Allows SNMP traps and notifications to be sent to the Mobility Manager server IP address, by adding this
Mobility Manager server as a trap receiver.
z Optionally enables the Mobility Manager server to function as a Real Time Location System (RTLS) server to
receive location information via APs from RTLS tags or other devices.
Use the show mobility-manager command to check the current status of the configured Mobility Manager
servers.
Example
The following command configures the IP address and SNMP user profile for the Mobility Manager server:
(host) (config)# mobility-manager 10.2.1.245 user mms-user my-password.
Parameter Description Range Default
<ipaddr> IP address of the Mobility Manager server.
user Name and SNMP password for the Mobility Manager
server user.
——
interval Round-trip time, in seconds, to trap server. 1-65535 60 seconds
retrycount Number of retries to the Mobility Manager server before
giving up.
1-65535 3
udp-port UDP port number for trap server. 0-65535 162
rtls UDP port number on which RSSI location data should be
received from APs.
0-65535 8000
trap-version Allows the you to specify the SNMP trap version by the
remote trap receiver.
1, 2c, or 3 3