玩转华为ENSP模拟器系列 | 配置IPv4静态路由示例
Posted COCOgsta
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了玩转华为ENSP模拟器系列 | 配置IPv4静态路由示例相关的知识,希望对你有一定的参考价值。
素材来源:华为路由器配置指南
一边学习一边整理试验笔记,并与大家分享,侵权即删,谢谢支持!
附上汇总贴:COCOgsta的博客_CSDN博客-视频学习笔记,实验笔记,翻译领域博主
目标
利用IPv4静态路由,可以实现网络中任意两台设备之间的互通。
组网需求
路由器各接口及主机的IP地址和掩码如图1所示。要求采用静态路由,使图中任意两台主机之间都能互通。
配置思路
- 首先配置各路由器各接口的IPv4地址,使网络互通。
- 在路由器上配置到目的地址的IPv4静态路由及缺省路由。
- 在各主机上配置IPv4缺省网关,使任意两台主机可以互通。
操作步骤
- 配置各接口的IP地址
- 配置静态路由
在DeviceA上配置IPv4缺省路由。
DeviceA:
ip route-static 0.0.0.0 0.0.0.0 1.1.4.2
在DeviceB上配置两条IPv4静态路由。
DeviceB:
ip route-static 1.1.1.0 255.255.255.0 1.1.4.1
ip route-static 1.1.3.0 255.255.255.0 1.1.4.6
在DeviceC上配置IPv4缺省路由。
DeviceC:
ip route-static 0.0.0.0 0.0.0.0 1.1.4.5
- 查看配置结果
显示DeviceA的IP路由表。
[~DeviceA]display ip routing-table
Route Flags: R - relay, D - download to fib, T - to vpn-instance, B - black hole route
------------------------------------------------------------------------------
Routing Table : _public_
Destinations : 11 Routes : 11
Destination/Mask Proto Pre Cost Flags NextHop Interface
0.0.0.0/0 Static 60 0 RD 1.1.4.2 Ethernet1/0/0
1.1.1.0/24 Direct 0 0 D 1.1.1.1 Ethernet1/0/1
1.1.1.1/32 Direct 0 0 D 127.0.0.1 Ethernet1/0/1
1.1.1.255/32 Direct 0 0 D 127.0.0.1 Ethernet1/0/1
1.1.4.0/30 Direct 0 0 D 1.1.4.1 Ethernet1/0/0
1.1.4.1/32 Direct 0 0 D 127.0.0.1 Ethernet1/0/0
1.1.4.3/32 Direct 0 0 D 127.0.0.1 Ethernet1/0/0
127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0
127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0
127.255.255.255/32 Direct 0 0 D 127.0.0.1 InLoopBack0
255.255.255.255/32 Direct 0 0 D 127.0.0.1 InLoopBack0
[~DeviceA]
使用ping命令验证连通性。
[~DeviceA]ping 1.1.3.1
PING 1.1.3.1: 56 data bytes, press CTRL_C to break
Reply from 1.1.3.1: bytes=56 Sequence=1 ttl=254 time=8 ms
Reply from 1.1.3.1: bytes=56 Sequence=2 ttl=254 time=6 ms
Reply from 1.1.3.1: bytes=56 Sequence=3 ttl=254 time=10 ms
Reply from 1.1.3.1: bytes=56 Sequence=4 ttl=254 time=9 ms
Reply from 1.1.3.1: bytes=56 Sequence=5 ttl=254 time=5 ms
--- 1.1.3.1 ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 5/7/10 ms
[~DeviceA]
使用tracert命令验证连通性。
[~DeviceA]tracert 1.1.3.1
traceroute to 1.1.3.1(1.1.3.1), max hops: 30, packet length: 40, press CTRL_C t
o break
1 1.1.4.2 10 ms 4 ms 5 ms
2 1.1.3.1 2 ms 2 ms 6 ms
[~DeviceA]
以上是关于玩转华为ENSP模拟器系列 | 配置IPv4静态路由示例的主要内容,如果未能解决你的问题,请参考以下文章
玩转华为ENSP模拟器系列 | 配置基于iBGP的PE和接入设备间路由交换
玩转华为ENSP模拟器系列 | 配置EdVdPdNd L3VdPdNd实例