About Enterasys Matrix N7

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

bluespray
Posts: 1
Joined: Thu Oct 06, 2005 10:59 pm

About Enterasys Matrix N7

Post by bluespray »

Does anyone have experience using cacti for Enterasys Matrix N7mostly the CPU Usage?

Thanks!
hosierd
Posts: 19
Joined: Wed Jun 09, 2004 10:55 am
Location: Rockville, Maryland

About Enterasys Matrix N7

Post by hosierd »

We've been using Cacti for a couple of years to monitor traffic and errors on our Cabletron/Enterasys gear. Everything from 2nd & 3rd Gen cards in E6/E7 to 4th Gen DFEs in E7/N7 chassis. Have not tired to monitor the CPU usage but it should be pretty straight forward.
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Re: About Enterasys Matrix N7

Post by gandalf »

bluespray wrote:Does anyone have experience using cacti for Enterasys Matrix N7mostly the CPU Usage?

Thanks!
Yes. I may export the needed Templates. But will have to wait until at least Wednesday next week.
Reinhard
User avatar
NHDave
Cacti User
Posts: 61
Joined: Sun Mar 20, 2005 9:14 am
Contact:

Post by NHDave »

Has anyone got this working yet?
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Here are the templates for Matrix N7 CPU

Reinhard
Attachments
cacti_graph_template_enterasys_cpu.xml
The Templates
(20.23 KiB) Downloaded 1429 times
User avatar
NHDave
Cacti User
Posts: 61
Joined: Sun Mar 20, 2005 9:14 am
Contact:

Post by NHDave »

gandalf wrote:Here are the templates for Matrix N7 CPU

Reinhard
Excellent!! Much appreciated, they work great!
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Well, let's turn it the other way round. ARe you aware of more OIDs for N7 (or C2's) that are interesting to know about? I'll extend the templates, if I get the OIDs
Reinhard
User avatar
NHDave
Cacti User
Posts: 61
Joined: Sun Mar 20, 2005 9:14 am
Contact:

Post by NHDave »

One interesting set I've found:
1.3.6.1.4.1.5624.1.2.49.1.3.1 etsysResourceStorageTable OBJECT-TYPE SYNTAX Branch MAX-ACCESS No Access STATUS Current DESCRIPTION
The Table of storage utilization in the chassis.

1.3.6.1.4.1.5624.1.2.49.1.3.1.1 etsysResourceStorageEntry OBJECT-TYPE SYNTAX Branch MAX-ACCESS No Access STATUS Current DESCRIPTION
An entry for one storage area in the chassis.

1.3.6.1.4.1.5624.1.2.49.1.3.1.1.1 etsysResourceStorageType OBJECT-TYPE SYNTAX Integer {
other(1), ram(2), flash(3) }

1.3.6.1.4.1.5624.1.2.49.1.3.1.1.2 etsysResourceStorageTypeID OBJECT-TYPE SYNTAX Unsigned Integer MAX-ACCESS No Access STATUS Current DESCRIPTION
A unique arbitrary value per storage type assigned to the entry.

1.3.6.1.4.1.5624.1.2.49.1.3.1.1.3 etsysResourceStorageDescr OBJECT-TYPE SYNTAX OCTET String ( SIZE ( 0..255 ) ) TEXTUAL-CONVENTION SnmpAdminString DISPLAY-HINT 255a MAX-ACCESS Read Only STATUS Current DESCRIPTION
A textual description of this storage area.

1.3.6.1.4.1.5624.1.2.49.1.3.1.1.4 etsysResourceStorageSize OBJECT-TYPE SYNTAX Unsigned Integer MAX-ACCESS Read Only STATUS Current DESCRIPTION
The size, in Kilobytes, of the storage area.

1.3.6.1.4.1.5624.1.2.49.1.3.1.1.5 etsysResourceStorageAvailable OBJECT-TYPE SYNTAX Unsigned Integer MAX-ACCESS Read Only STATUS Current DESCRIPTION
The available space, in Kilobytes, left on the storage area.
There is also a power one but ours is not enabled:
1.3.6.1.4.1.5624.1.2.50 etsysPowerEthernetMibExtMIB OBJECT-TYPE SYNTAX Module Identity DESCRIPTION
This MIB module defines a portion of the SNMP MIB under the Enterasys Networks enterprise OID pertaining to the allocation of power in a Pse chassis.
raddy
Posts: 24
Joined: Thu Oct 27, 2005 8:47 pm
Location: Sydney, Australia

Post by raddy »

Don't know what you are after in particular and I dont use them myself but try the link for SNMP info on them.

http://www.mibdepot.com/cgi-bin/vendor_ ... =enterasys

Hope it helps.
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

These are readings from one of our N7.
Storage:

Code: Select all

