端口聚合

interface Eth-Trunk20
port default vlan xx
mode lacp-dynamic //动态聚合(互联口用lacp-static//静态聚合)
 
interface 10GE1/0/20
eth-trunk 20
 
interface 10GE2/0/20
eth-trunk 20
commit
全部完成后
quit
save
 
interface Eth-Trunk20 --- 20:为自定义 port default vlan xxx --- xxx: vlan id 号 interface GE1/0/20 interface GE2/0/20 对应服务器两块网卡端口
 
posted @ 2021-03-16 09:37  zzq2021  阅读(47)  评论(0)    收藏  举报