cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

xMC virtual applicance

xMC virtual applicance

treese
Contributor
Can this virtual appliance be configured for snmp? I would like to add our monitoring tools to manage the xMC via SNMP.

Thank you
1 ACCEPTED SOLUTION

Zdeněk_Pala
Extreme Employee

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

Regards Zdeněk Pala

View solution in original post

7 REPLIES 7

Zdeněk_Pala
Extreme Employee

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.

Regards Zdeněk Pala

treese
Contributor

root@PRDVMEMC.xxxxxxx:~$ /etc/snmp/snmpd.conf
-bash: /etc/snmp/snmpd.conf: Permission denied

 

Giving me permission denied.

treese
Contributor

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

Zdeněk_Pala
Extreme Employee

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

Regards Zdeněk Pala
GTM-P2G8KFN