• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
深秋、
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理

2024年8月15日

(路由卷1)-39-Route-map及OSPF综合实验
摘要: r2: access-list 10 permit 8.8.8.0 route-map r2o permit 15 match ip add 10 set metric-type type-1 set metric 436 r3: int lo200 ip add 200.1.1.1 255.255 阅读全文
posted @ 2024-08-15 22:59 深秋、 阅读(7) 评论(0) 推荐(0)
 
(路由卷1)-38-强大工具-Route-Map
摘要: <ccie实现考试distribute-list>分部控制列表只一直某些特定的路由不被发送或接受 发送列表只是一个指令,指示路由器在交换路由信息时对路由信息进行过滤,它本身不定义过滤条件,它通过调用访问控制列表(acl)或前缀列表对路由信息更新进行过滤,使路由器由条件地发送或收发路由信息。 注意,做 阅读全文
posted @ 2024-08-15 22:59 深秋、 阅读(152) 评论(0) 推荐(0)
 
(路由卷1)-37-前缀列表_K1_IGP分析
摘要: ip prefix前缀列表 r2: router ospf 1 network 10.0.0.8 area 0 redistribute rip route-map intoospf subnets router rip net 10.0.0.0 ver 2 passive-inter s3 red 阅读全文
posted @ 2024-08-15 22:58 深秋、 阅读(7) 评论(0) 推荐(0)
 
(路由卷1)-36-路由控制及分发列表
摘要: 实验: r1: int lo0 ip add 1.1.1.1 255.255.255.0 int s1/0 no sh ip add 12.1.1.1 255.255.255.0 router eigrp 100 no au net 12.0.0.0 net 1.0.0.0 r2: int s1/0 阅读全文
posted @ 2024-08-15 22:58 深秋、 阅读(15) 评论(0) 推荐(0)
 
(路由卷1)-35-改AD+PBR解决方案
摘要: 实验: 1.掩码 2.不同种路由协议比较ad 3.同种协议比较metric r2: router eigrp 100 distance eigrp 90 119 r3: access-list 1 permit host 1.1.1.1 router ospf 1 distance 121 4.4. 阅读全文
posted @ 2024-08-15 22:57 深秋、 阅读(5) 评论(0) 推荐(0)
 
(路由卷1)-34-次优路由解决方案
摘要: 实验: r1: router eigrp 100 no auto net 12.1.1.0 r2: router eigrp 100 no au net 12.0.0.0 router ospf 1 router-id 2.2.2.2 network 23.1.1.2 0.0.0.0 area 0 阅读全文
posted @ 2024-08-15 22:57 深秋、 阅读(24) 评论(0) 推荐(0)
 
(路由卷1)-33-路由环路解决方案
摘要: 实验: r1: int lo0 ip add 1.1.1.1 255.255.255.255 int s1/0 no sh ip add 12.1.1.1 255.255.255.0 router rip ver 2 no au net 12.0.0.0.0 r2: int lo0 ip add 2 阅读全文
posted @ 2024-08-15 22:56 深秋、 阅读(20) 评论(0) 推荐(0)
 
(路由卷1)-32-认证平滑过度_重发布基础
摘要: 定义ospf认证的key id ip ospf message-digest-key 10 md5 cisco ospf密文认证支持key id,平滑过渡。更改key-id默认1分钟数据不会断开。 什么情况使用多种路由协议 切换过程临时使用 特定应用的协议 单协议并不适合所有网络 策略边界 没办法很 阅读全文
posted @ 2024-08-15 22:56 深秋、 阅读(7) 评论(0) 推荐(0)
 
(路由卷1)-31-接口_区域_虚链路认证
摘要: ospf认证 1.明文认证 2.md5认证 0不认证 1明文认证 2md5认证 ip ospf authentication-key mykey ip ospf authenticion 或 area 0 authentication 1.接口 2.区域 3.虚链路 r2: int lo0 ip a 阅读全文
posted @ 2024-08-15 22:56 深秋、 阅读(21) 评论(0) 推荐(0)
 
(路由卷1)-30-Tunnel和多进程方案
摘要: 隧道 r2: int tunnel 0 ip add 172.16.100.2 255.255.255.0 tunnel souce 23.1.1.2 tunnel destianation 23.1.1.3 r3: int tunnel 0 ip add 172.16.100.3 255.255. 阅读全文
posted @ 2024-08-15 22:55 深秋、 阅读(15) 评论(0) 推荐(0)
 
(路由卷1)-29-虚链路解决骨干分离
摘要: 虚链路的作用 将一个区域通过非骨干区域连接到骨干区域 通过非骨干区域加固骨干区域连通性 使用规则 必须在两个abr之间配置 虚拟链路穿越的区域,必须有完整路由信息 残域(stub area)不能做过度域 area xx virtual-links x.x.x.x 阅读全文
posted @ 2024-08-15 22:55 深秋、 阅读(20) 评论(0) 推荐(0)
 
