This is a HOWTO for setting up an 819 router with IoX and enabling DMo services on it
Preqreuisites :
- 819 router
- Ethernet cable
- Cisco Serial (Blue) cable
Flashing the IoX image and setting up IOS:
- Power on yoru 819 and connect to the console port of the c819 using the serial cable
- Download the latest IOx image from the software download center. If the 819 is connected to the internet, you can download it directly to the 819's flash. Otherwise, do a 2 step process of downloading to you laptop and then copying it to the 819's flash. (See below)
- At the 819 console, enter 'enable' mode.
- Run 'dir flash:' and make sure that the image file you downloaded in the flash. Make sure the size of the image on flash is correct.
- Then run the following commands to get 819 to boot from the new image that we downloaded to flash.
- configure terminal
- boot system flash c800_universalk9-iox.mz.SSA
- end
- Reload the router. If prompted to save system configuration ('System configuration has been modified. Save? [yes/no]:'), say yes.
- After reload, run 'show ip interfaces brief'. You should see an interface named 'Ethernet 1'. This indicates you have booted into the new IoX image.
- Please make sure that the 'Ethernet 1' and all the 'FastEthernet' interface are up by using the command 'show ip interfaces brief'. If not, run the 'no shutdown' command in each interface's config from the terminal.
- Enable the 'Ethernet 1' interface using the following commands
- configure terminal
- interface Ethernet 1
- no shutdown
- A sample running config file is attached. You may use it as a reference to setup your running config
- Now your 819 has all the basic setup completed.
TIP: How to copy the image and running config to the 819's flash :
In most cases the 819 may not have internet connectivity. In this situation connect one of the fast ethernet ports to your laptop. Make sure that the vlan1 interface and the fast ethernet port are enabled on the 819 by running the 'no shutdown' command on each of the interface's configuration prompt. Configure the ip address of the vlan1 interface on the 819 as 192.168.1.1 using the following commands
- configure terminal
- interface Vlan1
- ip address 192.168.1.1 255.255.255.0
- end
Configure the ip address of the ethernet interface of your laptop as 192.168.1.2. Make sure you are able to ping the 819 from your laptop. Download the image and config file to your laptop. You should be able to use a browser to do this. Then run the command 'copy scp: flash:' on your 819 to copy the image from your laptop onto the 819's flash.
- Howto enable DMo services on the C819.
DMo service by default will be in Stopped state on a fresh IOS image installation. The service could be started via the Local app manager user interface. In order to start the service via Local app manager user interface, first login to the user interface and click on Middleware Service tab.
DMo license is to be purchased and the license file is to be installed in order for the DMo rules to take effect.
- Already obtained a DMo license, installed it using the Local App Manager UI, and enabled the service.
- The issue is that, how to go about verifying that DMo is in fact working. Is there any sample guides .
For how to use DMo, please refer to the DMo API Reference Guide.
- The IOX image available in CCO for 819 router is for non hardened platforms only. Does it mean, IOX image runs only on 819 non hardened platforms only. Got C819HGW+7-N-K9 platform and tried to load the IOX image, but it doesn't load.
- Is it mandatory that you need to have non hardened platform to load IOX image with DMo services.
Only the C819 with 4G supports IOx. The C819 with WiFi (without 4G) does not support IOx due to the different processors.
Comments
0 comments
Please sign in to leave a comment.