?? readme
字號:
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 + -