重发布及路由策略

devtools/2024/11/15 0:04:44/
  • 实验拓扑
  • 实验要求
  1. 按照图示配置 IP 地址,R1,R3,R4 上使用 1oopback口模拟业务网段
  2. R1 和 R2 运行 RIPv2,R2,R3和R4运行 oSPF,各自协议内部互通
  3. 在 RIP 和 oSPF 间配置双向路由引入,要求除 R4 上的业务网段以外,其他业务网段路由都引入到对方协议内部
  4. 使用路由过滤,使 R4 无法学习到 R1 的业务网段路由,要求使用 prefix-1ist 进行匹配

5、oSPF 区域中不能出现 RIP 协议报文

  • 实验步骤
  1. 配置ip

R1:

[R1]int g0/0/0

[R1-GigabitEthernet0/0/0]ip add 100.1.1.1 24

[R1-GigabitEthernet0/0/0]

Apr 23 2024 19:44:26-08:00 R1 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP

on the interface GigabitEthernet0/0/0 has entered the UP state.

[R1-GigabitEthernet0/0/0]int l0

[R1-LoopBack0]ip add 192.168.0.1 32

[R1-LoopBack0]int l1

[R1-LoopBack1]ip add 192.168.1.1 32

R2:

[R2]int g0/0/0

[R2-GigabitEthernet0/0/0]ip add 100.1.1.2 24

Apr 23 2024 19:45:09-08:00 R2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP

on the interface GigabitEthernet0/0/0 has entered the UP state.

[R2-GigabitEthernet0/0/0]int g0/0/1

[R2-GigabitEthernet0/0/1]ip add 100.2.2.2 24

R3:

[R3]int g0/0/0

[R3-GigabitEthernet0/0/0]ip add 100.2.2.3 24

[R3-GigabitEthernet0/0/0]

Apr 23 2024 19:49:28-08:00 R3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP

on the interface GigabitEthernet0/0/0 has entered the UP state.

[R3-GigabitEthernet0/0/0]int g0/0/1

[R3-GigabitEthernet0/0/1]ip add 100.3.3.3 24

Apr 23 2024 19:49:40-08:00 R3 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP

on the interface GigabitEthernet0/0/1 has entered the UP state.

[R3-GigabitEthernet0/0/1]int l0

[R3-LoopBack0]ip add 192.168.2.1 32

[R3-LoopBack0]int l1

[R3-LoopBack1]ip add 192.168.3.1 32

R4:

[R4]int g0/0/0

[R4-GigabitEthernet0/0/0]ip add 100.3.3.4 24

[R4-GigabitEthernet0/0/0]

Apr 23 2024 19:51:21-08:00 R4 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP

on the interface GigabitEthernet0/0/0 has entered the UP state.

[R4-GigabitEthernet0/0/0]int l0

[R4-LoopBack0]ip add 192.168.4.1 32

[R4-LoopBack0]int l1

[R4-LoopBack1]ip add 192.168.5.1 32

  1. 开启RIP、OSPF,宣告网段

R1:

[R1]rip 1

[R1-rip-1]v 2

[R1-rip-1]undo su

[R1-rip-1]undo summary

[R1-rip-1]net 100.0.0.0

[R1-rip-1]net 192.168.0.0

[R1-rip-1]net 192.168.1.0

R2:

[R2]rip 1

[R2-rip-1]v 2

[R2-rip-1]undo su

[R2-rip-1]undo summary

[R2-rip-1]net 100.0.0.0

[R2-rip-1]q

[R2]ospf 1 router-id 2.2.2.2

[R2-ospf-1]a 0

[R2-ospf-1-area-0.0.0.0]net 100.2.2.0 0.0.0.255

R3:

[R3]ospf 1 router-id 3.3.3.3

[R3-ospf-1]a 0

[R3-ospf-1-area-0.0.0.0]net 100.2.2.0 0.0.0.255

[R3-ospf-1-area-0.0.0.0]net 192.168.2.1 0.0.0.0

[R3-ospf-1-area-0.0.0.0]net 192.168.3.1 0.0.0.0

R4:

[R4]ospf 1 router-id 4.4.4.4

[R4-ospf-1]a 1

[R4-ospf-1-area-0.0.0.1]net 100.3.3.0 0.0.0.255

[R4-ospf-1-area-0.0.0.1]net 192.168.4.1 0.0.0.0

