You observe that SNMP traps from the Cisco-SDWAN BFD MIB do not display IP address variables correctly within the DX NetOps Spectrum Events console. While Cisco provides the latest MIB, variables such as ciscoSdwanBfdSourceIp, ciscoSdwanBfdDestinationIp, ciscoSdwanBfdLocalSystemIp, and ciscoSdwanBfdRemoteSystemIp appear as unreadable or incorrectly formatted strings.
Spectrum Any
This issue occurs because the variables are mapped as String values ({S n}) in the Event Format file. Since the MIB defines these variables as the InetAddressIP type, the String format is incompatible and fails to decode the Octet-based IP information properly.
To resolve this display issue, you must update the variable mapping in the Event Configuration to use the correct data type:
{S 2} to {O 2}{S 3} to {O 3}{S 7} to {O 7}{S 9} to {O 9}If the values still do not display correctly as Octets, you can alternatively try mapping them as Type IP Address using the A prefix (e.g., {A 2}).
For more detailed information on managing these configurations, see the official documentation: .