CIsco Router IR1101 or models compatible for app hosting
- Name: Cisco
- Version: 1.5.0.0
- Protocol: n/a
- Interface: n/a
- Runtime: .NET 2.0 (Multiplatform)
- Configuration:
- Designer
Overview
The Cisco IR1101 connector enables deployment of FrameworX EdgeConnect solutions on Cisco industrial routers using the IOx App Hosting framework. The runtime executes as a Docker container with persistent storage, providing:
- Full FrameworX Runtime embedded in Docker image
- Data Collection from PLCs via ControlLogix, Modbus, and other protocols
- MQTT SparkplugB Publishing for structured data exchange
- Edge Processing with Scripts module for data normalization
- Remote Management through Designer connection to container
System Requirements
Component | Requirement |
---|---|
Router | Cisco IR1101 with IOx App Hosting enabled |
Docker Image | cisco-edge-gateway-[version]_Full.tar |
Processor | ARM64 or x86 (match router architecture) |
Container Resources | CPU: 1000, Memory: 800MB, Disk: 300MB |
Network | Static IP for container, VirtualPortGroup configured |
Designer | Windows installation for remote configuration |
MQTT Broker | SparkplugB compatible (optional: Built-in Broker) |
Architecture
The container includes the complete FrameworX runtime. Solutions are stored separately in persistent memory:
Container (Docker Image):
??? /Programs/ - FrameworX runtime executables
??? /app/ - Runtime environment
Persistent Storage:
??? /iox_data/appdata/FrameworX/Solutions/ - Solution files
Installation Procedure
Step 1: Prepare Router Network
Configure VirtualPortGroup for App Hosting (if not already configured):
bash
# SSH to router
configure terminal
interface VirtualPortGroup0
ip address 192.168.1.1 255.255.255.0
no shutdown
exit
Step 2: Deploy Docker Container
Using Cisco Local Manager (Recommended)
- Access router at
https://[router-ip]:8443
- Navigate to Configuration → Services → IOx
- Go to Applications tab
- Click Add New
- Upload:
cisco-edge-gateway-[version]_Full.tar
- Configure application:
- Name:
EdgeConnect
- Type: Docker container
- Name:
Activation Settings
Click Activate with these parameters:
Parameter | Value |
---|---|
CPU | 1000 |
Memory | 800 MB |
Disk | 300 MB |
Network Configuration
- Click Edit → Interface Settings
- Configure:
- IPv4: Static
- IPv6: Disabled
- Container IP: Assign static IP (e.g., 192.168.1.100)
- Gateway: Router gateway (e.g., 192.168.1.1)
- Click OK twice
- Click Activate App
- Return to Applications and click Start
Step 3: Verify Container
bash
# From Windows machine
ping [container-ip] # Should respond
ping [gateway-ip] # Should respond
# If only gateway responds, router may need restart
Solution Deployment
Connect Designer to Container
- Open Solution Center on Windows
- Navigate to Server tab
- Under Remote, enter:
http://[container-ip]:10108
- Click Connect
- Verify connection shows EdgeConnect license
Upload Solution
- Click Upload File...
- Select your
.dbsln
solution file - Open the uploaded solution
- Navigate to Runtime → Startup
- Select Execution Profile
- Click Run Startup
MQTT SparkplugB Configuration
Configure through Devices → Channels in Designer:
Channel Configuration
Parameter | Value | Description |
---|---|---|
Name | MQTTSpB_Publisher | Channel identifier |
Protocol | MQTT SparkplugB | Select from dropdown |
Broker | [broker-address] | MQTT server |
Port | 1883 | Standard MQTT port |
Client ID | CiscoEdge01 | Unique per router |
SparkplugB Namespace
Parameter | Description | Example |
---|---|---|
Group ID | Top-level group | Plant01 |
Node ID | Edge node identifier | CiscoRouter01 |
Device ID | Device within node | PLC1 |
→ See [MQTT SparkplugB Publisher Connector] for detailed configuration
Diagnostic Tools
Remote Diagnostics from Designer
Create shortcuts with parameters:
batch
# Property Watch
"[FrameworX Path]\PropertyWatch.exe" /ip1:[container-ip] /port1:10108
# Trace Window
"[FrameworX Path]\TraceWindow.exe" /ip1:[container-ip] /port1:10108
# Module Information
"[FrameworX Path]\ModuleInformation.exe" /ip1:[container-ip] /port1:10108
Container Logs
Using IOx Client:
bash
ioxclient application logs EdgeConnect
ioxclient application status EdgeConnect
ioxclient application stats EdgeConnect
Version History
Version | Features | Date |
---|---|---|
v514 | Added exception logging | June 2025 |
v509 | Minor exception fix | June 2025 |
v502 | SolutionCreator improvements, Designer performance | June 2025 |
v463 | AutoStart, ForceCommandValue | April 2025 |
v314 | WILL message, ControlLogix performance | September 2024 |
Troubleshooting
App Missing Interface Error
Router needs VirtualPortGroup configuration. See Step 1 above or Cisco IOx documentation.
Invalid Address in Trace Window
Use Data Explorer → PLC Finder to verify tag addresses exist in PLC.
Container Won't Start
- Verify IOx is enabled in router
- Check resource allocation (CPU/Memory/Disk)
- Review activation logs in Cisco Local Manager
Designer Connection Fails
- Ping container IP and gateway IP
- Verify port 10108 is accessible
- Check container status in Applications tab
MQTT Connection Issues
Check @TagProvider.[ProviderName].IsConnected
in Property Watch. If blinking, verify Client ID is unique.
Related Documentation
- [Container Deployment (Reference)] - Generic Docker deployment
- [MQTT SparkplugB Publisher Connector] - MQTT configuration details
- [Runtime Diagnostics] - Diagnostic tools documentation
Now for the Tutorial:
Cisco IR1101 Container (Tutorial)
Cisco IR1101 Container (Tutorial) teaches you to:
- Deploy FrameworX Docker container on Cisco routers
- Configure IOx App Hosting for industrial applications
- Connect Designer to remote container runtime
- Set up MQTT SparkplugB data publishing
Prerequisites:
- Cisco IR1101 router with IOx enabled
- Docker image file (cisco-edge-gateway-[version]_Full.tar)
- Windows computer with Designer installed
- Basic network configuration knowledge
In this page: [TOC - maxLevel:2, minLevel:2]
Container Deployment → Tutorial | [Concept] | [How-to Guide] | [Reference]
Understanding Container Deployment
FrameworX can run in Docker containers for edge deployments:
- Standard Docker: Deploy to any Docker host → See [Container Deployment (Reference)]
- Cisco IOx App Hosting: Special framework for Cisco routers
- Container includes full runtime, solution uploaded separately
Enable IOx App Hosting
- Access router:
https://[router-ip]:8443
- Go to Configuration → Services → IOx
- Verify status:
- IOx Service: Enabled
- App Hosting: Configured
If not configured, see [Cisco IR1101 Connector (Reference)] for VirtualPortGroup setup.
Deploy Container to Router
- In IOx interface, go to Applications
- Click Add New
- Upload Docker image:
- File:
cisco-edge-gateway-[version]_Full.tar
- Name:
EdgeConnect
- File:
- Activate with resources:
- CPU: 1000
- Memory: 800MB
- Disk: 300MB
- Configure network as Static IP
- Start the application
Connect Designer
- Open Solution Center
- Go to Server tab
- Connect remotely:
- URL:
http://[container-ip]:10108
- Click Connect
- URL:
- Verify EdgeConnect license appears
Deploy Solution
- Click Upload File...
- Select your
.dbsln
file - Open uploaded solution
- Start runtime:
- Go to Runtime → Startup
- Click Run Startup
Configure Data Flow
PLC to Container
- Use Devices → Channels
- Add ControlLogix or Modbus
- Map to UNS tags
Container to MQTT
- Add MQTT SparkplugB channel
- Configure broker connection
- Set Group/Node/Device IDs
Verify Operation
- Check container status in IOx
- Use Runtime → Diagnostics in Designer
- Monitor MQTT broker for messages
- Review container logs if needed
Step-by-step guide to deploy FrameworX as a Docker container on Cisco IR1101 routers using IOx App Hosting for edge computing applications
On This Page:
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
hidden | true |
---|---|
id | connector-metadata |
Property | Value |
---|---|
Sector | AI, Cloud & Network |
Group | Network Monitoring |
Connector | Cisco Router IR1101 |
Name | Cisco |
Overview
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.
Key Features
- Data Collection: Reads data from PLCs, including Rockwell ControlLogix.
- MQTT Publishing: Uses SparkplugB for structured data exchange.
- Extended Scripts Functionality: The built-in Scripts Module allows you to run custom code in the device for data normalization and other requirements.
- Manageable distributions: Docker distribution deployment for easier management and integration.
System Requirements
- Cisco Router, model IR1101, and the Cisco Local Manager software.
- *.tar file, containing the docker image with the application to be installed.
- iox-edge-gateway-Arm64.tar, if your Router's processor is ARM.
- iox-edge-gateway-X86.tar, if your Router's processor is x86.
- MQTT Broker with support to SparkPlugB specification.
- Windows computer with installation files for the Designer configuration tools.
Where to get the required components:
.
Functionality Overview
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.
Installing and Deploying Apps
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.
Using Cisco Local Manager
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.
- Go to Applications Tab in the Menu Bar.
- Click Add New.
- Select the *.tar file and enter a friendly name to the Application. It will be used as an Identifier.
- Click Activate to activate the app.
Below you will find some definitions for terms frequently used when dealing with applications in Cisco Environment:
- Deployed: Means the Application has been imported.
- Activate: Reserves host system resources that the app requires to run, designates the network from which the app obtains its IP address, and assigns host system serial ports for use by the app, if requested.
- Start: Starts the app container for the app on the host system. CPU and memory (RAM) resources that were reserved for the app become in use.
Using Cisco IOx Client
For this procedure, you must have IOx Client installed on your environment.
The official installation guide and documentation for IOx Client is available here.
- Launch the IOxClient.exe in your OS command line terminal. It is easier if you add it to PATH and run the terminal from the same folder as your *.tar file.
- If your IOxClient does not have a profile connected to the Router already, do as follows:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
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> |
- Run the following commands to install, activate and start the package:
Code Block | ||||
---|---|---|---|---|
| ||||
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.
- Use the following commands to stop/disable and uninstall the application:
Code Block | ||||
---|---|---|---|---|
| ||||
ioxclient application stop <AppName> ioxclient application deactivate <AppName> ioxclient application uninstall <AppName> <PackageName>.tar |
Use the following command to see the application status
Code Block | ||||
---|---|---|---|---|
| ||||
ioxclient application status <AppName> |
Troubleshooting
App was missing at least one interface
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:
Page Tree root @parent