📄 readme-ecos
字号:
To generate the code to allow the agent to understand a MIB:1) You will need to set the environment variable "MIBS" to "ALL" in yourenvironment, e.g.:setenv MIBS ALL (for csh)MIBS=ALL ; export MIBS (for sh/bash)2) Download the SNMP PERL moduleDownload the SNMP module from http://www.cpan.org/This seems to be at:http://cpan.valueclick.com/modules/by-category/05_Networking_Devices_IPC/SNMP/3) Place your MIBs in /usr/local/share/snmp/mibs/3) Run the mib2c scriptperl -I<location of PERL SNMP module> mib2c <mib to generate code for>e.g.perl -I~/perl.pl/nsPerl5.005_03/lib/site/i686-linux mib2c interfaces
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -