VNA SilverPeak plugin r20.2.1
Defect DE473263 has been submitted to engineering. It will be used to fix both:
The defect is included in the r20.2.2 DX NetOps Performance Management and Virtual Network Assurance releases. To resolve it upgrade or follow these steps.
To resolve the log growth the following changes should be made to the Certification at issue.
<Expression destAttr="PctDiscards">snmpProtectedDiv(((isdef networkIncomingDroppedPackets)?networkIncomingDroppedPackets.doubleValue():0.0)+((isdef networkOutgoingDroppedPackets)?networkOutgoingDroppedPackets.doubleValue():0.0),
((isdef networkIncomingPackets)?networkIncomingPackets.doubleValue():0.0)+((isdef networkOutgoingPackets)?networkOutgoingPackets.doubleValue():0.0))*100.0</Expression>
<Expression destAttr="PctDiscardsIn">snmpProtectedDiv(((isdef networkIncomingDroppedPackets)?networkIncomingDroppedPackets.doubleValue():0.0),
((isdef networkIncomingPackets)?networkIncomingPackets.doubleValue():0.0)+((isdef networkOutgoingPackets)?networkOutgoingPackets.doubleValue():0.0))*100.0</Expression>
<Expression destAttr="PctDiscardsOut">snmpProtectedDiv(((isdef networkOutgoingDroppedPackets)?networkOutgoingDroppedPackets.doubleValue():0.0),
((isdef networkIncomingPackets)?networkIncomingPackets.doubleValue():0.0)+((isdef networkOutgoingPackets)?networkOutgoingPackets.doubleValue():0.0))*100.0</Expression>