我的编程空间,编程开发者的网络收藏夹
学习永远不晚

(OSPF实验)OSPF ABR Typ

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

(OSPF实验)OSPF ABR Typ

OSPF ABR Type 3 LSA Filtering
Document ID: 00007


目录

提要

正文

TOPO如下

基本配置如下

验证

附注


提要:

讨论 OSPF ABR Type 3 LSA Filtering
cisco文档关于OSPF ABR Type 3 LSA Filtering的解释

正文

OSPF ABR Type 3 LSA Filtering只能在ABR上面做
TOPO如下 

 

基本配置如下

l        R1

l        R2

l        R3
R1

interface Loopback0

 ip address 1.1.1.1 255.255.255.0

 ip ospf network point-to-point

!

interface Serial1/0

 ip address 12.1.1.1 255.255.255.0

 serial restart-delay 0

 no fair-queue

!

interface Serial2/0

 ip address 13.1.1.1 255.255.255.0

 serial restart-delay 0

!

router ospf 1

 router-id 1.1.1.1

 log-adjacency-changes

 network 12.1.1.0 0.0.0.255 area 0

 network 13.1.1.0 0.0.0.255 area

 

 

R2

interface Loopback0

 ip address 2.2.2.2 255.255.255.0

!

interface Serial2/0

 ip address 12.1.1.2 255.255.255.0

 serial restart-delay 0

!

router ospf 1

 router-id 2.2.2.2

 log-adjacency-changes

 network 12.1.1.0 0.0.0.255 area 0

 

R3

interface Loopback0

 ip address 3.3.0.3 255.255.255.0 secondary

 ip address 3.3.1.3 255.255.255.0 secondary

 ip address 3.3.2.3 255.255.255.0 secondary

 ip address 3.3.3.3 255.255.255.0

 ip ospf network point-to-point

!

interface Serial1/0

 ip address 13.1.1.3 255.255.255.0

 serial restart-delay 0

 no fair-queue

!

router ospf 1

 log-adjacency-changes

 network 3.3.0.0 0.0.255.255 area 1

 network 13.1.1.0 0.0.0.255 area 1

 

 

 

测试:

 

没有配置lsa type3过滤器之前 查看r2路由表

r2#sho ip route | begin Ga

Gateway of last resort is not set

 

     2.0.0.0/24 is subnetted, 1 subnets

C       2.2.2.0 is directly connected, Loopback0

     3.0.0.0/24 is subnetted, 4 subnets

O IA    3.3.0.0 [110/129] via 12.1.1.1, 00:00:51, Serial2/0

O IA    3.3.1.0 [110/129] via 12.1.1.1, 00:00:57, Serial2/0

O IA    3.3.2.0 [110/129] via 12.1.1.1, 00:00:57, Serial2/0

O IA    3.3.3.0 [110/129] via 12.1.1.1, 00:00:45, Serial2/0

     12.0.0.0/24 is subnetted, 1 subnets

C       12.1.1.0 is directly connected, Serial2/0

     13.0.0.0/24 is subnetted, 1 subnets

O IA    13.1.1.0 [110/128] via 12.1.1.1, 00:10:40, Serial2/0

 

配置过滤器  过滤掉3.3.3.0/24

r1(config)#ip prefix-list area1-out seq 10 deny 3.3.3.0/24

r1(config)#ip prefix-list area1-out seq 15 permit 0.0.0.0/0 le 32

r1(config-router)#area 1 filter-list prefix area1-out out

查看r1的数据库area 0中  没有3.3.3.3

1#sho ip os da

 

            OSPF Router with ID (1.1.1.1) (Process ID 1)

 

                Router Link States (Area 0)

 

Link ID         ADV Router      Age         Seq#       Checksum Link count

1.1.1.1         1.1.1.1         11          0x80000006 0x00F080 2

2.2.2.2         2.2.2.2         1909        0x80000004 0x0091DD 2

 

                Summary Net Link States (Area 0)

 

Link ID         ADV Router      Age         Seq#       Checksum

3.3.0.0         1.1.1.1         406         0x80000004 0x00A648

3.3.1.0         1.1.1.1         411         0x80000001 0x00A14F

3.3.2.0         1.1.1.1         411         0x80000001 0x009659

13.1.1.0        1.1.1.1         11          0x80000004 0x0027BF

 

查看r2的路由表  没有3.3.3.0/24的条目

r2#sho ip route | begin Ga

Gateway of last resort is not set

 

     2.0.0.0/24 is subnetted, 1 subnets

C       2.2.2.0 is directly connected, Loopback0

     3.0.0.0/24 is subnetted, 3 subnets

O IA    3.3.0.0 [110/129] via 12.1.1.1, 00:07:55, Serial2/0

O IA    3.3.1.0 [110/129] via 12.1.1.1, 00:08:01, Serial2/0

O IA    3.3.2.0 [110/129] via 12.1.1.1, 00:08:01, Serial2/0

     12.0.0.0/24 is subnetted, 1 subnets

C       12.1.1.0 is directly connected, Serial2/0

     13.0.0.0/24 is subnetted, 1 subnets

O IA    13.1.1.0 [110/128] via 12.1.1.1, 00:17:45, Serial2/0

 

--------------------------

以下检验area range与lsa 类型3 过滤器之间的联系

