Increase length of snmpinterfaces.snmpifdescr

Description

The current definition of snmpifdescr (varchar(255)) is enough to meet the definition in IF-MIB, but at least one non-conforming agent exists that returns longer values.

Simply increasing the width of the field and rescanning the node is enough to get OpenNMS to see the interface in question.

alter table snmpinterface alter column snmpifdescr type varchar(512);

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Zoë Knox January 8, 2021 at 4:37 PM

Merged to release-27.x

Zoë Knox January 6, 2021 at 3:34 AM

Fixed

Details

Assignee

Reporter

HB Grooming Date

HB Backlog Status

Fix versions

Affects versions

Priority

PagerDuty

Created October 27, 2020 at 6:59 PM
Updated January 8, 2021 at 4:37 PM
Resolved January 8, 2021 at 4:37 PM

Flag notifications