H3CNE-27-链路聚合(L3)
SW2:
int range g1/0/1 g1/0/4
port link-mode route
# (1)将交换机接口模式改为三层
int Route-Aggregation 5
# (2)创建三层聚合接口组
int range g1/0/1 g1/0/4
port link-aggregation group 5
# (3)将接口加入聚合组
int Route-Agg 5
ip add 12.1.1.1 24
# (4)给聚合后的端口配置IP地址
R1:
int Route-Agg 5
#
int g0/0
port link-agg gr 5
int g0/1
port link-add gr 5
#
int Route-Agg 5
ip add 12.1.1.2 24