About ASCII Files That Contain Configuration Mode Commands
You can create an ASCII file that includes configuration mode commands to be executed and then load this file though the
load set
command. Use the editor of your choice to create the ASCII file.For example, to add a name server that has the IP address 192.2.2.30 and to delete the name server that has the IP address 192.2.2.20 add the following lines to an ASCII file:
edit systemset name-server 192.2.2.30delete name-server 192.2.2.20