Trap Address Ordering

NNMi analyses source addresses as follows:

  • SNMPv1 and SNMPv2c traps with the com.hp.nnm.trapd.useUdpHeaderIpAddress property set to true use the following address order:

    rfc3584TrapAddress (.1.3.6.1.6.3.18.1.3.0)

    nnmTrapForwardingAddress (.1.3.6.1.4.1.11.2.17.2.19.1.1.3.0)

    securityPackNotificationAddress (.1.3.6.1.4.1.99.12.45.2.1.0)

    proxyOid (.1.3.6.1.4.1.11.2.17.5.1.0)

    source address in IP header

  • SNMPv1 traps with the com.hp.nnm.trapd.useUdpHeaderIpAddress property set to false use the following address order:

    rfc3584TrapAddress (.1.3.6.1.6.3.18.1.3.0)

    nnmTrapForwardingAddress (.1.3.6.1.4.1.11.2.17.2.19.1.1.3.0)

    securityPackNotificationAddress (.1.3.6.1.4.1.99.12.45.2.1.0)

    proxyOid (.1.3.6.1.4.1.11.2.17.5.1.0)

    agent-addr field in v1 trap

    source address in IP header