diff --git a/tests/p_net-snmp/snmp_test.sh b/tests/p_net-snmp/snmp_test.sh
new file mode 100755
index 0000000..eb42841
--- /dev/null
+++ b/tests/p_net-snmp/snmp_test.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+# Author: Athmane Madjoudj <athmanem@gmail.com>
+
+t_Log "Running $0 - snmp test"
+
+t_InstallPackage net-snmp-utils 
+
+snmpwalk -v 1 -c public 127.0.0.1 > /dev/null 2>&1
+
+t_CheckExitStatus $?