Network Management
SNMP Context polling in UDT
Context polling against routers/switches
First published date
Last published date
Overview
Product section
Resolution
Standard UDT-based polling gathers information for both MAC and IP endpoints through SNMP polling of Bridge MIB based OIDs.
However, standard OID polling for that information is not applicable to endpoints on a VLAN or a VRF. For this, UDT uses a context SNMP request against a device to gather information specifically for those VLANs and VRFs. This method allows for it to gather information specific only to a particular VLAN or VRF from a device that a standard poll will not grab.
SNMPv2
For example, when attempting to query a device using a community string of public against the OID of 1.3.6, it will return standard information for all the OIDs in that directory. However, if you add the VLAN or VRF to the end of the community string (public@103, for example), the walk or application is specifically asking just for information on those OIDs relevant to that VLAN or VRF. For SNMPv2, this is conducted by adding the context at the end of the community string.
How to Run SolarWinds SNMPWALK .
SNMPv3
SNMPv3 works similarly to SNMPv2 but not through a community. The following shows the actual context method available in the walk:
See SNMPv3 BRIDGE-MIB commands need to be added to Cisco devices for information on setting up context polling in SNMPv3.
With context polling, UDT attempts to poll for all VLAN and VRF data for the endpoint information located on ports attached to a VLAN. This context polling is conducted on five OIDs: three specific to Layer 2, and two specific to Layer 3.
dot1dBasePortTable@VLAN = 1.3.6.1.2.1.17.1.4 dot1dTpFdbTable@VLAN = 1.3.6.1.2.1.17.4.3 dot1qTpFdbTable@VLAN = 1.3.6.1.2.1.17.7.1.2.2 ipNetToMediaTable@VRF = 1.3.6.1.2.1.4.22 ipNetToPhysicalTable@VRF = 1.3.6.1.2.1.4.35
Using the UDT Compatibility Checker tool, you can see the results of this context polling:
In some cases, gathering VLAN information is not possible. Refer to the following articles for similar scenarios:
- Endpoints on ports from non-ethernet based VLANs are missing
- Dell switches missing endpoints on VLANs