Use the move command in the dns context to reposition DNS servers in the DNS server list.
After you have run the move command, run the apply command to implement the changes.
orig_index | Specifies the current position of the DNS server that you want to reposition. |
new_index | Specifies the new position of the DNS server that you want to reposition. |
The following example displays the current DNS server configuration:
EWC.extremenetworks.com:host-attributes:dns# show dns 1 192.1.1.3 dns 2 192.1.2.3 dns 3 192.1.3.3
To move the DNS sever 192.1.3.3 into the first position on the DNS servers list, use the following command:
host-attributes:dns# move 3 1
The following displays the results of the previous move command:
EWC.extremenetworks.com:host-attributes:dns# show dns 1 192.1.3.3 dns 2 192.1.1.3 dns 3 192.1.2.3