View Issue Details

IDProjectCategoryView StatusLast Update
711RackTablesSNMPpublic2013-01-08 20:28
Reporterrjones@aereo.com Assigned Toinfrastation  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
PlatformLinuxOSUbuntu OS Version12.04
Product Version0.20.3 
Target Version0.20.4Fixed in Version0.20.4 
Summary711: Need help creating patches for IBM, Brocade and Fortinet network gear
DescriptionWe don't really use a lot of Cisco gear ( snmp works 100% there)

I would like to request a patch for the IBM NOS 7.2.4 for the g8052 and g8264 switches. also the Fortinet 800c firewalls. These last two switches are pretty new to the market they are the Brocade ICX ICX6650-48-E-ADV and ICX6610-48-PE..
I would be willing to create the patches myself if there are some instructions availible
TagsNo tags attached.

Activities

adoom42

adoom42

2013-01-03 03:19

administrator   ~0001055

Please read the FAQ: http://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29
rjones@aereo.com

rjones@aereo.com

2013-01-03 04:31

reporter  

g8052.txt (405,559 bytes)
rjones@aereo.com

rjones@aereo.com

2013-01-03 04:32

reporter  

g8264.txt (1,691,637 bytes)
rjones@aereo.com

rjones@aereo.com

2013-01-03 04:34

reporter   ~0001057

thanks for your quick response. Here is the info for the ibm gear. I won't have physical possession of the brocade stuff for another couple of days. Will also get the fortinet info soon
rjones@aereo.com

rjones@aereo.com

2013-01-07 00:36

reporter  

snmp.txt (1,327 bytes)   
$iftable_processors['RackSwitch-G8052'] = array
(
	'pattern' => '@EtherNet([[:digit:]]+)$@',
	'replacement' => 'port\\1',
	'dict_key' => 1887,
	'label' => '\\1',
	'try_next_proc' => FALSE,
);
$iftable_processors['RackSwitch-8264'] = array
(
	'pattern' => '@Ethernet([[:digit:]]+)$@',
	'replacement' => 'port\\1',
	'dict_key' => 1888,
	'label' => '\\1',
	'try_next_proc' => FALSE,
);
$iftable_processors['ICX-6610-48'] = array
(
	'pattern' => '@Ethernet([[:digit:]]+)$@',
	'replacement' => 'port\\1',
	'dict_key' => 1889,
	'label' => '\\1',
	'try_next_proc' => FALSE,
);
$iftable_processors['ICX-6650-48'] = array
(
	'pattern' => '@Ethernet([[:digit:]]+)$@',
	'replacement' => 'port\\1',
	'dict_key' => 1890,
	'label' => '\\1',
	'try_next_proc' => FALSE,
);
$iftable_processors['Fortigate 3140B'] = array
(
	'pattern' => '@Ethernet([[:digit:]]+)$@',
	'replacement' => 'port\\1',
	'dict_key' => 1891,
	'label' => '\\1',
	'try_next_proc' => FALSE,
);
$iftable_processors['Fortigate 800C'] = array
(
	'pattern' => '@Ethernet([[:digit:]]+)$@',
	'replacement' => 'port\\1',
	'dict_key' => 1893,
	'label' => '\\1',
	'try_next_proc' => FALSE,
);
$iftable_processors['Fortigate 300C'] = array
(
	'pattern' => '@Ethernet([[:digit:]]+)$@',
	'replacement' => 'port\\1',
	'dict_key' => 1892,
	'label' => '\\1',
	'try_next_proc' => FALSE,
);
snmp.txt (1,327 bytes)   
rjones@aereo.com

rjones@aereo.com

2013-01-07 00:36

reporter  

dictionary.txt (1,054 bytes)   
1887 => array ('chapter_id' => 12, 'dict_value' => '[[IBM%RackSwtich%G8052 | http://www-03.ibm.com/systems/networking/switches/rack/g8052/]]'),
	1888 => array ('chapter_id' => 12, 'dict_value' => '[[IBM%RackSwtich%G8264 | http://www-03.ibm.com/systems/networking/switches/rack/g8264/]]'),
	1889 => array ('chapter_id' => 12, 'dict_value' => '[[Brocade%ICX-6610-48-PE | http://www.brocade.com/products/all/switches/product-details/icx-6610-switch/index.page'),
	1890 => array ('chapter_id' => 12, 'dict_value' => '[[Brocade%ICX6650-48-E-ADV | http://www.brocade.com/products/all/switches/product-details/icx-6650-switch/index.page'),
    1891 => array ('chapter_id' => 12, 'dict_value' => '[[Fortinet%Fortigate 3140B| http://www.fortinet.com/products/fortigate/3140B.html'),
    1892 => array ('chapter_id' => 12, 'dict_value' => '[[Fortinet%Fortigate 300C | http://www.fortinet.com/products/fortigate/300C.html'), 
    1893 => array ('chapter_id' => 12, 'dict_value' => '[[Fortinet%Fortigate 800C | http://www.fortinet.com/products/fortigate/800C.html'),
dictionary.txt (1,054 bytes)   
rjones@aereo.com

rjones@aereo.com

2013-01-07 00:37

reporter   ~0001059

I made the modifications following what I saw on the wiki, still doesn't work however I no longer get an error just a blank page.
infrastation

infrastation

2013-01-08 19:36

administrator   ~0001075

2e82cf8 SNMP: add support for IBM G8052
a56c686 dictionary: list more network switches

I would need SFP+/QSFP+ port mapping information for the G8264 to add it as well.
infrastation

infrastation

2013-01-08 20:28

administrator   ~0001077

754a6bd SNMP: add support for IBM G8264

Please reopen if it does not work as expected.

Issue History

Date Modified Username Field Change
2013-01-03 02:47 rjones@aereo.com New Issue
2013-01-03 02:47 rjones@aereo.com Status new => assigned
2013-01-03 02:47 rjones@aereo.com Assigned To => adoom42
2013-01-03 03:19 adoom42 Note Added: 0001055
2013-01-03 03:19 adoom42 Status assigned => feedback
2013-01-03 04:31 rjones@aereo.com File Added: g8052.txt
2013-01-03 04:32 rjones@aereo.com File Added: g8264.txt
2013-01-03 04:34 rjones@aereo.com Note Added: 0001057
2013-01-03 04:34 rjones@aereo.com Status feedback => assigned
2013-01-07 00:36 rjones@aereo.com File Added: snmp.txt
2013-01-07 00:36 rjones@aereo.com File Added: dictionary.txt
2013-01-07 00:37 rjones@aereo.com Note Added: 0001059
2013-01-08 19:36 infrastation Note Added: 0001075
2013-01-08 19:36 infrastation Assigned To adoom42 => infrastation
2013-01-08 19:36 infrastation Target Version => 0.20.4
2013-01-08 20:28 infrastation Note Added: 0001077
2013-01-08 20:28 infrastation Status assigned => closed
2013-01-08 20:28 infrastation Resolution open => fixed
2013-01-08 20:28 infrastation Fixed in Version => 0.20.4