forked from sig_core/toolkit
5 lines
117 B
Bash
Executable file
5 lines
117 B
Bash
Executable file
#!/bin/bash
|
|
r_log "snmp" "Run snmpv2 test"
|
|
|
|
snmpwalk -v 2c -c public 127.0.0.1 > /dev/null 2>&1
|
|
r_checkExitStatus $?
|