enter image description here您好,我需要运行命令以查找有关snmp chek的更多详细信息。这是针对计算机科学项目的。我被困了2天。我试过了
./snmpcheck.pl -t 10.100.10.254 |减
但它没有任何建议。
最佳答案
snmpcheck-1.8.pl http://www.nothink.org/codes/snmpcheck/snmpcheck-1.8.pl
$ ./snmpcheck-1.8.pl -t 10.100.10.254 | less
snmpcheck.pl v1.8 - SNMP enumerator
Copyright (c) 2005-2011 by Matteo Cantoni (www.nothink.org)
[*] Try to connect to 10.100.10.254
[*] Connected to 10.100.10.254
[*] Starting enumeration at 2015-11-09 13:38:34
[*] Error: No response from remote host "10.100.10.254".
~
~
~
~
lines 1-7/7 (END)
请尝试:$ ./snmpcheck-1.8.pl -t 10.100.10.254
snmpcheck
关于linux - Linux运行snmpcheck.pl -t 10.100.10.254 |减,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/33599489/