In OpenContrail, there are two types of VMs (virtual machines) that can be spawned:
What is the tap interface associated with the VM instance's interface on Contrail? The tap interface information can be used to debug connectivity issues using tools such as tcpdump.
Navigate to http:// <openstak-ip> /horizon/admin/instances / and note the following:
http:// <openstak-ip> /horizon/admin/instances
root@host1:~# source /etc/contrail/openstackrc root@host1:~# cd /etc/libvirt/qemu/ root@host1:/etc/libvirt/qemu# nova list | grep 10.10.10.6 | cut -d "|" -f2 8335b3f7-def1-43e8-9f55-fbef670e39e7
grep
root@host1:/etc/libvirt/qemu# grep "8335b3f7-def1-43e8-9f55-fbef670e39e7" *.xml | awk '{print $1}' | head -1 | cut -d ":" -f1 | xargs cat | grep tap <target dev='tap4e3a2fe8-7d'/>
tap4e3a2fe8-7d