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
|