6 //=============================================================================
10 * @author Michael R. MacFaden (mrm@cisco.com)
12 //=============================================================================
20 * @brief An SNMP v1 agent class
22 * Contructs agents that are capable of processing SNMPv1 requests
23 * over the MIB II System group
28 snmp_agent(); // uses port 161, public, private
32 // did object construct ok
34 int set_args(int argc
, char *argv
[]);
35 // runtime arguments such as community strings, port to use
38 // begin processing requests
41 snmp_agent(const snmp_agent
&);