首页 电脑网络 电脑知识 正文

Ospf路由重分部到rip

Ospf路由重分部到rip Route3为自制系统路由协议ASBR,通过Route0进行路由重分布,Route0、Route1、Route2为骨干区域area0.网段划分:Route0-route1 172.16.0.0/24Route1-route2 172.16.1.0/24Route0-route2 172.16.2.0/
Ospf路由重分部到rip   Ospf路由重分部到rip   Route3为自制系统路由协议ASBR,通过Route0进行路由重分布,Route0、Route1、Route2为骨干区域area0. 网段划分: Route0-route1 172.16.0.0/24 Route1-route2 172.16.1.0/24 Route0-route2 172.16.2.0/24 Route3-route0 10.0.0.0/24 Route0配置: 基本借口配置: Int f0/0 ip add 172.16.0.1 255.255.255.0          No shut(此命令在配置中只显示一次) Int f0/1 ip add 10.0.0.2 255.255.255.0 Int f1/0 ip add 172.16.2.1 255.255.255.0 Ospf配置: Conf)router ospf 100 Net 172.16.0.0 0.0.0.255 area 0 Net 172.16.2.0 0.0.0.255 area 0 Net 10.0.0.0 0.0.0.255 area 0 Route 1和Route 2配置类似,在此不再显示。 接下来配置Route 3 Rip路由器: 基本接口配置: Int f0/0 ip add 192.168.0.1 255.255.255.0 Int f0/1 ip add 10.0.0.1 255.255.255.0 重分部Ospf配置: Conf)router ospf 20 Net 172.16.0.0 0.0.0.255 area 0 Net 172.16.2.0 0.0.0.255 area 0 Redistribute rip subents 路由重分部到Rip: Conf)route rip Version 2 Net 10.0.0.0 Net 192.168.0.0 添加一条到ASBR路由器的默认路由: Conf)ip route 0.0.0.0 0.0.0.0 10.0.0.0.2   _______________________________ 配置信息: R0: Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP        D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area        N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2        E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP        i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area        * - candidate default, U - per-user static route, o - ODR        P - periodic downloaded static route Gateway of last resort is not set      10.0.0.0/24 is subnetted, 1 subnets C       10.0.0.0 is directly connected, FastEthernet0/1      172.16.0.0/24 is subnetted, 3 subnets C       172.16.0.0 is directly connected, FastEthernet0/0 O       172.16.1.0 [110/2] via 172.16.0.2, 01:17:50, FastEthernet0/0 C       172.16.2.0 is directly connected, Ethernet1/0   ___________________ show ip ospf int   FastEthernet0/0 is up, line protocol is up   Internet address is 172.16.0.1/24, Area 0   Process ID 100, Router ID 172.16.2.1, Network Type BROADCAST, Cost: 1   Transmit Delay is 1 sec, State DR, Priority 1   Designated Router (ID) 172.16.2.1, Interface address 172.16.0.1   Backup Designated Router (ID) 172.16.1.1, Interface address 172.16.0.2   Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5     Hello due in 00:00:07   Index 1/1, flood queue length 0   Next 0x0(0)/0x0(0)   Last flood scan length is 1, maximum is 1   Last flood scan time is 0 msec, maximum is 0 msec   Neighbor Count is 1, Adjacent neighbor count is 1     Adjacent with neighbor 172.16.1.1  (Backup Designated Router)   Suppress hello for 0 neighbor(s) Ethernet1/0 is up, line protocol is up   Internet address is 172.16.2.1/24, Area 0   Process ID 100, Router ID 172.16.2.1, Network Type BROADCAST, Cost: 10   Transmit Delay is 1 sec, State DR, Priority 1   Designated Router (ID) 172.16.2.1, Interface address 172.16.2.1   Backup Designated Router (ID) 172.16.2.2, Interface address 172.16.2.2   Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5     Hello due in 00:00:03   Index 2/2, flood queue length 0   Next 0x0(0)/0x0(0)   Last flood scan length is 1, maximum is 1   Last flood scan time is 0 msec, maximum is 0 msec   Neighbor Count is 1, Adjacent neighbor count is 1     Adjacent with neighbor 172.16.2.2  (Backup Designated Router)   Suppress hello for 0 neighbor(s) FastEthernet0/1 is up, line protocol is up   Internet address is 10.0.0.2/24, Area 0   Process ID 100, Router ID 172.16.2.1, Network Type BROADCAST, Cost: 1   Transmit Delay is 1 sec, State DR, Priority 1   Designated Router (ID) 172.16.2.1, Interface address 10.0.0.2   No backup designated router on this network   Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5     Hello due in 00:00:03   Index 3/3, flood queue length 0   Next 0x0(0)/0x0(0)   Last flood scan length is 1, maximum is 1   Last flood scan time is 0 msec, maximum is 0 msec   Neighbor Count is 0, Adjacent neighbor count is 0   Suppress hello for 0 neighbor(s) _________________________ R1: ____________________Show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP        D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area        N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2        E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP        i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area        * - candidate default, U - per-user static route, o - ODR        P - periodic downloaded static route   Gateway of last resort is not set        10.0.0.0/24 is subnetted, 1 subnets O       10.0.0.0 [110/2] via 172.16.0.1, 00:48:00, FastEthernet0/0      172.16.0.0/24 is subnetted, 3 subnets C       172.16.0.0 is directly connected, FastEthernet0/0 C       172.16.1.0 is directly connected, FastEthernet0/1 O       172.16.2.0 [110/11] via 172.16.0.1, 01:26:34, FastEthernet0/0                    [110/11] via 172.16.1.2, 01:25:27, FastEthernet0/1   ____________________show ip ospf int FastEthernet0/0 is up, line protocol is up   Internet address is 172.16.0.2/24, Area 0   Process ID 200, Router ID 172.16.1.1, Network Type BROADCAST, Cost: 1   Transmit Delay is 1 sec, State BDR, Priority 1   Designated Router (ID) 172.16.2.1, Interface address 172.16.0.1   Backup Designated Router (ID) 172.16.1.1, Interface address 172.16.0.2   Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5     Hello due in 00:00:04   Index 1/1, flood queue length 0   Next 0x0(0)/0x0(0)   Last flood scan length is 1, maximum is 1   Last flood scan time is 0 msec, maximum is 0 msec   Neighbor Count is 1, Adjacent neighbor count is 1     Adjacent with neighbor 172.16.2.1  (Designated Router)   Suppress hello for 0 neighbor(s) FastEthernet0/1 is up, line protocol is up   Internet address is 172.16.1.1/24, Area 0   Process ID 200, Router ID 172.16.1.1, Network Type BROADCAST, Cost: 1   Transmit Delay is 1 sec, State DR, Priority 1   Designated Router (ID) 172.16.1.1, Interface address 172.16.1.1   Backup Designated Router (ID) 172.16.2.2, Interface address 172.16.1.2   Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5     Hello due in 00:00:04   Index 2/2, flood queue length 0   Next 0x0(0)/0x0(0)   Last flood scan length is 1, maximum is 1   Last flood scan time is 0 msec, maximum is 0 msec   Neighbor Count is 1, Adjacent neighbor count is 1     Adjacent with neighbor 172.16.2.2  (Backup Designated Router)   Suppress hello for 0 neighbor(s)   _________________________ R3: __________________show ip route      10.0.0.0/24 is subnetted, 1 subnets C       10.0.0.0 is directly connected, FastEthernet0/1 S*   0.0.0.0/0 [1/0] via 10.0.0.2   _______________show ip ospf Routing Process "ospf 20" with ID 192.168.0.1  Supports only single TOS(TOS0) routes  Supports opaque LSA  It is an area border router  SPF schedule delay 5 secs, Hold time between two SPFs 10 secs  Minimum LSA interval 5 secs. Minimum LSA arrival 1 secs  Number of external LSA 2. Checksum Sum 0x013118  Number of opaque AS LSA 0. Checksum Sum 0x000000  Number of DCbitless external and opaque AS LSA 0  Number of DoNotAge external and opaque AS LSA 0  Number of areas in this router is 2. 2 normal 0 stub 0 nssa  External flood list length 0     Area BACKBONE(0) (Inactive)         Number of interfaces in this area is 0         Area has no authentication         SPF algorithm executed 2 times         Area ranges are         Number of LSA 1. Checksum Sum 0x00feff         Number of opaque link LSA 0. Checksum Sum 0x000000         Number of DCbitless LSA 0         Number of indication LSA 0         Number of DoNotAge LSA 0         Flood list length 0  
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)

