路由重分布命令汇总
华为路由重分布
一.基本信息配置system-view //进入系统视图[H3C]sysname RT3 //为设备命名[RT3]super password simple H3C //设置超级密码[RT3]local-user admin //添加用户[RT3-luser-admin]password simple admin //为用户设定密码[RT3-luser-admin]service-type telnet //指定用户的类型[RT3-luser-admin]quit //返回上一级[RT3]user-interface vty 0 4 //进入vty[RT3-ui-vty0-4]set authentication password simple telnet //设置远程登陆认证,密码为telnet[RT3-ui-vty0-4]idle-timeout 5 0 //配置超时退出时间其它略二、链路配置及调测interface Serial0/2/0ip address 10.1.13.2 255.255.255.252undo shutdowninterface LoopBack0ip address 3.3.3.3 255.255.255.255undo shutdowninterface Ethernet0/1/0ip address 10.1.3.1 255.255.255.0undo shutdown其它略三、OSPF多区域及RIP配置[RT3]ospf 1 router-id 3.3.3.3 //配置OSPF ROUTER-IDsilent-interface all //配置所有端口为被动接口undo silent-interface Serial0/2/0 //关闭此接口的被动接口undo silent-interface Serial0/2/2area 1 //OSPF区域,可以写成点分十进制 0.0.0.1 network 3.3.3.3 0.0.0.0 //宣告OSPF的网段network 10.1.13.0 0.0.0.3network 10.1.3.0 0.0.0.255[RT1]ospf 1 router-id 1.1.1.1silent-interface allundo silent-interface Serial0/2/0undo silent-interface Serial0/2/2area 0network 10.0.15.0 0.0.0.3network 1.1.1.1 0.0.0.0area 1network 10.1.13.0 0.0.0.3network 10.1.1.0 0.0.0.255[RT5]ospf 1 router-id 5.5.5.5silent-interface allundo silent-interface Serial0/2/0undo silent-interface Serial0/2/2area 0network 5.5.5.5 0.0.0.0network 10.0.5.0 0.0.0.255 network 10.0.56.0 0.0.0.3[RT6]ospf 1 router-id 6.6.6.6silent-interface allundo silent-interface Serial0/2/0 undo silent-interface Serial0/2/2 area 0network 10.0.56.0 0.0.0.3network 6.6.6.6 0.0.0.0area 2network 10.2.6.0 0.0.0.255 network 10.2.26.0 0.0.0.3[RT2]ospf 1 router-id 2.2.2.2silent-interface allundo silent-interface Serial0/2/2 area 2network 10.2.26.0 0.0.0.3network 10.2.2.1 0.0.0.255rip //启动RIPundo summary //关闭自动汇总version 2 //RIPV2network 172.16.0.0 //宣告RIP的网段silent-interface all //配置所有接口为被动接口undo silent-interface Serial0/2/3 //将接口不设为被动接口[RT4]ripundo summaryversion 2network 172.16.0.0network 4.0.0.0silent-interface allundo silent-interface Serial0/2/1四、OSPF重分布外部路由及下发缺省路由[RT5]ospf 1area 0import-route direct cost 1000 type 2 //重分布直连路由default-route-advertise always //下发缺省路由default cost 2000 //指定缺省路由的COST为2000 default type 1 //指定下发的缺省路由为类型1 [RT2]ospf 1area 2import-route rip 1 cost 1000 //重分布RIP到OSPF ripimport-route ospf 1 cost 5 //重分布OSPF到RIP 五、OSPF特殊区域配置及路由汇总[RT3]ospf 1area 1stub //配置为STUB区域[RT1]ospf 1area 1stub no-summary //配置完全STUB区域abr-summary 10.1.0.0 255.255.0.0 //区域内汇总[RT6]ospf 1area 2nssa no-summary //配置完全NSSA区域abr-summary 10.2.0.0 255.255.0.0 //区域内汇总area 2nssa //配置NSSA区域asbr-summary 172.16.0.0 255.255.0.0 cost 1000 //外部路由汇总六、OSPF虚链路system-view[Sysname] ospf 100[Sysname-ospf-100] area 2[Sysname-ospf-100-area-0.0.0.2] vlink-peer 1.1.1.1 指定对方的ROUTER-ID[Sysname-ospf-100-area-0.0.0.2]vlink-peer 1.1.1.1 md5 10 cipher H3C 虚链路MD5认证vlink-peer 1.1.1.1 simple cipher H3C 虚链路明文认证虚链路的另一端也类似配置display ospf vlink //显示虚链路七、OSPF认证[RT1]ospf 1[RT1ospf-1]area 1[RT1-ospf-1-area-0.0.0.1]authentication-mode md5[RT1-ospf-1-area-0.0.0.1]quit[RT1-ospf-1]quit[RT1]int s0/2/0[RT1-Serial0/2/0]ospf authentication-mode md5 10 cipher H3C[RT3ospf-1]area 1[RT3-ospf-1-area-0.0.0.1]authentication-mode md5[RT3-ospf-1-area-0.0.0.1]quit[RT3-ospf-1]quit[RT3]int s0/2/0[RT3-Serial0/2/0]ospf authentication-mode md5 10 cipher H3C 或是采用明文认证,配置方法与上类似authentication-mode simpleospf authentication-mode simple cipher H3C八、OSPF调测调试命令display ospf brief //显示OSPF的摘要信息display ospf cumulative //OSPF的统计信息display ospf interface //显示OSPF的接口信息display ospf peer //显示OSPF的邻居信息display ospf lsdb //显示OSPF的LSDBdisplay ospf routing //显示OSPF的路由信息display ospf error //显示OSPF的错误信息reset ospf process //重启OSPF进程其它命令int e0/2/0ospf cost 1000 //修改OSPF的COST值 COST=10的8次方/带宽ospf network broadcast|nbma |p2mp |p2p //修改OSPF的网络类型ospf dr-priority 10 //修改接口的优先级,缺省为1九、H3C与CISCO的路由协议管理距离的区别:CISCO:H3C:。
任务3.11 路由重分发配置
Ø路由重分发原理Ø路由重分发类型Ø路由重分发配置命令•在实际网络环境中,存在着运行不同路由协议网络合并的问题,因不同协议的实现机理不同,所以它们之间的路由信息是隔离状态,不能直接交互。
那么如何在不改变各自路由域环境的前提下,实现路由信息的共享,就需要使用路由重发布技术。
•本次任务介绍路由重分发技术的原理和应用类型。
Ø路由重分发•指在路由域的边界上,将某种路由协议的路由信息引入到另一种路由协议中,以实现路由信息的共享。
示例中,R2运行了OSPF和RIP两种路由协议,R2可以基于两种协议获得对应的路由。
在R2上将RIP路由引入到OSPF路由域中,则OSPF路由器R1获得5类LSA的目标网络192.168.1.0/24的外部路由;同样将OSPF路由引入RIP路由域中,R3将获得目标网络172.16.1.0/24的路由。
Ø路由重分发类型•引入直连路由•当设备接口激活并配有IP地址,那么系统便可自动产生直连路由。
直连路由通常对应设备互连网段和业务网段。
•对应业务网络路由的学习可以有两种方式:•通过network通告•直连路由引入示例中,在OSPF路由域下,S1通过network命令将VLAN10,20,30对应的直连路由进行通告,那么R1会获得1类LSA的OSPF路由。
Ø路由重分发类型•引入直连路由•当设备接口激活并配有IP地址,那么系统便可自动产生直连路由。
直连路由通常对应设备互连网段和业务网段。
•对应业务网络路由的学习可以有两种方式:•通过network通告•直连路由引入示例中,如果S1将VLAN10、20、30的直连路由引入,那么R1会获得5类LSA的OSPF外部路由。
Ø路由重分发类型•引入静态路由•静态路由作为外部路由,不能被动态路由协议所感知。
•在边界路由器配置静态路由引入,可以让路由协议域中的设备获得该静态路由所指向的目的网络的路由。
路由器的路由配置命令汇总(win和linux系统)
路由器的路由配置命令汇总(win和linux系统)2009-07-16 17:43:15分类:系统运维⼯作时总是要在这三个个体中配来配去,所以为了⽅便,汇总了。
win下:使⽤ Route 命令⾏⼯具查看并编辑计算机的 IP 路由表。
Route 命令和语法如下所⽰:route [-f] [-p] [Command][Destination] [mask Netmask] [Gateway] [metric Metric]] [if Interface]]-f 清除所有⽹关⼊⼝的路由表。
如果该参数与某个命令组合使⽤,路由表将在运⾏命令前清除。
-p 与 add 命令⼀起使⽤时使路由具有永久性。
该参数与 add 命令⼀起使⽤时,将使路由在系统引导程序之间持久存在。
默认情况下,系统重新启动时不保留路由。
与 print 命令⼀起使⽤时,显⽰已注册的持久路由列表。
忽略其他所有总是影响相应持久路由的命令。
Command 指定您想运⾏的命令 (Add/Change/Delete/Print)。
路由类型:有三种路由1.主机路由从⼀台主机映射⼀条到本地⽹络上的的其他主机上command format:route add -host destination_ip local_ip -interface interfaceeg:我们想为本地主机接⼝hme0(204.12.17.1)和另⼀台在相邻才C类⽹络上的主机(204.12.16.100)之间增加⼀条路由#route add -host 204.12.16.100 204.12.17.1 -interface hme02.⽹络路由允许数据包从本地主机传输到在本地⽹络的其他主机上增加⼀个到另⼀个⽹络的的直接路由command format:route add -net destination_network_ip local_ip -netmask maskeg:如果我们要想为C类⽹掩码在本地主机(204.12.17.1)和我们上⾯指出的⽹络之间增加⼀条路由(204.12.16.0⽹络)我们可以使⽤如下的命令:#route add -net 204.12.16.0 204.12.17.1 -netmask 255.255.255.03.缺省路由将寻找⼀条路由的任务传送到⼀台路由器。
路由协议重分布acl prefix-list route-map
路由协议重分布acl prefix-list route-map路由协议的迁移,路由协议的重分布,单点双向重分布时的汇总路由回馈问题,双向双出口重分布,ACL,distribute-list,prefix-list,route-map,作者:许洪铭<路由协议的迁移>当网络中原有的路由协议不能再很好的满足需求的时候,就需要转换为另一种路由协议,这就需要进行路由协议的迁移。
原则:1、尽可能少的减少网络的停工时间2、一旦在迁移过程中出了问题,要能迅速回退到初始状态3、在迁移过程中要避免出现路由黑洞和环路在路由迁移过程中还有可能要改变原有的IP地址,使用新的编址方案,这就需要进行地址的迁移。
地址迁移过程:1、配置第二地址2、将第二地址network进路由协议中3、如果第二地址路由正常,将第二地址改为第一地址R1(config-is)#ip address address mask secondary 配置辅助地址需要将辅助地址升级为主地址时,直接将辅助地址在接口配置即可(不要加secondary)他会自动冲掉主地址和辅助地址。
路由迁移过程:1、将原有协议的AD值改小2、在现在网络上配置新的路由协议3、将原有协议的AD值再改大,让新协议的路由起作用,修改过程中两个协议并存不影响正常工作。
4、如果路由正常,删除原有协议,必需要经过一段时间的测试之后才能进行删除。
R1(config-route)#distance eigrp 150 170 修改EIGRP路由协议的内部管理距离和外部管理距离(默认为170)注:OSPF不能用Secondary地址建邻居。
Eigrp能用Secondary地址建邻居。
割接就是对网络的软件硬件进行升级<路由协议的重分布>定义:重分布是指连接到不同路由选择域的边界路由器在不同自主系统之间交换和通告路由选择信息的能力。
重分布原则:路由必须位于路由选择表中才能被重分发在重分发时设定种子metric协议 Seed MetricRIP 无限大即任何路由协议重分布进RIP时,默认的METRIC都是无穷大的,不可以使用,所以必须手工指定EIGRP 无限大也必须手工指定OSPF 20 如果重分布进来的是BGP的话,Metric是1,这是个特例IS-IS 0 可以不用手工指定,即可正常传递。
4-路由重分布
配置局域网端口 R2(config)#int f0/0 R2(config-if)#ip add 2.2.2.1 255.255.255.0 R2(config-if)#no shut 配置串口 R2(config)#int s0/0/0 R2(config-if)#ip add 192.168.12.2 255.255.255.0 R2(config-if)#no shut R2(config-if)#clock rate 64000//配置DCE端口,DTE不需配置 R2(config)#int s0/0/1 20 R2(config-if)#ip add 192.168.23.1 255.255.255.0 R2(config-if)#no shut
R3
R2: router ospf 1 network 192.168.23.0 0.0.0.255 area 0 redistribute connected subnets
R4
R2: router ospf 1 network 192.168.23.0 0.0.0.255 area 0 redistribute connected metric 40 subnets
重分布支持所有的路由协议
Router(config)#router rip Router(config-router)#redistribute ?
• • •
connected Connected eigrp ospf Enhanced Interior Gateway Routing Protocol (EIGRP) Open Shortest Path First (OSPF)
此时应使得PC5与PC4能ping通,PC5与路由器R3ping 通! 23
路由协议重分发(RIP OSPF EIGRP)
路由协议重分发设备接口Ip地址子网掩码R1 F0/0 192.168.1.1 255.255.255.0Loopback 0 1.1.1.1 255.255.255.0 R2 F1/0 192.168.2.1 255.255.255.0Loopback 0 2.2.2.2 255.255.255.0 R3 F0/0 192.168.3.1 255.255.255.0Loopback 0 3.3.3.3 255.255.255.0 R4 F0/0 192.168.1.2 255.255.255.0F1/0 192.168.2.2 255.255.255.0F6/0 192.168.3.2 255.255.255.01.路由器的基本配置R1Router>Router>enableRouter#conf tRouter(config)#hostname R1R1(config)#int f0/0R1(config-if)#ip add 192.168.1.1 255.255.255.0R1(config-if)#no shutR1(config-if)#exitR1(config)#int lR1(config)#int loopback 0R1(config-if)#ip add 1.1.1.1 255.255.255.0R1(config-if)#no shutR1(config-if)#exitR1(config)#R2Router>Router>enableRouter#conf tRouter(config)#hostname R2R2(config)#int f1/0R2(config-if)#ip add 192.168.2.1 255.255.255.0 R2(config-if)#no shutR2(config-if)#exitR2(config)#int loopback 0R2(config-if)#ip add 2.2.2.2 255.255.255.0R2(config)#R3Router>enableRouter#conf tRouter(config)#hostname R3R3(config)#int f0/0R3(config-if)#ip add 192.168.3.1 255.255.255.0 R3(config-if)#no shutR3(config-if)#exitR3(config)#int lR3(config)#int loopback 0R3(config-if)#ip add 3.3.3.3 255.255.255.0R3(config-if)#exitR3(config)#R4Router>enableRouter#conf tRouter(config)#hostname R4R4(config)#int f0/0R4(config-if)#ip ad 192.168.1.2 255.255.255.0 R4(config-if)#no shutR4(config-if)#exitR4(config)#int f1/0R4(config-if)#ip add 192.168.2.2 255.255.255.0 R4(config-if)#no shutR4(config-if)#exitR4(config)#int f6/0R4(config-if)#ip add 192.168.3.2 255.255.255.0R4(config-if)#no shutR4(config-if)#exitR4(config)#2.配置路由器协议R1:RIP协议R1(config)#router ripR1(config-router)#version 2R1(config-router)#no auto-summaryR1(config-router)#net 192.168.1.0R1(config-router)#net 1.1.1.1R1(config-router)#exitR2:OSPF协议R2(config)#router ospf 1R2(config-router)#network 192.168.2.0 0.0.0.255 area 0 R2(config-router)#network 2.2.2.0 0.0.0.255 area 0R2(config-router)#exitR3:EIGRP协议R3(config)#router eigrp 1R3(config-router)#no auto-summaryR3(config-router)#network 192.168.3.0R3(config-router)#network 3.3.3.0R3(config-router)#exitR4:RIPR4(config)#router ripR4(config-router)#version 2R4(config-router)#no auto-summaryR4(config-router)#network 192.168.1.0R4(config-router)#exitOSPFR4(config)#router ospf 1R4(config-router)#net 192.168.2.0 0.0.0.255 aR4(config-router)#net 192.168.2.0 0.0.0.255 area 0R4(config-router)#exitEIGRPR4(config)#router eigrp 1R4(config-router)#no auto-summaryR4(config-router)#network 192.168.3.0R4(config-router)#exitR4(config)#测试R4#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - 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 - ODRP - periodic downloaded static routeGateway of last resort is not set1.0.0.0/24 is subnetted, 1 subnetsR 1.1.1.0 [120/1] via 192.168.1.1, 00:00:02, FastEthernet0/02.0.0.0/32 is subnetted, 1 subnetsO 2.2.2.2 [110/2] via 192.168.2.1, 00:01:10, FastEthernet1/03.0.0.0/24 is subnetted, 1 subnetsD 3.3.3.0 [90/] via 192.168.3.1, 00:00:55, FastEthernet6/0C 192.168.1.0/24 is directly connected, FastEthernet0/0C 192.168.2.0/24 is directly connected, FastEthernet1/0C 192.168.3.0/24 is directly connected, FastEthernet6/0R4#配置路由协议重分发RIPR4(config)#router ripR4(config-router)#redistribute ospf 1 metric 3R4(config-router)#redistribute eigrp 1 metric 3R4(config-router)#exitR1#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - 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 - ODRP - periodic downloaded static routeGateway of last resort is not set1.0.0.0/24 is subnetted, 1 subnetsC 1.1.1.0 is directly connected, Loopback02.0.0.0/32 is subnetted, 1 subnetsR 2.2.2.2 [120/3] via 192.168.1.2, 00:00:11, FastEthernet0/03.0.0.0/24 is subnetted, 1 subnetsR 3.3.3.0 [120/3] via 192.168.1.2, 00:00:11, FastEthernet0/0C 192.168.1.0/24 is directly connected, FastEthernet0/0R 192.168.2.0/24 [120/3] via 192.168.1.2, 00:00:11, FastEthernet0/0R 192.168.3.0/24 [120/3] via 192.168.1.2, 00:00:11, FastEthernet0/0R1#OSPFR4(config)#router ospf 1R4(config-router)#redistribute rip subnetsR4(config-router)#redistribute eigrp 1 subnetsR4(config-router)#R2#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - 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 - ODRP - periodic downloaded static routeGateway of last resort is not set1.0.0.0/24 is subnetted, 1 subnetsO E2 1.1.1.0 [110/20] via 192.168.2.2, 00:00:40, FastEthernet1/02.0.0.0/24 is subnetted, 1 subnetsC 2.2.2.0 is directly connected, Loopback03.0.0.0/24 is subnetted, 1 subnetsO E2 3.3.3.0 [110/20] via 192.168.2.2, 00:00:29, FastEthernet1/0O E2 192.168.1.0/24 [110/20] via 192.168.2.2, 00:00:40, FastEthernet1/0C 192.168.2.0/24 is directly connected, FastEthernet1/0O E2 192.168.3.0/24 [110/20] via 192.168.2.2, 00:00:29, FastEthernet1/0 EIGRPR4(config)#router eigrp 1R4(config-router)#redistribute rip metric 15000 10 255 1 1500R4(config-router)#redistribute ospf 1 metric 15000 10 255 1 1500R4(config-router)#exitR4(config)#R3#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - 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 - ODRP - periodic downloaded static routeGateway of last resort is not set1.0.0.0/24 is subnetted, 1 subnetsD EX 1.1.1.0 [170/] via 192.168.3.2, 00:02:12, FastEthernet0/02.0.0.0/32 is subnetted, 1 subnetsD EX 2.2.2.2 [170/] via 192.168.3.2, 00:01:43, FastEthernet0/03.0.0.0/24 is subnetted, 1 subnetsC 3.3.3.0 is directly connected, Loopback0D EX 192.168.1.0/24 [170/] via 192.168.3.2, 00:02:12, FastEthernet0/0D EX 192.168.2.0/24 [170/] via 192.168.3.2, 00:01:43, FastEthernet0/0C 192.168.3.0/24 is directly connected, FastEthernet0/0R3#最后测试所有地址能通信R1#ping 2.2.2.2Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 msR1#ping 3.3.3.3Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 msR1#R2#ping 1.1.1.1Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 msR2#ping 3.3.3.3Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds: !!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 msR3#ping 1.1.1.1Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds: !!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms R3#ping 2.2.2.2Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds: !!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms R3#。
ospf-rip重分布
实验二:路由重分布
1.实验目的
通过本实验可以掌握:
1)OSPF的配置
2)RIP的配置
3)默认静态路由配置
2.实验拓扑
实验拓扑如图1-2所示
图1-2
3.实验步骤
R1的配置:
R2的配置:
R3的配置:
R5的配置:
R6的配置:
R7的配置:
R4的配置:
Show ip route 时:R1:
R7:
R4:
4.主要命令
1)配置RIP:
在全局模式下
R(config)#router rip
R(config-router)#vertion 2
R(config-router)#network 直连网络号
2)配置OSPF:
在全局模式下
R(config)#router ospf 1
R(config-router)#network 直连网络号通配掩码area 区域号3)配置边界路由:
配到全局模式
R(config)#router rip
R(config-router)#vertion 2
R(config-router)#network 连向RIP的网络号
R(config-router)#redistribute ospf 1 metric 加上跳数
R(config-router)#exit
R(config)#router ospf 1
R(config-router)#network 连向OSPF的网络号通配掩码area 区域号R(config-router)#redistribute rip metric 加上带宽subnets。
CISCO 路由重分布
所谓的路由重分布,其实就是一种翻译,把一种协议翻译成另一种协议。
实验目的:1:在R2上,将Rip路由重分配为Eigrp路由,并将eigrp路由重分配为Rip路由。
2:在R4上,将Eigrp路由重分配为igrp路由,并将igrp路由重分配为Eigrp路由。
解决发生的所有路由选择问题。
使所有路由器都能ping通所有的接口查看基本配置:R1#show runinterface Loopback0ip address 10.0.0.1 255.255.255.0interface FastEthernet0/0ip address 12.0.0.1 255.255.255.0router ripnetwork 10.0.0.0network 12.0.0.0R2#show runinterface Loopback0ip address 2.2.2.2 255.255.255.0interface FastEthernet0/0ip address 12.0.0.2 255.255.255.0interface Serial2/2ip address 23.0.0.2 255.255.255.0router eigrp 100network 23.0.0.0 0.0.0.255no auto-summaryrouter ripnetwork 12.0.0.0network 2.0.0.0R3#show runinterface Loopback0ip address 3.3.3.3 255.255.255.0interface Serial2/1ip address 23.0.0.3 255.255.255.0interface Serial2/2ip address 34.0.0.3 255.255.255.0router eigrp 100network 3.3.3.0 0.0.0.255network 23.0.0.0 0.0.0.255network 34.0.0.0 0.0.0.255no auto-summaryR4#show runinterface Loopback0ip address 4.4.4.4 255.255.255.0interface Serial2/1ip address 34.0.0.4 255.255.255.0interface Serial2/2ip address 45.0.0.4 255.255.255.0router eigrp 100network 34.0.0.0 0.0.0.255no auto-summaryrouter igrp 200network 4.0.0.0network 45.0.0.0R5#show runinterface Loopback0ip address 5.5.5.5 255.255.255.0interface Serial2/2ip address 45.0.0.5 255.255.255.0router igrp 200network 5.0.0.0network 45.0.0.0-------------------------------------------------------------------------------------------------、R1#sh ip rout查看路由表、只有直连的和通过rip协议学来的路由。
思科路由重分布
参考命令:switch0:switch>enswitch#conf tswitch(config)#hostname switch0 switch0(config)#exitswitch0#vlan databaseswitch0(vlan)#vtp clientswitch0(vlan)#vtp domain network switch0(vlan)#vtp password 123 switch0(vlan)#exitswitch0#conf tswitch0(config)#interface f0/3switch0(config-if)#switchport mode trunkswitch0(config-if)#switchport trunk allowed vlan allswitch1:switch>enswitch#conf tswitch(config)#hostname switch1switch1(config)#exitswitch1#vlan databaseswitch1(vlan)#vtp clientswitch1(vlan)#vtp domain networkswitch1(vlan)#vtp password 123switch1(vlan)#exitswitch1#conf tswitch1(config)#interface f0/3switch1(config-if)#switchport mode trunkswitch1(config-if)#switchport trunk allowed vlan allmultilayer switch0:switch>enswitch#vlan databaseswitch(vlan)#vtp serverswitch(vlan)#vtp domain networkswitch(vlan)#vtp password 123switch(vlan)#vlan 2 name salesswitch(vlan)#vlan 3 name marketingswitch(vlan)#vlan 4 name ToRouterswitch(vlan)#exitswitch#conf tswitch(config)#interface f0/11switch(config-if)#switchport mode trunkswitch(config-if)#switchport trunk allowed vlan all switch(config)#interface f0/12switch(config-if)#switchport mode trunkswitch(config-if)#switchport trunk allowed vlan allswitch0:switch0#sh vlanswitch0#conf tswitch0(config)#interface f0/1switch0(config-if)#switchport access vlan 2switch0(config-if)#exitswitch0(config)#interface f0/2switch0(config-if)#switchport access vlan 3switch1:switch1#sh vlanswitch1#conf tswitch1(config)#interface f0/1switch1(config-if)#switchport access vlan 2switch1(config-if)#exitswitch1(config)#interface f0/2switch1(config-if)#switchport access vlan 3multilayer switch0:switch>enswitch#conf tswitch(config)#interface vlan 2Switch(config-if)#ip add 192.168.10.1 255.255.255.0 switch(config)#interface vlan 3Switch(config-if)#ip add 192.168.20.1 255.255.255.0 switch(config)#interface vlan 4Switch(config-if)#ip add 192.168.30.1 255.255.255.0 switch(config)#interface f0/4switch(config-if)#switchport access vlan 4router0:router>enrouter#conf trouter(config)#hostname router0router0(config)#int fa0/0router0(config-if)#ip add 192.168.30.2 255.255.255.0 router0(config-if)#no shrouter0(config)#int fa0/1router0(config-if)#ip add 172.168.10.1 255.255.255.0 router0(config-if)#no shrouter1:router>enrouter#conf trouter(config)#hostname router1router1(config)#int fa0/0router1(config-if)#ip add 10.168.40.1 255.255.255.0 router1(config-if)#no shrouter1(config)#int fa0/1router1(config-if)#ip add 172.168.10.2 255.255.255.0 router1(config-if)#no shrouter1(config)#int s0/2router1(config-if)#ip add 222.168.10.1 255.255.255.0 router1(config-if)#clock rate 19200router1(config-if)#no shrouter2:router>enrouter#conf trouter(config)#hostname router2router2(config)#int fa0/0router2(config-if)#ip add 192.168.50.1 255.255.255.0 router2(config-if)#no shrouter1(config)#int s0/2router1(config-if)#ip add 222.168.10.2 255.255.255.0 router1(config-if)#no sh。
路由重分发(引入)技术
路由重分发技术一、路由重分发介绍1、两个协议之间相互学习路由条目2、可以省掉不必要的麻烦二、路由重分发之间相互采用用的什么1、OSPF:开销2、EIGRP:度量3、RIP:跳数4、Static(静态):直接重分发三、重分发配置命令1、将OSPF重分发进RIP①router rip :进入RIP进程②redistribute ospf 100(进程号) metric 1(跳数) :为OSPF路由指定跳数2、将RIP重分发到OSPF①router ospf 100 :进入OSPF进程②redistribute rip metric 100(开销) subnets :为RIP路由指定开销3、将OSPF重分发到EIGRP①router eigrp 100 :进入EIGRP进程②redistribute ospf 100 metric 10000 1000 255 1 1500 :为OSPF路由指定度量(带) (延) (可) (负) (M)4、将静态重分发进OSPF①router ospf 100 :进入OSPF进程②redistribute static subnets :将静态重分发到OSPF在OSPF中重分发不加Subnets重分到OSPF里的路由都是主类网络。
5、将直连重分发进RIP①router rip :进入RIP进程②redistribute connected :将直连重分发进RIP6、另一种重分发路由方式①router ospf 100 :进入OSPF进程②redistribute eigrp 100 :将EIGRP重分发进OSPF(OSPF默认cost:20)③default-metric 100(开销) :指定重分发的metric(度量)四、查看重分发配置命令1、show runnning-config |section router eigrp :查看EIGRP的重分发配置2、show runnning-config |section router ospf :查看OSPF的重分发配置3、show runnning-config |section router rip :查看RIP的重分发配置。
路由器重分发
配置路由重分发拓扑图实际需求Ø 为了便于网络维护,总公司到各分公司之间使用OSPF协议,上海分公司内部使用RIP 协议,而杭州分公司内部使用静态路由。
Ø 所有分公司访问公网都需要通过总公司R1路由器实现(R1路由器配置为默认路由,ISP 路由器也配置为默认路由)。
Ø 各路由器互联地址如拓扑图所示,路由器的Loopback0地址为R1:1.1.1.1/32 ,R2:2.2.2.2/32,R3:3.3.3.3/32 ,R4:4.4.4.4/32实现步骤1.配置各路由器接口地址,配置路由(OSPF协议、RIP协议、静态路由、默认路由)。
①配置R11)配置接口IP地址R1(config)#interface e0/0R1(config-if)#ip address 10.0.0.1 255.255.255.252R1(config-if)#no shutdownR1(config-if)#exitR1(config)#interface e0/1R1(config-if)#ip address 10.0.0.5 255.255.255.252R1(config-if)#no shutdownR1(config-if)#exitR1(config)#interface e0/2R1(config-if)#ip address 201.204.6.1 255.255.255.0R1(config-if)#no shutdownR1(config-if)#exitR1(config)#interface e0/3R1(config-if)#ip address 192.168.1.1 255.255.255.0 R1(config-if)#no shutdownR1(config-if)#exitR1(config)#interface loopback 0R1(config-if)#ip address 1.1.1.1 255.255.255.255R1(config-if)#no shutdownR1(config-if)#exit2)配置路由R1(config)#router ospf 1R1(config-router)#router-id 1.1.1.1R1(config-router)#network 10.0.0.1 0.0.0.0 area 0R1(config-router)#network 10.0.0.5 0.0.0.0 area 1R1(config-router)#network 192.168.1.1 0.0.0.0 area 0 R1(config-router)#network 1.1.1.1 0.0.0.0 area 0R1(config)#ip route 0.0.0.0 0.0.0.0 201.204.6.2②配置R21)配置接口IP地址R2(config)#interface e0/0R2(config-if)#ip address 10.0.0.2 255.255.255.252R2(config-if)#no shutdownR2(config-if)#exitR2(config)#interface e0/1R2(config-if)#ip address 192.168.100.1 255.255.255.0 R2(config-if)#no shutdownR2(config-if)#exitR2(config)#interface loopback 0R2(config-if)#ip address 2.2.2.2 255.255.255.255R2(config-if)#no shutdownR2(config-if)#exit2)配置路由R2(config)#router ospf 1R2(config-router)#router-id 2.2.2.2R2(config-router)#network 10.0.0.2 0.0.0.0 area 0R2(config-router)#network 2.2.2.2 0.0.0.0 area 0R2(config)#router ripR2(config-router)#version 2R2(config-router)#no auto-summaryR2(config-router)#network 192.168.100.0③配置R31)配置接口IP地址R3(config)#interface e0/0R3(config-if)#ip address 10.0.0.9 255.255.255.252R3(config-if)#no shutdownR3(config-if)#exitR3(config)#interface e0/1R3(config-if)#ip address 10.0.0.6 255.255.255.252R3(config-if)#no shutdownR3(config-if)#exitR3(config-if)#ip address 3.3.3.3 255.255.255.255R3(config-if)#no shutdownR3(config-if)#exit2)配置路由R3(config)#router ospf 1R3(config-router)#router-id 3.3.3.3R3(config-router)#network 10.0.0.6 0.0.0.0 area 1R3(config-router)#network 3.3.3.3 0.0.0.0 area 1R3(config)#ip route 192.168.3.0 255.255.255.0 10.0.0.10 ④配置R41)配置接口IP地址R4(config)#interface e0/0R4(config-if)#ip address 10.0.0.10 255.255.255.252R4(config-if)#no shutdownR4(config-if)#exitR4(config)#interface e0/1R4(config-if)#ip address 192.168.3.1 255.255.255.0R4(config-if)#no shutdownR4(config-if)#exitR4(config)#interface loopback 0R4(config-if)#ip address 4.4.4.4 255.255.255.255R4(config-if)#no shutdownR4(config-if)#exit2)配置路由R4(config)#ip route 0.0.0.0 0.0.0.0 10.0.0.9⑤配置R51)配置接口IP地址R5(config)#interface e0/0R5(config-if)#ip address 192.168.100.2 255.255.255.0R5(config-if)#no shutdownR5(config-if)#exitR5(config)#interface e0/1R5(config-if)#ip address 192.168.2.1 255.255.255.0R5(config-if)#no shutdownR5(config-if)#exit2)配置路由R5(config)#router ripR5(config-router)#version 2R5(config-router)#no auto-summaryR5(config-router)#network 192.168.100.0R5(config-router)#network 192.168.2.0⑥配置ISP路由器1)配置接口地址ISP(config)#interface e0/0ISP(config-if)#ip address201.204.6.2 255.255.255.0 ISP(config-if)#no shutdownISP(config-if)#exitISP(config)#interface e0/1ISP(config-if)#ip address200.1.1.1 255.255.255.0 ISP(config-if)#no shutdownISP(config-if)#exit2)配置路由ISP(config)#ip route 0.0.0.0 0.0.0.0 201.204.6.1 2.查看各路由器路由表R1R2R3R4R5R6从上面各路由器的路由表中可以看出,只能在各自的自治系统内学习路由,因此要实现全网互通,需要配置路由重分发,让多个自治系统之间能够学习路由。
路由重分配命令
实训:路由重分配要求:三台PC机可以相互通信。
Ra:Router>enRouter#conf tRouter(config)#hostname RaRa(config)#int s0/0/0Ra(config-if)#ip add 192.168.10.1 255.255.255.0 Ra(config-if)#no shutRa(config-if)#clock rate 64000Ra(config-if)#exRa(config)#int s0/0/1Ra(config-if)#ip add 192.168.20.1 255.255.255.0 Ra(config-if)#no shutRa(config-if)#clock rate 64000Ra(config-if)#exRa(config)#int s0/1/0Ra(config-if)#ip add 192.168.30.1 255.255.255.0 Ra(config-if)#no shutRa(config-if)#clock rate 64000Ra(config-if)#exRa(config-router)#network 192.168.10.0Ra(config-router)#redistribute ospf 20 metric 1Ra(config-router)#redistribute eigrp 10 metric 1Ra(config-router)#exRa(config)#router eigrp 10Ra(config-router)#network 192.168.20.0Ra(config-router)#redistribute rip metric 1000 100 255 1 1500Ra(config-router)#redistribute ospf 20 metric 1000 100 255 1 1500 Ra(config-router)#exRa(config)#router ospf 20Ra(config-router)#network 192.168.30.0 0.0.0.255 area 0Ra(config-router)#redistribute rip subnetsRa(config-router)#redistribute eigrp 10 subnetsRa(config-router)#exRa(config)#endRa#wrRb:Router>enRouter#conf tRouter(config)#hostname RbRb(config)#int s0/0/0Rb(config-if)#ip add 192.168.10.2 255.255.255.0Rb(config-if)#no shutRb(config)#int f0/0Rb(config-if)#ip add 192.168.40.1Rb(config-if)#ip add 192.168.40.1 255.255.255.0Rb(config-if)#no shutRb(config-if)#exRb(config)#route ripRb(config-router)#network 192.168.40.0Rb(config-router)#network 192.168.10.0Rb(config-router)#endRb#wrRc:Router>enRouter#conf tRouter(config)#hostname RcRc(config)#int f0/0Rc(config-if)#ip add 192.168.50.1 255.255.255.0Rc(config-if)#exRc(config)#int s0/0/0Rc(config-if)#ip add 192.168.20.2 255.255.255.0Rc(config-if)#no shutRc(config)#router eigrp 10Rc(config-router)#network 192.168.50.0Rc(config-router)#network 192.168.20.0Rc(config-router)#endRc#wrRd:Router>enRouter#conf tRouter(config)#hostname RdRd(config)#int f0/0Rd(config-if)#ip add 192.168.60.1 255.255.255.0Rd(config-if)#no shutRd(config-if)#exRd(config)#int s0/0/0Rd(config-if)#ip add 192.168.30.2 255.255.255.0Rd(config-if)#no shutRd(config)#router ospf 20Rd(config-router)#network 192.168.60.0 0.0.0.255 area 0 Rd(config-router)#network 192.168.30.0 0.0.0.255 area 0 Rd(config-router)#endRd#wr。
路由重分布总结
router ospf 1 redistribute eigrp 1 metric 50 subnets redistribute eigrp 2 metric 100 subnets network 192.168.3.33 0.0.0.0 area 0
如上,所有子网都能被路由器Hodges学习到 另外,OSPF外部路由类型默认为E2,如果要把上面的OSPF外部路由类型更改为E1,可以在重分 布外部路由到OSPF中的时候使用命令metric-type 1,如下:
P a g e | 158
CCIE R/S & Service Provider Exam Certification Guide Paige(config-router)#default-metric 10000 100 255 1 1500 Paige(config-router)#passive-interface Ethernet1 Paige(config-router)#network 172.20.0.0
CCIE R/S & Service Provider Exam Certification Guide
Chapter 10 路由控制及重分布
10.1 路由重分布
10.1.1 路由重分布原则 路由重分布的作用:可以使得多种路由协议之间,多重厂商环境中进行路由信息交换
实验7:路由重分布基本配置
实验 7:路由重分布基本配置1.实验目的通过本实验可以掌握(1)种子度量值的配置(2)路由重分布参数的含义(3)静态路由重分布(4)直连路由重分布(5)RIP 和EIGRP 的重分布(6)EIGRP 和 OSPF 的重分布(7)重分布路由的查看和调试2.拓扑结构3.实验步骤(1)配置路由器 R1R1(config)#router ripR1(config-router)#version 2R1(config-router)#no auto-summaryR1(config-router)#network 172.16.0.0R1(config-router)#redistribute static metric 3 //重分布静态路由R1(config)#ip route 192.168.1.0 255.255.255.0 null0(2)配置路由器 R2R2(config)#router eigrp 1R2(config-router)#no auto-summaryR2(config-router)#network 172.16.23.2 0.0.0.0R2(config-router)#redistribute rip metric 1000 100 255 1 1500 //将 RIP 重分布到 EIGRP 中R2(config)#router ripR2(config-router)#version 2R2(config-router)#no auto-summaryR2(config-router)#network 172.16.0.0R2(config-router)#redistribute eigrp 1 //将 EIGRP 重分布到RIP 中R2(config-router)#default-metric 4//配置重分布进 RIP 协议所有路由的默认种子度量值R2(config)#router ripR2(config-router)#version 2R2(config-router)#no auto-summaryR2(config-router)#network 172.16.0.0R2(config-router)#redistribute eigrp 1 //将 EIGRP 重分布到RIP 中R2(config-router)#default-metric 4//配置重分布进 RIP 协议所有路由的默认种子度量值【技术要点】①因为 EIGRP 的度量相对复杂,所以重分布时需要分别指定带宽、延迟、可靠性、负载以及 MTU 参数的值。
路由器配置——路由重分布2(OSPF)
路由器配置——路由重分布2(OSPF)⼀、实验⽬的:使⽤路由重分布达到全⽹互通的效果⼆、拓扑图:三、具体步骤配置:1、先给各台主机配置ip地址及⽹关,以PC1为例:2、路由器配置:(1)R1路由器配置Router>enable --进⼊特权模式Router#configure terminal --进⼊全局配置模式Enter configuration commands, one per line. End with CNTL/Z.Router(config)#hostnam R1 --修改路由器名为R1R1(config)#interface s0/0/0 --进⼊端⼝R1(config-if)#ip address 192.168.32.2 255.255.255.0 --为端⼝配置ip地址R1(config-if)#clock rate 64000 --配置时钟速率R1(config-if)#no shutdown --激活端⼝%LINK-5-CHANGED: Interface Serial0/0/0, changed state to downR1(config-if)#interface s0/1/0 --进⼊端⼝R1(config-if)#ip address 192.168.12.1 255.255.255.0 --为端⼝配置ip地址R1(config-if)#clock rate 64000 --配置时钟速率This command applies only to DCE interfacesR1(config-if)#no shutdown --激活端⼝%LINK-5-CHANGED: Interface Serial0/1/0, changed state to downR1(config-if)#interface s0/0/1 --进⼊端⼝R1(config-if)#ip address 192.168.22.1 255.255.255.0 --为端⼝配置ip地址R1(config-if)#clock rate 64000 --配置时钟速率This command applies only to DCE interfacesR1(config-if)#no shutdown --激活端⼝%LINK-5-CHANGED: Interface Serial0/0/1, changed state to downR1(config-if)#exit --返回上⼀级R1(config)#ip route 192.168.42.0 255.255.255.0 192.168.32.1 --配置静态路由R1(config)#router ospf 1 --将R1的静态路由重分布到OSPF中R1(config-router)#network 192.168.12.0 0.0.0.255 area 0R1(config-router)#network 192.168.22.0 0.0.0.255 area 0R1(config-router)#redistribute static subnet --重分布静态路由R1(config-router)#redistribute connected subnet --重分布直连路由R1(config-router)#end --返回特权模式(2)R2路由器配置Router>enable --进⼊特权模式Router#configure terminal --进⼊全局配置模式Enter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R2 --修改路由器名为R2R2(config)#interface s0/1/0 --进⼊端⼝R2(config-if)#ip address 192.168.12.2 255.255.255.0 --为端⼝配置ip地址R2(config-if)#clock rate 64000 --配置时钟速率R2(config-if)#no shutdown --激活端⼝R2(config-if)#interface s0/0/1 --进⼊端⼝R2(config-if)#ip address 192.168.23.2 255.255.255.0 --为端⼝配置ip地址R2(config-if)#clock rate 64000 --配置时钟速率This command applies only to DCE interfacesR2(config-if)#no shutdown --激活端⼝%LINK-5-CHANGED: Interface Serial0/0/1, changed state to downR2(config-if)#interface s0/0/0 --进⼊端⼝R2(config-if)#ip address 192.168.13.1 255.255.255.0 --为端⼝配置ip地址R2(config-if)#clock rate 64000 --配置时钟速率R2(config-if)#no shutdown --激活端⼝%LINK-5-CHANGED: Interface Serial0/0/0, changed state to downR2(config-if)#exit --返回上⼀级R2(config)#router ospf 1 --将R2的rip的路由信息重分布到OSPF中R2(config-router)#network 192.168.12.0 0.0.0.255 area 0R2(config-router)#network 192.168.13.0 0.0.0.255 area 0R2(config-router)#redistribute rip metric 1 --重分布rip路由,必须指定度量值% Only classful networks will be redistributedR2(config-router)#exit --返回上⼀级R2(config)#router rip --开启rip协议R2(config-router)#version 2 --版本2R2(config-router)#network 192.168.23.0 --将直连⽹段添加到ripR2(config-router)#redistribute ospf 1 metric 1 --重分布OSPF路由R2(config-router)#end --返回特权模式(3)R3路由器配置Router>enable --进⼊特权模式Router#configure terminal --进⼊全局配置模式Enter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R3 --修改路由器名为R3R3(config)#interface s0/0/0 --进⼊端⼝R3(config-if)#ip address 192.168.22.2 255.255.255.0 --为端⼝配置ip地址R3(config-if)#clock rate 64000 --配置时钟速率R3(config-if)#no shutdown --激活端⼝R3(config-if)#interface s0/0/1 --进⼊端⼝R3(config-if)#ip address 192.168.13.2 255.255.255.0 --为端⼝配置ip地址R3(config-if)#clock rate 64000 --配置时钟速率This command applies only to DCE interfacesR3(config-if)#no shutdown --激活端⼝R3(config-if)#interface s0/1/0 --进⼊端⼝R3(config-if)#ip address 192.168.33.1 255.255.255.0 --为端⼝配置ip地址R3(config-if)#clock rate 64000 --配置时钟速率R3(config-if)#no shutdown --激活端⼝%LINK-5-CHANGED: Interface Serial0/1/0, changed state to downR3(config-if)#exit --返回上⼀级R3(config)#router ospf 1 --将R3的EIGRP的路由信息重分布到OSPF中R3(config-router)#network 192.168.12.0 0.0.0.255 area 0R3(config-router)#network 192.168.13.0 0.0.0.255 area 0R3(config-router)#redistribute eigrp 1 metric-type 1 subnet --重分布EIGRP路由R3(config-router)#exit --返回上⼀级R3(config)#router eigrp 1 --将OSPF的路由信息重分布到EIGRP中R3(config-router)#network 192.168.33.0 0.0.0.255R3(config-router)#redistribute ospf 1 metric 1000 100 255 1 1500 --重分布EIGRP路由R3(config-router)#end --返回特权模式(4)R4路由器配置Router>enable --进⼊特权模式Router#configure terminal --进⼊全局配置模式Enter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R4 --修改路由器名为R4R4(config)#interface f0/0 --进⼊端⼝R4(config-if)#ip address 192.168.42.254 255.255.255.0 --为端⼝配置ip地址R4(config-if)#no shutdown --激活端⼝R4(config-if)#interface s0/0/0 --进⼊端⼝R4(config-if)#ip address 192.168.32.1 255.255.255.0 --为端⼝配置ip地址R4(config-if)#clock rate 64000 --配置时钟速率This command applies only to DCE interfacesR4(config-if)#no shutdown --激活端⼝R4(config-if)#exit --返回上⼀级R4(config)#ip route 0.0.0.0 0.0.0.0 192.168.32.2 --配置静态路由R4(config)#end --返回特权模式(5)R5路由器配置Router>enable --进⼊特权模式Router#configure terminal --进⼊全局配置模式Enter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R5 --修改路由器名为R5R5(config)#interface s0/0/0 --进⼊端⼝R5(config-if)#ip address 192.168.23.1 255.255.255.0 --为端⼝配置ip地址R5(config-if)#clock rate 64000 --配置时钟速率This command applies only to DCE interfacesR5(config-if)#no shutdown --激活端⼝R5(config-if)#interface f0/0 --进⼊端⼝R5(config-if)#ip address 192.168.43.254 255.255.255.0 --为端⼝配置ip地址R5(config-if)#no shutdown --激活端⼝R5(config-if)#exit --返回上⼀级R5(config)#route rip --开启rip协议R5(config-router)#version 2 --版本2R5(config-router)#network 192.168.43.0 --添加直连⽹段到ripR5(config-router)#network 192.168.23.0 --添加直连⽹段到ripR5(config-router)#end --返回特权模式(6)R6路由器配置Router>enable --进⼊特权模式Router#configure terminal --进⼊全局配模式Enter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R6 --修改路由器名为R6R6(config)#interface s0/0/0 --进⼊端⼝R6(config-if)#ip address 192.168.33.2 255.255.255.0 --为端⼝配置ip地址R6(config-if)#clock rate 64000 --配置时钟速率R6(config-if)#no shutdown --激活端⼝R6(config-if)#interface f0/0 --进⼊端⼝R6(config-if)#ip address 192.168.53.254 255.255.255.0 --为端⼝配置ip地址R6(config-if)#no shutdown --激活端⼝R6(config-if)#exit --返回上⼀级R6(config)#route eigrp 1 --开启EIGRP协议R6(config-router)#network 192.168.33.0R6(config-router)#network 192.168.53.0R6(config-router)#end --返回特权模式四、验证:三台主机相互ping,看是否全⽹互通(1)PC1与PC2(2)PC2与PC3(3)PC3与PC1。
OSPF与静态路由的重分布配置
OSPF与静态路由的重分布配置OSPF与静态路由分布配置如上例图所示:“RIP与OSPF路由重分布例子”switchA(config)#router ospfswitchA(config-router)#network 192.168.10.0 0.0.0.255 area 0switchA(config-router)#network 192.168.20.0 0.0.0.255 area 0switchA(config-router)#network 192.168.1.0 0.0.0.255 area 0 switchA(config-router)#exitswitchA(config)#endrouter(config)#router ospfrouter(config-router)#network 192.168.1.0 0.0.0.255 area 0 router(config-router)#network 192.168.2.0 0.0.0.255 area 0 router(config-router)#exitrouter(config)#ip route 192.168.30.0 255.255.255.0 192.168.2.1router(config)#ip route 192.168.40.0 255.255.255.0 192.168.2.1router(config)#endswitchB(config)#ip route 192.168.10.0 255.255.255.0 192.16 8.2.2switchB(config)#ip route 192.168.20.0 255.255.255.0 192.16 8.2.2switchB(config)#ip route 192.168.1.0 255.255.255.0 192.168.2.1switchB(config)#end在互连路由器上进行重分布配置,使其两个不同路由协议的网络进行互通Router(config)#router ospfRouter(config-router)#redistribute static subnets//将OSPF 重分布到静态路由Router(config-router)#exitRouter(config)#end此例我只是做了把OSPF重分布到静态路由,是因为静态路由本身就是一个明确的邻接路由,因为我们在switchB上已经明确指定静态路由了,所以就没有做相关的重分布配置,话说过来,网络设备也没有提供相就的静态路由重分布的方法。
路由器配置命令大全
路由器配置命令大全路由器是计算机网络中扮演着重要角色的设备,它可以将数据包按照一定的路由策略进行转发,实现网络的连接与通信。
在配置路由器时,管理员需要使用一系列的命令来进行设置和管理。
本文将为您提供路由器配置命令的全面介绍,以帮助您更好地掌握路由器的配置技巧和知识。
一、路由器基本配置命令1. 系统设置命令该命令用于对路由器的系统全局设置进行配置,如设定主机名称、域名、时钟等。
```Router(config)# hostname Router1Router(config)# ip domain-name Router(config)# clock timezone EST -5```2. 接口配置命令该命令用于配置路由器的接口参数,如IP地址、子网掩码等。
```Router(config)# interface GigabitEthernet0/0Router(config-if)# ip address 192.168.1.1 255.255.255.0Router(config-if)# no shutdown```3. 静态路由命令该命令用于手动添加路由表项,指定路由的目的网络和下一跳地址。
```Router(config)# ip route 192.168.2.0 255.255.255.0 192.168.1.2```4. 默认路由命令该命令用于设置默认路由,将所有未知目的网络的数据包发送到指定的下一跳地址。
```Router(config)# ip route 0.0.0.0 0.0.0.0 192.168.1.2```5. DHCP服务命令该命令用于配置路由器作为DHCP服务器,为网络中的设备自动分配IP地址等参数。
```Router(config)# ip dhcp excluded-address 192.168.1.1 192.168.1.10Router(dhcp-config)# network 192.168.1.0 255.255.255.0Router(dhcp-config)# default-router 192.168.1.1```6. 密码设置命令该命令用于配置路由器登录密码和特权模式密码,加强路由器的安全性。
华为路由重分布
一.基本信息配置system-view //进入系统视图[H3C]sysname RT3 //为设备命名[RT3]super password simple H3C //设置超级密码[RT3]local-user admin //添加用户[RT3-luser-admin]password simple admin //为用户设定密码[RT3-luser-admin]service-type telnet //指定用户的类型[RT3-luser-admin]quit //返回上一级[RT3]user-interface vty 0 4 //进入vty[RT3-ui-vty0-4]set authentication password simple telnet //设置远程登陆认证,密码为telnet[RT3-ui-vty0-4]idle-timeout 5 0 //配置超时退出时间其它略二、链路配置及调测interface Serial0/2/0ip address 10.1.13.2 255.255.255.252undo shutdowninterface LoopBack0ip address 3.3.3.3 255.255.255.255undo shutdowninterface Ethernet0/1/0ip address 10.1.3.1 255.255.255.0undo shutdown其它略三、OSPF多区域及RIP配置[RT3]ospf 1 router-id 3.3.3.3 //配置OSPF ROUTER-IDsilent-interface all //配置所有端口为被动接口undo silent-interface Serial0/2/0 //关闭此接口的被动接口undo silent-interface Serial0/2/2area 1 //OSPF区域,可以写成点分十进制 0.0.0.1 network 3.3.3.3 0.0.0.0 //宣告OSPF的网段network 10.1.13.0 0.0.0.3network 10.1.3.0 0.0.0.255[RT1]ospf 1 router-id 1.1.1.1silent-interface allundo silent-interface Serial0/2/0undo silent-interface Serial0/2/2area 0network 10.0.15.0 0.0.0.3network 1.1.1.1 0.0.0.0area 1network 10.1.13.0 0.0.0.3network 10.1.1.0 0.0.0.255[RT5]ospf 1 router-id 5.5.5.5silent-interface allundo silent-interface Serial0/2/0undo silent-interface Serial0/2/2area 0network 5.5.5.5 0.0.0.0network 10.0.5.0 0.0.0.255 network 10.0.56.0 0.0.0.3[RT6]ospf 1 router-id 6.6.6.6silent-interface allundo silent-interface Serial0/2/0 undo silent-interface Serial0/2/2 area 0network 10.0.56.0 0.0.0.3network 6.6.6.6 0.0.0.0area 2network 10.2.6.0 0.0.0.255 network 10.2.26.0 0.0.0.3[RT2]ospf 1 router-id 2.2.2.2silent-interface allundo silent-interface Serial0/2/2 area 2network 10.2.26.0 0.0.0.3network 10.2.2.1 0.0.0.255rip //启动RIPundo summary //关闭自动汇总version 2 //RIPV2network 172.16.0.0 //宣告RIP的网段silent-interface all //配置所有接口为被动接口undo silent-interface Serial0/2/3 //将接口不设为被动接口[RT4]ripundo summaryversion 2network 172.16.0.0network 4.0.0.0silent-interface allundo silent-interface Serial0/2/1四、OSPF重分布外部路由及下发缺省路由[RT5]ospf 1area 0import-route direct cost 1000 type 2 //重分布直连路由default-route-advertise always //下发缺省路由default cost 2000 //指定缺省路由的COST为2000 default type 1 //指定下发的缺省路由为类型1 [RT2]ospf 1area 2import-route rip 1 cost 1000 //重分布RIP到OSPF ripimport-route ospf 1 cost 5 //重分布OSPF到RIP 五、OSPF特殊区域配置及路由汇总[RT3]ospf 1area 1stub //配置为STUB区域[RT1]ospf 1area 1stub no-summary //配置完全STUB区域abr-summary 10.1.0.0 255.255.0.0 //区域内汇总[RT6]ospf 1area 2nssa no-summary //配置完全NSSA区域abr-summary 10.2.0.0 255.255.0.0 //区域内汇总area 2nssa //配置NSSA区域asbr-summary 172.16.0.0 255.255.0.0 cost 1000 //外部路由汇总六、OSPF虚链路system-view[Sysname] ospf 100[Sysname-ospf-100] area 2[Sysname-ospf-100-area-0.0.0.2] vlink-peer 1.1.1.1 指定对方的ROUTER-ID[Sysname-ospf-100-area-0.0.0.2]vlink-peer 1.1.1.1 md5 10 cipher H3C 虚链路MD5认证vlink-peer 1.1.1.1 simple cipher H3C 虚链路明文认证虚链路的另一端也类似配置display ospf vlink //显示虚链路七、OSPF认证[RT1]ospf 1[RT1ospf-1]area 1[RT1-ospf-1-area-0.0.0.1]authentication-mode md5[RT1-ospf-1-area-0.0.0.1]quit[RT1-ospf-1]quit[RT1]int s0/2/0[RT1-Serial0/2/0]ospf authentication-mode md5 10 cipher H3C[RT3ospf-1]area 1[RT3-ospf-1-area-0.0.0.1]authentication-mode md5[RT3-ospf-1-area-0.0.0.1]quit[RT3-ospf-1]quit[RT3]int s0/2/0[RT3-Serial0/2/0]ospf authentication-mode md5 10 cipher H3C 或是采用明文认证,配置方法与上类似authentication-mode simpleospf authentication-mode simple cipher H3C八、OSPF调测调试命令display ospf brief //显示OSPF的摘要信息display ospf cumulative //OSPF的统计信息display ospf interface //显示OSPF的接口信息display ospf peer //显示OSPF的邻居信息display ospf lsdb //显示OSPF的LSDBdisplay ospf routing //显示OSPF的路由信息display ospf error //显示OSPF的错误信息reset ospf process //重启OSPF进程其它命令int e0/2/0ospf cost 1000 //修改OSPF的COST值 COST=10的8次方/带宽ospf network broadcast|nbma |p2mp |p2p //修改OSPF的网络类型ospf dr-priority 10 //修改接口的优先级,缺省为1九、H3C与CISCO的路由协议管理距离的区别:CISCO:H3C:。