Perfect! Works like a charm. Thank you!
Scott Bursik
PepsiCo Business Solutions Group
Enterprise Systems Management
scott.bursik@pbsg.com
(972) 963-1400
________________________________________
From: Davis, Donald [mailto:donald.davis@firstcitizens.com]
Sent: Tuesday, December 09, 2003 12:00 PM
To: 'nv-l@lists.us.ibm.com'; Bursik, Scott {PBSG}
Subject: RE: [nv-l] snmpd on AIX 5.2
Scott,
I had the same problem just today. I found this in the archive.
You need to run the command "snmpv3_ssw -1" which switches AIX from snmp ver
3 (the default) back to snmp ver1 which NetView likes.
http://lists.skills-1st.co.uk/mharc/html/nv-l/2003-10/msg00364.html
Don Davis
=======================
First Citizens Bank
Raleigh, NC. 27603-3526
-----Original Message-----
From: Bursik, Scott {PBSG} [mailto:Scott.Bursik@pbsg.com]
Sent: Tuesday, December 09, 2003 12:27 PM
To: Nv-L (nv-l@lists.us.ibm.com)
Subject: [nv-l] snmpd on AIX 5.2
Me again.....
I am trying to get the snmp agent configured on some of our AIX 5.2
machines. I am not really familiar with the configuration on these machines.
I see that snmpd and snmpmibd are running at the same time. I also see that
there is a snmpd.conf and a snmpv3.conf file.
What I am trying to accomplish is this:
1. I need to access all read only MIB data from any host. Right now if I
attempt a snmpwalk on the host all I get is " End of MIB."
2. I need to make the RO community name other than public. For this
exercise lets just say "reboot". I believe I have this part working because
I get the response listed above on with the community name I have configured
in snmpdv3.conf.
3. I need to send traps to my NV box "netview.pepsi.com"
That is basically it. Do I need to edit both config files and with what?
Does anyone have an example I can see? The documentation is the snmpd.conf
is pretty good, but the snmpv3.conf isn't as clear.
Thanks for any help,
Scott
VACM_GROUP group1 SNMPv1 public -
VACM_VIEW defaultView internet - included -
# exclude snmpv3 related MIBs from the default view
VACM_VIEW defaultView snmpModules - excluded -
VACM_VIEW defaultView 1.3.6.1.6.3.1.1.4 - included -
VACM_VIEW defaultView 1.3.6.1.6.3.1.1.5 - included -
# exclude aixmibd managed MIBs from the default view
VACM_VIEW defaultView 1.3.6.1.4.1.2.6.191 - excluded -
VACM_ACCESS group1 - - noAuthNoPriv SNMPv1 defaultView - defaultView -
NOTIFY notify1 traptag trap -
TARGET_ADDRESS Target1 UDP 127.0.0.1 traptag trapparms1 - - -
TARGET_PARAMETERS trapparms1 SNMPv1 SNMPv1 public noAuthNoPriv -
COMMUNITY PbsgSrvRO1 PbsgSrvRO1 noAuthNoPriv 0.0.0.0 0.0.0.0
-
DEFAULT_SECURITY no-access - -
logging file=/usr/tmp/snmpdv3.log enabled
logging size=0 level=0
smux 1.3.6.1.4.1.2.3.1.2.1.2 gated_password # gated
smux 1.3.6.1.4.1.2.3.1.2.3.1.1 muxatmd_password #muxatmd
|