Ad Widget

Collapse

Enterasys (Cabletron) Template Generator

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sabbirjoy
    Junior Member
    • Sep 2012
    • 7

    #16
    Originally posted by dima_dm
    This script work on SNMP Version 2. You can change SNMP version in code (I did not test a script in this mode, problems with the some MIB OID are possible)
    Code:
    ($session, $error) = Net::SNMP->session(
                               -hostname      => $hostip,
                               -port          => 161,
                               -version       => 2,
                               -community     => $cstring
    or Upgrade Cabletron firmware.

    And change item type="4" on item type="1" for all SNMP Items in XML code.
    Example:
    Code:
    <item type="4" key="PowerSupply" value_type="3">
    on
    <item type="1" key="PowerSupply" value_type="3">


    Hi dima_dm,
    I am fully new in zabbix and as well as linux, so kindly can you give me a enterasys switch cpu load mesurement template for zabbix 2 ,this zabbix is running on a ubuntu machine

    Comment

    • sabbirjoy
      Junior Member
      • Sep 2012
      • 7

      #17
      about compilation process

      Originally posted by dima_dm
      14.07.2010 New version (see file cabletron_xml.zip)
      New graphs (Packets per Second for all ports) is added
      17.03.2011 Version 1.5 (see file cabletron_xml.20110317.zip)
      add 64 bit counters support
      Minor bug is fixed (for symbols <>)
      i am getting this error , i cdont understand which file its missing

      ./cabletron_xml.pl sielan_core1 192.168.34.1 75 5 public 5 template
      Can't locate Net/SNMP.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at ./cabletron_xml.pl line 5.
      BEGIN failed--compilation aborted at ./cabletron_xml.pl line 5.

      Comment

      • dima_dm
        Senior Member
        • Dec 2009
        • 2697

        #18
        Originally posted by sabbirjoy
        i am getting this error , i cdont understand which file its missing

        ./cabletron_xml.pl sielan_core1 192.168.34.1 75 5 public 5 template
        Can't locate Net/SNMP.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at ./cabletron_xml.pl line 5.
        BEGIN failed--compilation aborted at ./cabletron_xml.pl line 5.
        You must install lib Net::SNMP

        Comment

        • sabbirjoy
          Junior Member
          • Sep 2012
          • 7

          #19
          about enterasys switch cpu load snmp OID

          Originally posted by dima_dm

          hi dima_dm,
          i am using .1.3.6.1.4.1.5624.1.2.49.1.1.1.1.3 for getting cpu load in template snmp processors at enterasys switch , but its not working anymore... surprisingly if i make snmpwalk with this snmp oid in command line ,it gives some value.... where is the proble u think to get the cpu load

          Comment

          Working...