问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

将静态路由重分发到ospf,将默认路由重分发到ospf,要全能通的 请把命令详细点谢谢

发布网友 发布时间:2022-05-01 02:58

我来回答

1个回答

热心网友 时间:2023-10-09 04:52

R1>en

R1#sh run

Building configuration...

Current configuration : 741 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname R1

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

interface FastEthernet0/0

 ip address 192.168.3.1 255.255.255.0

 plex auto

 speed auto

!

interface FastEthernet0/1

 ip address 192.168.1.2 255.255.255.0

 plex auto

 speed auto

!

interface FastEthernet1/0

 ip address 192.168.5.1 255.255.255.0

 plex auto

 speed auto

!

router ospf 1

 router-id 1.1.1.1

 log-adjacency-changes

 network 192.168.3.0 0.0.0.255 area 0

 network 192.168.1.0 0.0.0.255 area 1

 default-information originate

!

ip classless

ip route 0.0.0.0 0.0.0.0 192.168.5.2 

!

!

!

!

!

!

!

line con 0

 exec-timeout 0 0

line vty 0 4

 login

!

!

!

end

R2#sh run

Building configuration...

Current configuration : 665 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname R2

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

interface FastEthernet0/0

 ip address 192.168.3.2 255.255.255.0

 plex auto

 speed auto

!

interface FastEthernet0/1

 ip address 192.168.4.1 255.255.255.0

 plex auto

 speed auto

!

router ospf 1

 router-id 2.2.2.2

 log-adjacency-changes

 redistribute rip metric 200 subnets tag 200 

 network 192.168.3.0 0.0.0.255 area 0

!

router rip

 version 2

 redistribute ospf 1 metric 10 

 network 192.168.4.0

 no auto-summary

!

ip classless

!

!

!

!

!

!

!

line con 0

line vty 0 4

 login

!

!

!

end

R3#sh run

Building configuration...

Current configuration : 663 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname R3

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

interface FastEthernet0/0

 ip address 192.168.2.1 255.255.255.0

 plex auto

 speed auto

!

interface FastEthernet0/1

 ip address 192.168.1.1 255.255.255.0

 plex auto

 speed auto

!

router ospf 1

 router-id 3.3.3.3

 log-adjacency-changes

 redistribute static metric 100 subnets tag 100 

 redistribute connected 

 network 192.168.1.0 0.0.0.255 area 1

!

ip classless

ip route 100.1.1.0 255.255.255.0 192.168.2.2 

!

!

!

!

!

!

!

line con 0

 exec-timeout 0 0

line vty 0 4

 login

!

!

!

end

R4#sh run

Building configuration...

Current configuration : 512 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname R4

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

interface Loopback1

 ip address 100.1.1.1 255.255.255.0

!

interface FastEthernet0/0

 ip address 192.168.2.2 255.255.255.0

 plex auto

 speed auto

!

interface FastEthernet0/1

 no ip address

 plex auto

 speed auto

 shutdown

!

ip classless

ip route 0.0.0.0 0.0.0.0 192.168.2.1 

!

!

!

!

!

!

!

line con 0

line vty 0 4

 login

!

!

!

end

R5#sh run

Building configuration...

Current configuration : 555 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname R5

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

interface Loopback1

 ip address 200.1.1.1 255.255.255.0

!

interface FastEthernet0/0

 ip address 192.168.4.2 255.255.255.0

 plex auto

 speed auto

!

interface FastEthernet0/1

 no ip address

 plex auto

 speed auto

 shutdown

!

router rip

 version 2

 network 192.168.4.0

 network 200.1.1.0

 no auto-summary

!

ip classless

!

!

!

!

!

!

!

line con 0

line vty 0 4

 login

!

!

!

end

ISP#sh run

Building configuration...

Current configuration : 517 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname ISP

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

interface Loopback1

 ip address 202.100.110.1 255.255.255.0

!

interface FastEthernet0/0

 ip address 192.168.5.2 255.255.255.0

 plex auto

 speed auto

!

interface FastEthernet0/1

 no ip address

 plex auto

 speed auto

 shutdown

!

ip classless

ip route 0.0.0.0 0.0.0.0 192.168.5.1 

!

!

!

!

!

!

!

line con 0

line vty 0 4

 login

!

!

!

end

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
笔记本wifi能够联网,但是台式机插网线网络很差 为什么这个wifi就针对一台电脑卡。 电脑连wifi看电视很卡台式电脑连接无线wifi特别卡 为什么本身台式网速特别快,可是用笔记本wifi的网速就特别慢呢... wifi很快电脑很慢是怎么回事电脑和手机连接同一个WiFi手机网速快但是... ...6个梨,要把这些梨全部放在盘子里,至少需要多少个盘子? 看图列算式,一共有多少个梨? 列式:__ 哪些原因会导致长白头发 头上白发特别多是体内缺什么呢还是病还是别的原因 ACL访问控制列表应用 Cisco 重分布命令参数解析 每个选项的含义 路由器配置:rip与ospf协议之间的重发布命令是什么? 如何在OSPF 路由协议里重发布静态路由 怎样查看路由重分发配置成功?用什么命运来查看? 路由器重分发的所有指令是什么? 中国十大古曲 是什么? 雪山春晓这首民乐古筝曲是描写的中国哪个少数民族情景? oppo r7s屏幕老是自己关掉,怎么能让它长时间不灭? 中国古筝十大名曲 古琴曲相对于其他民乐,独有的特点有哪些? 中国的十大古曲 oppo手机桌面已停止,怎么办? 推荐一些民乐合奏的曲目 OPPO R11屏幕常亮已关闭,要怎么才能打开? 有哪些比较哀伤的中国民乐古曲? 上海旅游观光车100元和40元线路区别?谢谢了,万分感谢 北京哪里有二手的电动旅游观光车卖?最好是8-11座的。多少钱? 衣服被漂白水漂掉了颜色去哪能补色 大庆哪里有给衣服补色的 唐山市哪里给衣服补色最好? 路由重分布如何配置? 1方砾石等于多少吨 路由器配置重分发的时候出现Only classful networks will be redistributed,要怎么改正 关于ospf与rip重分发的!一台路由是rip的,一台是ospf的。谁能把完整的命令帖出来!!!~~拜托!! 一方12籽砾石是多少吨 ospf、rip、eigrp间如何路由重分发何? 我是做国际贸易的,想找人帮忙画出下面的业务流程图,先谢谢各位了! 黑色砾石可以铺阳台吗 怎么删除页眉及边上的横线? oracle怎么知道一个sequence的起始值 条形码表示什么意思? 家里的网线怎么设置密码 如何区别各国的条形码? 网线怎么设置密码 14款卡罗拉电脑检测接头在哪里 雅马哈摩托车大货架电喷车检测接头在什么位置? 快速接头 检测有哪些事项 具体方法是什么(冷却应用方面的) 吕姓女孩起名 用什么仪器可以检测线路接头的位置 吕姓女孩阳历2011年5月30日14时58分出生起什么名字好