Reference Guide

Table Of Contents
Dell PowerConnect ArubaOS 5.0 Command Line Interface | Reference Guide rap-wml | 437
rap-wml
rap-wml <server-name> [ageout <period>] [cache {disable|enable}] [db-name <name>]
[ip-addr <ipaddr>] [password <password>] [type {mssql|mysql}] [user <name>]
Description
Use this command to specify the name and attributes of a MySQL or an MSSQL server.
Syntax
Usage Guidelines
Use the show rap-wml cache command to show the cache of all lookups for a database server. Use the show rap-
wml servers command to show the database server state. Use the show rap-wml wired-mac command to show
wired MAC discovered on traffic through the AP.
Example
This example configures a MySQL server and sets up associated rap-wml table attributes.
(host) (config) #rap-wml mysqlserver type mysql ip-addr 10.4.11.10 db-name
automatedtestdatabase user sa password sa
rap-wml table mysqlserver mactest_undelimited mac timestamp-column time 600
rap-wml table mysqlserver mactest_delimited mac delimiter : timestamp-column time 600
This example configures an MSSQL server and sets up associated rap-wml table attributes.
(host) (config) #rap-wml mssqlserver type mssql ip-addr 10.4.11.11 db-name
automatedtestdatabase user sa password sa
rap-wml table mssqlserver mactest_undelimited mac timestamp-column time 600
rap-wml table mssqlserver mactest_delimited mac delimiter : timestamp-column time 600
Command History
This command was introduced in ArubaOS 2.0.
Command Information
Parameter Description Default
ageout (Optional) Specifies the cache ageout period, in seconds. 0
cache (Optional) Enables the cache, or disables the cache. Disabled
db-name (Optional) Specifies the name of the MySQL or MSSQL database.
ip-addr (Optional) Specifies the IP address of the named MSSQL server. 0.0.0.0
no Negates any configured parameter.
password (Optional) Specifies the password required for database login.
type (Optional) Specifies the server type.
user (Optional) Specifies the user name required for database login.
Platforms Licensing Command Mode
All platforms Requires the WIP license. Config mode on master controllers