There might a more elegant why to do but this is how I did it.
1. Go to '/var/www/html/cacti/resource/snmp_queries'.
2. Open and edit 'interface.xml'.
3. I added the following between the <ifAlias> and <ifType> object.
Code: Select all
<ifPortName>
<name>Port Name (FOUNDRY-SWITCH-MIB)</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.1991.1.1.3.3.1.1.24</oid>
</ifPortName>
5. Modify your foundry switch interface bits graphs to use to the custom template.
6. You might need to disable and enable the 'title' field in the graph template for it to refresh on your current graphs.
And this works just fine.
If you are wondering where I got the foundry switch OID. Here is the whole list.
http://www.oidview.com/mibs/1991/FOUNDR ... P-MIB.html