Specifications
9032277-04 Software Superseded by CS3/MMS3
5-85
Patches Issued Since the CS2/MMS2 Release
would occur anyway. All the DLCI OIDs which were not read
successfully from the device would then be then destroyed from the
Frame Relay Modeling.
The resolution was to add a check called DCM_END_OF_TABLE.
This check will make sure that only the whole table was read before
the reconfiguration could occur. If the whole table is not read, the
reconfiguration will not occur.
--
The problem was that some Management Modules application model
types had the attribute NEED_DUPLICATE_MODEL set to TRUE.
This was causing a "Duplicate Model" alarm to appear when the
application model was created.
The resolution was to add a check to discern between application
models and device models before creating a "Duplicate Model" alarm.
--
The problem was that the BECN and FECN Thresholds on
DLCI_Ports were not creating an alarm or event when the thresholds
were violated.
The resolution was to change the BECNS_PER_FRAMES_OUT and
FECN_PER_FRAMES_OUT attributes from type REAL to INT so
that an alarm would be created when the threshold was exceeded.
--
The problem was that when either the IfOperStatus or the
IfAdminStatus for a WA_Link was "testing" a RED alarm was
asserted. This is incorrect. An ORANGE alarm should have appeared
for the WA_Link and the Live Pipe should have been BROWN. Also, if
both the IfOperStatus and IfAdminStatus were "testing" then the
WA_Link and Live Pipe were GREEN. In this case the WA_Link
should also be ORANGE and the Live Pipe should be BROWN.
The resolution was to add a new enumeration for
IF_ADMIN_STATUS. If IfAdminStatus is "UP" and IfOperStatus is
"TESTING", then and ORANGE alarm will appear for the WA_Link
and the Live Pipe will be BROWN. Of if IfAdminStatus is
"TESTING", the Live Pipe will be BROWN.
--