(路由卷1)-28-OSPF特殊区域2
摘要: 更改末节区域cost值 area 2 default-cost 10 默认是1 nssa 1.nssa打破了stub区域规则 2.在asbr会发出7类lsa 3.允许区域有asbr路由器 4.在abr把7类转成5类 5.nssa是公有标准 6.在abr把7类转成5类。发进别的区域 nssa区域会封杀 阅读全文
posted @ 2024-08-15 22:54 深秋、 阅读(14) 评论(0) 推荐(0)
 
(路由卷1)-27-OSPF特殊区域1
摘要: ospf特殊区域 末节区域: 1.单个abr 2.区域内所有路由器都要配置为stub 3.不能有asbr 4.骨干区域不能做 5.不能做虚链路。 过滤类型4.5lsa cost值为1 自动产生一条3类默认路由 area xx stub 完全末节区域: area xx stub no-summary 阅读全文
posted @ 2024-08-15 22:53 深秋、 阅读(14) 评论(0) 推荐(0)
 
(路由卷1)-26-优化LSA2 3 4 5详解
摘要: lsa type3:summary net lsa 通常泛红网络信息,它是在区域间lsa,描述网络号和子网掩码(路由)以及到目标网络的开销,通告者是abr,在abr上传递的时候是距离矢量,默认没有做做汇总所有子网都会通告出来。传递整个ospf域,每经过一个abr就会变成那个abr的rid。 lsa 阅读全文
posted @ 2024-08-15 22:52 深秋、 阅读(31) 评论(0) 推荐(0)
 
(路由卷1)-25-网络类型总结_LSA1
摘要: lsa 维护大型ospf网络的问题 与距离矢量路由协议相比,链路状态路由协议通常需要占用更多的内存、cpu运算量和带宽,链路状态数据包泛红太大会对网络的可用带宽产生负面影响。 lsa types lsa type1:router lsa每台路由器都会有,包含直连链路的信息,包含链路里面的ip 前缀, 阅读全文
posted @ 2024-08-15 22:52 深秋、 阅读(18) 评论(0) 推荐(0)
 
(路由卷1)-19-DR_BDR选举经典讲解
摘要: ospf路由器id 确定路由器id,通过以下顺序确定 1.使用通过ospf router-id 命令配置ip地址。 2.如果未配置router-id,则路由器会选择其所有换回接口的最高ip地址。 3.如果未配置换回接口,则路由器会选择其所有物理接口的最高活动ip地址。 用于验证路由器id的命令是sh 阅读全文
posted @ 2024-08-15 22:51 深秋、 阅读(30) 评论(0) 推荐(0)
 
(路由卷1)-18-抓包分析DBD LSR LSU
摘要: 修改ospf-hello/dead时间间隔 原因:快速检测到网络故障 手工修改ospf hello间隔和dead间隔 ip ospf hello-interval seconds ip ospf dead-interval seconds ospf要求两台路由器匹配一致hello间隔和dead间隔才 阅读全文
posted @ 2024-08-15 22:51 深秋、 阅读(19) 评论(0) 推荐(0)
 
(路由卷1)-17-考官喜欢攻击OSPF点
摘要: ospf包头 debug ip ospf packet ospf 5种包类型 lsa(链路状态通告)被泛红到区域内的所有ospf路由器 Ospf邻居和邻接 包结构 更改hello包时间 int s1/0 ip ospf hello-interval 20(默认是10) 修改dead时间 ip osp 阅读全文
posted @ 2024-08-15 22:50 深秋、 阅读(8) 评论(0) 推荐(0)
 
(路由卷1)-16-OSPF基础知识介绍
摘要: ospf高级features 链路状态路由协议 路由变化收敛速度比较快(传递lsa) 支持vlsm/cidr/不连续子网 触发更新-快速响应网络变化每30分发定期更新叫链路状态刷新 支持区域(area)划分并有三张表 没有跳数的限制 使用tag(路由标记)可跟踪外部路由 适合多厂商大型网络设计方案 阅读全文
posted @ 2024-08-15 22:50 深秋、 阅读(30) 评论(0) 推荐(0)
 
(路由卷1)-15-CCIE_EIGRP综合实验
摘要: eigrp综合实验 fr: ip地址分配情况:r1-r2-r3=123.1.1.0/24,r2-r3-r4=10.1.234.0/24,r4-r5=45.1.1.0/24 如:r2-f0/0=10.1.234.2/24,r5-s1/3=45.1.1.5/24 其他网段ip地址配置同理,每台路由器各有 阅读全文
posted @ 2024-08-15 22:50 深秋、 阅读(17) 评论(0) 推荐(0)
 
 

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3