默认路由配置
默认路由:当一台路由器上配置了默认路由,若它在数
据转发的时候找不到去往目的网络的路由,他会去匹配默认
路
由,把数据报文丢给默认路由配置的下一跳路由器。在我们
维护工作中,如果默认路由配置的得当,会给我们减轻了很
大的工作量;另一方面配置默认路由也可以缩
减了路由表项。默认路由虽然好,但也不是万能的,在网络
数据规划的时候,一定要用的得当。
配置方法:默认路由的配置cisco的设备支持三种模式
1、iproute0.0.0.00.0.0.0[下一条地址]:这种方式用的最多,
通常给路由器配置默认网关就采用这种方式。
2、ipdefault-gateway[下一条地址]:这种方式需要关闭路
由器的路由功能(noiprouting),然后才能配置。
3、ipdefault-network[下一条网络号]:与上面两种方式不同
的是,通过这种方式配置的默认网关,会自动引入其它的路
由协议。
配置实验:
实验拓扑如下:
实验步骤:
在R1上分别采用三种方式配置默认网关,然后测试,在R1
上pingR22.2.2.2,如果能通说明配置正确。
1、iproute0.0.0.00.0.0.0[下一条地址]:
R1>enable
R1#conft
Enterconfigurationcommands,h
CNTL/Z.
R1(config)#interfaceloopback0
R1(config-if)#ipadd1.1.1.1255.255.255.0
R1(config-if)#exit
R1(config)#interfacefastEthernet0/0
R1(config-if)#ipadd192.168.1.1255.255.255.0
R1(config-if)#noshutdown
00:01:39:%LINK-3-UPDOWN:InterfaceFastEthernet0/0,
changedstatetoup
00:01:40:%LINEPROTO-5-UPDOWN:Lineprotocol
onInterfaceFastEthernet0/0,changedstatetoup
R1(config-if)#exit
R1(config)#iproute0.0.0.00.0.0.0192.168.1.2
R1(config)#exit
R1#showiproute
Codes:C–connected,S–static,I–IGRP,R–RIP,M
–
mobile,B–BGP
D–EIGRP,EX–EIGRPexternal,O–OSPF,IA–OSPF
interarea
N1–OSPFNSSAexternaltype1,N2
NSSAexternaltype2
–OSPF
E1–OSPFexternaltype1,E2–OSPFexternal
type2,E–EGP
i–IS-IS,su–IS-ISsummary,L1–IS-ISlevel-1,L2
–IS-ISlevel-2
ia–IS-ISinterarea,*–candidatedefault,U–per-
urstaticroute
o–ODR,P–periodicdownloadedstaticroute
Gatewayoflastresortis192.168.1.2tonetwork0.0.0.0
1.0.0.0/24issubnetted,1subnets
C1.1.1.0isdirectlyconnected,Loopback0
C192.168.1.0/24isdirectlyconnected,
FastEthernet0/0
S*0.0.0.0/0[1/0]via192.168.1.2
R1#ping2.2.2.2
Typeescapequencetoabort.
Sending5,100-byteICMPEchosto2.2.2.2,timeoutis2
conds:
!!!!!
Successrateis100percent(5/5),round-trip
min/avg/max=16/33/44ms
2、ipdefault-gateway[下一条地址]:
R1#conft
Enterconfigurationcommands,h
CNTL/Z.
R1(config)#noiproute0.0.0.00.0.0.0
R1(config)#exit
R1#showiproute
Codes:C–connected,S–static,I–IGRP,R–RIP,M–
mobile,B–BGP
D–EIGRP,EX–EIGRPexternal,O–OSPF,IA–OSPF
interarea
N1–OSPFNSSAexternaltype1,N2
NSSAexternaltype2
–OSPF
E1–OSPFexternaltype1,E2–OSPFexternal
type2,E–EGP
i–IS-IS,su–IS-ISsummary,L1–IS-ISlevel-1,L2
–IS-ISlevel-2
ia–IS-ISinterarea,*–candidatedefault,U–per-
urstaticroute
o–ODR,P–periodicdownloadedstaticroute
Gatewayoflastresortisnott
1.0.0.0/24issubnetted,1subnets
C1.1.1.0isdirectlyconnected,Loopback0
C192.168.1.0/24isdirectlyconnected,
FastEthernet0/0
R1(config)#noiprouting
R1(config)#ipdefault-gateway192.168.1.2
R1(config)#end
R1#showiproute
Defaultgatewayis192.168.1.2
HostGateway
TotalUsInterface
LastU
ICMPredirectcacheimpty
R1#ping2.2.2.2
Typeescapequencetoabort.
Sending5,100-byteICMPEchosto2.2.2.2,timeoutis2
conds:
!!!!!
Successrateis100percent(5/5),round-tripmin/avg/max
=12/18/20
msR1#
本文发布于:2023-03-10 17:46:21,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/1678441582206336.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:路由配置.doc
本文 PDF 下载地址:路由配置.pdf
留言与评论(共有 0 条评论) |