华为运营商级路由器配置示例 | IPv4静态路由

Posted COCOgsta

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了华为运营商级路由器配置示例 | IPv4静态路由相关的知识,希望对你有一定的参考价值。

组网需求

路由器各接口及主机的IP地址和掩码如图1所示。要求采用静态路由,使图中任意两台主机之间都能互通。

图1 配置IPv4静态路由组网图

配置思路

  1. 首先配置各路由器各接口的IPv4地址,使网络互通。
  2. 在路由器上配置到目的地址的IPv4静态路由及缺省路由。
  3. 在各主机上配置IPv4缺省网关,使任意两台主机可以互通。

操作步骤

1.配置各接口的IP地址,请参见配置文件

2.配置静态路由

# 在DeviceA上配置IPv4缺省路由。

[~DeviceA] ip route-static 0.0.0.0 0.0.0.0 10.1.4.2
[*DeviceA] commit

# 在DeviceB上配置两条IPv4静态路由。

[~DeviceB] ip route-static 10.1.1.0 255.255.255.0 10.1.4.1
[*DeviceB] ip route-static 10.1.3.0 255.255.255.0 10.1.4.6
[*DeviceB] commit

# 在DeviceC上配置IPv4缺省路由。

[~DeviceC] ip route-static 0.0.0.0 0.0.0.0 10.1.4.5
[*DeviceC] commit

3.配置主机配置主机PC1的缺省网关为10.1.1.1,主机PC2的缺省网关为10.1.2.1,主机PC3的缺省网关为10.1.3.1。

4.查看配置结果

# 显示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 : 12        Routes : 12

Destination/Mask    Proto  Pre  Cost   Flags    NextHop         Interface

        0.0.0.0/0   Static 60   0        RD       10.1.4.2        GigabitEthernet1/0/0
       10.1.1.0/24  Direct 0    0         D       10.1.1.1        GigabitEthernet2/0/0
       10.1.1.1/32  Direct 0    0         D       127.0.0.1       GigabitEthernet2/0/0
     10.1.1.255/32  Direct 0    0         D       127.0.0.1       GigabitEthernet2/0/0
       10.1.4.0/30  Direct 0    0         D       10.1.4.1        GigabitEthernet1/0/0
       10.1.4.1/32  Direct 0    0         D       127.0.0.1       GigabitEthernet1/0/0
       10.1.4.2/32  Direct 0    0         D       10.1.4.2        GigabitEthernet1/0/0
     10.1.4.255/32  Direct 0    0         D       127.0.0.1       GigabitEthernet1/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

# 使用ping命令验证连通性。

[~DeviceA] ping 10.1.3.1
  PING 10.1.3.1: 56  data bytes, press CTRL_C to break
    Reply from 10.1.3.1: bytes=56 Sequence=1 ttl=254 time=62 ms
    Reply from 10.1.3.1: bytes=56 Sequence=2 ttl=254 time=63 ms
    Reply from 10.1.3.1: bytes=56 Sequence=3 ttl=254 time=63 ms
    Reply from 10.1.3.1: bytes=56 Sequence=4 ttl=254 time=62 ms
    Reply from 10.1.3.1: bytes=56 Sequence=5 ttl=254 time=62 ms
  --- 10.1.3.1 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 62/62/63 ms

# 使用tracert命令验证连通性。

[~DeviceA] tracert 10.1.3.1
 traceroute to  10.1.3.1(10.1.3.1), max hops: 30 ,packet length: 40
 1 10.1.4.2 31 ms  32 ms  31 ms
 2 10.1.4.6 62 ms  63 ms  62 ms

 

以上是关于华为运营商级路由器配置示例 | IPv4静态路由的主要内容,如果未能解决你的问题,请参考以下文章

华为运营商级路由器配置示例 | 动态BFD检测IPv4静态路由

华为运营商级路由器配置示例 | NQA for IPv4静态路由

华为运营商级路由器配置示例 | 静态BFD for IPv4静态路由

华为运营商级路由器配置示例 | NQA for IPv4静态路由

华为运营商级路由器配置示例 | 公网IPv4 over SRv6 TE Policy

华为运营商级路由器配置示例 | 公网IPv4 over SRv6 BE