[R4-ospf-1-area-0.0.0.1]net 192.168.5.1 0.0.0.0

  1. RIP和OSPF双向路由引入

[R2]rip 1

[R2-rip-1]imp

[R2-rip-1]import-route ospf 1

[R2-rip-1]q

[R2]ospf 1

[R2-ospf-1]im

[R2-ospf-1]import-route rip 1

4、不允许R4上的业务网段引入RIP的协议内部

[R2]acl 2000

[R2-acl-basic-2000]rule deny source 192.168.4.0 0.0.1.255

[R2-acl-basic-2000]rule permit source 0.0.0.0 255.255.255.255

[R2-acl-basic-2000]q

[R2]route-policy ww permit node 10

Info: New Sequence of this List.

[R2-route-policy]if-match acl 2000

[R2-route-policy]q

[R2]rip 1

[R2-rip-1]dis th

[V200R003C00]

#

rip 1

 undo summary

 version 2

 network 100.0.0.0

 import-route ospf 1

#

return

[R2-rip-1]import-route ospf 1 route-policy ww

5、使R4无法学到R1的业务网段(路由过滤)

[R4]ip ip-prefix qq index 10 deny 192.168.0.0 23 less-equal 32

[R4]ip ip-prefix qq index 20 permit 0.0.0.0 0 less-equal 32

[R4]ospf 1

[R4-ospf-1]filter-policy ip-prefix qq import

6、OSPF区域中不能出现RIP协议报文(配置静默接口)

[R2]rip 1

[R2-rip-1]silent-interface g0/0/1


http://www.ppmy.cn/devtools/13785.html

相关文章

maya显示隐藏 动画长度

目录 大纲视图,选择节点,H控制显示与隐藏 使用Viewport显示/隐藏 脚本控制显示/隐藏 获取动画长度python脚本 大纲视图,选择节点,H控制显示与隐藏 使用Viewport显示/隐藏 这是最直观的方法,适合临时隐藏Mesh以便专…

项目上线流程(保姆级教学)

01:注册阿里云账户 02:登录阿里云 03:在桌面新建记事本保存个人账号密码等信息 04:完成重置密码 05:安装宝塔面板 命令行 yum install -y wget && wget -O install.sh http://download.bt.cn/install/instal…

JMeter中设置全局变量

测试计划中设置全局变量 一般全局变量设置在测试计划中&#xff0c;在测试计划中的变量可以被所有的线程组使用。 测试计划 <<<用户定义的变量 <<< 名称、值名称值ipportheader 在线程组中引用全局变量,如${ip}

Qt——设置布局中特定的两个组件之间的间距

在Qt中&#xff0c;如果你想要设置布局内某两个组件之间的特定间距&#xff0c;你可以使用QSpacerItem来添加一个空白区域&#xff0c;或者使用布局的insertSpacing方法&#xff08;如果可用&#xff09;。 你可以在两个组件之间插入一个QSpacerItem来创建空间。下面是一个例子…

C#控制台相关方法

控制台相关方法 文章目录 控制台输入1、清空2、设置控制台3、设置光标位置&#xff0c;1y 2x4、设置颜色相关5、光标显隐6、关闭控制台思考 移动方块 控制台输入 //如果ReadKey(true)不会把输入的内容显示再控制台上 char c Console.ReadKey(true).KeyChar;1、清空 ​ Cons…

Java中的异常和错误

Exception ArrayIndexOutOfBoundsException&#xff08;数组下标越界&#xff09; NullPionterException&#xff08;空指针异常&#xff09; ArithmeticException&#xff08;算数异常&#xff09; MissingResourceException&#xff08;丢失资源&#xff09; ClassNotFo…

ceph存储系统

ceph存储系统 简介 ceph被称作面向未来的存储可以实现的存储方式 块存储&#xff1a;提供像普通硬盘一样的存储&#xff0c;为使用者提供“硬盘”文件系统存储&#xff1a;类似于NFS的共享方式&#xff0c;为使用者提供共享文件夹对象存储&#xff1a;像百度云盘一样&#xf…

【机器学习算法】穿越神经网络的迷雾:深入探索机器学习的核心算法

目录&#x1f339; 1. 神经元结构&#xff1a;2. 神经网络结构&#xff1a;3. 前向传播&#xff08;Forward Propagation&#xff09;&#xff1a;4. 损失函数&#xff08;Loss Function&#xff09;&#xff1a;5. 反向传播&#xff08;Backpropagation&#xff09;&#xff1…