介绍
http://www.snmp.com/ The Simple Network Management Protocol (SNMP) is the standard operations and maintenance protocol for the Internet. SNMP-based management not only produces management solutions for systems, applications, complex devices, and environmental control systems, but also provides the Internet management solutions supporting Web services. SNMPv3, the most recent standard approved by the Internet Engineering Task Force (IETF), adds secure capabilities (like encryption).
mosy
usage: mosy [-d] [-i] [-o module.def] [-s] [-t] [-1] [-h] module.my
mosy 错误
/mosy -o abc.def -s abc.my 4154 line 1316: syntax error 4155 last token read was “TCP” 这个错误的原因是,在source 文件 abc.my 文件中,有“TCP”,但是TCP的T是大写,必须是小写开头。
|