User`s manual

ThinkCore DA-660 WinCE User’s Manual Getting Started
2-6
Adapter Index: 3
Address: 78 56 34 91 cc dd
DHCP Enabled: NO
Host name: DA660CE
Domain Name:
DNS Servers: 192.168.1.6
NODETYPE: 8
Routing Enabled: NO
Proxy Enabled: NO
To troubleshoot network connectivity, reachability, and name resolution, use the ping command.
This command verifies IP-level connectivity to another TCP/IP computer by sending Internet
Control Message Protocol (ICMP) Echo Request messages. The corresponding return Echo Reply
messages are displayed, along with round-trip times. For more information, type ping without
parameters.
\> ping www.moxa.com
Pinging Host www.moxa.com [192.168.1.16]
Reply from 192.168.1.16: Echo size=32 time<1ms TTL=126
Reply from 192.168.1.16: Echo size=32 time<1ms TTL=126
Reply from 192.168.1.16: Echo size=32 time<1ms TTL=126
The route utility allows you to view or modify network routing tables. Type this command
without parameters to view a list of functions.
\> route
To view current routing items in the tables,
\> route PRINT
To add a routing item on network interface 1,
\> route ADD 192.168.0.0 MASK 255.255.0.0 192.168.15.254 IF 2
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.