首页 > 其他分享 >(路由卷1)-33-路由环路解决方案

(路由卷1)-33-路由环路解决方案

时间:2024-08-15 23:07:21浏览次数:6  
标签:环路 33 0.0 add 255.255 int ip router 路由

实验:

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.2.2.2 255.255.255.255

int s1/0

clock rate 64000

ip add 12.1.1.2 255.255.255.0

int f0/0

no sh

ip add 24.1.1.2 255.255.255.0

int s1/1

clock rate 64000

ip add 23.1.1.255.255.255.0

router rip ver 2

no auto

net 12.0.0.0

router eigrp 100

no au

net 2.2.2.2 0.0.0.0

net 23.1.1.2 0.0.0.0

net 24.1.1.2 0.0.0.0

r3:

int lo0

ip add 3.3.3.3 255.255.255.0

int s1/1

ip add 23.1.1.3 255.255.255.0

int s1/0

no sh

ip add 34.1.1.3 255.255.255.0

clock rate 64000

router eigrp 100

no au

network 23.1.1.3 0.0.0.0

router ospf 1

router-id 3.3.3.3

net 34.1.1.3 0.0.0.0 area 0

r4:

int lo0

ip add 4.4.4.4 255.255.255.0

int f0/0

no shu

ip add 24.1.1.4 255.255.255.0

int s1/0

ip add 34.1.1.4 255.255.255.0

no sh

router eigrp 100

net 24.1.1.4 0.0.0.0

router ospf 1

router-id 4.4.4.4

net 34.1.1.4 0.0.0.0 area 0

r1:

router rip

redistribute connected

ip route 200.1.1.1 255.255.255.255 null0

router rip

redistribute static

r2:

router rip

redistribute eigrp 100 metric 1

router eigrp 100

redistribute rip metric 1000 1000 255 1 1500

r3:

router eigrp 100

redistribute ospf 1 metric 1000 1000 255 1 1500

router ospf 1

redistribute eigrp 100 subnets

r4:

int f0/0

no shutdown

router ospf 1

red eigrp 100 subnets

router eigrp 100

redistribute ospf 1 metric 1000 1000 255 1 1500

r4:

router ospf 1

distrance ospf 171

标签:环路,33,0.0,add,255.255,int,ip,router,路由
From: https://www.cnblogs.com/smoke520/p/18362018

相关文章

  • (路由卷1)-36-路由控制及分发列表
    实验:r1:intlo0ipadd1.1.1.1255.255.255.0ints1/0noshipadd12.1.1.1255.255.255.0routereigrp100noaunet12.0.0.0net1.0.0.0r2:ints1/0noshipadd12.1.1.2255.255.255.0intlo0ipadd2.2.2.2255.255.255.0ints1/1ipadd23.1.1.2255.2......
  • (路由卷1)-35-改AD+PBR解决方案
    实验:1.掩码2.不同种路由协议比较ad3.同种协议比较metricr2:routereigrp100distanceeigrp90119r3:access-list1permithost1.1.1.1routerospf1distance1214.4.4.40.0.0.01r4:access-list1permithost1.1.1.1routerospf1distance1213.3.3.30.0......
  • (路由卷1)-39-Route-map及OSPF综合实验
    r2:access-list10permit8.8.8.0route-mapr2opermit15matchipadd10setmetric-typetype-1setmetric436r3:intlo200ipadd200.1.1.1255.255.255.0r2:ipprefix-listcpermit192.0.0.0/3le32route-mapr2opermit17matchipaddprefix-listcs......
  • (路由卷1)-38-强大工具-Route-Map
    <ccie实现考试distribute-list>分部控制列表只一直某些特定的路由不被发送或接受发送列表只是一个指令,指示路由器在交换路由信息时对路由信息进行过滤,它本身不定义过滤条件,它通过调用访问控制列表(acl)或前缀列表对路由信息更新进行过滤,使路由器由条件地发送或收发路由信息。注......
  • (路由卷1)-37-前缀列表_K1_IGP分析
    ipprefix前缀列表r2:routerospf1network10.0.0.8area0redistributeriproute-mapintoospfsubnetsrouterripnet10.0.0.0ver2passive-inters3redistributeospf1route-mapintoripmetric5route-mapintoospfpermit10matchipaddressprefix-listpf......
  • (路由卷1)-3-CCIE_RIP综合实验
    1.configureripv2onallroutersandadvertisetheirdirectlyconnectedinterfaces.ensurethattheseroutershavefullnlritoalltheloopbackinterfaceadvertisedintorip.ensurethatallrouterscanpingallloopbacks.configureripnottoadvertiseon......
  • (路由卷1)-2-CCIE_RIP综合实验
    rip分解实验物理拓扑图需求: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地址配置同理,每台路由器各有一个lo0,地址分别是:x.x.x.x/24(x是你的路由器号),在r1上添加4个换回接口,模拟r......
  • (路由卷1)-1课程介绍_网络架构
    企业架构campus园区网datacenter数据中心branch分支机构teleworker远程办公人员网络模型access接入层distribution分布层做策略core核心层高速数据转发企业符合网络模型enterprisecampus企业园区enterpriseedge企业边缘serviceprovideredge服务提供商边缘网络......
  • (路由卷1)-9-EIGRP被动接口_负载
    被动接口减少流量传递routereigrp100passive-interfacef0/0net1.1.1.10.0.0.0eigrp一边单播一边组播无法建立邻居,两边单播能建立邻居,接口设置为passive接口不管如何都不能建立邻居。eigrppassive接口不会发送hello包,但是可以通告路由,干掉hello包。passive-interface......
  • (路由卷1)-8-EIGRP手工汇总实验
    eigrp手工汇总减小路由表条目更新条目减小在一个主类网络边界,子网将会自动被汇总为一个有类的主类网络。默认情况下,自动汇总时开启的。(一般都需要关闭auto-summary)手工汇总特点1.在路由的出方向做2.在接口汇总本地会创建一个指向空接口的路由,阻止环路机制3.明细路由全部......