When using the Southbound Gateway (SBGW) integration in DX Spectrum to process SNMP V2 traps, the EventModel names are created using a string of decimals (e.g., 49.48.46.49) instead of the expected hostname or string value.
This typically occurs when map_traps_to_this_ip_using_header is set to true on the EventAdmin model.
Product: DX NetOps Spectrum
Component: Southbound Gateway (SBGW) / SpectroSERVER
The sending application or device is appending an extra .0 OID suffix to the end of the trap varbinds (e.g., 1.3.6.1.4.1.2544.1.13.1.1.1.9.0 instead of .9).
In SNMP V2, this trailing .0 indicates an instance variable that Spectrum may not recognize as a table attribute. This malformed OID prevents the SBGW from correctly converting the trap to a V1 format internally, causing it to fall back to an Ascii-encoded decimal representation of the network address for the model name.
To resolve this issue, the incoming trap format must be corrected at the source: