snmp

Mad Unix madunix at gmail.com
Wed Jan 16 09:21:27 UTC 2008


[root at linux1 ~]# service snmpd restart
Stopping snmpd: [  OK  ]
Starting snmpd: [  OK  ]

vi /etc/snmp/snmpd.conf

rocommunity secret
#agentaddress 10.5.1.31:161
#rocommunity public 127.0.0.1
#rocommunity public 10.5.1.31
#agentaddress 10.20.30.40:10000
#agentaddress tcp:161
#syslocation Bat. C2
#syscontact someone at somewhere.org
#dontPrintUnits true
#includeAllDisks
#disk /
#proc httpd

[root at linux1 ~]# snmpwalk -v 1 -c secret localhost .1.3.6.1.2.1.1.1.0
SNMPv2-MIB::sysDescr.0 = STRING: Linux linux1.sdc.lan 2.6.18-53.1.4.el5 #1
SMP Wed Nov 14 10:37:27 EST 2007 x86_64
[root at linux1 ~]#


whith this above configuration the snmpwalk works on the localhost, but when
i try to run it on the main server linux2
to collect snmp from the linux1, it wont work

[root at linux2 cli]# snmpwalk -v 1 -c secret 10.5.1.31 .1.3.6.1.2.1.1.1.0
Timeout: No Response from 10.5.1.31
[root at linux2 cli]# telnet 10.5.1.31 161
Trying 10.5.1.31...
telnet: connect to address 10.5.1.31: Connection refused
telnet: Unable to connect to remote host: Connection refused

any help


On Jan 15, 2008 10:11 PM, Roderick Derks <redhat at r71.nl> wrote:

> These are valid options:
>
> rwcommunity  username  127.0.0.1
> rwcommunity  username 192.168.0.1
> rocommunity  public 0.0.0.0
> trapcommunity public
> trapsink 192.168.0.1 public
> syscontact  NAME_OF_CONTACT
> syslocation  LOCATION
>
> Grtz,
> Roderick
>
>
> ----- Original Message -----
> From: "Mad Unix" <madunix at gmail.com>
> To: "General Red Hat Linux discussion list" <redhat-list at redhat.com>
> Sent: Tuesday, January 15, 2008 6:30:43 PM (GMT+0100) Europe/Berlin
> Subject: snmp
>
> I have installed snmp on my RHEL5, how can i aaply my community
> "name_of_comunity" inside the snmpd.conf
>
> [root at linux2 cli]# chkconfig --list | grep snmp
> snmpd           0:off   1:off   2:off   3:off   4:off   5:off   6:off
> snmptrapd       0:off   1:off   2:off   3:off   4:off   5:off   6:off
> [root at linux2 cli]# locate snmpd.conf
> /etc/snmp/snmpd.conf
>
>
>
> --
> madunix
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>



-- 
madunix



More information about the redhat-list mailing list