Information on how to graph McData switchs in Cacti
Moderators: Developers, Moderators
Information on how to graph McData switchs in Cacti
snmpwalk -v <version> -c <community> <node name> <oid_value>
Index Value
.1.3.6.1.4.1.289.2.1.1.2.3.1.1.1
Description
.1.3.6.1.4.1.289.2.1.1.2.3.1.1.152
The Bps (bytes per second) transmission rate of the port.
.1.3.6.1.4.1.289.2.1.1.2.3.1.1.24
The Bps (bytes per second) reception rate of the port.
.1.3.6.1.4.1.289.2.1.1.2.3.1.1.25
We are currently looking at ways to graphs octet usage, if anyone has done I love to know how.
I have uploaded all the templates we use for this, I have to had the graph template in another post.
Index Value
.1.3.6.1.4.1.289.2.1.1.2.3.1.1.1
Description
.1.3.6.1.4.1.289.2.1.1.2.3.1.1.152
The Bps (bytes per second) transmission rate of the port.
.1.3.6.1.4.1.289.2.1.1.2.3.1.1.24
The Bps (bytes per second) reception rate of the port.
.1.3.6.1.4.1.289.2.1.1.2.3.1.1.25
We are currently looking at ways to graphs octet usage, if anyone has done I love to know how.
I have uploaded all the templates we use for this, I have to had the graph template in another post.
- Attachments
-
- mcdata_switch_interface.xml
- save this as resource/snmp_queries/mcdata_switch_interface.xml
- (1.48 KiB) Downloaded 1259 times
-
- cacti_data_query_snmp_mcdata_interface_stats.xml
- (11.82 KiB) Downloaded 1137 times
-
- cacti_data_template_snmp_mcdata_interface_stats.xml
- (7.14 KiB) Downloaded 1420 times
Graph template for the McData switch
Graph template for the McData switch
- Attachments
-
- cacti_graph_template_snmp_mcdata_interface_stats.xml
- (10.16 KiB) Downloaded 1208 times
McData SNMP Reference Manual
Please refer to the
McDATA SNMP Support Manual P/N 620-000131-610 REV A
http://mcdata.com/downloads/tpub/other/ ... EOS_60.pdf
for more OID's
McDATA SNMP Support Manual P/N 620-000131-610 REV A
http://mcdata.com/downloads/tpub/other/ ... EOS_60.pdf
for more OID's
Port descriptions?
Thanks Austar, I'm using these templates for McData 6064, 3016, and 4500 switches. I've one problem, the port description is not being substituted into the |query_hrPortDescr| field and I assume it should be. I just installed Cacti 0.8.6c, what version are you running? Not sure if it is a change in Cacti that is causing the behaviour or something different. Any ideas? Thanks.
"I've one problem, the port description is not being substituted into the |query_hrPortDescr| field and I assume it should be."
Any resolution to this? I would be happy with the port ID - I changed the mcdata_switch_inteeface.xml to:
<hrPortDesc>
<name>Index</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.289.2.1.1.2.3.1.1.1</oid>
</hrPortDesc>
in an attempt to poulate the field with the port number.
What's next.
Thanks!
Any resolution to this? I would be happy with the port ID - I changed the mcdata_switch_inteeface.xml to:
<hrPortDesc>
<name>Index</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.289.2.1.1.2.3.1.1.1</oid>
</hrPortDesc>
in an attempt to poulate the field with the port number.
What's next.
Thanks!
Got my graph labels populating satisfactorily.
In Graph Templates, open McData Interface Stats. Under Graph template, change the Title from "|host_description| - Switch Port |query_hrPortDescr|" to "|host_description| - Switch Port |query_hrPortIndex|". Keep in mind that the ports are numbered starting at 0. You will need to remember to subtract 1 from the port number to ensure you are monitoring the correct port.
In Graph Templates, open McData Interface Stats. Under Graph template, change the Title from "|host_description| - Switch Port |query_hrPortDescr|" to "|host_description| - Switch Port |query_hrPortIndex|". Keep in mind that the ports are numbered starting at 0. You will need to remember to subtract 1 from the port number to ensure you are monitoring the correct port.
Mcdata graph issues
I have starting using the templates two days ago, and this is my third day with cacti and graphs in general. It seems like the the graphs go to a peak level and drop 0, like a counter being reset. Please provide an idea, so I can use a consistent graphs for actual amounts of data transfered thru the interface.
Thanks
Thanks
I updated the graph template to show Current/Average/Max values and a vertical label for bytes/sec.
- Attachments
-
- cacti_graph_template_snmp_mcdata_interface_stats.xml
- Graph template
- (13.47 KiB) Downloaded 1152 times
-
- example.jpg (49.65 KiB) Viewed 16309 times
Port descriptions
If you are still having problems getting the port descriptions, change
the mcdata_switch_interface.xml to the following
<hrPortDescr>
<name>Description</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.289.2.1.1.2.3.1.1.152</oid>
</hrPortDescr>
the mcdata_switch_interface.xml to the following
<hrPortDescr>
<name>Description</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.289.2.1.1.2.3.1.1.152</oid>
</hrPortDescr>
- fmangeant
- Cacti Guru User
- Posts: 2345
- Joined: Fri Sep 19, 2003 8:36 am
- Location: Sophia-Antipolis, France
- Contact:
Re: Port descriptions
Thanks, that works !truelovej wrote:If you are still having problems getting the port descriptions, change
the mcdata_switch_interface.xml to the following
[size=84]
[color=green]HOWTOs[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15353]Install and configure the Net-SNMP agent for Unix[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=26151]Install and configure the Net-SNMP agent for Windows[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=28175]Graph multiple servers using an SNMP proxy[/url][/list]
[color=green]Templates[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15412]Multiple CPU usage for Linux[/url]
[*][url=http://forums.cacti.net/viewtopic.php?p=125152]Memory & swap usage for Unix[/url][/list][/size]
[color=green]HOWTOs[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15353]Install and configure the Net-SNMP agent for Unix[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=26151]Install and configure the Net-SNMP agent for Windows[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=28175]Graph multiple servers using an SNMP proxy[/url][/list]
[color=green]Templates[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15412]Multiple CPU usage for Linux[/url]
[*][url=http://forums.cacti.net/viewtopic.php?p=125152]Memory & swap usage for Unix[/url][/list][/size]
I suggest to look at the following topic:
http://forums.cacti.net/viewtopic.php?t ... ght=mcdata
It is using the Fiber Alliance MIB so it should works with all SAN switches.
http://forums.cacti.net/viewtopic.php?t ... ght=mcdata
It is using the Fiber Alliance MIB so it should works with all SAN switches.
Who is online
Users browsing this forum: No registered users and 1 guest