华为 eNSP 路由器 实现双wan出口 访问外网nat 策略路由配置

1 实验拓扑

2 路由器配置

复制代码
#R1配置
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sysn	
[Huawei]sysname R1
[R1]int GigabitEthernet 0/0/0
[R1-GigabitEthernet0/0/0]ip address  192.168.1.1 255.255.255.0
[R1-GigabitEthernet0/0/0]qu
[R1]int GigabitEthernet 0/0/1
[R1-GigabitEthernet0/0/1]ip address 10.1.1.2 255.255.255.0
[R1-GigabitEthernet0/0/1]qu
[R1]int GigabitEthernet 0/0/2
[R1-GigabitEthernet0/0/2]ip address 172.16.1.2 255.255.255.0
[R1-GigabitEthernet0/0/2]qu
#配置访问策略,并绑定接口
R1]acl  number 3006
[R1-acl-adv-3006]rule 6 permit  ip  source 192.168.1.0 0.0.0.255
[R1-acl-adv-3006]quit
[R1]interface GigabitEthernet 0/0/1
[R1-GigabitEthernet0/0/1]nat outbound 3006
[R1-GigabitEthernet0/0/1]qu
[R1]interface GigabitEthernet 0/0/2
[R1-GigabitEthernet0/0/2]nat outbound 3006
[R1-GigabitEthernet0/0/2]qu
#配置两条等价默认路由,通过等价路由来实现负载分担,基于源IP地址方式进行负载分担
[R1]ip route-static 0.0.0.0 0 10.1.1.1
[R1]ip route-static 0.0.0.0 0 172.16.1.1
[R1load-balance src-ip
<R1>save

#ISP1
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sysn	
[Huawei]sysname ISP1
[ISP1]int GigabitEthernet 0/0/0
[ISP1-GigabitEthernet0/0/0]ip add 10.1.1.1 255.255.255.0
[ISP1-GigabitEthernet0/0/0]qu
[ISP1]qu
<ISP1>save 
#ISP2
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname ISP2
[ISP2]int GigabitEthernet 0/0/0
[ISP2-GigabitEthernet0/0/0]ip add 172.16.1.2 255.255.255.0
[ISP2-GigabitEthernet0/0/0]qu
[ISP2]qu
<ISP2>save 

pc1 配置

#pc2配置

3 验证查看

复制代码
#R1查看配置的静态路由表信息
<R1>display ip routing-table protocol static
Route Flags: R - relay, D - download to fib
------------------------------------------------------------------------------
Public routing table : Static
         Destinations : 1        Routes : 2        Configured Routes : 2

Static routing table status : <Active>
         Destinations : 1        Routes : 2

Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface

        0.0.0.0/0   Static  60   0          RD   10.1.1.1        GigabitEthernet
0/0/1
                    Static  60   0          RD   172.16.1.1      GigabitEthernet
0/0/2

Static routing table status : <Inactive>
         Destinations : 0        Routes : 0

#pc1 ping ISP1和ISP2

相关推荐
7***u21620 小时前
显卡(Graphics Processing Unit,GPU)架构详细解读
大数据·网络·架构
空白诗21 小时前
mdcat 在 HarmonyOS 上的构建与适配
后端·安全·华为·rust·harmonyos
百***354821 小时前
HarmonyOS在智能办公中的文档协作
华为·harmonyos
河北瑾航科技1 天前
广西水资源遥测终端 广西水利遥测终端 广西用水监测遥测终端 河北瑾航科技遥测终端机HBJH-B01说明书
网络·科技·水文遥测终端机·遥测终端机·广西水资源遥测终端机·广西水利遥测终端·广西用水终端
羑悻的小杀马特1 天前
轻量跨云·掌控无界:Portainer CE + cpolar 让远程容器运维像点外卖一样简单——免复杂配置,安全直达对应集群
运维·网络·安全·docker·cpolar
愚戏师1 天前
Python3 Socket 网络编程复习笔记
网络·笔记
降临-max1 天前
JavaSE---网络编程
java·开发语言·网络·笔记·学习
赖small强1 天前
【Linux 网络基础】libwebsockets HTTPS 服务端实现机制详解
linux·网络·https·tls·libwebsockets
向哆哆1 天前
深入理解华为 CANN 中的 Broadcast 算子实现:从底层机制到工程化落地
华为·算子·昇腾·cann
大白的编程日记.1 天前
【计算网络学习笔记】MySql的多版本控制MVCC和Read View
网络·笔记·学习·mysql