华为路由协议重定向配置

配置命令:

R1\]ospf 1 \[R1-ospf-1\]import-route rip 1 \[R1-ospf-1\]import-route direct \[R1-ospf-1\]import-route static \[R1-ospf-1\]default-route-advertise always \[R1-ospf-1\]qu \[R1\]rip 1 \[R1-rip-1\]import-route ospf 1 \[R1-rip-1\]import-route direct \[R1-rip-1\]import-route static \[R1-rip-1\]default-route originate \[R1-rip-1\]import-route ? bgp Border Gateway Protocol (BGP) routes direct Direct routes isis Intermediate System to Intermediate System (ISIS) routes ospf Open Shortest Path First (OSPF) routes rip Routing Information Protocol (RIP) routes static Static routes unr User Network Route **实验内容** ![](https://i-blog.csdnimg.cn/direct/8f876746232f4a2eb5ac092f081e083b.png) 一、基础配置 R1: \sys Enter system view, return user view with Ctrl+Z. \[Huawei\]undo info-center ena Info: Information center is disabled. \[Huawei\]sysn R1 \[R1\]int l0 \[R1-LoopBack0\]ip add 1.1.1.1 32 \[R1-LoopBack0\]int g0/0/0 \[R1-GigabitEthernet0/0/0\]ip add 10.1.1.1 24 \[R1-GigabitEthernet0/0/0\]qu \[R1

R2:

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

Huawei\]undo info-center ena Info: Information center is disabled. \[Huawei\]sysn R2 \[R2\]int l0 \[R2-LoopBack0\]ip add 2.2.2.2 32 \[R2-LoopBack0\]int g0/0/0 \[R2-GigabitEthernet0/0/0\]ip add 10.1.1.2 24 \[R2-GigabitEthernet0/0/0\]int g0/0/1 \[R2-GigabitEthernet0/0/1\]ip add 10.1.2.2 24 \[R2-GigabitEthernet0/0/1\]int g0/0/2 \[R2-GigabitEthernet0/0/2\]ip add 10.1.4.2 24 \[R2-GigabitEthernet0/0/2\]int s1/0/0 \[R2-Serial1/0/0\]ip add 10.1.3.2 24 \[R2-Serial1/0/0\]qu \[R2

R3:

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

Huawei\]undo info-center ena Info: Information center is disabled. \[Huawei\]sysn R3 \[R3\]int l0 \[R3-LoopBack0\]ip add 3.3.3.3 32 \[R3-LoopBack0\]int g0/0/0 \[R3-GigabitEthernet0/0/0\]ip add 10.1.2.1 24 \[R3-GigabitEthernet0/0/0\]qu \[R3

R4:

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

Huawei\]undo info-center ena Info: Information center is disabled. \[Huawei\]sysn R4 \[R4\]int l0 \[R4-LoopBack0\]ip add 4.4.4.4 32 \[R4-LoopBack0\]int g0/0/0 \[R4-GigabitEthernet0/0/0\]ip add 10.1.4.1 24 \[R4-GigabitEthernet0/0/0\]qu \[R4

R5:

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

Huawei\]undo info-center ena Info: Information center is disabled. \[Huawei\]sysn R5 \[R5\]int l0 \[R5-LoopBack0\]ip add 5.5.5.5 32 \[R5-LoopBack0\]int s1/0/0 \[R5-Serial1/0/0\]ip add 10.1.3.1 24 \[R5-Serial1/0/0\]qu \[R5

二、路由配置

R1:

R1\]ospf 1 \[R1-ospf-1\]ar 0 \[R1-ospf-1-area-0.0.0.0\]net \[R1-ospf-1-area-0.0.0.0\]network 1.1.1.1 0.0.0.0 \[R1-ospf-1-area-0.0.0.0\]net \[R1-ospf-1-area-0.0.0.0\]network 10.1.1.0 0.0.0.255 \[R1-ospf-1-area-0.0.0.0\]qu \[R1-ospf-1

R2:

R2\]ospf 1 \[R2-ospf-1\]ar 0 \[R2-ospf-1-area-0.0.0.0\]network 2.2.2.2 0.0.0.0 \[R2-ospf-1-area-0.0.0.0\]network 10.1.1.0 0.0.0.255 \[R2-ospf-1-area-0.0.0.0\]qu \[R2-ospf-1\]qu \[R2\]rip 1 \[R2-rip-1\]ver 2 \[R2-rip-1\]netw \[R2-rip-1\]network 10.0.0.0 \[R2-rip-1\]qu \[R2\]ip route-static 5.5.5.5 32 10.1.3.1 \[R2\]ip route-static 0.0.0.0 0 10.1.4.1 R3: \[R3\]rip 1 \[R3-rip-1\]ver 2 \[R3-rip-1\]network 3.0.0.0 \[R3-rip-1\]network 10.0.0.0 \[R3-rip-1\]qu \[R3

R4:

R4\]ip route-static 0.0.0.0 0 10.1.4.2 R5: \[R5\]ip route-s \[R5\]ip route-static 1.1.1.1 32 10.1.3.2 \[R5\]ip route-static 2.2.2.2 32 10.1.3.2 \[R5\]ip route-static 3.3.3.3 32 10.1.3.2 \[R5\]ip route-static 4.4.4.4 32 10.1.3.2 \[R5\]ip route-static 5.5.5.5 32 10.1.3.2 \[R5\]ip route-static 10.1.1.0 24 10.1.3.2 \[R5\]ip route-static 10.1.2.0 24 10.1.3.2 \[R5\]ip route-static 10.1.4.0 24 10.1.3.2 \[R5

三、路由重定向

R2\]ospf 1 \[R2-ospf-1\]import-route rip 1 \[R2-ospf-1\]import-route static \[R2-ospf-1\]default-route-advertise always \[R2\]rip 1 \[R2-rip-1\]import-route ospf 1 \[R2-rip-1\]import-route static \[R2-rip-1\]default-route originate \[R2-rip-1\]qu 四、验证 ![](https://i-blog.csdnimg.cn/direct/badc1257967742d68d3a3c39a80ee091.png) ![](https://i-blog.csdnimg.cn/direct/4e42120add314089a075478b42543be7.png) ![](https://i-blog.csdnimg.cn/direct/20d4d182031a483eb7d67076611e72f2.png) ![](https://i-blog.csdnimg.cn/direct/6e5f67db7d224c769db77f67c8959f86.png) ![](https://i-blog.csdnimg.cn/direct/c695018f0f214339bcd135f309057c02.png)

相关推荐
赛博云推-Twitter热门霸屏工具9 分钟前
Twitter运营完整流程:从0到引流获客全流程拆解(2026)
运维·安全·自动化·媒体·twitter
CHHC188012 分钟前
NetCore树莓派桌面应用程序
linux·运维·服务器
autumn200515 分钟前
Flutter 框架跨平台鸿蒙开发 - 虚拟纪念馆
flutter·华为·harmonyos
ACP广源盛1392462567332 分钟前
破局 Type‑C 切换器痛点@ACP#GSV6155+LH3828/GSV2221+LH3828 黄金方案
c语言·开发语言·网络·人工智能·嵌入式硬件·计算机外设·电脑
2301_822703201 小时前
渐变壁纸生成:基于鸿蒙Flutter的跨平台壁纸创建工具
flutter·华为·harmonyos·鸿蒙
帮我吧智能服务平台1 小时前
装备制造智能制造升级:远程运维与智能服务如何保障产线OEE
运维·服务器·制造
w6100104661 小时前
cka-2026-cri-dockerd
运维·k8s·cka
人间打气筒(Ada)1 小时前
「码动四季·开源同行」HarmonyOS应用开发:常见组件
华为·开源·harmonyos·组件·布局·鸿蒙开发
嵌入式小企鹅2 小时前
蓝牙学习系列(八):BLE L2CAP 协议详解
网络·学习·蓝牙·ble·协议栈·l2cap
卤炖阑尾炎2 小时前
PostgreSQL 日常运维全指南:从基础操作到备份恢复
运维·数据库·postgresql