efa scvmm links

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.

Syntax

efa scvmm links physical { --host string | --hyperv string }
efa scvmm links virtual --hyperv string

Parameters

physical
Displays the physical links for the selected device. The device can be a Microsoft SCVMM server or a Hyper-V server.
virtual
Displays the virtual links created on a Microsoft Hyper-V server
--host string
The IP address or host name of the Microsoft SCVMM server for which to view the physical links
--hyperv string
The IP address or host name of the Microsoft Hyper-V host for which to view the physical and virtual links

Examples

This example lists the Microsoft Hyper-V devices 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 lists 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 ---