Copyright © 2021 Moxa Inc.
Released on May 07, 2021
About Moxa
Moxa is a leading provider of edge connectivity, industrial computing, and network
infrastructure solutions for enabling connectivity for the Industrial Internet of Things
(IIoT). With over 30 years of industry experience, Moxa has connected more than 57
m
illion devices worldwide and has a distribution and service network that reaches
customers in more than 70 countries. Moxa delivers lasting business value by
empowering industries with reliable networks and sincere service. Information about
Moxa
s solutions is available at www.moxa.com.
How to Contact Moxa
Tel : +886-2-8919-1230
How to Set Up and Monitor UC-2100 Computers in
MXview
Moxa Technical Support Team
support@moxa.com
Contents
1 Introduction .................................................................................... 2
2 Prerequisites ................................................................................... 2
3 Restart the SNMP and LLDP Services on the UC-2100 ..................... 2
4 Set Up and Monitor UC-2100 in MXview .......................................... 3
4.1 Setting Up Customized Events in MXview .................................................... 4
5 Enabling and Configuring SNMPv3 on the UC-2100 (optional) ........ 7
5.1 Creating a New User Account ..................................................................... 7
5.2 Removing Existing User Accounts ..............................................................10
6 Configuring MXview for SNMPv3 (optional) .................................. 11
Moxa Tech Note
How to Set Up and Monitor UC-2100 Computers
in MXview
Copyright © 2021 Moxa Inc.
Page 2 of 11
1 Introduction
This document provides a tutorial on how to set up the SNMP service in UC-2100 computers
and use MXview to monitor them.
2 Prerequisites
The following firmware and MXview versions are required:
UC-2100 firmware version v1.7 and higher
MXview v3.1.20 and higher
Note:
The abovementioned firmware and MXview versions are required for the SNMP
service to work. If a higher level of security needs to be set up on the UC-2100
computer, you can enable and configure SNMPv3. For additional details, refer to
the instructions in the following sections.
3 Restart the SNMP and LLDP Services on the UC-2100
1. Enable the SNMP and LLDP services on the computer.
2. Modify the snmpd.conf file to include the configuration required to monitor the
computer remotely.
Open the /etc/snmp/snmpd.conf file in the vim editor
sudo vim /etc/snmp/snmpd.conf
Modify the snmpd.conf file as follows:
# Listen for connections from the local system only
# agentAddress udp:127.0.0.1:161
# Listen for connections on all interfaces (both IPv4 *and*
IPv6)
agentAddress udp:161,udp6:[::1]:161
3. Restart the SNMP and LLDP services.