SNMPv2-SMI::enterprises.5624.1.2.49.1.3.1.1.3.71.2.1 = STRING: "RAM device 1"
SNMPv2-SMI::enterprises.5624.1.2.49.1.3.1.1.3.71.3.1 = STRING: "Images & Miscellaneous"
SNMPv2-SMI::enterprises.5624.1.2.49.1.3.1.1.3.71.3.2 = STRING: "Nonvolatile Data Storage"
SNMPv2-SMI::enterprises.5624.1.2.49.1.3.1.1.4.71.2.1 = Gauge32: 131072
SNMPv2-SMI::enterprises.5624.1.2.49.1.3.1.1.4.71.3.1 = Gauge32: 16384
SNMPv2-SMI::enterprises.5624.1.2.49.1.3.1.1.4.71.3.2 = Gauge32: 16384
SNMPv2-SMI::enterprises.5624.1.2.49.1.3.1.1.5.71.2.1 = Gauge32: 8894
SNMPv2-SMI::enterprises.5624.1.2.49.1.3.1.1.5.71.3.1 = Gauge32: 10124
SNMPv2-SMI::enterprises.5624.1.2.49.1.3.1.1.5.71.3.2 = Gauge32: 14384
You see, this is all quite static memory (RAM device, Images and NVS). Personally, I find those not that interesting. Dynamic main memory readings would be better.

And for Power, I only get

Code: Select all

SNMPv2-SMI::enterprises.5624.1.2.50.1.1.1.0 = INTEGER: 1
SNMPv2-SMI::enterprises.5624.1.2.50.1.1.2.0 = INTEGER: 2
SNMPv2-SMI::enterprises.5624.1.2.50.1.1.3.0 = Gauge32: 100
SNMPv2-SMI::enterprises.5624.1.2.50.1.2.1.1.1.11 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.2.1.1.1.12 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.2.1.1.1.13 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.2.1.1.1.14 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.2.1.1.1.15 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.2.1.1.1.16 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.2.1.1.1.17 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.2.1.1.2.11 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.2.1.1.2.12 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.2.1.1.2.13 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.2.1.1.2.14 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.2.1.1.2.15 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.2.1.1.2.16 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.2.1.1.2.17 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.3.1.0 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.3.2.0 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.3.3.0 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.3.4.0 = Gauge32: 0
SNMPv2-SMI::enterprises.5624.1.2.50.1.3.5.0 = INTEGER: 3
SNMPv2-SMI::enterprises.5624.1.2.50.1.3.6.1.2.1 = INTEGER: 1
SNMPv2-SMI::enterprises.5624.1.2.50.1.3.6.1.2.2 = INTEGER: 1
SNMPv2-SMI::enterprises.5624.1.2.50.1.3.6.1.2.3 = INTEGER: 1
SNMPv2-SMI::enterprises.5624.1.2.50.1.3.6.1.2.4 = INTEGER: 1
Not that interesting at all. So I will leave this off
Reinhard
User avatar
Ancalagon
Posts: 15
Joined: Wed Mar 14, 2007 9:44 am
Location: Germany

Post by Ancalagon »

Old thread, I know... but perhaps interesting:

The N7 has CPU-data for every slot. So you have

.1.3.6.1.4.1.5624.1.2.49.1.1.1.1.2.X.1 = 5sec
.1.3.6.1.4.1.5624.1.2.49.1.1.1.1.3.X.1 = 60sec
.1.3.6.1.4.1.5624.1.2.49.1.1.1.1.4.X.1 = 300sec

and the value of "X" depends on the slot:

Slot 1 = 71
Slot 2 = 72
.
.
Slot 7 = 77

hth
Stefan
Atkatla
Cacti User
Posts: 69
Joined: Mon Apr 14, 2008 3:17 pm

Post by Atkatla »

Hi, I want to watch our N7's too. How can I obtain the necessary data? (CPU-data for all 7 slots)

If I understood correctly I have to use GetSNMPdata (Indexed). And I have to write an XML data query?
The tutorials discribed the snmp-walk method. But can I use it here? I am asking because it is not the last number which "walks".

The other method would be "get".
The 'get' method obtains a list of indexes and does an snmpget for each index of the OID specified for this field.
Where do I specify them? Simply writing
<oid>firstoid</oid>
<oid>secondoid</oid>
and so on...?

This is from the tutorials:

Code: Select all

   <fields>
      <ifIndex>
         <name>Index</name>
         <method>walk</method>
         <source>value</source>
         <direction>input</direction>
         <oid>.1.3.6.1.2.1.2.2.1.1</oid>
      </ifIndex>
   </fields>
Or is the a possibility to let the second last number "walk" while the last number is fixed to one?
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

See SNMP Data Query Howto at second link of my sig. Use a two-dimensional <oid_index_parse>OID/REGEXP: option (google for old threads)
Reinhard
niobe
Cacti User
Posts: 228
Joined: Mon Mar 10, 2008 6:52 pm
Location: Australia

Post by niobe »

Can anyone share any related templates for Enterasys C series?
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

We're using >100 C2. But I still do not have interesting private MIB OIDs, so no template here. If you know some OIDs you're interested in, I will give it a go and share results
Reinhard
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests