View Issue Details

IDProjectCategoryView StatusLast Update
1229RackTablesSNMPpublic2018-11-14 14:50
Reportertropinka Assigned Toadoom42  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
PlatformlunixOSdebianOS Version7 (wheezy)
Product Version0.20.7 
Summary1229: unknown oids and incompatible iftable_processor
DescriptionFirst of all, these oids are unknown:
9.1.875
9.1.516

I`ve solved this by adding to inc/snmp.php:

#4506-e
        '9.1.875' => array
        (
                'dict_key' => 156,
                'text' => 'WS-C4506-E: WS-X45-SUP6-E + WS-X4448-GB-SFP + WS-X4606-X2-E + 1 RJ-45/100TX (OOB mgmt)',
                'processors' => array ('catalyst-chassis-any-1000SFP', 'catalyst-chassis-uplinks-10000X2', 'catalyst-chassis-mgmt'),
        ),
#3750g-ps-48
        '9.1.516' => array
        (
                'dict_key' => 186,
                'text' => 'WS-C3750G-48PS: 48 RJ-45/10-100-1000TX + 4 SFP/1000',
                'processors' => array ('catalyst-stack-49-to-52-SFP', 'catalyst-stack-any-1000T'),
        ),

And second problem is with 3750g-ps-48 ( oid: 9.1.516), this (stackable) switch has 48 1000baseT(1-48) ports and 4 sfp ports(49-52), so i`ve added to snmp.php:

$iftable_processors['catalyst-stack-49-to-52-SFP'] = array
(
        'pattern' => '@^GigabitEthernet(\d+)/(\d+)/(49|50|51|52)$@',
        'replacement' => 'gi\\1/\\2/\\3',
        'dict_key' => '4-1077',
        'label' => 'SFP unit \\1 port \\3',
        'try_next_proc' => FALSE,
);
Tagsstackable

Activities

adoom42

adoom42

2014-07-05 22:58

administrator   ~0002405

Both devices you listed are either stackable or modular. Please provide ENTITY-MIB data.

https://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29
adoom42

adoom42

2014-07-10 02:27

administrator   ~0002423

Re-open if you can provide the data.

Issue History

Date Modified Username Field Change
2014-05-12 10:38 tropinka New Issue
2014-05-12 10:38 tropinka Status new => assigned
2014-05-12 10:38 tropinka Assigned To => adoom42
2014-07-05 22:57 adoom42 Tag Attached: modular
2014-07-05 22:57 adoom42 Tag Attached: stackable
2014-07-05 22:58 adoom42 Note Added: 0002405
2014-07-05 22:58 adoom42 Status assigned => feedback
2014-07-10 02:27 adoom42 Note Added: 0002423
2014-07-10 02:27 adoom42 Status feedback => closed
2014-07-10 02:27 adoom42 Resolution open => unable to reproduce
2018-11-14 14:50 infrastation Tag Detached: modular