• 华为ensp nat转换实验


    实验拓扑

    下载链接

    华为ensp nat转换实验

    图 1-1

    注:如无特别说明,同一网段中,IP 地址的主机位为其设备编号,如 R3 的 g0/0 接口若在 192.168.1.0/24 网段,则其 IP 地址为 192.168.1.3/24,以此类推。此拓扑中 FTPA,PCA,PCB 使用路由器来模拟


    实验需求

    1. 按照图示配置 IP 地址

    2. 私网 A 通过 R1 接入到互联网,私网 B 通过 R3 接入到互联网

    3. 私网 A 内部存在 Vlan10 和 Vlan20,通过 R1 上单臂路由访问外部网络

    4. 私网 A 通过 NAPT 使 Vlan10 和 Vlan20 都能够使用 R1 的公网地址访问互联网

    5. 私网 B 通过在 R3 上配置 EASY IP 访问互联网

    6. 私网 A 配置 NAT SERVER 把 FTPA 的 FTP 服务发布到公网,使 PCB 可以访问


    实验解法

    1. 配置 IP 地址部(路由器当作电脑来使用,需要指定网关,这里的网关为R1G0/1子接口的IP地址,192.168.1.254/24192.168.2.254/24)

    FTP服务器

    1. sys
    2. Enter system view, return user view with Ctrl+Z.
    3. [Huawei]un in en
    4. Info: Information center is disabled.
    5. [Huawei]sysn ftp
    6. [ftp]int g0/0/0
    7. [ftp-GigabitEthernet0/0/0]ip add 192.168.1.10 24
    8. [ftp-GigabitEthernet0/0/0]ip route-sta 0.0.0.0 0 192.168.1.254

    PCA

    1. sys
    2. Enter system view, return user view with Ctrl+Z.
    3. [Huawei]un in e
    4. Info: Information center is disabled.
    5. [Huawei]sys PCA
    6. [PCA]int g0/0/0
    7. [PCA-GigabitEthernet0/0/0]ip add 192.168.2.20 24
    8. [PCA-GigabitEthernet0/0/0]ip route-sta 0.0.0.0 0 192.168.2.254

    SWA

    1. Huawei>sys
    2. Enter system view, return user view with Ctrl+Z.
    3. [Huawei]sysn swa
    4. [swa]vlan bat 10 20
    5. Info: This operation may take a few seconds. Please wait for a moment...done.
    6. [swa]int g0/0/1
    7. [swa-GigabitEthernet0/0/1]port link-ty ac
    8. [swa-GigabitEthernet0/0/1]port def vlan 10
    9. [swa-GigabitEthernet0/0/1]int g0/0/2
    10. [swa-GigabitEthernet0/0/2]port link-ty ac
    11. [swa-GigabitEthernet0/0/2]port def vlan 20
    12. [swa-GigabitEthernet0/0/2]int g0/0/3
    13. [swa-GigabitEthernet0/0/3]port link-ty tr
    14. [swa-GigabitEthernet0/0/3]port tr al vlan 10 20

    R1(这里顺便配置了单臂路由)

    1. sys
    2. Enter system view, return user view with Ctrl+Z.
    3. [Huawei]un in en
    4. Info: Information center is disabled.
    5. [Huawei]sysn r1
    6. [r1]vlan bat 10 20
    7. Info: This operation may take a few seconds. Please wait for a moment...done.
    8. [r1]int g0/0/0.1
    9. [r1-GigabitEthernet0/0/0.1]ip add 192.168.1.254 24
    10. [r1-GigabitEthernet0/0/0.1]dot1q ter vid 10
    11. [r1-GigabitEthernet0/0/0.1]arp br en
    12. [r1-GigabitEthernet0/0/0.1]int g0/0/0.2
    13. [r1-GigabitEthernet0/0/0.2]ip add 192.168.2.254 24
    14. [r1-GigabitEthernet0/0/0.2]dot1q ter vid 20
    15. [r1-GigabitEthernet0/0/0.2]arp broadcast enable
    16. [r1-GigabitEthernet0/0/0.2]int g0/0/1
    17. [r1-GigabitEthernet0/0/1]ip add 100.1.1.1 24

    R2

    1. sys
    2. Enter system view, return user view with Ctrl+Z.
    3. [Huawei]un in en
    4. Info: Information center is disabled.
    5. [Huawei]sysn r2
    6. [r2]int g0/0/0
    7. [r2-GigabitEthernet0/0/0]ip add 100.1.1.2 24
    8. [r2-GigabitEthernet0/0/0]int g0/0/1
    9. [r2-GigabitEthernet0/0/1]ip add 100.2.2.2 24

    R3

    1. sys
    2. Enter system view, return user view with Ctrl+Z.
    3. [Huawei]un in en
    4. Info: Information center is disabled.
    5. [Huawei]sysn r3
    6. [r3]int g0/0/0
    7. [r3-GigabitEthernet0/0/0]ip add 100.2.2.3 24
    8. [r3-GigabitEthernet0/0/0]int g0/0/1
    9. [r3-GigabitEthernet0/0/1]ip add 192.168.1.3 24

    PCB

    1. sys
    2. Enter system view, return user view with Ctrl+Z.
    3. [Huawei]un in en
    4. Info: Information center is disabled.
    5. [Huawei]sysn PCB
    6. [PCB]int g0/0/0
    7. [PCB-GigabitEthernet0/0/0]ip add 192.168.1.30 24
    8. [PCB-GigabitEthernet0/0/0]ip route-sta 0.0.0.0 0 192.168.1.3

    2,R1 和 PCB 上配置默认路由指向公网,

    R1

    [r1]ip route-sta 0.0.0.0 0 100.1.1.2
    

    PC3

    [r3]ip route-sta 0.0.0.0 0 100.2.2.2
    

    3,私网 A 通过 NAPT 使 Vlan10 和 Vlan20 都能够使用 R1 的公网地址访问互联网

      分析:根据需求得知,ACL 需要配置允许 192.168.1.0/24
     和 192.168.2.0/24网段;私网 A 只有 1 个公网地址可用,意味着创建的 NAT 地址池起始和结束地址就都是 
    100.1.1.1

    步骤 1:R1 上创建基本 ACL,允许 192.168.1.0/24 和 192.168.2.0/24 网段

    1. [r1]acl 2000
    2. [r1-acl-basic-2000]rule per sou 192.168.1.0 0.0.0.255
    3. [r1-acl-basic-2000]rule per sou 192.168.2.0 0.0.0.255

    步骤 2:R1 上创建 NAT 地址池,设置公网地址地址范围(100.1.1.5-100.1.1.6

    [r1]nat address-group 1 100.1.1.5 100.1.1.6
    

    步骤 3:在 R1 的公网接口上配置 NAPT

    1. [r1]int g0/0/1
    2. [r1-GigabitEthernet0/0/1]nat outbound 2000 address-group 1 no-pat

    步骤 4:在 PCA 上 Ping R3 的公网地址,测试是否可以访问互联网

    1. ping 100.2.2.3
    2.  PING 100.2.2.3: 56  data bytes, press CTRL_C to break
    3.    Reply from 100.2.2.3: bytes=56 Sequence=1 ttl=255 time=40 ms
    4.    Reply from 100.2.2.3: bytes=56 Sequence=2 ttl=255 time=50 ms
    5.    Reply from 100.2.2.3: bytes=56 Sequence=3 ttl=255 time=40 ms
    6.    Reply from 100.2.2.3: bytes=56 Sequence=4 ttl=255 time=50 ms
    7.    Reply from 100.2.2.3: bytes=56 Sequence=5 ttl=255 time=50 ms
    8.  --- 100.2.2.3 ping statistics ---
    9.    5 packet(s) transmitted
    10.    5 packet(s) received
    11.    0.00% packet loss
    12.    round-trip min/avg/max = 40/46/50 ms

    4,私网 B 通过在 R3 上配置 EASY IP 访问互联网

      分析:根据需求得知,ACL 需要配置允许 192.168.1.0/24 网段;使用 EASY IP,就无需配置 NAT 地址池,直接在公网接口上配置即可,EASY IP 会自动识别公网接口的 IP 地址

    步骤 1:R3 上创建基本 ACL,允许 192.168.1.0/24 网段

    1. [r3]acl 2000
    2. [r3-acl-basic-2000]rule per sou 192.168.1.0 0.0.0.25

    步骤 2:在 R3 的公网接口上配置 EASY IP

    1. [r3-acl-basic-2000]int g0/0/0
    2. [r3-GigabitEthernet0/0/0]nat out 2000

    步骤 4:在 PCB 上 Ping R1 的公网地址,测试是否可以访问互联网

    ping 100.1.1.1
      PING 100.1.1.1: 56  data bytes, press CTRL_C to break
        Reply from 100.1.1.1: bytes=56 Sequence=1 ttl=253 time=30 ms
        Reply from 100.1.1.1: bytes=56 Sequence=2 ttl=253 time=40 ms
        Reply from 100.1.1.1: bytes=56 Sequence=3 ttl=253 time=20 ms
        Reply from 100.1.1.1: bytes=56 Sequence=4 ttl=253 time=40 ms
        Reply from 100.1.1.1: bytes=56 Sequence=5 ttl=253 time=30 ms
      --- 100.1.1.1 ping statistics ---
        5 packet(s) transmitted
        5 packet(s) received
        0.00% packet loss
        round-trip min/avg/max = 20/32/40 ms
    

    5,配置 FTP 服务器

    步骤1,在 ftp服务器上配置开启 TELNET 和 FTP 服务,账户为guolaoban,密码123456,华为需要指定管理地址

    1. [ftp]ftp ser en
    2. Info: Succeeded in starting the FTP server
    3. [ftp]set def ftp-directory flash:
    4. [ftp-aaa]local-user guolaoban password cipher 123456
    5. [ftp-aaa]local-user guolaoban service-type ftp
    6. [ftp-aaa]local-user guolaoban privilege level 15
    7. [ftp-aaa]local-user guolaoban ftp-directory flash:

    6,私网 A 配置 NAT SERVER 把 FTPA 的 FTP 服务发布到公网,使 PCB 可以访问

      分析:根据需求得知,需要发布 FTPA 的 FTP 服务,也就是把 R1 的公网地址的 20 和 21 端口映射到 FTPA 的私网地址

    步骤 1:在 R1 的公网接口上配置 NAT SERVER,映射端口 20 和 21,这里映射ftp服务器的地址为192.168.1.10 

    1. [R1-GigabitEthernet0/1]int g0/1
    2. [r1-GigabitEthernet0/0/1]nat server protocol tcp global current-interface ftp in side 192.168.1.10 ftp
    3. Warning:The port 21 is well-known port. If you continue it may cause function fa ilure.
    4. Are you sure to continue?[Y/N]:y

    步骤 2:在 PCB 上测试是否能够通过 R1 的公网地址访问 FTPA 的 FTP 服务,账号:guolaoban,密码:123456,测试后可以登录极为完成

  • 相关阅读:
    力扣大厂热门面试算法题 - 矩阵
    ArcGIS 10.5安装教程!
    如何在不使用非安全引导程序的情况下使用TF-A直接引导Linux内核?
    非连续台阶状物体的仿真-含Matlab源码
    【Qt】文件系统
    十年来高薪专业变成了它——信息安全
    View Design 全系产品升级至 Vue 3,并发布 View UI Plus 正式版
    2023亚太杯数学建模思路 - 案例:ID3-决策树分类算法
    21、Flink 的table API与DataStream API 集成(2)- 批处理模式和inser-only流处理
    「数据结构详解·三」栈
  • 原文地址:https://blog.csdn.net/h320758724/article/details/127802363