




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、第 1 章 IOS 配置基础1在路由器上完成用户模式、特权模式和全局配置模式的切换,并查看系统相 关信息。2写出路由器配置,完成如下配置要求:(1)当前 CLI 命令提示符为 Router 。(2)进入特权模式。(3)进入全局配置模式。(4)进入以太网接口 0 接口配置模式。( 5)进入快速以太网接口 0/0 接口配置模式。( 6)进入串口 0/0/0 接口配置模式。(7)进入控制台线路配置模式。(8)进入虚拟终端线路配置模式。(9)退出到特权模式。(10)退出到用户模式。1RouterRouter enableRouter#Router# disableRouterRouter enable
2、Router# configure terminal Router(config)#Router (config-if)# ctrl-zRouter #Router # show versionRouter # show protocolsRouter # show running-configRouter # show interfacesRouter # show flashRouter # show history2.Router enableRouter# config terminalRouter(config)# interface ethernet 0Router(config-
3、if)# exitRouter(config)# interface fastethernet 0/0Router(config-if)# exitRouter(config)# interface serial 0/0/0Router(config-if)# exit1.写出路由器配置,拓扑如图Router(c on fig)# line con sole 0 Router(con fig-li ne)# exit Router(co nfig)# line vty 0 4 Router(c on fig-li ne)# exit Router(c on fig)# exit Router#
4、 disableRouter第2章接口与管理配置(1)在Routerl上,设置路由器名字为 r1,enable password 口令为ciscoO, enable secret 口令为ciscol,设置控制台端口 口令为 cisco2。(2) 在Router2上设置路由器名字为r2,enable secret 口令为ciscol ;设置 虚拟终端口令为cisco2。(3) 在Router3上设置路由器名字为r3,enable secret 口令为ciscol ;设置 虚拟终端口令为cisco2。(4)在Routerl上关联Router2的名字和IP地址,显示主机表,pi ng Router2
5、 的名字。(5)在Routerl上,设置serialO 接口 IP地址为10.1.1.1,子网掩码 255.255.255.0 ;设置 ethernetO 接口 IP 地址为 172.16.1.1,子网掩码 255.255.255.0,配置接口带宽为 48,配置串口上的时钟为 9600。(6)在Router2上,设置serial。接口 IP地址为10.1.1.2,子网掩码 255.255.255.0。从 router2 ping router1 的 serial0 接口。(7)在Router3上,设置ethernetO 接口 IP地址为172.16.1.2,子网掩码 255.255.255.0
6、 ;设置 ethernet1 接口 IP 地址为 192.168.1.1,子网掩码 255.255.255.0。(8)在Router4上,设置ethernet0 接口 IP地址为192.168.1.2,子网掩码 255.255.255.0。(9)查看Router1的运行配置文件和启动配置文件,拷贝运行配置文件到启动 配置文件,再查看启动配置文件。(10) 在Router1上,显示通过CDP发现邻居的详细信息;显示关于启用 CDP 接口的信息;显示关于CDP流量的信息;设置CDP定时器,每隔90秒发送更新 到邻居路由器,设置保持时间为 270秒;再次显示关于启用CDP接 口的信息。(11) 在R
7、outer1上,通过Tel net访问router2,查看有多少个远程 Tel net会话连接到本地,暂时挂起当前的 Telnet会话,列出本地设备上所有连接到远程 设备的Telnet会话;通过Telnet访问router3,查看有多少个远程 Telnet会 话连接到本地,暂时挂起当前的 Telnet会话,列出本地设备上所有连接到远程 设备的Telnet会话。在本地设备上退出本地与远程设备的Telnet会话,然后再2.6,完成如下配置要求:ftMterA一次查看有多少个远程Telnet会话连接到本地。2.写出路由器配置,完成如下配置要求:(1) 配置以太网接口 0 IP地址为192.168.1
8、.1,子网掩码为255.255.255.0。(2) 重新激活以太网接口 0。(3) 显示以太网接口 0信息。(4) 配置控制台线路口令为cisco1。(5) 配置特权模式明文口令为cisco2。(6) 配置特权模式加密口令为cisco3。(7) 配置虚拟终端线路口令为cisco4。(8) 配置路由器名称为Router。(9) 保存运行配置,重启后为当前配置。(10)显示运行配置。3.写出路由器配置,拓扑如图2.7,完成如下配置要求:宀 | bb vFaO/O- enableRouter1# configure terminalRouter1(config)#Router1(config)# h
9、ostname r1 r1(config)#r1(config)# enable password ciscoO r1(config)# enable secret cisco1 r1(config)# line console O r1(config-line)# password cisco2 r1(config-line)# login(2)Router2 enableRouter2# configure terminalRouter2(config)#Router2(config)# hostname r2 r2(config)# enable secret cisco1 r2(con
10、fig)# line vty O 4 r2(config-line)# login r2(config-line)# password cisco2(3)Router3 enableRouter3# configure terminalRouter3(config)#Router3(config)# hostname r3r3 (config)# enable secret cisco1r3 (config)# line vty O 4r3 (config-line)# loginr3 (config-line)# password cisco2(4)r1(config)# ip host r
11、2 1O.1.1.2r1# show hostsr1# ping r2(5)r1(config)# interface serial O r1(config-if)# ip address 1O.1.1.1 255.255.255.O r1(config-if)# clock rate 96OO r1(config-if)# no shutdown r1(config-if)# exitr1(config)# interfaces ethernet 0r1(config-if)# ip address 172.16.1.1 255.255.255.0 r1(config-if)# bandwi
12、dth 48(6) r2(config)# interface serial 0 r2(config-if)# ip address 10.1.1.2 255.255.255.0 r2(config-if)# no shutdown r2# ping 10.1.1.1(7) r3(config)# interface ethernet 0 r3(config-if)# ip address 172.16.1.2 255.255.255.0 r3(config-if)# no shutdown r3(config-if)# exit r3(config)# interface ethernet
13、1 r3(config-if)# ip address 192.168.1.1 255.255.255.0 r3(config-if)# no shutdown(8) r4(config)# interface ethernet 0 r4(config-if)# ip address 192.168.1.2 255.255.255.0 router4(config-if)# no shutdown(9) r1# show running-config r1# show startup-config r1# copy running-config startup-config r1# show
14、startup-config(10)r1# show cdp neighbors r1# show cdp neighbors detail r1# show cdp interface r1#show cdp traffic r1(config)# cdp timer 90 r1(config)# cdp holdtime 270 r1(config)# exit r1# show cdp interface(11)r1# telnet 10.1.1.2r2r2# show users r2# ctrl-shift-6 x r1#r1# show sessions r1# telnet 17
15、2.16.1.2 r3r3 ctrl-shift-6 xr1# r1# show sessions r1# disconnect 2 r1# disconnect 1 r1# show sessions 2.router# config terminal router(config)# interface ethernet 0 router(config-if)# ip address 192.168.1.1 255.255.255.0 router(config-if)# no shutdown router(config-if)# endrouter# show interfaces et
16、hernet 0 router# config terminal router(config)# line console 0 router(config-line)# password cisco1 router(config-line)# login router(config-line)# exit router(config)# enable password cisco2 router(config)# enable secret cisco3 router(config)# line vty 0 4 router(config-line)# password cisco4 rout
17、er(config-line)# login router(config-line)# exit router(config)# hostname Router Router(config)# exitRouter# copy running-config startup-config Router# reloadRouter enable Router# show running-config 3.R0# config terminal R0(config)# interface fastethernet 0/0 R0(config-if)# ip address 192.168.1.1 2
18、55.255.255.0 R0(config-if)# no shutdownR1# config terminal R1(config)# interface fastethernet 0/0 R1(config-if)# ip address 192.168.1.2 255.255.255.0 R1(config-if)# no shutdownR1(config-if)# exit R1(config)# line vty 0 4 R1(config-line)# password CISCO R1(config-line)# loginR0# telnet 192.168.1.2R1
19、ctrl-shift-6 xR0# show sessionsR0# resume 1R1 show usersR1 ctrl-shift-6 xR0# disconnect 1R1# show usersR0# show sessions4.R0# config terminalR0(config)# interface fastethernet 0/0R0(config-if)# no shutdownR0(config-if)# exitR0(config)# interface fastethernet 0/1R0(config-if)# ip address 192.168.1.2
20、255.255.255.0R0(config-if)# no shutdownR1# config terminalR1(config)# interface fastethernet 0/0R1(config-if)# ip address 192.168.1.1 255.255.255.0R1(config-if)# no shutdownS0# config terminalS0(config)# interface fastethernet 0/1S0(config-if)# no shutdownR0# show cdpR0# show cdp neighborsR0# show c
21、dp interfaceR0# config terminalR0(config)# interface fastethernet 0/0R0(config-if)# no cdp enableR0(config-if)# endR0# show cdpR0# show cdp neighborsR0# show cdp interfaceR0# config terminalR0(config)# no cdp runR0(config)# exitR0# show cdpR0# show cdp neighborsR0# show cdp interface第 3 章 IP 特性配置图 3
22、.12综合习题拓扑图(2)1 写出路由器配置,拓扑如图3.12,完成如下配置要求:(1) 在路由器 Router2和Router3上配置静态路由,实现 Router2与Router3 的通信。(2) 以Router2到Router3的PING操作为例,说明PING通的路由过程。2写出路由器配置,拓扑如图3.13,完成如下配置要求:图3.13 DHCP拓扌卜图(1) 路由器R1作为DHC服务器,为网段110.44.0.0/16 提供DHC服务。IP 地址为网段110.44.0.0/16 全部地址,默认网关地址除外。(2) 路由器R2作为DHC冲继,转发DHC旷播至U DHC服务器。(3) 路由器
23、R3的E2接口作为DHCP客户机,从DHCP艮务器动态获得网络参数, 其中默认网关为110.44.0.1,租期为30天。1.(1)Router2#c onfig termi nalRouter2(co nfig)# ip route 172.16.1.0 255.255.255.0 10.1.1.1Router3#c onfig termi nalRouter3(co nfig)# ip route 10.1.1.0 255.255.255.0 172.16.1.1当Router2 PING Router3 时,目标IP地址为172.16.1.2,查询路由表, 172.16.1.2&255.2
24、55.255.0=172.16.1.0,匹配静态路由,向下一跳 10.1.1.1转发,即Router1的S0。Router1的S0收到数据报后,查看路由表,SO: 10. 1. 1.110 1.1 0/24SO 10.1.1.2Router-PTR.outer2172. IB. 1.0/24E0:172.16. 1.2RcuterPT?outer31.写出路由器配置,拓扑如图4.14,帧中继参数见表4.24,完成下列配置要求。Sl:192 1SS. 1. 1192. 16B. 1 0/24S0:192 1&3 1.2R.Q uter-PT RouterlCloud-PTFrame RelayR
25、outer- PTRoute rS图4.14综合习题拓扑图(3)172.16.1.2&255.255.255.0=172.16.1.0,匹配直连路由,向直连网络172.16.1.0 转发。Router3的E0收到数据报后,向Routerl发送PING响应,目标IP地址为10.1.1.2,查询路由表,10.1.1.2&255.255.255.0=10.1.1.0,匹配静态路由,想下一跳 172.16.1.1 转发,即 Router1 的 E0。Router1 的 E0收到数据报后,查看路由表,10.1.1.2&255.255.255.0=10.1.1.0 匹配直连路由,向直连网络10.1.1.0
26、转发。Router2的S0收到数据报,说明 Router2成功PING通Router3。2.R1#co nfig termi nalR1(config)# ip dhcp excluded-address 110.44.0.1R1(co nfig)# ip dhcp pool 0R1(config)# network 110.44.0.0 /16R1(co nfig)# default-router 110.44.0.1R1(co nfig)# lease 30R2config term inalR2(c on fig)# ip forward-protocol udpR2(c on fig)
27、# in terface ether net 2R2(co nfig-if)# ip helper-address 191.24.1.19R3#c onfig termi nalR3(c on fig)# in terface ether net 2R3(c on fig)# ip address dhcp第4章广域网配置表4.24帧中继参数路由器接口IP地址本地DLCIRouter1Serial 1192.168.1.1/24125Router5Serial 0192.168.1.224521(1) 参照上述帧中继图表在 Routerl的Serial 1 接口和Router5的Serial
28、0 接口配置帧中继。两个路由器的 LMI类型为CISCO映射方式为动态映射。(2) 在Routerl和上查看Serial 1 接口信息、本地 DLCI映射和PVC犬态。(3) 在Router5上查看Serial 0 接口信息、本地 DLCI映射和PVC犬态。(4) 在Router1上查看LMI统计信息。(5) 从 Router5 ping Router1 。(6) 在Router1和Router5上创建点对点子接口。(7) 在Router1和Router5上,查看物理接口和子接口状态。在Router1上查 看 DLCI 105 PVC状态,在 Router5 上查看 DLCI 501 PVC状
29、态。(8) 从 Router5 ping Router1 。2.写出路由器配置,拓扑如图4.15,完成下列配置要求。* soso23112811FUR2图4.15 PPP认证拓扑图(1) 路由器R1和R2的SO 口封装PPP协议,启用R1对R2的PAP单向认证(2) 路由器R1认证数据库用户名router2、口令cisco2。(3) 路由器R2的认证输出用户名router2 和口令cisco2。(4) 如果认证方式改为R1对R2的CHAP单向认证,简述如何修改。1.(1)Router1(co nfig)# in terface serial 1Router1(c on fig-if)# en
30、capsulati on frame-relayRouter1(co nfig-if)# ip address 192.168.1.1 255.255.255.0Router1(c on fig-if)# frame-relay in verse-arp 125Router1(c on fig-if)# frame-relay lmi-type ciscoRouter1(c on fig-if)# no shutdow nRouter5(co nfig)# in terface serial 0Router5(config-if)# encapsulation frame-relayRoute
31、r5(co nfig-if)# ip address 192.168.1.2 255.255.255.0Router5(c on fig-if)# frame-relay in verse-arp 521Router5(co nfig-if)# frame-relay lmi-type ciscoRouter5(config-if)# no shutdownRouter1# show in terfaces serial 1Router1# show frame-relay mapRouter1# show frame-relay pvcRouter5# show in terfaces se
32、rial0Router5# show frame-relay mapRouter5# show frame-relay pvc(4)CHAP,Router1# show frame-relay lmi(5)Router5# ping 192.168.1.1(5)Router1(config)# interface serial 1Router1(config-if)# no ip address 192.168.1.1 255.255.255.0Router1(config-if)# no frame-relay inverse-arp 125Router1(config-if)# inter
33、face serial 1.1 point-to-point Router1(config-subif)# ip address 192.168.1.1 255.255.255.0 Router1(config-subif)# frame-relay interface-dlci 125Router5(config)# interface serial 0Router5(config-if)# no ip address 192.168.1.2 255.255.255.0 Router5(config-if)# no frame-relay inverse-arp 521Router5(con
34、fig-if)# interface serial 0.1 point-to-point Router5(config-subif)# ip address 192.168.1.2 255.255.255.0 Router5(config-subif)# frame-relay interface-dlci 521(7)Router1# show ip interface briefRouter1# show frame-relay pvcRouter5# show ip interface briefRouter5# show frame-relay pvc(8)Router5# ping
35、192.168.1.12.R1#config terminalR1(config)# username router2 password cisco2R1(config)# interface Serial 0R1(config-if)# encapsulation pppR1(config-if)# ppp authentication papR2#config terminalR2(config)# interface Serial 0R2(config-if)# encapsulation pppR2(config-if)# ppp pap sent-username router2 p
36、assword cisco2如果认证方式改为CHAP单向认证,首先修改认证方认证接口的认证方式为 然后修改被认证方CHAF认证时提交的用户名和密码。R1(config)# interface Serial 0R1(config-if)# ppp authentication chapR2(c on fig)# host name router2R2(c on fig)# en able secret cisco2第5章网络安全配置1.写出路由器配置,拓扑如图5.9,完成如下配置要求:图5.9综合习题拓扑图(4)(1) 在Router1上创建标准ACL只允许来自网络172.16.1.0的数据包被
37、转发, 其余的数据包都将被阻止;将 ACL绑定到ethernet0的入口上。(2)在Router1上创建扩展ACL只允许来自Router3的pi ng命令,允许来自 Router4的Tel net服务;移除以前的访问控制列表,将新创建的扩展 ACL绑定 到ethernet0 的入口上。(3) 通过从Router3和Router4 pi ng和tel net 到 Router2测试访问控制列表, 分别记录 ping 和telnet 运行效果。(4)在Router1上移除ethernet0 上的扩展ACL(5)在 Router1上配置Router2的Serial。地址10.1.1.2 静态转换为
38、172.16.1.3和内外部接口。(6) 通过从Router2 Tel net Router3测试静态转换,一旦进入 Router3,在 Router3上查看连接的用户信息。(7)在Router1上显示NAT转换表。(8)在Router2上中断到Router3的Tel net会话。(9)在Router1上移除以前的静态NAT命令,配置NAT转换Router2的Serial。 地址为动态分配的地址,动态分配范围为 172.16.1.50到172.16.1.100,子网 掩码为 255.255.255.0。(10) 通过从Router2 Tel net Router3 测试动态转换,一旦进入 Ro
39、uter3,在 Router3上查看连接的用户信息。(11) 在Router1上显示NAT转换表。(12) 在Router1移除以前NAT命令,配置NAT复用(PAT转换Router2的Serial0 地址为Ethernet0 接口地址。(13) 在Router1上显示NAT转换表。(14) 通过从 Router2 Tel net Router3 测试 PAT 转换,一旦进入 Router3,在 Router3上查看连接的用户信息。2.写出路由器R1配置,拓扑如图5.10,完成如下配置要求:PC-PTPCI图5.11 NAT拓扑图(1)实现内网源地址动态 NAT(2)内网源地址为子网全部地址。
40、(3)外网地址池范围是 172.168.1.2 到 172.168.1.253 。1.(1)Router1(co nfig)# access-list 1 permit 172.16.1.0 0.0.0.255Router1(co nfig)# in terface Ether net 0Router1(c on fig-if)# ip access-group 1 inRouter1(co nfig)# access-list 100 permit icmp host 172.16.1.2 anyRouter1(config)# access-list 100 permit tcp host
41、 193.168.1.2 any eq tel netRouter1(co nfig)# in terface ether net 0Router1(c on fig-if)# no ip access-group 1 inRouter1(c on fig-if)# ip access-group 100 inRouter3# ping 10.1.1.2PING成功。Router3# tel net 10.1.1.2TELNET失 败。Router4# ping 10.1.1.2PING失败。Rotuer4# tel net 10.1.1.2TELNET成功。图5.10 ACL拓扑图(1) 拒
42、绝172.16.1.1主机访问路由器R2的Telnet服务。(2) 拒绝172.16.1.0/24 网段主机PING路由器R2(3) 允许其他IP通信。(4) 在以太网接口 0应用该ACL3.写出路由器R1配置,拓扑如图5.11,完成如下配置要求:2S11H2inside28112B11R2(4)Router1(config)# interface ethernet 0Router1(config-if)# no ip access-group 100 in(5)Router1(config)# ip nat inside source static 10.1.1.2 172.16.1.3Ro
43、uter1(config)# interface serial 0Router1(config-if)# ip nat insideRouter1(config-if)# no shutdownRouter1(config-if)# interface ethernet 0Router1(config-if)# ip nat outsideRouter1(config-if)# no shutdown(6)Router2# telnet 172.16.1.2Router3# show users(7)Router1# show ip nat translations(8)Router2#dis
44、connect 1(9)Router1(config)# no ip nat inside source static 10.1.1.2 172.16.1.3 Router1(config)# ip nat pool pool1 172.16.1.50 172.16.1.100 netmask 255.255.255.0Router1(config)# ip nat inside source list 1 pool pool1Router1(config)# access-list 1 permit 10.1.1.0 0.0.0.255 (10)Router2# telnet 172.16.
45、1.2Router3# show users(11)Router1# show ip nat translations(12)Router1(config)#no ip nat inside source list 1 pool pool1Router1(config)# ip nat inside source list 1 interface ethernet 0 overload (13)Router2# telnet 175.10.1.2Router3# show users(14)Router1# show ip nat translations2.R1(config)# acces
46、s-list 100 deny tcp host 172.16.1.1 host 192.168.1.1 eq telnetR1(config)# access-list 100 deny icmp 172.16.1.0 0.0.0.255 host192.168.1.1R1(config)# access-list 100 permit ip any any(1)配置(2)(3)(4)(5)(6)(7)(8) 闭。在router1、router2、router3 和router4 上所有串行接口和以太网接口 RIP V1在 在 在 在 在 在 在Orouter1 router4 router
47、4 router4 router1 router1 router1上查看关于所有动态路由协议信息。上查看路由表。上ping router1 和router2,这些pi ng是否成功。上清除和重建IP路由表。上调试RIP。上关闭调试。、router2、router3 和 router4 上关闭 RIP,验证 RIP是否关R1(c on fig)# in terface ethere nt 0R1(config-if)# ip access-group 100 in3.R1(config)# ip nat pool NAT 172.168.1.2 172.168.1.253 netmask 255
48、.255.255.0R1(c on fig)# ip nat in side source list 1 pool NATR1(co nfig)# access-list 1 permit 192.168.1.0 0.0.0.255R1(c on fig)# in terface ether net 0R1(c on fig)# ip nat in sideR1(c on fig)# in terface ether net 1R1(c on fig)# ip nat outside第6章 动态路由协议配置(9)在 router1、router2、router3 和 router4 上启用 I
49、GRP,自治系统号为 100。(10) 在router4上查看动态路由协议。(11) 在router4 上查看IP路由表。(12) 从 router4 ping router1 和 router2,这些 pi ng 是否成功。(13) 在router1上调试查看IGRP通过路由器发送和接收路由更新的周期。(14) 在 router1、router2、router3 和 router4 上关闭 IGRR(15) 在 router1、router2、router3 和 router4 上配置 EIGRP 自治系统号为 200,配置EIGRP在所有接口发送和接收更新。(16) 在router4 上显
50、示动态路由协议。1.写出路由器配置,拓扑如图6.9,完成下列配置要求。图6.9综合习题拓扑图(5)(17) 在routerl 上显示EIGRP邻居。(18) 在routerl上显示发送和接收的EIGRP包的统计。(19) 在routerl上显示EIGRP拓扑数据库。(20) 在router4 上显示IP路由表。(21) 从 router4 ping routerl 和 router2,这些 pi ng 是否成功。(22) 在router1上调试查看EIGRP路由活动。(23) 在 router1、router2、router3 和 router4 上关闭 EIGRP(24) 在 router1
51、、router2、router3 和 router4 上配置 OSPF 进程 ID 为 1, 配置OSPF在所有接口发送和接收更新。(25) 在router4上查看动态路由协议(26) 在router1 上查看OSPF邻居。(27) 在router1 上查看运行 OSPFS 口。(28) 在router4 查看IP路由表。(29) 从 router4 ping router1 和 router2,这些 pi ng 是否成功。2.写出路由器R1、R2和R3配置,拓扑如图6.10,完成下列配置要求。W: )0. i 11B0 10 1.1.2 El 17? 16 2 E0 1T2. IG, I P
52、 -J-1 扁28111 1.1-0/223111T2. Ife. 1.2811R1R3图6.10动态路由协议拓扑图(1)配置R1、R2和R3接口地址并激活。(2)配置RIP协议,实现R1与R3的通信。(3) 配置IGRP协议,自治系统号为100,实现R1与R3的通信。(4) 配置EIGRP协议,自治系统号为200,实现R1与R3的通信。(5) 配置OSPF协、议,只有一个区域,实现 R1与R3的通信。(6)以R1到R3的PING操作为例,说明PING通的路由过程。1.(1)Router1(co nfig)# router ripRouter1(co nfig-router)# network
53、 10.0.0.0Router1(co nfig-router)# network 172.16.0.0Router2(config)# router ripRouter2(co nfig-router)# network 10.0.0.0Router3(config)# router ripRouter3(co nfig-router)# network 172.16.0.0Router3(co nfig-router)# network 193.168.1.0Router4(config)# router ripRouter4(co nfig-router)# network 193.16
54、8.1.0Router1# show ip protocols(3)Router4# show ip route(4)Router4# ping 172.16.1.1PING成功。Router4# ping 10.1.1.2PING成功。(5)Router4# clear ip route *(6)Router1# debug ip rip(7)Router1# undebug all(8)Router1(config)# no router ripRouter1# show ip protocolsRouter2(config)# no router ripRouter2# show ip
55、protocolsRouter3(config)# no router ripRouter3# show ip protocolsRouter4(config)# no router ripRouter4# show ip protocols(9)Router1(config)# router igrp 100Router1(config-router)# network 10.0.0.0Router1(config-router)# network 172.16.0.0Router2(config)# router igrp 100Router2(config-router)# networ
56、k 10.0.0.0Router3(config)# router igrp 100Router3(config-router)# network 172.16.0.0Router3(config-router)# network 193.168.1.0Router4(config)# router igrp 100Router4(config-router)# network 193.168.1.0(10)Router4# show ip protocols(11)Router4# show ip route(12)Router4# ping 172.16.1.1PING成功。Router4
57、# ping 10.1.1.2PING成功。(13)Router1# debug ip igrp eventsRouter1# debug ip igrp transactions(14)Router1(config)# no router igrp 100Router2(config)# no router igrp 100Router3(config)# no router igrp 100Router4(config)# no router igrp 100(15)Router1(config)# router eigrp 200Router1(config-router)# netwo
58、rk 10.0.0.0Router1(config-router)# network 172.16.0.0Router2(config)# router eigrp 200Router2(config-router)# network 10.0.0.0Router3(config)# router eigrp 200Router3(config-router)# network 172.16.0.0Router3(config-router)# network 193.168.1.0Router4(config)# router eigrp 200Router4(config-router)#
59、 network 193.168.1.0(16)Router4# show ip protocols(17)Router1# show ip eigrp neighbors(18)Router1# show ip eigrp traffic(19)Router1# show ip eigrp topology(20)Router4# show ip route(21)Router4# ping 172.16.1.1PING成功。Router4# ping 10.1.1.2PING成功。(22)Router1# debug ip eigrp(23)Router1(config)# no rout
60、er igrp 200Router2(config)# no router igrp 200Router3(config)# no router igrp 200Router4(config)# no router igrp 200(24)Router1(config)# router ospf 1Router1(config-router)# network 10.1.1.0 0.0.0.255 area 0Router1(config-router)# network 172.16.1.0 0.0.0.255 area 0Router2(config)# router ospf 1Rout
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 高考试题中题及答案
- 分类招生考试题型及答案
- 防雷知识考试题目及答案
- 儿科考试题及答案解释
- 跌倒考试题及答案问卷星
- 白酒生产项目可行性研究报告
- 电气识图考试题目及答案
- 中国防火石膏板行业市场前景预测及投资价值评估分析报告
- 2025年中国叔丁基对苯二酚项目投资计划书
- 2025年甲酸生产装置可行性研究报告管理资料
- 北京市海淀区2023-2024学年七年级上学期数学期中考试试卷(含答案)
- 医院感染管理科十五五发展规划
- 学堂在线 实验室安全教育 章节测试答案
- 幼儿园中班数学《坐船游览》
- 2016年上外杯-初赛英语试题(原卷版)
- 道路工程测量实习报告
- PKPM系列之-PKPT项目管理软件使用说明
- GB/T 37546-2019无人值守变电站监控系统技术规范
- GB/T 32381-2015全地形车辆轮胎
- GB/T 17505-2016钢及钢产品交货一般技术要求
- 建筑工地电动车辆安全检查验收表
评论
0/150
提交评论