SNMP v2 on AIX 6.1


 
Thread Tools Search this Thread
Operating Systems AIX SNMP v2 on AIX 6.1
# 1  
Old 08-09-2013
SNMP v2 on AIX 6.1

Hello Admins,

We need to configure and setup snmp v2 on AIX 6.1 clients.

I don't find snmp v2 related files on AIX servers
. I see there is snmpdv3.conf and v3 installed.

Where can I get snmpdv2 for AIX?

Thanks in advance.
# 2  
Old 08-11-2013
The snmpd is a link to either the snmpdv1 or the snmpdv3 binary, containing the respective daemons. You find the snmpdv3 on the expansion pack CD.

The snmpdv3 server supports SNMP protocols according to RFC 1157 (SNMP v1), RFC 1905 (v2) and RFC 2572 (v3). Note that you may need to start snmpmibd too (if you want to use the "distributed protocol interface", DPI (RFC1592)).

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
# 3  
Old 08-11-2013
So does it mean I have to use either snmpdv1 or snmpdv3 on AIX?

And no snmpdv2 ?
# 4  
Old 08-12-2013
Quote:
Originally Posted by bakunin
The snmpdv3 server supports SNMP protocols according to RFC 1157 (SNMP v1), RFC 1905 (v2) and RFC 2572 (v3).
I don't understand why you still have that question.
This User Gave Thanks to zaxxon For This Post:
# 5  
Old 08-13-2013
Okay. Got it. One of the monitoring expert from our team configuring the snmpdv3.conf accordingly.

Thanks for all replies. It helps me to figure out.
# 6  
Old 08-13-2013
It has been a long long time, but from memory of about 10 years ago, the old snmp daemon supported v1 and v2 - but nearly noone ever used the snmpv2 features.
So - although it may look, due to the names of the daemons, as if snmpv2 was skipped, support for snmpv2 has actually been available since 1996 (AIX 4.1).

Good that you can work with snmpdv3 daemon. I need to learn the details of configuration as well. (I knew it very well back when I was working Netview - ancient history :-)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX native SNMP producing limited results when walking MIB tree

The company I work for has various AIX servers that I've recently migrated to AIX 7.1 (from 6.1). Some are powerHA clusters some are not. Likewise, the systems engineer that I replaced had net-snmp installed on said clustered systems. Long story short I am re-invoking AIX's native SNMP (v3) for... (1 Reply)
Discussion started by: davix
1 Replies

2. AIX

Disabling SNMP in AIX 7.1

Hi, I am planning to disable SNMP in our AIX LPARs. wanted to see by disabling in a test LPAR. before that, I would like to check disabling this SNMP will impact any of our application or database in anyway. what kind of other software depends on these SNMP daemons ? Can you please let me... (9 Replies)
Discussion started by: system.engineer
9 Replies

3. UNIX for Dummies Questions & Answers

Need to transfer all kernel logs (var/log/messages) to the snmp listener as snmp trap

i am working with embedded system -Dell DCS management sub system. my question is as below: currently we are using linux kernel 2.6.30 build and we have a kernel logs stored to the /var/log/messages path. now we have to transfer all this logs to the specified SNMP target as a part of SNMP... (4 Replies)
Discussion started by: vipul_prajapati
4 Replies

4. Infrastructure Monitoring

SNMP traps to SNMP server

Dear Champs, I am new to unix, and need to configure linux server to send below traps to a SNMP server. Monitoring TRAP Disk Space Low Monitoring TRAP Memory Low Monitoring TRAP CPU high Monitoring TRAP Admin login/Logoff Please help me how to send this information to my SNMP server... (2 Replies)
Discussion started by: stavar
2 Replies

5. Red Hat

Sending data from DELL OMSA SNMP and Custom SNMP MIB to same UDP port 161

Hi , Currently DELL OMSA SNMP sends data through default udp port 161.I want my custom SNMP MIB also to send data in the same udp port 161.Whether its possible.If yes where to configure .I tried starting my custom MIB in udp port 161,but it throws port already in use.Kindly guide. (1 Reply)
Discussion started by: prabakar4all
1 Replies

6. IP Networking

Sending data from DELL OMSA SNMP and Custom SNMP MIB to same UDP port 161

Hi , Currently DELL OMSA SNMP sends data through default udp port 161.I want my custom SNMP MIB also to send data in the same udp port 161.Whether its possible.If yes where to configure .I tried starting my custom MIB in udp port 161,but it throws port already in use.Kindly guide. (0 Replies)
Discussion started by: prabakar4all
0 Replies

7. Infrastructure Monitoring

capture snmp packets in AIX

Hi, I want to capture snmp packets in AIX. When i give print from AIX6.1, Printer will give its response thru' snmp. I used iptrace command like below, but it is not capturing snmp packets other packets are captured like udp, tcp.. 1. iptrace command: /usr/sbin/iptrace -a -i en0... (1 Reply)
Discussion started by: meeraramanathan
1 Replies

8. AIX

AIX V4 SNMP MIBs

Hello! I'm not a expert AIX administrator, but i need to monitorize an AIX V4 system. I want to do it using SNMP but i don't really know how to get CPU, proccess or memory information. I only can get network interfaces information.... How can i add more MIBs to get more info about the AIX... (0 Replies)
Discussion started by: MikelCV
0 Replies

9. UNIX for Advanced & Expert Users

Monitoring CPU usage on AIX 5.3 with SNMP

Hi I would like to monitor CPU usage ( %) , memory utilization and such on an AIX 5.3 with snmp. How would I do that ? :confused: If I do "snmpwalk -c public -v1 hosttomonitor" I get nothing about the CPU. I've done this on Linux ( not much trouble doing it on linux ) but I'm having a hard... (2 Replies)
Discussion started by: art
2 Replies

10. UNIX for Advanced & Expert Users

Sending SNMP Traps in AIX / Unix

Hi, Just wondering if anyone knows how can I send an SNMP Trap in Unix Environment(AIX) to another machine (NT/Ux) after having activated the SNMP in the AIX. Can this be done by using a single command line or do I have to write a script for it? Thanks in advance for your advices. :) (1 Reply)
Discussion started by: goliath
1 Replies
Login or Register to Ask a Question