在 Oracle® Solaris 11.2 中管理 TCP/IP 网络、IPMP 和 IP 隧道

退出打印视图

更新时间: 2014 年 7 月
 
 

如何将接口添加到 IPMP 组

开始之前

确保添加到组的接口满足所有的所需要求。有关要求列表,请参见如何规划 IPMP 组

  1. 成为 root 角色。
  2. 如果底层 IP 接口尚不存在,则创建该接口。
    # ipadm create-ip under-interface
  3. 将 IP 接口添加到 IPMP 组中。
    # ipadm add-ipmp -i under-interface ipmp-interface

    其中,ipmp-interface 指要添加底层接口的 IPMP 组。

示例 3-4  将接口添加到 IPMP 组

以下示例说明如何将 net4 接口添加到 IPMP 组 ipmp0

# ipadm create-ip net4
# ipadm add-ipmp -i net4 ipmp0
# ipmpstat -g
GROUP   GROUPNAME   STATE      FDT       INTERFACES
ipmp0   ipmp0      ok         10.00s    net0 net1 net4