ā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