프로그램 사용/snmp
snmpbulkwalk
구차니
2025. 7. 21. 11:17
snmpwalk 보다 snmpbulkwalk가 빠르게 작동하긴 한다.
기능이나 옵션은 거의 동일한 것 같다.
$ snmpwalk -v 2c -c test 192.168.10.1 | $ time snmpbulkwalk -v 2c -c test192.168.10.1 |
real 0m5.757s user 0m0.203s sys 0m0.249s |
real 0m1.691s user 0m0.035s sys 0m0.026s |
[링크 : https://mabb.tistory.com/590]
[링크 : https://manpages.ubuntu.com/manpages/lunar/man1/snmpbulkwalk.1.html]
+
MIB 파일 관련
[링크 : https://atin.tistory.com/220]
[링크 : https://haewon83.tistory.com/m/76]
export MIBS=ALL Put STRANGE-NEW-MIB.txt in the directory where all your other MIBs are stored (possibly /usr/share/snmp/mibs , but it may vary with distro, mine is Fedora 14), then do snmpwalk -v 1 -c public -m +STRANGE-NEW-MIB 1.2.3.4 |
[링크 : https://serverfault.com/questions/220576/how-to-use-a-mib-file]
snmp agent, snmptranslate