Specifications

9032277-04 Software Superseded by CS3/MMS3
5-105
Patches Issued Since the CS2/MMS2 Release
The resolution was to add the ability to use a Gen_IF_port as a
monitor point for the sw_link. This will allow Performance View
statistics to appear.
--
The problem was when a model was created of type Gen9000 or
Gen6000, the ports in the Device->Chassis view were displayed with
an icon similar to what would normally be seen in the DevTop view,
instead of the way ports were normally displayed in the chassis view.
The resolution was to create a new interface icon for use in the
Chassis view.
--
The problem was a memory leak was reported in
CsIHSecondaryAddress::add_to_list() and
CsIHRouterMap::FR_discover. Purify had been installed and a trace
was made available.
The resolution was to remove the memory leaks from the code
pinpointed by the Purify traces.
--
The problem was the connection between the Frame Relay
subinterface and ATM subinterface was not resolved.
Some background information that will make the resolution more
understandable is as follows:
In 5.0rev1, we use FR DTE to resolve the conductivity of FR interfaces
down to the DLCI ports. During AD_ROUTE_TABLE_DISCOVERY
action, A router's IP routing table was read and saved to the
scratchpad for each interface appearing the IP routing table. The
scratchpad is indexed by interfaces index. But if a router has a FR
sub-interface configured and the FR sub-interface appears in the IP
routing table, we don't create a scratchpad for that FR sub-interface.
Instead, we create a scratchpad on the physical FR interface and save
all the FR sub-interface's information, such as ipRouteDest,
ipRouteNextHop and etc, into FR physical interface's scratchpad. By
doing this, we can pass all the routing info to FR DTE, which is
connected to the FR physical interface, and let DTE to resolve the
conductivities.