C613-50170-01 Rev B
Command Reference for x510 Series
2259
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
LLIED
T
ELESIS
M
ANAGEMENT
F
RAMEWORK
™ (AMF) C
OMMANDS
ATMF
DOMAIN
VLAN
However, if you do need to change the VLAN on an existing AMF network, use the
following steps:
1)
Create a working set of the whole of your AMF network, using the
commands:
master#
atmf working-set group all
You must use
working-set group all
if changing the domain VLAN. If you
use a different working-set, nodes that are not in that working-set will lose
contact with the AMF network.
2)
The prompt will display the number of nodes in the AMF network. Record
this number. In this example, the network is named “test” and has 10 nodes:
test[10]#
3)
Enter the new VLAN ID, using the commands:
test[10]#
configure terminal
test(config)[10]#
atmf domain vlan <2-4090>
The nodes will execute the command in parallel, leave the AMF network, and
attempt to rejoin through the new VLAN.
4)
Create the working set again, using the commands:
master(config)#
exit
master#
atmf working-set group all
5)
Save the configuration, using the command:
test[10]#
write
6)
The prompt will display the number of nodes in the AMF network. Check that
this is the same as the number in step 1. If it is not, you will need to change
the VLAN on missing devices by logging into their consoles directly.
NOTE
:
The domain VLAN will automatically be assigned an IP subnet address based on
the value configured by the command
The default VLAN ID lies outside the user-configurable range. If you need to reset
the VLAN to the default VLAN ID, use the
no
variant of this command to do so.
Examples
To change the AMF domain VLAN to 4090 in an existing AMF network, use the
following commands:
master#
atmf working-set group all
test[10]#
configure terminal
test(config)[10]#
atmf domain vlan 4090
master(config)#
exit
master#
atmf working-set group all
test[10]#
write