9.如何配置鏈路聚合的負載分擔方式
鏈路聚合的負載分擔方式的配置方法:
V100R001版本
在Eth-Trunk接口視圖下使用load-balance { dmac | smac | smacxordmac } 命令配置鏈路的負載分擔方式。
缺省情況下,Eth-Trunk接口的負載分擔模式為smacxordmac。
V100R002、V100R003版本
在Eth-Trunk接口視圖下使用load-balance { dmac | smac | smacxordmac | sip | dip | sipxordip } 命令配置鏈路的負載分擔方式。
缺省情況下,Eth-Trunk接口的負載分擔模式為smacxordmac。
V100R005版本
在Eth-Trunk接口視圖下使用load-balance { dst-ip | dst-mac | src-ip | src-mac | src-dst-ip | src-dst-mac } 命令配置鏈路的負載分擔方式。
缺省情況下,Eth-Trunk接口的負載分擔模式為src-dst-mac。
在接口視圖下使用mac-table limit命令配置限制接口學習MAC地址的數(shù)量。
下面的操作步驟和舉例以V100R005版本的實現(xiàn)進行說明。
操作步驟
執(zhí)行命令system-view,進入系統(tǒng)視圖。
執(zhí)行命令interface interface-type interface-number,進入接口視圖。
執(zhí)行命令mac-limit maximum max-num,限制接口的MAC地址學習數(shù)量。
缺省情況下,不限制MAC地址學習數(shù)量。當學習到的MAC地址數(shù)達到接口限制數(shù)時,接口將丟棄源地址在MAC表以外的報文,同時發(fā)出trap告警。
如果需要更改接口在學習到的MAC地址數(shù)達到接口限制數(shù)時,對源地址在MAC表以外的報文的處理動作,可以執(zhí)行port-security enable命令使能接口的安全保護功能,然后執(zhí)行port-security protect-action { protect | restrict | shutdown }命令設(shè)置當MAC地址數(shù)量達到限制后接口采取的安全保護動作。接口安全功能的保護動作有如下三種:
protect
當學習到的MAC地址數(shù)達到接口限制數(shù)時,接口將丟棄源地址在MAC表以外的報文。
restrict
當學習到的MAC地址數(shù)達到接口限制數(shù)時,接口將丟棄源地址在MAC表以外的報文,同時發(fā)出trap告警。
shutdown
當學習到的MAC地址數(shù)達到接口限制數(shù)時,接口將執(zhí)行shutdown操作。
舉例:配置接口只能學習一個MAC地址,接口學習超過一個MAC地址后,對源地址在MAC表以外的報文采用protect的處理動作。
<Quidway> system-view[Quidway] interface ethernet0/0/1[Quidway-Ethernet0/0/1] port-security enable[Quidway-Ethernet0/0/1] port-security protect-action protect