array 端口聚合

前端之家收集整理的这篇文章主要介绍了array 端口聚合前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

AN(config)# bond interface bond1 outside

AN(config)# bond interface bond1 eng1
//把上面的两个接口接入到聚合组
AN(config)# bond name bond1 link1
//把聚合组的名字进行修改
AN(config)#ip address link1 10.10.0.2 255.255.255.0
AN(config)#ip route default 10.10.0.1
//给聚合组配置ip地址和缺省路由
原文链接:https://www.f2er.com/javaschema/286629.html

猜你在找的设计模式相关文章