当前位置:文档之家› 华为eNSP配置实例6-静态路由与默认路由

华为eNSP配置实例6-静态路由与默认路由


• 10.0.2.1/32 Direct 0 0
D 127.0.0.1 Ethernet0/0/0
• 10.0.12.0/24 Direct 0 0
D 10.0.12.2 Serial0/0/1
• 10.0.12.1/32 Direct 0 0
D 10.0.12.1 Serial0/0/1
• 10.0.12.2/32 Direct 0 0
• 同理,你也可以发现在R3的路由表里面没有去往10.0.1.0、 10.0.12.0、10.0.2.0等网络的路由信息
需要添加到这些网络的路由项目。
7. 规划路由
R1的路由表
目的网络 10.0.3.0 10.0.23.0 10.0.2.0
R2的路由表
目的网络 10.0.1.0 10.0.13.0 10.0.3.0
• 以上测试结果显示R2无法与地址10.0.3.2和10.0.13.2地址 通讯。
6 查看路由表
• <R2>display ip routing-table
• Route Flags: R - relay, D - download to fib
• ------------------------------------------------------------------------------
• Routing Tables: Public

Destinations estination/Mask Proto Pre Cost Flags NextHop Interface
• 10.0.1.0/24 Direct 0 0
D 10.0.1.1 Ethernet0/0/0
D 127.0.0.1 Serial0/0/1
• 10.0.23.0/24 Direct 0 0
D 10.0.23.1 Serial0/0/0
• 10.0.23.1/32 Direct 0 0
D 127.0.0.1 Serial0/0/0
• 10.0.23.2/32 Direct 0 0
D 10.0.23.2 Serial0/0/0
2. R2的基础配置与IP编址
• <Huawei>undo ter mon • <Huawei>system-view • [Huawei]sysname R2 • [R2]int s0/0/1 • [R2-Serial0/0/1]ip address 10.0.12.2 24 • [R2-Serial0/0/1]undo shut • [R2-Serial0/0/1]int s0/0/0 • [R2-Serial0/0/0]ip address 10.0.23.1 24 • [R2-Serial0/0/0]undo shut • [R2-Serial0/0/0]int e0/0/0 • [R2-Ethernet0/0/0]ip address 10.0.2.1 24 • [R2-Ethernet0/0/0]undo shut • [R2-Ethernet0/0/0]quit
time=60 ms
• 在R3上ping 10.0.23.1 通 • <R2>ping 10.0.23.1 • Reply from 10.0.23.1: bytes=56 Sequence=1 ttl=255
time=1 ms
• 在R2上ping 10.0.13.1 通 • <R2>ping 10.0.13.1 • Reply from 10.0.23.2: bytes=56 Sequence=1 ttl=255
• 10.0.13.1/32 Direct 0 0
D 127.0.0.1 Serial0/0/1
• 10.0.13.2/32 Direct 0 0
D 10.0.13.2 Serial0/0/1
• 10.0.1.1/32 Direct 0 0
D 127.0.0.1 Ethernet0/0/0
• 10.0.2.0/24 Static 60 0
RD 10.0.12.2 Serial0/0/0
• 10.0.3.0/24 Static 60 0
RD 10.0.13.2 Serial0/0/1
• 10.0.12.0/24 Direct 0 0
D 10.0.12.1 Serial0/0/0
• 10.0.12.1/32 Direct 0 0
D 127.0.0.1 Serial0/0/0
• 10.0.12.2/32 Direct 0 0
D 10.0.12.2 Serial0/0/0
• 10.0.13.0/24 Direct 0 0
D 10.0.13.1 Serial0/0/1
R3的路由表
目的网络 10.0.1.0 10.0.12.0 10.0.2.0
子网掩码 255.255.255.0 255.255.255.0 255.255.255.0
子网掩码 255.255.255.0 255.255.255.0 255.255.255.0
子网掩码 255.255.255.0 255.255.255.0 255.255.255.0
• Routing Tables: Public

Destinations : 10 Routes : 10
• Destination/Mask Proto Pre Cost Flags NextHop Interface
• 10.0.2.0/24 Direct 0 0
D 10.0.2.1 Ethernet0/0/0
4. 测试直连网络连通性
• 在R1上ping 10.0.12.2 通 • <R1>ping 10.0.12.2 • Reply from 10.0.12.2: bytes=56 Sequence=1 ttl=255
time=1 ms
• 在R1上ping 10.0.13.2 通 • <R1>ping 10.0.13.2 • Reply from 10.0.13.2: bytes=56 Sequence=1 ttl=255
time=1 ms
• 在R2上ping 10.0.12.1 通 • <R2>ping 10.0.12.1 • Reply from 10.0.12.1: bytes=56 Sequence=1 ttl=255
time=20 ms
• 在R2上ping 10.0.23.2 通 • <R2>ping 10.0.23.2 • Reply from 10.0.23.2: bytes=56 Sequence=1 ttl=255
• 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
• 发现R2的路由表里面没有去往10.0.1.0 、10.0.3.0、 10.0.13.0等网络的路由信息
• 同理,你也可以发现在R1的路由表里面没有去往10.0.3.0、 10.0.23.0、10.0.2.0等网络的路由信息
time=10 ms
5 测试非直连网络的连通性
• 测试R2到目的网络10.0.13.0/24、10.0.3.0/24的连通性
<R2>ping 10.0.13.2
Request time out
不通
<R2>ping 10.0.3.2
Request time out
不通
• 此时R2如果要与网络10.0.3.0网段通讯,则需要R2上有去 往该网段的路由信息,并且R3上也需要有回到R2接口IP网 段的路由信息。
设置主机IP和网关
• 主机的网关是其所连接的路由器端口的IP,如client0 连接 路由器R1的E0/0/0端口(10.0.1.1),因此client0的网关是 10.0.1.1,设置如下
1. R1的基础配置与IP编址
• <Huawei>undo ter mon • <Huawei>system-view • [Huawei]sysname R1 • [R1]int s0/0/1 • [R1-Serial0/0/1]ip address 10.0.13.1 24 • [R1-Serial0/0/1]undo shut • [R1-Serial0/0/1]int s0/0/0 • [R1-Serial0/0/0]ip address 10.0.12.1 24 • [R1-Serial0/0/0]undo shut • [R1-Serial0/0/0]int e0/0/0 • [R1-Ethernet0/0/0]ip address 10.0.1.1 24 • [R1-Ethernet0/0/0]undo shut • [R1-Ethernet0/0/0]quit
3. R3的基础配置与IP编址
• <Huawei>undo ter mon • <Huawei>system-view • [Huawei]sysname R3 • [R3]int s0/0/0 • [R3-Serial0/0/0]ip address 10.0.23.2 24 • [R3-Serial0/0/0]undo shut • [R3-Serial0/0/0]interface s0/0/1 • [R3-Serial0/0/1]ip addr 10.0.13.2 24 • [R3-Serial0/0/1]undo shut • [R3-Serial0/0/1]int e0/0/0 • [R3-Ethernet0/0/0]ip addr 10.0.3.1 24 • [R3-Ethernet0/0/0]undo shut • [R3-Ethernet0/0/0]quit
相关主题