Specifications
9032277-04 Software Superseded by CS3/MMS3
5-79
Patches Issued Since the CS2/MMS2 Release
whether it is an ATM port. If it is an ATM port it will remove any
connects_to relation that this port has. Since for GenSwitchPort the
value returned by is_port_ATM is FALSE, the connection will not be
removed.
The resolution was to add a check in the is_port_ATM() function to
return a value of TRUE if the IFTYPE is GenSwitchPort.
--
The problem was that not all the information was showing up in the
Link Information View for ForeSwtiches with redundant inter- switch
links. Port connectivity would be listed incorrectly, for example:
If there are three connections between switch A & B as below
AB
1a4 (3) 1c4 (19)
1b3 (10) 1c3 (18)
1b4 (11) 1c2 (17)
The link information would show that port 3 (1a4) of switch A was
connected to port 17 (1c2) of switch B instead of actual connection port
3 to port 19.
The Link Information View is accessed from a Live Pipe connecting
the ForeSwitches in the SPECTRUM topology.
The resolution was to modify existing code so that the correct
connection information about the remote port can be gathered and
stored for the port that is connected to it during the discovery phase.
This information will be accessible via the Link Information View.
--
The problem was ATM Discovery was moving ForeRunner models
from inside a LAN Model to the Universe View. This was occurring
after the models were manually cut and pasted into the LAN and the
IsMovable attribute (0x11a80) was set to FALSE.
The resolution was to change ATM Discovery so that it will check to
see if the IsMovable attribute is set to FALSE. If it is, then it will not
move the model from the LAN back to the Universe View.