1850216 Members
2581 Online
104050 Solutions
New Discussion

SNMP Access List

 
SOLVED
Go to solution
Giuseppe_13
Frequent Advisor

SNMP Access List

How is possible to filter the snmp access to the HP-UX 11.0 server configuring an access list ?

For Example, the telnet access is possible to filter by /var/adm/inetd.sec file (Access List).
How about snmp protocol ?

Thanks
4 REPLIES 4
RAC_1
Honored Contributor

Re: SNMP Access List

you need to block ports than snmp uses.
check /etc/services and /etc/inetd.conf file.

you need to disable snmp daemon startup.

Look at following files.

-r-xr-xr-x 1 bin bin 2589 Aug 15 2003 /sbin/init.d/SnmpFddi4
-r-xr-xr-x 1 bin bin 6617 Dec 16 2002 /sbin/init.d/SnmpHpunix
-r-xr-xr-x 1 bin bin 4558 Dec 16 2002 /sbin/init.d/SnmpMaster
-r-xr-xr-x 1 bin bin 6727 Dec 16 2002 /sbin/init.d/SnmpMib2
-r-xr-xr-x 1 bin bin 6631 Dec 16 2002 /sbin/init.d/SnmpTrpDst
There is no substitute to HARDWORK
Giuseppe_13
Frequent Advisor

Re: SNMP Access List

I need to allow access to some IP Address but not all IP address.

I can't to disable the nsmp services.
Giuseppe_13
Frequent Advisor

Re: SNMP Access List

I need to allow access to some IP Address but not all IP address.

I can't to disable the snmp services.
RAC_1
Honored Contributor
Solution

Re: SNMP Access List

You will have to set this in snmpd.conf file.
The file resides in directory-/etc/SnmpAgent.d/

man snmpd.conf for details.
There is no substitute to HARDWORK