Specifications

9032277-04 Software Superseded by CS3/MMS3
5-61
Patches Issued Since the CS2/MMS2 Release
a reconfigure of the Management Module the Preferred Addresses
table still contains the IP's that were removed.
The resolution was to add functionality that will allow the
Redundancy Preferred Address list to be flushed when performing a
reconfiguration of the device. A new Boolean attribute has been added
to model type RedundancyMF. It is called flush_RPA, and it's default
value is TRUE. If this attribute is FALSE, the address lists will be
handled as they are now. If the attribute is TRUE, the preferred
address list will be flushed and a new list will be created from the
device's mib.
--
The problem is when navigating into the devtop view of a very large
(over 200 interfaces) Rtr_Cisco device, the stacked icons on the top of
the cablewalk first display the background of the icons (LANS &
WA_Links) then when the rest of the icons are displayed (Model Name
and Model Type Name) the background disappears, leaving just the
Model Name, Model Type Name, and Down Arrow being displayed.
The resolution was to reset the clip mask. It was not set correctly.
The problem is that the Enterprise Configuration Manager needs long
model name support for both configurations and templates in ECM.
The maximum length for configurations or templates is 16 characters.
Currently, the only long model name support is for devices that were
created in Spectrum (modeled) and viewing them through ECM.
The resolution is corrected by allowing the user to enter a template/
configuration name greater than 16 characters but less than 1024
characters as given by 'modelNameDisplayLength' setting in the
resource file. Also allowed is a 24 character width name to be viewed
in the main window and a 48 character width name to be viewed in
the template/configuration window. If the name is greater than any of
the values in the respective windows, a message box is popped up
giving the name of the template/configuration.
Although there is a limitation to the viewing width, internally ECM
stores a configuration/template with a maximum length of 1024
characters. This can be verified by setting the CLIMNAMEWIDTH
environment variable in CLI.
--