Simple Network Management Protocol (SNMP) is a standard protocol for monitoring and managing network devices. The Import Tag Wizard facilitates importing SNMP tags into the solutions developed on the software platform. Users configure SNMP settings by specifying the IP address, port, version, and authentication parameters. To use, on the Designer workspace, go to Solution/Import Tags, double-click on the SNMP import wizard, or click to select the SNMP and press the Execute button to open the configuration dialog.
On this page:
Go to Solution → Import Tags on the Designer workspace and select "Import SNMP configuration." Double-click on the selected wizard or press the "Execute" button to open the initial configuration popup.
In the initial configuration dialog, enter the following information:
None: Applies no encryption or protocols, suitable for secure or isolated networks but poses risks in public settings.
TLS 1.0: Uses an early version of the Transport Layer Security (TLS) protocol with enhancements for security, now outdated and vulnerable to attacks.
TLS 1.1: Addresses initialization vector issues and includes protection against certain types of attacks but remains susceptible to modern cryptographic attacks with limited support for new standards.
TLS 1.2: Provides significant security upgrades, supporting modern cryptographic algorithms like AES-GCM and AEAD ciphers. Ensures data confidentiality and integrity with robust mechanisms for secure key exchange and message authentication. Recommended for secure network communications and widely supported across modern systems and applications.
AtMostOnce: Ensures that each message is delivered at least once to the receiver. This level may result in duplicate messages but guarantees that no message is lost.
AtLeastOnce: Guarantees that a message is delivered at most once, meaning it might not be delivered at all. This level is suitable for scenarios where occasional message loss is acceptable but duplicate messages are not.
ExactlyOnce: Ensures that each message is delivered exactly once. This is the highest level of service, preventing both message loss and duplication, but it incurs the highest overhead.
WebSocket: Enables WebSocket protocol for communication with the MQTT broker.
The "Sync Device Node" dialog will appear. Here, you have the following import option:
Select "Add NodeName as Prefix" option to automatically add the PLC's name as a prefix to all imported tags. It improves organization, especially in solutions with multiple PLCs.
Click "Refresh" to display a preview of available tags.
Finally, press "Ok" to start the import process.
In this section: