Welcome, Guest. Please login or register.
Did you miss your activation email?
Friday 29 March 2024, 03:25:00 am

Login with username, password and session length

Visit the official Endian Community Mailinglist  HERE
14247 Posts in 4376 Topics by 6490 Members
Latest Member: maquino
Search:     Advanced search
+  EFW Support
|-+  Development
| |-+  Contribute Your Customisations & Modifications
| | |-+  net-snmp 5.4.2.1
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: net-snmp 5.4.2.1  (Read 40775 times)
zman818
Jr. Member
*
Offline Offline

Posts: 4


« on: Tuesday 20 January 2009, 03:10:14 am »

For Endian 2.2 RC3 (endian15)


Binary RPM
http://rapidshare.com/files/186059547/net-snmp-5.4.2.1-1.endian15.i386.rpm

Source RPM
http://rapidshare.com/files/186061828/net-snmp-5.4.2.1-1.endian15.src.rpm


Don't forget to create a new System Access rule for SNMP (tcp/udp 161:162) in Endian.

(no PerlMod support built in.  Sorry, maybe next time.. Smiley )


Enjoy,
Mike
Logged
gyp_the_cat
Full Member
***
Offline Offline

Posts: 81



WWW
« Reply #1 on: Friday 27 February 2009, 11:18:49 pm »

zman, you are a star, thank you very much    Cheesy
Logged
gyp_the_cat
Full Member
***
Offline Offline

Posts: 81



WWW
« Reply #2 on: Friday 27 February 2009, 11:37:43 pm »

Got over excited, should have posted this too, sorry don't want to step on your toes Zman!

Download the RPM to somewhere you can access it (try WinSCP to upload it).

Logon to the terminal, and type in the following:
Quote
rpm -ivh net-snmp-5.4.2.1-1.endian15.i386.rpm

You should see a message saying the application has been installed.

Logon to your Endian GUI, and under firewall, system access create a rule like the following:


Then don't forget to start the SNMP service by typing the following on the command line:
Quote
. /etc/init.d/snmpd start

Then test your installation locally by typing:
Quote
snmpwalk -v1 -cpublic localhost system

You should see output like the following if it's working ok:
Quote
SNMPv2-MIB::sysDescr.0 = STRING: Linux proxyaddress.local 2.6.22.19-72.end                                                                              ian15 #1 SMP Mon Sep 8 11:49:17 EDT 2008 i686
SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (98616) 0:16:26.16
SNMPv2-MIB::sysContact.0 = STRING: Root <root@localhost> (configure /etc/snmp/sn                                                                              mpd.local.conf)
SNMPv2-MIB::sysName.0 = STRING: proxyaddress.local
SNMPv2-MIB::sysLocation.0 = STRING: Unknown (configure /etc/snmp/snmpd.local.con                                                                              f)
SNMPv2-MIB::sysORLastChange.0 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORID.1 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance
SNMPv2-MIB::sysORID.2 = OID: SNMP-MPD-MIB::snmpMPDCompliance
SNMPv2-MIB::sysORID.3 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance
SNMPv2-MIB::sysORID.4 = OID: SNMPv2-MIB::snmpMIB
SNMPv2-MIB::sysORID.5 = OID: TCP-MIB::tcpMIB
SNMPv2-MIB::sysORID.6 = OID: IP-MIB::ip
SNMPv2-MIB::sysORID.7 = OID: UDP-MIB::udpMIB
SNMPv2-MIB::sysORID.8 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup
SNMPv2-MIB::sysORDescr.1 = STRING: The SNMP Management Architecture MIB.
SNMPv2-MIB::sysORDescr.2 = STRING: The MIB for Message Processing and Dispatchin                                                                              g.
SNMPv2-MIB::sysORDescr.3 = STRING: The management information definitions for th                                                                              e SNMP User-based Security Model.
SNMPv2-MIB::sysORDescr.4 = STRING: The MIB module for SNMPv2 entities
SNMPv2-MIB::sysORDescr.5 = STRING: The MIB module for managing TCP implementatio                                                                              ns
SNMPv2-MIB::sysORDescr.6 = STRING: The MIB module for managing IP and ICMP imple                                                                              mentations
SNMPv2-MIB::sysORDescr.7 = STRING: The MIB module for managing UDP implementatio                                                                              ns
SNMPv2-MIB::sysORDescr.8 = STRING: View-based Access Control Model for SNMP.
SNMPv2-MIB::sysORUpTime.1 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.2 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.3 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.4 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.5 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.6 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.7 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.8 = Timeticks: (0) 0:00:00.00

And now you should be able to get SNMP information from Endian to your SNMP server.
Logged
phoenix
Jr. Member
*
Offline Offline

Posts: 6


« Reply #3 on: Tuesday 03 March 2009, 07:37:33 pm »

Thanks for the binary download and the 'how to', both worked like a charm.  Smiley
Logged
BOK
Jr. Member
*
Offline Offline

Posts: 2



« Reply #4 on: Wednesday 15 July 2009, 05:47:29 am »

Any status on a package for EFC release 2.2 yet?
Logged
lightenup
Full Member
***
Offline Offline

Posts: 11


« Reply #5 on: Monday 31 August 2009, 04:01:19 am »

I can report that this package works fine with Endian 2.2.
Logged
samshah
Jr. Member
*
Offline Offline

Posts: 9


« Reply #6 on: Friday 23 April 2010, 05:55:09 pm »

that worked fine guys...thanks for the info..

SAM
Logged
mrkroket
Hero Member
*****
Offline Offline

Posts: 495


« Reply #7 on: Saturday 24 April 2010, 04:06:12 pm »

Woah, time travel!!
I think that it's not necessary anymore on Endian 2.3
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Page created in 0.078 seconds with 18 queries.
Powered by SMF 1.1 RC2 | SMF © 2001-2005, Lewis Media Design by 7dana.com