![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| snmpd manager question | jalburger | SUN Solaris | 1 | 05-14-2008 12:41 PM |
| Snmpd | jess_t03 | Linux | 0 | 10-11-2007 10:51 AM |
| import UCD-SNMP-MIB into snmpd | csross | SUN Solaris | 0 | 04-13-2007 01:30 PM |
| snmpd connection logging | VMIAG | AIX | 0 | 04-10-2007 12:43 PM |
| snmpd daemon error | itsgeorge | UNIX for Dummies Questions & Answers | 1 | 02-27-2004 06:41 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
snmpd modification problem
Hi Gurus,
I am relatively new in AIX. I have a problem in modifying the community string in snmpd. I have edited the /etc/snmpd.conf file and changed the default community name 'public' to new one (P@@$w0rd). When I tried to query my aix server with the new string , it is not giving any response. But when tried with the community string public, it responds. I killed the snmpd and snmpmibd daemons , and restarted both. Still it is not responding with new string. Can anybody help to resolve this..... the OS version 5.2 With thanks in advance Ajith. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Helo.
Take into account that in AIX, the default SNMP version used is 3 (which allows other sorts of auth). You have to change to version 1 of SNMP for those changes to take effect. To do this, give: Code:
snmpv3_ssw -1 I hope this helps. Regards. |
||||
| Google The UNIX and Linux Forums |