本文转载自互联网,如有侵权,联系删除

本文地址:https://www.peigen.net/post/10806.html

相关推荐

板栗怎么私信主播?

板栗直播可以看直播,想必有一些用户已经知道,如果遇见自己喜欢的主播,我们该怎么私信主播呢?为此,小编特意查询资料,把板栗如何私信主播的方法分享给大家。 1)打开板栗,点击打开要私信的直播,接着点击左上...

电脑知识 2024-11-30 0 138

e兼职APP怎么进行身份认证?

e兼职app下载最靠谱的大学生兼职,帮助大学生提升技能,借用靠谱企业的力量培育大学生的社会经验与专业技能,最快5秒内找到心仪的兼职,大众点评最好的兼职软件。不过这么好用的软件,在使用前需要进行身份验证...

电脑知识 2024-11-30 0 141

口碑农场邀请码怎么获取

口碑农场是口碑app中新增加的一个玩法。口碑农场邀请码怎么获取?想要获得口碑农场的邀请码,具体该怎么操作?下面就是口碑农场邀请码获取教程,一起来看一下。...

电脑知识 2024-11-30 0 132

伙星app怎么更换主页封面?

伙星是一款关于相机相关的应用,能够让用户来制作各种好玩的、搞笑的照片,并且还有着许许多多的特效,能够让你看到很多很好玩的内容,除了这些,用户可以在里面进行拍照和漂流瓶交友等,那么在伙星app中要怎么更...

电脑知识 2024-11-30 0 118

会声会影怎么添加背景音乐?

会声会影2018是一款强大的照片|图片|视频制作、剪辑软件,具有多种的视频编辑功能和制作动画效果。但是如果想要让自己制作的视频有意思,背景音乐一定少不了,下面,小编就为大家介绍下会声会影添加背景音乐方...

电脑知识 2024-11-30 0 136

如何制作高质量的PPT?

如何制作高质量的PPT?不管是对于一个学生、老师还是上班族Word、PPT、表格这三个办公软件都是必修的技能了。我们如何将这些做得优秀?如何脱衣而出?所以呀今天我们就先来讨论一下如何制作PPT。如果...

电脑知识 2024-11-30 0 122

感谢您的支持