13-7
Cisco WAN Manager Users Guide
Version 10.5, Part Number 78-12945-01 Rev. D0, August 2003
Chapter13 Saving and Restoring Node Configurations Switch CLI Save and Restore
Figure13-6 savecnf Command Output
When you specify an * (asterisk ) as t he third parameter to the savec nf 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 hom e di rectory (/usr/users/svplus) of CWM and all the
configuration files are saved in that dir e cto r y.
When more than two CWM workst ations are connected to the ne tw or k , w h en you s p eci fy t he la s t
parameter (<dest_SV_ip>) you can identify to which CWM workstation the configuration save is to be
done. In the above exam p le , the configuration sa ve is done on the CWM wo rkstation with IP ad d re ss
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/use rs/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 c ommand, 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 o f all nodes by specif ying an * (asterisk) as the third parameter
to the saveconf command when nwip_on is configu re d in th e /usr/users/svplus/network.conf file .
When the last field in a /usr/users/svplus/net work.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/net work.conf file entry of CWM. For exa mp le, 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/net work.conf file, a typical command invocation is:
savecnf C051598 * nmsbpx13 172.29.23.25