- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-07-2019 02:35 PM
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-29-2019 11:41 AM
How to edit files in Linux:
- nano /etc/snmp/snmpd.conf
- vi /etc/snmp/snmpd.conf
- vim /etc/snmp/snmpd.conf
Personaly I find nano as the most easy.
Some “windows” people use WinSCP and edit the file through this Windows application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-28-2019 03:01 PM
root@PRDVMEMC.xxxxxxx:~$ /etc/snmp/snmpd.conf
-bash: /etc/snmp/snmpd.conf: Permission denied
Giving me permission denied.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
