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

📄 readme

📁 snmp的源代码,已经在我的ubuntu下编译通过
💻
字号:
The AnyData::SNMP module is really an augmentation to Jeff Zucker'sexcellent perl AnyData and DBD::AnyData modules.  It is designed toallow the infamous perl DBI module to translate SQL commands directlyinto network SNMP requests and to manipulate the data in perlafterward.  See the perl DBI documentation for further details, aswell as the AnyData documentation.The netsh command then implements a standard shell around the sql toSNMP mapping, such that commands like the following are possible:  netsh -c public localhost 'select ifIndex, ifDescr, ifType from ifTable'  netsh -c public localhost 'update ifTable set ifAdminStatus = 2 where ifType = 6'Without a command to run, netsh puts you into an interactive shellwhere the commands can be typed at a command prompt.See the INSTALL file for the necessary prerequisites.  Note that thiscurrently makes use of a patched copy of the DBD::AnyData module.This will be fixed in future versions of both this module and theDBD::AnyData module as the authors worth toward a commoninfrastructure.

⌨️ 快捷键说明

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