首页 > 其他分享 >(路由卷1)-34-次优路由解决方案

(路由卷1)-34-次优路由解决方案

时间:2024-08-15 23:07:36浏览次数:8  
标签:4.4 0.0 34 eigrp router 次优 net ospf 路由

实验:

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

net 24.1.1.2 0.0.0.0 area 0

r3:

router ospf 1

router-id 3.3.3.3

net 23.1.1.3 0.0.0.0 area 0

net 34.1.1.3 0.0.0.0 area 0

r4:

router ospf 1

router-id 4.4.4.4

net 24.1.1.4 0.0.0.0 area 0

net 34.1.1.4 0.0.0.0 area 0

r1:

router eigrp 100

redistribute connected

r2:

router ospf 1

redistribute eigrp 100 subnets

router eigrp 100

redisitribute ospf 1 metric 1000 1000 255 1 1500

router ospf 1

net 24.1.1.2 0.0.0.0 area 1

r4:

router ospf 1

net 24.1.1.4 0.0.0.0 area 1

r2:

router rip

ver 2

no auto

net 23.1.1.2

net 24.1.1.2

r3:

router rip

ver 2

no au

net 23.0.0.0

router ospf 1

router-id 3.3.3.3

net 34.1.1.3 0.0.0.0 area 0

r4:

router rip

ver 2

no au

net 24.0.0.0

router ospf 1

router-id 4.4.4.4

net 34.1.1.4 0.0.0.0 area 0

r2:

router eigrp 100

red rip metric 1000 1000 255 1 1500

router rip

red eigrp 100 metric 1

r3;

router ospf 1

red rip subnets

router rip

red ospf 1 metric 1

r4:

router ospf 1

red rip subnets

router rip

red ospf 1 metric 1

r1:

ip route 0.0.0.0 0.0.0.0 null 0

router eigrp 100

red static

r2:

router eigrp 100

distance eigrp 90 119(更改eigrp外部管理距离)r3:

router ospf 1

distance ospf external 121 4.4.4.4 0.0.0.0(针对源rid为4.4.4.4发来的路由改管理距离)access-list 1 permit 1.1.1.1 0.0.0.0

router ospf 1

distance 121 4.4.4.4 0.0.0.0 1

r4:

access-list 1 permit 1.1.1.1 0.0.0.0

router ospf 1

distance 121 3.3.3.3 0.0.0.0 1

router rip

red ospf 1 metric 2

标签:4.4,0.0,34,eigrp,router,次优,net,ospf,路由
From: https://www.cnblogs.com/smoke520/p/18362019

相关文章

  • (路由卷1)-33-路由环路解决方案
    实验:r1:intlo0ipadd1.1.1.1255.255.255.255ints1/0noshipadd12.1.1.1255.255.255.0routerripver2noaunet12.0.0.0.0r2:intlo0ipadd2.2.2.2255.255.255.255ints1/0clockrate64000ipadd12.1.1.2255.255.255.0intf0/0noshipadd24.......
  • (路由卷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......