Displays the details of all subinterfaces in a multiple management IP network deployment or the details for a specified subinterface.
The following example shows the details for all configured subinterfaces.
$ efa mgmt subinterface show +------+------------------+------+---------------+ | Name | Parent Interface | Vlan | IP Subnet | +------+------------------+------+---------------+ | sub2 | eth0 | 20 | 20.20.20.2/24 | +------+------------------+------+---------------+ | sub1 | eth0 | 50 | 50.50.50.2/24 | +------+------------------+------+---------------+
The following example shows the details for the specified subinterface.
$ efa mgmt subinterface show --name sub2 +------+------------------+------+---------------+ | Name | Parent Interface | Vlan | IP Subnet | +------+------------------+------+---------------+ | sub2 | eth0 | 20 | 20.20.20.2/24 | +------+------------------+------+---------------+