NNMi SNMP Context Polling

NNMi version 23.4

We are an ISP using Cisco ASR9Ks that have many VRFs and Bridge Domains configured. Currently we have not defined snmp context names and mapped them to community strings for the VRFs and bridge domains because it requires a lot of extra configuration and the VRFs/BridgeDomains are dynamic as there is customer turnover.

NNMi detects that the non default contexts exist and tries to poll them, creating continuous SNMP authentication errors.

Sample error message in device:

"SNMP-SNMP-3-AUTH_FAIL : Received snmp request on unknown community from ..."

Sample of Configuration poll detecting the snmp contexts:

5/31/24 11:03:40 AM  Get SnmpContext. Found entries:88

Is there any way to configure NNMi so that it does not try polling the VRFs?

Thanks in advance.

Tags:

  • 0 in reply to 

    Thank you for providing that information. If we try this work around I will post our results.

  • 0 in reply to 

    We tried to get the above mentioned patch ("TB-NNMI-23.4P2-DISCOVERY-20240926") from OpenText but were not successful.

    However, I was able to create an SNMP view that blocks NNMi from detecting the non default VRF contexts.

    The context information exists in 4 places on our devices (sysOID .1.3.6.1.4.1.9.1.1709):

    1.3.6.1.6.3.16 (snmpVacmMIB)
    1.3.6.1.2.1.47.1.2 (entityLogical)
    1.3.6.1.4.1.9.9.276 (ciscoIfExtensionMIB)
    1.3.6.1.4.1.9.9.468 (ciscoContextMappingMIB)

    Creating this SNMP view worked:

    snmp-server view v3view iso included
    snmp-server view v3view 1.3.6.1.6 excluded
    snmp-server view v3view 1.3.6.1.2.1.47.1.2 excluded
    snmp-server view v3view 1.3.6.1.4.1.9.9.276 excluded
    snmp-server view v3view 1.3.6.1.4.1.9.9.468 excluded

    This is an alternative to configuring context mapping for the individual VRFs in the device.