Operation Manual
Mobility Domain Commands
Mobility Domain Commands
10 – 207
success: change accepted.
set mobility-domain ap-affinity-group
Allows you to specify prefered IP subnets for a primary and backup MX on the network. It places
APs in affinity groups based on the subnets. A cluster member can belong to multiple affinity
groups.
Syntax
set mobility-domain ap-affinity-group address [ipaddr netmask netmask |ip/
masklen]
Defaults
None
Access
Enabled.
History
Introduced in MSS 7.1
Usage
Extends the configuration between the PAM and members.
Examples
The following command sets the affinity for the primary MX, 172.21.26.135:
MX# set mobility-domain ap-affinity-group address 172.21.26.135 netmask 255.255.255.0
success: change accepted.
set mobility-domain member
On the seed MX, adds a member to the list of Mobility Domain members. If the current MX is not
configured as a seed, this command is rejected.
Syntax
set mobility-domain member ip-addr [key hex-bytes | keyfile filename]
Defaults
None.
Access
Enabled.
History
Usage
This command must be entered from the seed MX.
Examples
The following commands add three MX switches with the IP addresses 192.168.1.8,
192.168.1.9, and 192.168.1.10 as members of a Mobility Domain with a seed as the current MX:
MX# set mobility-domain member 192.168.1.8
success: change accepted.
MX# set mobility-domain member 192.168.1.9
ip-addr IP address of the Mobility Domain member in dotted decimal notation.
key hex-bytes Fingerprint of the public key to use for MX-MX 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
keyfile Name of the file that contains the key in the above format.
Version 1.0 Command introduced
Version 5.0 Option key hex-bytes added.
Version 7.1 Option keyfile added.