Netscout Infinistream devices

Netscout Infinistream firmware bug (No MAC address)

The Infinistream device can be scanned correctly, but after firmware update, it fails discovery due to No MAC Address. After firmware update the device do not respond with correct information on snmpGet requests by OID  1.3.6.1.4.1.110.1.1.1.7.0.0.0 and 1.3.6.1.4.1.110.1.14.1.7.1.0.0  ("Null" response instead of the existing device MAC address). This is a problem with the device firmware.

The code was fixed (TKU 2021-12-1) and such devices can be discovered even with “No MAC Address” but with the presence of the device serial number. Or the customer can roll back the firmware.

To check if there is a bug on the device firmware, perform the following steps:

  1. Get the device snmpWalk and check the presence of the MAC address via SNMP by OIDs 1.3.6.1.4.1.110.1.1.1.7.0.0.0 and/or 1.3.6.1.4.1.110.1.14.1.7.1.0.0.
  2. Make the following snmpGet request to the device:

    snmpGet IP 1.3.6.1.4.1.110.1.1.1.7.0.0.0 -v2 -C (b)

      where:
    - IP - device IP
    - 1.3.6.1.4.1.110.1.1.1.7.0.0.0 – SNMP OID, the data ID which requested (MAC address in our case)
    - (b) community name

  3. Check if the result is equal to the OID 1.3.6.1.4.1.110.1.1.1.7.0.0.0  value received via snmpWalk.
  4. Perform the same actions against the OID 1.3.6.1.4.1.110.1.14.1.7.1.0.0.
  5. Make a snmpNext request to the device (another way to get data similar to the previous query):

    snmpNext IP 1.3.6.1.4.1.110.1.1.1.6 -v2 -C (b)

    where:
    - IP - device IP
    - 1.3.6.1.4.1.110.1.1.1.6 –  the OID, which is previous to the OID 1.3.6.1.4.1.110.1.1.1.7.0.0.0)
    - (b) community name


Next, check check if the response match the result of OID 1.3.6.1.4.1.110.1.1.1.7.0.0.0 value received by snmpWalk.

Perform the same steps against the OID 1.3.6.1.4.1.110.1.14.1.6.1.0.0 which is previous to the OID 1.3.6.1.4.1.110.1.14.1.7.1.0.0.

Note

If there is a mismatch in the results, then the device is processing SNMP requests for MAC addresses incorrectly. That means that there is a bug in the device firmware.

Was this page helpful? Yes No Submitting... Thank you

Comments