KASAGO SNMP Agent is a SNMP protocol for agents used by the embedded TCP/IP
protocol stack.
SNMP (Simple Network Management Protocol) is a protocol that monitors
devices connected to a network such as routers, computers and terminals
through the network. It consists of a "manager" to oversee the
network and "agents" which are to be monitored. An embedded
system usually has agent software installed on the terminals. The agents
store the number of transmitted packets and information regarding the
communication status such as error counts in a database (MIB) and returns
these information upon request from the manager. SNMP facilitates management
of terminal devices
@
Compact code size optimal for embedded
systems
Written in ANSI C source code and RFC compliant
Provides the source codes
Optimizes the processing paths for requests
from the manager
Supports standard MIB-II, enhanced MIB,
SNMPv1, SNMPv2c and SNMPv3
Fully Customizable at Compile-time and
via runtime Configuration APIS