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
'프로그램 사용 > snmp' 카테고리의 다른 글
libreNMS on docker (0) | 2025.07.22 |
---|---|
iptime snmp mib (0) | 2025.07.21 |
libreNMS (0) | 2025.07.21 |
snmp 클라이언트 - snmpwalk, snmpget (0) | 2024.05.17 |
WinXP에서 SNMP 설치하기 (0) | 2011.11.21 |