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.