Hub/Switch Reference Guide

Mobility Domain Commands 229
Nortel WLAN—Security Switch 2300 Series Command Line Reference
Syntax
set domain security {none | required}
Defaults
The default is none. (WSS-WSS security is disabled.)
Access
Enabled.
History
Introduced in WSS Software 5.0.
Usage
The setting must be the same (none or required) on all switches, the seed and all members, in the
Mobility Domain.
The set domain security none command is equivalent to the clear domain security command.
Examples
The following command enables WSS-WSS security on a WSS:
WSS# set domain security required
success: change accepted.
set mobility-domain member
On the seed WSS, adds a member to the list of Mobility Domain members. If the current WSS is not configured as a
seed, this command is rejected.
Syntax
set mobility-domain member ip-addr key hex-bytes
Defaults
None.
Access
Enabled.
History
Usage
This command must be entered from the seed WSS.
Examples
The following commands add three WSSs with the IP addresses 192.168.1.8, 192.168.1.9, and
192.168.1.10 as members of a Mobility Domain whose seed is the current WSS:
WSS# set mobility-domain member 192.168.1.8
success: change accepted.
WSS# set mobility-domain member 192.168.1.9
none
WSS-WSS security is disabled.
required
WSS-WSS security is enabled.
ip-addr IP address of the Mobility Domain member in dotted decimal notation.
key hex-bytes
Fingerprint of the public key to use for
WSS-WSS security. Specify the
key as 16 hexadecimal bytes. Use a colon between each byte, as in the
following example:
00:11:22:33:44:55:66:77:88:99:aa:bb:cc:dd:ee:ff
Version 5.0 Option key hex-bytes added.