Displays the links for Microsoft SCVMM tenants and their Microsoft Hyper-V hosts. For Microsoft SCVMM server tenants, only physical links are displayed. For Microsoft Hyper-V hosts, physical and virtual links are displayed.
This example is list of Microsoft Hyper-V device managed by the SCVMM Server with the IP 10.24.85.111.
ubuntu@ubuntu:~$ efa scvmm links physical --host 10.24.85.111
Physical Links for SCVMM server 10.24.85.111
+--------------+-------------+-----------+-------------------+---------------+-----------+
| SCVMM Server | HyperV Host | PNIC Name | PNIC MAC | Interface | Device |
+--------------+-------------+-----------+-------------------+---------------+-----------+
| 10.24.85.111 | 10.24.81.10 | vmnic3 | 40:f2:e9:bb:4c:83 | Ethernet 0/10 | 10.9.9.20 |
+--------------+-------------+-----------+-------------------+---------------+-----------+
| 10.24.85.111 | 10.24.82.20 | vmnic3 | 40:f2:e9:bb:58:b2 | Ethernet 0/10 | 10.9.9.30 |
+--------------+-------------+-----------+-------------------+---------------+-----------+
Physical Link Details
--- Time Elapsed: 19.922038ms ---
This example is a list of virtual machines and their virtual links on the Hyper-V host with the IP 10.24.81.10.
ubuntu@ubuntu:~$ efa scvmm links virtual --hyperv 10.24.81.10
Virtual Links for Hyper-V host 10.24.81.10
+-------------+---------+----------+--------------+----------------+----------------------+
| HyperV Host | VM Name | VNIC MAC | VSwitch Name | VMNetwork Name | Logical Network Name |
+-------------+---------+----------+--------------+----------------+----------------------+
Virtual Link Details
--- Time Elapsed: 9.66121ms ---