Open for Voting

The ability to show if a port is err-disabled.

We have many of our internal customers using UDT and it would help them from picking up the phone to ask if a port is err-disabled if they could see it themselves.

Parents
  • I have setup an advanced alert that triggers when port security is invoked.

    My Trigger is  when all apply

    field MIB is equal to the value CISCO-PORT-SECURITY-MIB:cpsIfPortSecurityStatus

    field status is not equal to value UP

    field status is not equal to value DOWN

    Triggered actions is:

    Event Log ${NodeName} is ${Status}

    Send Email, plain text, body is:

    There is a port security issue on ${NodeName}

    After that is triggered maybe someone can come up with the other piece for NCM, at least you know when it is err-disabled.

Comment
  • I have setup an advanced alert that triggers when port security is invoked.

    My Trigger is  when all apply

    field MIB is equal to the value CISCO-PORT-SECURITY-MIB:cpsIfPortSecurityStatus

    field status is not equal to value UP

    field status is not equal to value DOWN

    Triggered actions is:

    Event Log ${NodeName} is ${Status}

    Send Email, plain text, body is:

    There is a port security issue on ${NodeName}

    After that is triggered maybe someone can come up with the other piece for NCM, at least you know when it is err-disabled.

Children