IMPORTANT
SMC certificate expiration on July 04, 2022, update your SMC !
Update is not possible? See the SMC not functionnal after the 4th of July 2022 article on the KB (authentication required).
Monitoring SMC with SNMP
SNMP (Simple Network Management Protocol) is a communication protocol that allows network administrators to monitor devices and diagnose network and hardware issues remotely.
SMC offers the SNMP service via the command smc-snmp
.
This service is not enabled by default on the SMC server. If you do enable it, you do not need to enable it again after restarting the server, as this setting will be remembered.
The SMC server uses SNMP version 2c by default. You may however choose another version (version 1 or v3 USM) in the configuration file located in /etc/snmp/snmpd.conf.

- Log on to the SMC server via the console port or in SSH.
- Enter one of the following commands:
Action | Command |
---|---|
Enable the service | nstart snmpd ; update-rc.d -f snmpd remove ; update-rc.d snmpd defaults 98
|
View the status of the service | /etc/init.d/snmpd status
|
Restart the service | nrestart snmpd
|
Disable the service | nstop snmpd ; update-rc.d -f snmpd remove
|

SMC supports the following MIBs to monitor SMC:
Category | RFC | MIB |
---|---|---|
system | RFC 1213 | .1.3.6.1.2.1.1 |
ifaces |
RFC 1213 RFC 2863 |
.1.3.6.1.2.1.2 .1.3.6.1.2.1.31 |
ips | RFC 1213 | .1.3.6.1.2.1.4 |
tcp | RFC 1213 | .1.3.6.1.2.1.6 |
udp | RFC 1213 | .1.3.6.1.2.1.7 |
snmp | RFC 1213 | .1.3.6.1.2.1.11 |
mem | UCD-SNMP-MIB | .1.3.6.1.4.1.2021.4 |
disk | UCD-SNMP-MIB | .1.3.6.1.4.1.2021.9 |
load | UCD-SNMP-MIB | .1.3.6.1.4.1.2021.10 |
cpu | UCD-SNMP-MIB | .1.3.6.1.4.1.2021.11 |
sysstats | UCD-SNMP-MIB | .1.3.6.1.4.1.2021.11 |
perf | RFC 1514 |
.1.3.6.1.2.1.25.4 .1.3.6.1.2.1.25.5 |