The EdgeConnect integration with Cisco Routers reads data from PLCs and publishes it to MQTT Brokers using the SparkplugB specification. This integration allows for data collection from industrial devices, transformation, and network transmission.
Deploying the Linux-based software platform on the router extends its utility beyond data publication to include network management and integration functionalities.
On this page:
Key Features:
Where to get the required components:
The application consists of a docker image that contains a ProjectServer application, which is a server that allows the Solution Designer on Windows to connect to it and deploy the necessary files to run any solution in Linux (or Cisco in this scenario).
By having the full platform capabilities running inside your Cisco Router, you will have access to many communication protocols (e.g., MQTTspB, ControlLogix, Modbus, etc.) as well as scripting (to make calculations based on the data being exchanged through your devices).
Despite being deployed in a docker container, known to have volatile memory (that is not retained), this application makes use of a retentive memory area inside the router to store the installation and Solution Files.
The first step is to make sure you have downloaded the *.tar file with support to your Router's processor. Then, choose one of the following ways to install the application.
Cisco Local Manager is a platform-specific application that is installed on a host system as part of the installation of the Cisco IOx framework on that device. It provides a web-based user interface that you can use to manage, administer, monitor, and troubleshoot apps on the host system, and to perform various related activities.
For more information about it, please refer to the Cisco official documentation. To install and deploy your application, follow the procedure below.
Below you will find some definitions for terms frequently used when dealing with applications in Cisco Environment:
For this procedure, you must have IOx Client installed on your environment.
The official installation guide and documentation for IOx Client is available here.
ioxclient profiles create // here you will connect to the Router // values inside brackets will be used by default if empty Your / your organization's name : <OrganizationName> Your / your organization's URL : <OrganizationUrl> Your IOx platform's IP address[127.0.0.1] : <RouterIPAddress> Your IOx platform's port number[8443] : <RouterPortNumber> Authorized user name[root] : <UserName> Password for <UserName> : <PasswordForUser> Local repository path on IOx platform[/software/downloads]: <Repository> URL Scheme (http/https) [https]: <TransferProtocol> API Prefix[/iox/api/v2/hosting/]: <ApiPreffix> Your IOx platform's SSH Port[2222]: <SshPortForRouter> |
ioxclient application install <AppName> <PackageName>.tar ioxclient application activate --payload activation.json <AppName> ioxclient application start <AppName> |
Where AppName is a friendly name used to identify the application inside the Router.
ioxclient application stop <AppName> ioxclient application deactivate <AppName> ioxclient application uninstall <AppName> <PackageName>.tar |
Use the following command to see the application status
ioxclient application status <AppName> |
For those who are familiar with Solution Deployment in Linux Environments, this will be the exact same procedure.
With the Cisco application running, open your software's Welcome app and navigate to Server Tab.
Under ProjectServer click on Remote and enter your Cisco's IP Address (syntax: http://<IpAddress>:3100/
) and click on Connect.
Now click on Update to upload the files for the Runtime. A popup will open asking if you want to copy all files or just the new ones.
If you already have a Solution created, click on Upload Solution to send it to the Router. If you don't, then a new Solution must be created in your Windows Environment to be uploaded to Cisco (meaning that you will have to disconnect from the router, create a new Solution, then reconnect and upload it).
Only EdgeConnect Solutions are allowed to run under the Cisco License, as it can be seen in the License Tab.
Make sure that Solutions uploaded to Cisco have the correct Product Family and Target Framework.
Finally, all we have to do now is configure our Solution with the desired Communication Protocols to have our gateway working.
If you encounter this error, it means that your router is missing a network configuration for applications. To solve it, follow the procedure described at Configure a VirtualPortGroup to a Layer 3 Data Port section.
Connect to your Router via SSH (either via terminal or in Cisco Local Manager) and do as follows.
In this section: