View Issue Details

IDProjectCategoryView StatusLast Update
2019RackTablesSNMPpublic2021-04-08 21:20
Reporterzara84 Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionwon't fix 
PlatformLinuxOSCentosOS Version8.3.2011
Product Version0.21.5 
Summary2019: Port descriptions instead ov Visible label
DescriptionHello,

I need to see port descriptions instead of the visible labels during SNMP sync for some devices.
How to modify this?

$iftable_processors['juniper-xe-10G-SFP-LR'] = array
(
        'pattern' => '@^xe-([[:digit:]]+)/([[:digit:]]+/[[:digit:]]+)$@',
        'replacement' => '\\0',
        'dict_key' => '9-1084',
        'label' => 'slot \\1 port \\2', // I need to modify this
        'try_next_proc' => FALSE,
);


Additional InformationAlso in previous versions after sync, we could choose what information to sync, IP, Description, Hostname, etc, now only ports are syncing and only once.
TagsNo tags attached.

Activities

infrastation

infrastation

2021-04-08 21:20

administrator   ~0004277

SNMP sync as it is now disregards interface descriptions. Previous versions of RackTables did not provide means to synchronize any additional information. There isn't much to do about this request.

Issue History

Date Modified Username Field Change
2021-03-18 12:42 zara84 New Issue
2021-04-08 21:20 infrastation Status new => closed
2021-04-08 21:20 infrastation Resolution open => won't fix
2021-04-08 21:20 infrastation Note Added: 0004277