F-7
User Guide for CiscoWorks Small Network Management Solution
78-15693-03
AppendixF IDU Updates Baseline Configuration Compare Command feature
Example of Using Baseline Configuration Command
The following is an example of using the Baseline Configuration Command to
compare the latest configurations of 5 devices:
Cat-Dev1, Cat-Dev2, Cat-Dev3, Cat-Dev4 and Cat-Dev5
with the contents of the baseline template given below:
#Mandatory
(+)set logging console disable
(+)set vtp domain mydomain password [domain-password]
(+)set vtp mode transparent
(+)set snmp community read-write [read-write-community-name-string]
#DisAllowed
(-)set snmp community read-only public
(-)set udld enable [Ports]
(-)set errordetection inband disable
(-)set feature supmon enable
(-)set spantree macreduction disable
This baseline template is in a file,d:\temp\Baseline\BaseLineMandDis.cfg. With
this template, you need the commands:
set logging console disable
set vtp mode transparent
to be in the configuration of the 5 devices. You also need a password for the vtp
domain, mydomain. However,the value of this password is not important. Hence,
this password is specified as a parameter, [domain-password] as shown below:
(+)set vtp domain mydomain password [domain-password]
Using the command,
(+)set snmp community read-write [read-write-community-name-string]
you need a read-write community string on the device. However, its value is not
important.
With this template you do not need the following commands on the device
set snmp community read-only public
set errordetection inband disable
set feature supmon enable
set spantree macreduction disable