If the area range command has been configured for this area, type 3 LSAs that correspond to the area range are sent to all other areas, only if at least one prefix in the area range matches an entry in the prefix list. If all specific prefixes are denied by the prefix list, type 3 LSAs that correspond to the area range command will not be sent to any other area. Prefixes that are not permitted by  

the prefix list are implicitly denied.――载自文档

在R1做汇总

r1(config-router)#area 1 range 3.3.0.0 255.255.252.0

 

r2#sho ip route | be Ga

Gateway of last resort is not set

     2.0.0.0/24 is subnetted, 1 subnets

C       2.2.2.0 is directly connected, Loopback0

     3.0.0.0/22 is subnetted, 1 subnets

O IA    3.3.0.0 [110/129] via 12.1.1.1, 00:04:31, Serial2/0

     12.0.0.0/24 is subnetted, 1 subnets

C       12.1.1.0 is directly connected, Serial2/0

     13.0.0.0/24 is subnetted, 1 subnets

O IA    13.1.1.0 [110/128] via 12.1.1.1, 00:23:50, Serial2/0

 

在r1上增加几句 prefix-list把3.3.0.0所有网段都排除

r1(config)#ip prefix-list area1-out seq 11 deny 3.3.0.0/24

r1(config)#ip prefix-list area1-out seq 12 deny 3.3.1.0/24

r1(config)#ip prefix-list area1-out seq 13 deny 3.3.2.0/24

 

查看r2路由表,那条汇总路由3.0.0.0/22 没有了

r2#sho ip route | be Ga

Gateway of last resort is not set

 

     2.0.0.0/24 is subnetted, 1 subnets

C       2.2.2.0 is directly connected, Loopback0

     12.0.0.0/24 is subnetted, 1 subnets

C       12.1.1.0 is directly connected, Serial2/0

     13.0.0.0/24 is subnetted, 1 subnets

O IA    13.1.1.0 [110/128] via 12.1.1.1, 00:31:35, Serial2/0

结论:如果所有明细的路由都被禁止了,汇总也会没掉

更多精华帖 请见 : [url]www.one-tom.com/bbs[/url]

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

(OSPF实验)OSPF ABR Typ

下载Word文档到电脑,方便收藏和打印~

下载Word文档

猜你喜欢

(OSPF实验)OSPF ABR Typ

OSPF ABR Type 3 LSA FilteringDocument ID: 00007目录提要正文TOPO如下基本配置如下验证附注提要:讨论 OSPF ABR Type 3 LSA Filteringcisco文档关于OSPF AB
2023-01-31

OSPF ABR Type 3 LSA

Feature OverviewThe OSPF ABR Type 3 LSA Filtering feature extends the ability of an ABR that is running the OSPF protoco
2023-01-31

ospf实验3

查看路由表以及ospf数据库r1#show ip route      172.16.0.0/16 is variably subnetted, 5 subnets, 2 masksC       172.16.12.0/24 is dir
2023-01-31

使用GNS3和ENSP联动实验OSPF

拓扑:一 设置ENSP:GNS3:配置:CISCO华为验证:
2023-01-31

思科OSPF的LSA的3类5类汇总小实验

实验名称:作OSPF的3类5类汇总实验拓扑实验步骤:配置ipR1:enableconf tint f 0/0no shuip add 192.168.12.1 255.255.255.0exitint l 0ip add 10.10.1.1
2023-01-31

OSPF多区域以及配置实例

  OSPF(Open Shortest Path First,开放式最短路径优先)是一个内部网关协议(Interior Gateway Protocol,简称IGP),用于在单一自治系统(Autonompus System,AS)内决策路由。是对链路状态路由协议的一种实现,隶属内部网络协议(IGP),故运作于自治系统
OSPF多区域以及配置实例
2024-04-18

编程热搜

  • Python 学习之路 - Python
    一、安装Python34Windows在Python官网(https://www.python.org/downloads/)下载安装包并安装。Python的默认安装路径是:C:\Python34配置环境变量:【右键计算机】--》【属性】-
    Python 学习之路 - Python
  • chatgpt的中文全称是什么
    chatgpt的中文全称是生成型预训练变换模型。ChatGPT是什么ChatGPT是美国人工智能研究实验室OpenAI开发的一种全新聊天机器人模型,它能够通过学习和理解人类的语言来进行对话,还能根据聊天的上下文进行互动,并协助人类完成一系列
    chatgpt的中文全称是什么
  • C/C++中extern函数使用详解
  • C/C++可变参数的使用
    可变参数的使用方法远远不止以下几种,不过在C,C++中使用可变参数时要小心,在使用printf()等函数时传入的参数个数一定不能比前面的格式化字符串中的’%’符号个数少,否则会产生访问越界,运气不好的话还会导致程序崩溃
    C/C++可变参数的使用
  • css样式文件该放在哪里
  • php中数组下标必须是连续的吗
  • Python 3 教程
    Python 3 教程 Python 的 3.0 版本,常被称为 Python 3000,或简称 Py3k。相对于 Python 的早期版本,这是一个较大的升级。为了不带入过多的累赘,Python 3.0 在设计的时候没有考虑向下兼容。 Python
    Python 3 教程
  • Python pip包管理
    一、前言    在Python中, 安装第三方模块是通过 setuptools 这个工具完成的。 Python有两个封装了 setuptools的包管理工具: easy_install  和  pip , 目前官方推荐使用 pip。    
    Python pip包管理
  • ubuntu如何重新编译内核
  • 改善Java代码之慎用java动态编译

目录