10-07-2019 02:35 PM
Solved! Go to Solution.
10-24-2019 08:31 PM
Generic snmp agent is running on XMC by default (if XMC was installed as VM or from ISO).
It is standard linux SNMPd => just modify the /etc/snmp/snmpd.conf and restart the snmp service by
service snmpd restart
good luck
10-29-2019 11:41 AM
How to edit files in Linux:
Personaly I find nano as the most easy.
Some “windows” people use WinSCP and edit the file through this Windows application.
10-28-2019 03:01 PM
root@PRDVMEMC.xxxxxxx:~$ /etc/snmp/snmpd.conf
-bash: /etc/snmp/snmpd.conf: Permission denied
Giving me permission denied.
10-28-2019 02:56 PM
I’m not very good with finding files in Linux and I’m not finding /etc/snmp/snmpd.conf. I do find /usr/postinstall/snmpconfig
10-24-2019 08:31 PM
Generic snmp agent is running on XMC by default (if XMC was installed as VM or from ISO).
It is standard linux SNMPd => just modify the /etc/snmp/snmpd.conf and restart the snmp service by
service snmpd restart
good luck