⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 snmp的源代码,已经在我的ubuntu下编译通过
💻
字号:
NOTE NOTE NOTE: this module depends on a modified version of theDBD::AnyData module.  Do not get the original version from JeffZucker.  He and I are working together to resolve the extra features Ineed, but we haven't quite merged yet.  *** This is currently alpha level code!!! ***Install steps:  0) install the DBI perl module (run: perl -MCPAN -e "install DBI")     and the DBD::File perl module (run: perl -MCPAN -e "install DBD::File")  1) download, and install the modified AnyData perl modules from:     http://www.net-snmp.org/AnyData-wes/AnyData-0.05.tar.gz     http://www.net-snmp.org/AnyData-wes/DBD-AnyData-0.05.wes.tar.gz     http://www.net-snmp.org/AnyData-wes/SQL-Statement-1.004.tar.gz     Extract each of the above tar balls and in the resulting     directories run:    	perl Makefile.PL    	make    	make install   (as root)  2) Then in this directory, run:    	perl Makefile.PL    	make    	make install   (as root)To use it:  SQL like Shell script:    netsh [snmpcmd arguments] HOST [SQL COMMAND]  Example commands to type at the prompt:    select * from ifTable    select * from ifTable where ifDescr = 'eth0'    alias ifconfig select ifDescr, ifAdminStatus where ifDescr = '\1'    ifconfig eth0[Jeff Zucker's original (unpatched) AnyData perl modules can be found at http://www.vpservices.com/jeff/programs/AnyData/ .  However, do not use the modules from this site as they won't work with the software in this directory.  (Use the download sites in step 1 below instead.)  It is a good source for documentation about the AnyData modules.]

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -