H3C防火墙与交换机链路聚合
----------接口安全区域配置----------------------聚合端口配置----------------------聚合IP配置----------------------查看聚合状态----------------------服务器映射----------------------策略配置-----------查看聚合状态,status为s为聚合成功。
1.网络拓扑
2.防火墙配置
-----------聚合端口配置-----------
[FW]int Route-Aggregation 1
[FW-Route-Aggregation1]des connect to switch
[FW-Route-Aggregation1]quit
[FW]int range GE0/0 to GE0/1
[FW-if-range]port link-aggregation group 1
[FW-if-range]quit
-----------聚合IP配置-----------
[FW]int Route-Aggregation 1
[FW-Route-Aggregation1]ip address 10.0.0.1 30
[FW-Route-Aggregation1]quit
-----------接口安全区域配置-----------
[FW]zone name ABC id 5
[FW-ABC]import interface GE0/0
[FW-ABC]import interface GE0/1
[FW-ABC]import interface Route-Aggregation 1
[FW-ABC]quit
-----------策略配置-----------
interzone source ABC destination Local
rule 0 permit logging
source-ip any_address
destination-ip any_address
service any_service
rule enable
-----------服务器映射-----------
inter Route-Aggregation 1
nat server protocol any global 1.1.1.1 inside 2.2.2.2
-----------查看聚合状态-----------
查看聚合状态,status为s为聚合成功
dis link-aggregation verbose
---------------------------------------
更多推荐
所有评论(0)