User`s manual
Table Of Contents
- 1. Introduction
- 2. Getting Started
- Starting Your UC-7400-CE Computer
- Resetting Your UC-7400-CE Computer
- Operating UC-7400-CE Computer Via Serial Console
- Changing the Network Settings
- Operating Your UC-7400-CE Computer Via Telnet Client
- User/Group Management
- Adjusting System Time and RTC Time
- Starting and Stopping Services
- Troubleshooting Network Connectivity
- Simple Network Management Protocol (SNMP)
- 3. Web-based Management System
- 4. Application Development
- 5. Programming Examples
- A. Operating Programmable Function Keys and LCM
- B. Firmware Upgrade Procedure
- C. Service Information

UC-7400-CE User’s Manual Getting Started
2-7
To delete a routing item,
\> route DELETE 192.168.0.0
Simple Network Management Protocol (SNMP)
SNMP is the Internet Standard protocol for network management and part of the TCP/IP protocol
suite. SNMP was developed to monitor and manage networks. It uses a distributed architecture
that consists of agents and managers:
SNMP agent
The SNMP agent is an SNMP application that monitors network traffic and responds to queries
from SNMP manager applications. The agent also notifies the manager, by sending a trap, when
significant events occur.
SNMP Manager
An SNMP manager is an SNMP application that generates queries to SNMP-agent applications
and receives traps from SNMP-agent applications.
The UC-7400-CE computer installs an SNMP agent to serve as an SNMP device. You should
install the SNMP manager on the workstation computer (for example, a Linux system) that
monitors the network. After installing the nodes, you need to configure the SNMP manager and
agent.
To check SNMP agent capabilities in a target UC-7400-CE (e.g, network IP at 192.168.3.127)
computer, please logon the workstation computer that, for example, a Linux-based computer, the
SNMP manager resides and type
\> snmpwalk -v 2c -c public 192.168.3.127 system
SNMPv2-MIB::sysDescr.0 Microsoft Windows CE Version 5.0 (Build 1400)
SNMPv2-MIB::sysObjectID.0 SNMPv2-SMI::enterprises.8691.13.7420
SNMPv2-MIB::sysUpTime.0 1282929
SNMPv2-MIB::sysContact.0 Your System Contact Here
SNMPv2-MIB::sysName.0 WindowsCE
You will see a series of messages from the SNMP agent in the UC-7400-CE computer. From there,
you can monitor and manage the computer.