cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
1885
Views
1
Helpful
1
Replies

App-hosting fails... % Error: No interface configuration for iperf3

dal
Level 3
Level 3

Hi.

I'm trying to run iperf3 as a docker application on my Catalyst 9300, but if fails with the error % Error: No interface configuration for iperf3.

I have tried to follow every guide I've found, but no dice.

Here is the configuration:

app-hosting appid iperf
 app-vnic AppGigabitEthernet trunk
  guest-interface 0
  vlan 2050 guest-interface 0
   guest-ipaddress 10.50.100.210 netmask 255.255.255.0
 app-default-gateway 10.50.100.1 guest-interface 0
 app-resource docker
  run-opts 1 "--restart=unless-stopped -p 5201:5201/tcp -p 5201:5201/udp"
end

interface AppGigabitEthernet1/0/1
 switchport trunk allowed vlan 2050
 switchport mode trunk

app-hosting install appid iperf3 package usbflash1:iperf3.tar
ioxman: app-hosting: Install succeeded: iperf3 installed successfully Current state is DEPLOYED
app-hosting activate appid iperf3
% Error: No interface configuration for iperf3

What am I doing wrong?

Thanks.

1 Reply 1

frewagne
Cisco Employee
Cisco Employee

Hi dal,

 

from what I can see it might be related to the appids, iperf and iperf3 are not matching. 

From my experience the appid is case-sensitive and needs to match 100% to apply all configuration to your installed and activated app.

 

Hope this helps.

 

Kind Regards

Frederic