Cisco Systems DOC-7812945= Blender User Manual


 
13-7
Cisco WAN Manager Users Guide
Version 10.5, Part Number 78-12945-01 Rev. D0, August 2003
Chapter 13 Saving and Restoring Node Configurations
Switch CLI Save and Restore
Figure 13-6 savecnf Command Output
When you specify an * (asterisk) as the third parameter to the savecnf command on a routing node,
configuration of all the routing nodes in the network are saved. A directory with the name
<backup_id>_Cfgdir is created in the home directory (/usr/users/svplus) of CWM and all the
configuration files are saved in that directory.
When more than two CWM workstations are connected to the network, when you specify the last
parameter (<dest_SV_ip>) you can identify to which CWM workstation the configuration save is to be
done. In the above example, the configuration save is done on the CWM workstation with IP address
172.29.23.25.
Note, the value for dest_SV_node is dependent on the configuration in network.conf file of CWM.
When the last field in a /usr/users/svplus/network.conf file entry is set to nwip_on, the dest_SV_node
should be the same node on which the savecnf command is being executed. This case is shown in the
typical invocation of the command, as shown above, where dest_SV_node is specified as nmsbpx14 and
the node on which savecnf is being run is also nmsbpx14.
Note You cannot invoke a save configuration of all nodes by specifying an * (asterisk) as the third parameter
to the saveconf command when nwip_on is configured in the /usr/users/svplus/network.conf file.
When the last field in a /usr/users/svplus/network.conf file entry is set to nwip_off, the dest_SV_node
should be the gateway node name. Gateway node name is specified as the third field in a
/usr/users/svplus/network.conf file entry of CWM. For example, the following command saves the
configuration of node nmsbpx14 on the CWM workstation, whose IP address is 172.29.23.25, and is
connected to the gateway node nmsbpx13.
savecnf C051598 nmsbpx14 nmsbpx13 172.29.23.25
To save the configuration of all routing nodes when nwip_off is configured in the
/usr/users/svplus/network.conf file, a typical command invocation is:
savecnf C051598 * nmsbpx13 172.29.23.25