Sponsored Content
Operating Systems AIX Privacy enable on SNMPv3 AIX) Post 302949203 by MichaelFelt on Wednesday 8th of July 2015 05:32:59 AM
Old 07-08-2015
I am still using snmpv1 because so many programs have not liked snmpv3. Which means I still need to make the switch someday.

To see which daemon you are using by default (snmpd (v1) or snmpdv3 look at the following:

Code:
michael@x071:[/usr/sbin]ls -l snmpd*
lrwxrwxrwx 1 root system      7 May  7 13:13 snmpd -> snmpdv1
lrwxrwxrwx 1 root system      9 Dec 20  2014 snmpd.orig -> snmpdv3ne
-rwxr-x--- 1 root system 364136 Jul 31  2014 snmpd64v1
-rwxr-x--- 1 root system 335416 Jul 31  2014 snmpdv1
-rwxr-x--- 1 root system 336611 Mar 19  2014 snmpdv3ne

By default AIX now uses snmpdv3ne (for snmpdv3 Non-Encrypted). The start/stop command (startsrc/stopsrc) for snmpd looks at /usr/sbin/snmpd -= so changing what it points at changes your daemon.

The get the encrypted snmpv3 daemon (snmpdv3e) you need to load the daemon from the AIX Expansion Pack.

Reference: https://www-01.ibm.com/support/knowl..._troublesh.htm
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

regular user - enable printer - aix unix

how can I let a regular user enable a printer? (0 Replies)
Discussion started by: naes
0 Replies

2. Infrastructure Monitoring

net-snmp-config --create-snmpv3-user snmpengineID

Solaris 10 -- I created SNMPv3 users with net-snmp-config --create-snmpv3-user command. I am using HP Network Node Manager's SNMPv3 Smart Plugin to serve as the SNMP management server. Some SNMPv3 users were automatically created with the same snmpengineID. This causes NNM's brassagt proxy to... (0 Replies)
Discussion started by: rjsteele
0 Replies

3. Infrastructure Monitoring

Configuration of snmpv3 in AIX

Hi, I am new to AIX and have been assigned a task to configure the snmp on aix which can talk to our management server. Any help in relation to this will be greatly appriciated. Cheers, Tarun (3 Replies)
Discussion started by: tkhanna
3 Replies

4. AIX

Enable send email through smtp - exchange on AIX 6.1

Please help, i can not to send email from AIX 6.1 to outside network through STMP - Exchange. Any one can help ? (1 Reply)
Discussion started by: ichsan
1 Replies

5. AIX

Enable large filesize option in NFS mount in AIX 4.3

Hi All, I have a NFS mount filesystem, however it is not supporting a creation of filesize greater than 2 GB in it, how can i enable the option (bf = true) in it. The AIX version is 4.3.2 Thanks in Advance!! (1 Reply)
Discussion started by: mad_man12
1 Replies

6. AIX

How to enable command history in AIX 6

Hi Friends, I am using AIX 6 with ksh shell, i am not able to get the commands histroy which was used earlier by pressing up and down arrow keys. Could you please help me to enable the history for ksh shell in AIX 6 OS. Thanks in Advance. Siva Kumar. (3 Replies)
Discussion started by: sivakumarl
3 Replies

7. AIX

SNMPv3 error - Help please!

Hello everyone: I'm still relatively new to AIX administration and learning every day. I need to configure SNMPv3 in several servers. I tried first on a "test environment" server, no firewalls, and I was successful. Then I moved on to the "production" servers, which are behind firewall and I... (0 Replies)
Discussion started by: designbc
0 Replies

8. AIX

Is it must to enable TCB on AIX LPARs ?

Hi, I've verified my AIX 7.1 LPAR , and TCB is disabled by default. #odmget -q attribute=TCB_STATE PdAt PdAt: uniquetype = "" attribute = "TCB_STATE" deflt = "tcb_disabled" values = "" width = "" type = "" generic = "" ... (3 Replies)
Discussion started by: System Admin 77
3 Replies
Munin::Node::SNMPConfig(3pm)				User Contributed Perl Documentation			      Munin::Node::SNMPConfig(3pm)

NAME
Munin::Node::SNMPConfig - Subroutines providing munin-node-configure's SNMP scanning capabilities. SYNOPSIS
my $snmp = Munin::Node::SNMPConfig->new( community => 'secret', version => 1, ); $snmp->probe_hosts(\%plugins); SUBROUTINES
new(%arguments) Constructor. Valid arguments are: hosts The list of hosts to scan, in a format understood by Munin::Node::Configure::HostEnumeration. Required. port Port to connect to. Default is 161. version The SNMP version to use. Default is '2c'. community The community string to use for SNMP version 1 or 2c. Default is 'public'. username The SNMPv3 username to use. authpassword SNMPv3 Authentication password. Optional when encryption is also enabled, in which case defaults to the privacy password ("privpassword"). The password is sent encrypted (one way hash) over the network. authprotocol SNMPv3 Authentication protocol. One of 'md5' or 'sha' (HMAC-MD5-96, RFC1321 and SHA-1/HMAC-SHA-96, NIST FIPS PIB 180, RFC2264). The default is 'md5'. privpassword SNMPv3 Privacy password to enable encryption. An empty ('') password is considered as no password and will not enable encryption. Privacy requires a v3privprotocol as well as a v3authprotocol and a v3authpassword, but all of these are defaulted (to 'des', 'md5', and the v3privpassword value, respectively) and may therefore be left unspecified. privprotocol If the v3privpassword is set this setting controls what kind of encryption is used to achive privacy in the session. Only the very weak 'des' encryption method is supported officially. The default is 'des'. The implementing perl module (Net::SNMP) also supports '3des' (CBC-3DES-EDE aka Triple-DES, NIST FIPS 46-3) as specified in IETF draft-reeder-snmpv3-usm-3desede. Whether or not this works with any particular device, we do not know. run_probes($plugins) Connects to each host in turn, and checks which plugins it supports, based on the OIDs they reported during snmpconf. If all the requirements are fulfilled, it will added to the corresponding plugin's suggestions list. $plugins should be a Munin::Node::Configure::PluginList object. perl v5.14.2 2013-11-12 Munin::Node::SNMPConfig(3pm)
All times are GMT -4. The time now is 11:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy