cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1370
Views
0
Helpful
1
Replies

IR1101 Application Hosting: Network interface IP address

Hi everyone!

 

The information related to the network interfce when I execute the 'show app-hosting detail' command does not include the IP address, as shown below. Shouldn't information related to the IP address be displayed? The commands to configure the IR-1101 network interface (GigabitEthernet interface) and the VirtualPortGroup are also shown below.

 

Router#show app-hosting detail
App id : SGG
Owner : ioxui
State : RUNNING
Application
Type : docker
Name : SGG
Version : 1.0
Description : Smart Grid Gateway
Path :
Activated profile name : c1.tiny

Resource reservation
Memory : 32 MB
Disk : 10 MB
CPU : 100 units

Attached devices
Type Name Alias
---------------------------------------------
serial/shell iox_console_shell serial0
serial/aux iox_console_aux serial1
serial/syslog iox_syslog serial2
serial/trace iox_trace serial3

Network interfaces
---------------------------------------
eth0:
MAC address : 52:54:dd:a8:f9:d1

 

Router#configure terminal
Router(config)#ip routing
Router(config)#interface gigabitethernet 0/0/0
Router(config-if)#no switchport
Router(config-if)#ip address 192.168.0.51 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit

 

Router#configure terminal
Router(config)#interface virtualportgroup 0
Device(config-if)#ip address 10.1.1.1 255.0.0.0
Device(config-if)#end

 

Router#configure terminal
Router(config)#app-hosting appid SGG
Router(config-app-hosting)#app-vnic gateway0 virtualportgroup 0 guest-interface 0
Router(config-app-hosting-gateway0)#guest-ipaddress 10.1.1.3 netmask 255.0.0.0
Router(config-app-hosting-gateway0)#app-default-gateway 10.1.1.1 guest-interface 0
Router(config-app-hosting)#end

 

Thanks in advance.

Andre Chrcanovic

1 Reply 1

Alex Stevenson
Cisco Employee
Cisco Employee

Hello,

 

Well, the IR1101 runs IOS XE. On that OS, to reveal the IP Address-related info, it seems we need to specify appid and the app name. Therefore, in this case, the command would be:

 

sh app-hosting detail appid SGG

 

I hope this helps!

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: