NNMi(Network Node Manager) might consider the port on that device to no longer be part of the port aggregation.

  • KM00940766
  • 21-May-2014
  • 23-May-2014

Summary

NNMi might consider the port on that device to no longer be part of the port aggregation. This can resultin NNMi not reporting the degraded state of the port aggregation.

Question

For some Cisco devices using PAgP (Port Aggregation Protocol), if alink goes down that is part of a port aggregation, NNMi might consider the port on that device to no longer be part of the port aggregation. This can result in NNMi not reporting the degraded state of the port aggregation. This document describe a procedure  to determine if a down interface is still configured to be a part of a portaggregation.

 

Answer

1.Edit the following file:

— Windows: %NNM_PROPS%\nms-disco.properties
— UNIX: $NNM_PROPS/nms-disco.properties


2. Look for the enablePagpOperDownHeuristic entry, which is similar to the
following line:

#!com.hp.ov.nms.disco.enablePagpOperDownHeuristic=false


3.To enable the enablePagpOperDownHeuristic, change the line as follows:

com.hp.ov.nms.disco.enablePagpOperDownHeuristic=true

Make sure to remove the #! characters located at the beginning of the line

3 Restart the NNMi management server.

a Run the ovstop command on the NNMi management server.
b Run the ovstart command on the NNMi management server.