This appendix provides details about new features and devices that are supported
in the Incremental Device Update (IDU) on Resource Manager Essentials 3.5.
To access IDU 13.0 on Essentials 3.5, log into Cisco.com and download it from
• Other Supported Features in IDU on RME 3.5, page F-19
Baseline Configuration Compare Command feature
78-15693-03
The new Baseline Configuration Compare Command feature in this release, lists
the differences between versions of device configurations against a baseline
configuration or a template.
This section contains the following:
• Usage
• Argument Explanations
• Online Help
• Defining Baseline Templates
• Substituting Parameters
• Example of Using Baseline Configuration Command
User Guide for CiscoWorks Small Network Management Solution
F-1
Baseline Configuration Compare Command feature
• Running the Command
• Baseline Configuration Compare Report
• Report Description
• Limitations of Baseline Configuration Command
Usage
To run the Baseline Configuration Compare command, enter:
The explanations of the arguments in the baseline configuration command are
given below:
ArgumentExplanation
-u userid
-p
password
-d debuglevel
-m emailEmail address to send the results.
-l logfileFile to log the results of the cwconfig
User Guide for CiscoWorks Small Network Management Solution
F-2
CiscoWorks user name.
Password for the CiscoWorks
username.
Debug level (1 - 5).
command.
78-15693-03
Appendix F IDU Updates
Baseline Configuration Compare Command feature
ArgumentExplanation
-device listOne or more device names as a
comma-separated list. Do not use this
with the -input option.
-view name Confines the devices search to the
specified view.
-device nameName of the device.
-version versionConfiguration version number. Enter
either a valid version number for the
device or enter latest. If you do not
enter a version number, the default of
latest is taken.
-baseline baselinefileBaseline file.
-outputdir outputdirDirectory containing the files with the
missing commands.
-report reportfileFilename report in XML format.
-generatecmdfile commandfileFilename created for input to the
cwconfig import command.
-substitute mappingfileFilename containing the values for the
parameters.
-input argumentfileText file containing arguments for
multiple devices. Do not use this with
the -device option.
-continue
Causes the command to continue
running even if errors are encountered
on devices.
78-15693-03
You can specify the devices using either the -device or the -view option. To
specify multiple devices, separate each device name with a comma. You can
specify the version to be compared with the baseline file by using the -version
option.
You can specify the value, “latest” for the -version option to compare the latest
archived configuration of the devices with the baseline configuration. If you do
not specify a value, the latest version is taken. You can specify the baseline
configuration or template using the -baseline option.
User Guide for CiscoWorks Small Network Management Solution
F-3
Baseline Configuration Compare Command feature
After comparing the versions, all the missing commands for each of the devices
or versions are written to a separate file created under a directory. This is the
directory specified by the -outputdir option. This file name is in the following
format:
Devicename -Ver-version -Vs-Baselinefile
For commands that are disallowed on the device, the negation of the commands
will be generated and stored in the file. If they contain parameters, all commands
that areinthe device configurationthat match this command pattern are taken and
their negation commands are generated and stored in the file.
To specify the report file name, use the -report option. This generates a report in
XML format, specifying versions of devices that are or are not compliant with the
specified baseline file. It also lists the missing commands for the non-compliant
devices or versions.
Todownload themissing commandsonto thedevice to ensure compliance,use the
-generatecmdfile option. This option logs entries to a command file. These
entries are logged in the following format:
-device Device name1 -f file
This is done for each of the non-compliant devices, with -f specifying the
appropriate file, containing the missing commands. This file was created under
the output directory, specified by the -outputdir option.
You can then use the cwconfig import command, specifying the command fileas
the value for the -input option, to download the missing commands onto the
device.
Appendix F IDU Updates
Online Help
User Guide for CiscoWorks Small Network Management Solution
F-4
To access Online help enter:
cwconfig comparewithbaseline -help
Using Baseline Configuration Compare Command
78-15693-03
Appendix F IDU Updates
Defining Baseline Templates
The baselinetemplate can contain place-holders for device-specific values. These
are called parameters. Youmust embed such parameters within a “[“ and “]” with
no spaces in between.
For example:
set snmp community read-only [read-only-community-name]
set snmp community read-write [read-write-community-name]
In this example, there are two place-holders in [read-only-community-name] and
[read-write-community-name].
This means that the actual values forthese two place holders are irrelevant aslong
as these two commands are on the device.
The rules for specifying the baseline template are:
• All the commands that are disallowed should begin with a (-).
• All commands that are mandatory can begin with a (+).
• Commands that do not begin with (-) are also treated as mandatory.
• Comments in the baseline file should begin with a “#”.
For example:
#Mandatory
(+)set port disable [port-range]
(+)set port trap [port-range] enable
(+)set vtp domain [name] password [read-only-community-name-string]
(+)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]
Baseline Configuration Compare Command feature
78-15693-03
The last command in this example, verifies that “udld” is not enabled on any of
the ports. To ensure this, the parameter [Ports] is used.
User Guide for CiscoWorks Small Network Management Solution
F-5
Baseline Configuration Compare Command feature
Substituting Parameters
If the commands to be downloaded onto the device contain parameters, you can
specify the values for these parameters in a mapping file. You can specify the
mapping file using the -substitute option.
Before writing the missing commands to the file, the parameters are substituted
with the appropriate values as specified in the mapping file. The mapping file
contains entries in the format specified below:
Parametersspecificto adevice can be specified by entering them underthe subject
[Device:Dev].
If you do not specify a valuefor that device,then the values specified globally are
taken. That is, the value under the subject [Device:Global], is taken. If there are
no values specified even at the global level, then the parameters are retained.
In the above example, the values for the parameters Parameter1, Parameter2,
Parameter5 and Parameter3 in the context of the device Dev1 are value11,
value12, value15 and value3 respectively.
Note that the value for Parameter3 is taken from the value specified globally
whereas the values for Parameter1 and Parameter2 override the value specified
globally.
Appendix F IDU Updates
F-6
User Guide for CiscoWorks Small Network Management Solution
78-15693-03
Appendix F 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:
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
78-15693-03
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 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
User Guide for CiscoWorks Small Network Management Solution
F-7
Baseline Configuration Compare Command feature
Using the command (-)set udld enable [Ports], you have specifiedthat none
of the ports should have udld enabled. If udld is enabled on any of the ports, it is
treated as a misconfiguration.
In this report the following devices are compliant:
• Cat-Dev4
• Cat-Dev5
The following devices are non-compliant:
• Cat-Dev1
• Cat-Dev2
• Cat-Dev3
For the non-compliant devices, the commands in their configuration file that
caused non-compliance are also listed.
For example, for the device Cat-Dev1, the non-compliance is caused by the
following disallowed commands:
set snmp community read-only public
set udld enable 2/34
set udld enable 3/48
set spantree macreduction disable
User Guide for CiscoWorks Small Network Management Solution
F-9
Baseline Configuration Compare Command feature
For this device, non-compliance is also because it does not have a read-write
community string.
For each of the non-compliant devices, the set of commands needed to make it
compliant is generated. The parametersare replacedby thedevice-specificvalues,
given in the mapping file. For further details, see Substituting Parameters.
For example, for the non-compliant device, Cat-Dev1, in the mapping file,
d:\temp\Baseline\Mapping.ini, if there is value, mycompany, for the
read-write-community-name-string the following set of commands is generated.
set snmp community read-write mycompany
set snmp community read-only
set udld disable 2/34
set udld disable 3/48
set spantree macreduction enable
These commands are stored in the file:
d:\temp\Baseline\output\Cat-Dev1-Ver-latest-vs-BaseLineMandDis.cfg.
The following entries are logged in the generated command file:
d:\temp\baseline\commandfile.txt, one, for each of the non-compliant devices.
This file was specified using the -generatecmdfile option, in the cwconfig
-device Cat-Dev3 -f
d:\temp\Baseline\output\Cat-Dev3-Ver-latest-vs-BaseLineMandDis.cfgIn this
example, the following files contain the commands required to make the devices
Cat-Dev2 and Cat-Dev3 compliant:
User Guide for CiscoWorks Small Network Management Solution
F-11
Supported Devices in IDU on RME 3.5
Table F-1Devices Supported in IDU Devices in RME 3.5
Devices/
Modules
Device Type
Devices Supported in IDU 13.0
Cisco Router
Supported
120101.3.6.1.4.1.9.1
12000 Series
CiscoCatalyst
3750-24FS1.3.6.1.4.1.9.1
3750 Series
Sys
objectID
.348
.516
Inventory
Manager
Syslog
Analyzer
YesYesYesYesYes
YesYesYes
Switches
Cisco Access
Server 5400
AS5400 HPX 1.3.6.1.4.1.9.1
.274
YesYesYes
Series
Devices Supported in IDU 12.0
CiscoCatalyst
3560 Series
Switches
3560-24TS1.3.6.1.4.1.9.1
.633
3560-48TS1.3.6.1.4.1.9.1
YesYesYesYes12.2(20)
YesYesYesYes
.634
Devices Supported in IDU 11.0
CiscoCatalyst
7600 Series
Catalyst 7609 1.3.6.1.4.1.9.5
.55
YesYesYesYes8.1(3)
Switches
Cisco Content
Engine Series
Cisco Gigabit
Ethernet
Switching
CE 5111.3.6.1.4.1.9.1
.595
CGESM1.3.6.1.4.1.11.
2.3.7.11.33.3.
1.1
YesYes
YesYesYesYes12.2(25)
Module
Devices Supported in IDU 10.0
Cisco 1800
Series Routers
18411.3.6.1.4.1.9.1
.620
YesYesYesYes12.3(8)T
Appendix F IDU Updates
Config.
Mgmt.
2
2
Software
Mgmt.
Minimum
Software
YesYes
YesYes
EX
1
YesYes5.2.1.5
SE
4
F-12
User Guide for CiscoWorks Small Network Management Solution
78-15693-03
Appendix F IDU Updates
Supported Devices in IDU on RME 3.5
Table F-1Devices Supported in IDU Devices in RME 3.5 (continued)
Devices/
Device Type
Cisco 2800
Series Routers
Modules
Supported
28011.3.6.1.4.1.9.1
Sys
objectID
.619
Inventory
Manager
Syslog
Analyzer
Config.
Mgmt.
YesYesYesYes12.3(8)T
28111.3.6.1.4.1.9.1
.576
28211.3.6.1.4.1.9.1
.577
28511.3.6.1.4.1.9.1
.578
Cisco 3800
Series Routers
38251.3.6.1.4.1.9.1
.543
YesYesYesYes12.3(11)
38451.3.6.1.4.1.9.1
.544
Cisco
Intelligent
IGESM1.3.6.1.4.1.9.1
.592
YesYesYesYes12.1(14)
Gigabit
Ethernet
Switch
Module
CiscoCatalyst
3560 Series
Switches
3560G-24PS1.3.6.1.4.1.9.1
.614
3560G-24TS1.3.6.1.4.1.9.1
YesYesYesYes12.2(20)
.615
3560G-48PS1.3.6.1.4.1.9.1
.616
3560G-48TS1.3.6.1.4.1.9.1
.617
Software
Mgmt.
Minimum
Software
4
T
AY1
SE3
78-15693-03
User Guide for CiscoWorks Small Network Management Solution
F-13
Supported Devices in IDU on RME 3.5
Table F-1Devices Supported in IDU Devices in RME 3.5 (continued)
Devices/
Device Type
CiscoCatalyst
3750 Series
Switches
Modules
Supported
3750-24ME1.3.6.1.4.1.9.1
3750G-24PS1.3.6.1.4.1.9.1
3750G-48TS
Sys
objectID
.574
.516
Inventory
Manager
Syslog
Analyzer
Config.
Mgmt.
YesYesYesYes12.1(14)
3750G-24TS1U
3750G-48PS
CiscoCatalyst
4000 Series
SUP 2 Plus
(20G)
—YesYesYesYes12.2(20)
Supervisor
Module
Appendix F IDU Updates
Software
Mgmt.
Minimum
Software
AX1
12.2(20)
SE3
EWA
F-14
User Guide for CiscoWorks Small Network Management Solution
78-15693-03
Appendix F IDU Updates
Supported Devices in IDU on RME 3.5
Table F-1Devices Supported in IDU Devices in RME 3.5 (continued)
Devices/
Modules
Device Type
Devices Supported in IDU 9.0
Cisco Aironet
Devices
Supported
WMIC
Bridge 3201
Sys
objectID
1.3.6.1.4.1.9.1
.581
Inventory
Manager
Syslog
Analyzer
Config.
Mgmt.
YesYesYesYes12.2(15)
BR 13001.3.6.1.4.1.9.1
.565
CiscoCatalyst
6500 Series
6509-NEB-A
-IOS
1.3.6.1.4.1.9.1
.534
YesYesYesYes12.1(20)
Switches
Cisco 7600
Series Routers
Devices Supported in IDU 8.0
CiscoCatalyst
4500 Series
7613-IOS1.3.6.1.4.1.9.1
.528
4507 SUP V
Redundancy
1.3.6.1.4.1.9.1
.501
YesYesYesYes12.2(17b
Yes
2
Yes
2
Yes
4507 SUP V
CiscoCatalyst
WLAN–NoNoNoYesc6svc-wl
6000 Module
Cisco Content
Service
Switch
CSS 115011.3.6.1.4.1.24
67.4.7
CSS 115031.3.6.1.4.1.24
YesNoYesYes7.30(0)
2
Yes
Yes
67.4.5
CSS 115061.3.6.1.4.1.24
67.4.6
Software
Mgmt.
2
Yes12.2(18)
2
Minimum
Software
JK
12.2(15)
JA
E3
)
an-k9w7.
2.1(1).bi
n
78-15693-03
User Guide for CiscoWorks Small Network Management Solution
F-15
Supported Devices in IDU on RME 3.5
Table F-1Devices Supported in IDU Devices in RME 3.5 (continued)
Devices/
Device Type
Cisco IAD
Series Routers
Cisco SOHO
Series Routers
Cisco 3750
Series Stack
Switches
Modules
Supported
IAD24311T1E1
IAD24318FXS
IAD243116FXS
IAD243224FXS
SOHO 781.3.6.1.4.1.9.1
3750-24PS1.3.6.1.4.1.9.1
3750-48PS
Sys
objectID
1.3.6.1.4.1.9.1
.548
1.3.6.1.4.1.9.1
.546
1.3.6.1.4.1.9.1
.547
1.3.6.1.4.1.9.1
.549
.383
.516
Inventory
Manager
Syslog
Analyzer
Config.
Mgmt.
YesYesYesYes12.2(15)
YesYesYesYes12.2.1-X
YesYesYesYes12.2.18-
3750-16TD
Cisco 800
Series Routers
8111.3.6.1.4.1.9.1
.395
YesYesYesYes12.2.11T
8131.3.6.1.4.1.9.1
.396
Network
Analysis
NAM1.3.6.1.4.1.9.1
.562
YesYesYesYes
Module for
Cisco
2600/3600
Series
Devices Supported in IDU 7.0
Cisco Aironet
Devices
CiscoCatalyst
2900 Series
AP 350 IOS1.3.6.1.4.1.9.1
.552
2948G-GE-TX1.3.6.1.4.1.9.5
.62
YesYesYesYes12.2 (13)
YesYesYesYes8.2(1)GL
Switches
Appendix F IDU Updates
Software
Mgmt.
Minimum
Software
ZJ3
E2
SE (ED)
3
3.2(1A)
JA1
X
F-16
User Guide for CiscoWorks Small Network Management Solution
78-15693-03
Appendix F IDU Updates
Supported Devices in IDU on RME 3.5
Table F-1Devices Supported in IDU Devices in RME 3.5 (continued)
Devices/
Device Type
CiscoCatalyst
6000 Modules
Modules
Supported
X6380-NAM 1.3.6.1.4.1.9.5
Sys
objectID
.1.3.1.1.2.223
Inventory
Manager
Syslog
Analyzer
Config.
Mgmt.
YesYesYesYes3.1
NAM-11.3.6.1.4.1.9.5
.1.3.1.1.2.914
NAM-21.3.6.1.4.1.9.5
.1.3.1.1.2.291
SSL1.3.6.1.4.1.9.1
YeYesYesYes2.1(0.38)
.554
MSFC31.3.6.1.4.1.9.1
YesYesYesYes12.2(17a
.557
Cisco 3560
Series
Switches
3560-24PS-S 1.3.6.1.4.1.9.1
.563
3560-24PS-E 1.3.6.1.4.1.9.1
YesYesYesYes12.1(19)
.563
3560-48PS-S 1.3.6.1.4.1.9.1
.564
3560-48PS-E 1.3.6.1.4.1.9.1
.564
Cisco 3700
Series
3750-Stack
(12 SFP)
1.3.6.1.4.1.9.1
.516
YesYesYesYes12.1 (19)
Switches
Cisco 7600
Series Routers
Cisco VG200
Series
Cisco 76091.3.6.1.4.1.9.1
.509
VG2241.3.6.1.4.1.9.1
.558
YesYesYesYes
YesYesYesYes12.3(4)X
Gateways
Cisco Content
Engine
CE 73051.3.6.1.4.1.9.1
.504
YesYes
6,7
YesYesACNS
CE 73251.3.6.1.4.1.9.1
.492
Software
Mgmt.
5
Minimum
Software
4
) SX1
EA1
EA1a
–
D
5.0
78-15693-03
User Guide for CiscoWorks Small Network Management Solution
F-17
Appendix F IDU Updates
Supported Devices in IDU on RME 3.5
Table F-1Devices Supported in IDU Devices in RME 3.5 (continued)
Devices/
Modules
Device Type
Cisco Aironet
Supported
BR14101.3.6.1.4.1.9.1
1400 Series
Devices Supported in IDU 6.0
Cisco SOHO
SOHO 911.3.6.1.4.1.9.1
Series Routers
SOHO 961.3.6.1.4.1.9.1
SOHO 971.3.6.1.4.1.9.1
Cisco 3200
32201.3.6.1.4.1.9.1
Series Mobile
Sys
objectID
.533
.498
.500
.496
.553
Inventory
Manager
Syslog
Analyzer
Config.
Mgmt.
Software
Mgmt.
Minimum
Software
YesYesYesYes12.2(11)
JA
YesYesYesYes12.2.8
YN
YesYesYesYes12.2.11
YV
YesYesYesYes12.2.8
YN
YesYesYesYes12.3.2
(XA)
Access
Routers
CiscoCatalyst
4000 Series
SUP II-Plus1.3.6.1.4.1.9.5
.59
YesYesYesYesIOS12.1
(19)EW
Switch
Cisco 7600
Series Router
CiscoCatalyst
7600 Series
7609 (OSR)1.3.6.1.4.1.9.1
.310
7609 (OSR)1.3.6.1.4.1.9.5
.47
YesYesYesYes12.1.20E
(ED)
YesYesYesYes5.1(1)
Switch
1. Syslog will trigger configuration change event for Cisco Content Engine devices.
2. Support has been provided in an earlier IDU.
3. Software Management does not support NM-NAM (Network Module-Network Analysis Module) card for Cisco 2600 and
3600 routers when it is connected to the network through the external management interface. So if you want to upgrade
NM-NAM image to a higher version you must configure the internal interface as a management port.
4. Minimum Software support is for Configuration Management.
5. Minimum Software depends on the Supervisor card installed on the device for Software Management.
6. Syslog will not trigger Configuration change event for Content Engine devices.
7. SyslogMessageReference will not be available for anysyslog message types of Content Engine/ContentDistributionManager
devices in any syslog report.
F-18
User Guide for CiscoWorks Small Network Management Solution
78-15693-03
Appendix F IDU Updates
Other Supported Features in IDU on RME 3.5
Other Supported Features in IDU on RME 3.5
The following features are supported in IDU on RME 3.5:
• Polling Devices for Schedule Collection in Configuration Management:
You can set the options for the attribute POLL_DEVICE in the
config.properties file under
NMSROOT\www\classpath\com\cisco\nm\config\archive
to customize polling.
You can set two values for POLL_DEVICE attribute:
–
No. This is the default. When it is set to the default value, the
configurationarchive fetches running and start-up configurations even if
the MIB does not detect changes in the configuration.
–
Yes. The configuration archive fetches the corresponding configuration,
only if the MIB detects a change in the configuration. If the MIBdoes not
detect any change in the configuration, the configurationarchivedoes not
fetch the running or start-up configurations.
You must restart the daemons after setting the values of POLL_DEVICE
attribute to reflect the changes.
• Support for Network Analysis Module (NAM) devices:
–
NetConfig: Support for system-defined configuration templates like
TACACS+ template, Syslog template, SNMP Traps template, DNS
template, WebUser template, SNMP Community template, Ad-hoc
template, and user-defined Protocol template.
For more details, see Online Help: Resource Manager Essentials >NetConfig > Configuration Templates.
–
NetShow: Support for NAM commands.
For more details, see Online Help: Resource Manager Essentials >
Network Show > The Basics > List of Network Show Commands >
Network Show Commands for Network Analysis Module.
–
Config Editor: Supports NAM as a new category of device.
• NRP2 distribution performed through the parent NSP device.
For more details, see Online Help: Resource Manager Essentials >
Software Management > Distribution > Distribute by Devices.
78-15693-03
User Guide for CiscoWorks Small Network Management Solution
F-19
Other Supported Features in IDU on RME 3.5
• CMM, CSG, CSM, MWAM, SSL, and WLAN cards categorized as Catalyst
6000 modules. You can select one of the cards while distributing the image.
For more details, see Online Help: Resource Manager Essentials >
Software Management > Distribution > Distribute by Devices.
• Log Rotation Tool (Logrot), a utility designed to simplify the administration
of log files on a system which generates many log files.
For more details, see Online Help: Resource Manager Essentials >
Utilities > Log Rotation Tool.
This section contains protocols supported for IDU devices in Configuration
Management and Inventory custom reports supported for IDU 11.0, IDU 10.0,
IDU 9.0, IDU 8.0, IDU 7.0 and IDU 6.0 devices.
• Table F-2—Protocol Support for IDU Devices in RME 3.5
• Table F-3—Supported Inventory Custom Reports for IDU Devices
Table F-2 lists the protocol support for IDU devices in Configuration
Management.
Table F-2Protocol Support for IDU Devices in RME 3.5
Appendix F IDU Updates
Device TypeDevices SupportedTelnetTFTPSSHrcp
Protocol Support for IDU 12.0 Devices in Essentials 3.5
Cisco Catalyst 3560
Series Switches
Protocol Support for IDU 11.0 Devices in Essentials 3.5
Cisco Catalyst 7600
3560-24TSYesYesYesYes
3560-48TSYesYesYesYes
Catalyst 7609YesYesYesYes
Series Switches
Cisco Content Engine
CE 511YesNoYesNo
Series
Cisco Gigabit Ethernet
CGESMYesYesYesYes
Switching Module
User Guide for CiscoWorks Small Network Management Solution
F-20
78-15693-03
Appendix F IDU Updates
Other Supported Features in IDU on RME 3.5
Table F-2Protocol Support for IDU Devices in RME 3.5 (continued)
Device TypeDevices SupportedTelnetTFTPSSHrcp
Protocol Support for IDU 10.0 Devices in Essentials 3.5
Cisco 1800 Series
1841YesYesYesYes
Routers
Cisco 2800 Series
Routers
2801
2811
YesYesYesYes
2821
2851
Cisco 3800 Series
Routers
Cisco Intelligent Gigabit
3825
YesYesYesYes
3845
IGESMYesYesYesYes
Ethernet Switch Module
Cisco Catalyst 3560
Series Switches
3560G-24PS
3560G-24TS
YesYesYesYes
3560G-48PS
3560G-48TS
Cisco Catalyst 3750
Series Switches
C3750-24ME
3750G-24PS
YesYesYesYes
3750G-48TS
3750G-24TS-1U
3750G-48PS
Cisco Catalyst 4000
SUP 2 Plus (20G)YesYesYesYes
Series Supervisor Module
Protocol Support for IDU 9.0 Devices in Essentials 3.5
Cisco Aironet DevicesWMIC Bridge 3201YesYesYesNo
BR 1300YesYesYesYes
Cisco Catalyst 6500
6509-NEB-A-IOSYesYesYesYes
Series Switches
78-15693-03
User Guide for CiscoWorks Small Network Management Solution
F-21
Appendix F IDU Updates
Other Supported Features in IDU on RME 3.5
Table F-2Protocol Support for IDU Devices in RME 3.5 (continued)
Device TypeDevices SupportedTelnetTFTPSSHrcp
Cisco 7600 Series
7613-IOSYesYesYesYes
Routers
Protocol Support for IDU 8.0 Devices in Essentials 3.5
Cisco Catalyst 4500
Series
Cisco Content Service
4507 SUP V
YesYesYesYes
Redundancy
CSS 11501YesNoYesNo
Switch
Cisco IAD Series Routers IAD2431-1T1E1YesYesYesYes