![Alied Telesis GS970M/10 Command Reference Manual Download Page 1448](http://html1.mh-extra.com/html/alied-telesis/gs970m-10/gs970m-10_command-reference-manual_28967731448.webp)
C613-50163-01 Rev C
Command Reference for GS970M Series
1448
AlliedWare Plus™ Operating System - Version 5.4.7-0.x
A
LLIED
T
ELESIS
M
ANAGEMENT
F
RAMEWORK
™ (AMF) C
OMMANDS
ATMF
MANAGEMENT
SUBNET
However, if you do need to change the subnet 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,
management VLAN, or management subnet. 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 subnet address, using the commands:
test[10]#
configure terminal
test(config)[10]#
atmf management subnet
<a.b.0.0>
The nodes will execute the command in parallel, leave the AMF network, and
attempt to rejoin through the new subnet.
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 subnet on missing devices by logging into their consoles directly.
Examples
To change the AMF management subnet address to 172.25.0.0 in an existing AMF
network, use the following commands:
master#
atmf working-set group all
test[10]#
configure terminal
test(config)[10]#
atmf management subnet 172.25.0.0
master(config)#
exit
master#
atmf working-set group all
test[10]#
write