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

思科路由器配置实验

发布网友 发布时间:2022-04-21 09:27

我来回答

1个回答

热心网友 时间:2023-11-09 01:34

PC机,路由器接口的IP地址我就不用写要怎麼配置了。连线这些我也不用多说,相信你也会。
这里主要配置是switch0到R1的单臂路由的配置。
给你看一下交换机和路由器的配置:
switch0:(注:PC1-FA0/1、PC2-FA0/2、G1/1-R1、G1/2-SWITCH1)
interface FastEthernet0/1
switchport access vlan 10
switchport mode access
!
interface FastEthernet0/2
switchport access vlan 20
switchport mode access
!
interface GigabitEthernet1/1
switchport mode trunk
!
interface GigabitEthernet1/2
switchport mode trunk

switch1:(注:PC3-FA0/1、PC4-FA0/2、G1/2-SWITCH0)
interface FastEthernet0/1
switchport access vlan 10
switchport mode access
!
interface FastEthernet0/2
switchport access vlan 20
switchport mode access
!
interface FastEthernet0/8
!interface GigabitEthernet1/2
switchport mode trunk

R1配置:(FA0/0-SWITCH1 , S0/0-R2-这个口配置波特率为9600)
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 192.168.10.1 255.255.255.0
!
interface FastEthernet0/0.20
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.0
(以上为单臂路由配置,为问题2的重点配置)
interface Serial0/0
ip address 172.16.2.1 255.255.0.0
clock rate 9600
!!
router rip
network 172.16.0.0
network 192.168.10.0
network 192.168.20.0
!
ip route 0.0.0.0 0.0.0.0 172.16.2.2

R2配置:(FA0/0-PC5 , S0/0-R1)
interface FastEthernet0/0
ip address 202.99.8.1 255.255.255.0
plex auto
speed auto
!
interface Serial0/0
ip address 172.16.2.2 255.255.0.0
!
interface Serial0/1
no ip address
shutdown
!
router rip
network 172.16.0.0
network 202.99.8.0
ip route 0.0.0.0 0.0.0.0 172.16.2.1

测试:
1、查看R1的路由表
Router#sh ip rout
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 172.16.2.2 to network 0.0.0.0

C 172.16.0.0/16 is directly connected, Serial0/0
C 192.168.10.0/24 is directly connected, FastEthernet0/0.10
C 192.168.20.0/24 is directly connected, FastEthernet0/0.20
R 202.99.8.0/24 [120/1] via 172.16.2.2, 00:00:19, Serial0/0
S* 0.0.0.0/0 [1/0] via 172.16.2.2

2、查看R2的路由表:
Router#sh 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 172.16.2.1 to network 0.0.0.0

C 172.16.0.0/16 is directly connected, Serial0/0
R 192.168.10.0/24 [120/1] via 172.16.2.1, 00:00:25, Serial0/0
R 192.168.20.0/24 [120/1] via 172.16.2.1, 00:00:25, Serial0/0
C 202.99.8.0/24 is directly connected, FastEthernet0/0
S* 0.0.0.0/0 [1/0] via 172.16.2.1

3、 PC1 ping PC5:
PC>ping 202.99.8.3

Pinging 202.99.8.3 with 32 bytes of data:

Reply from 202.99.8.3: bytes=32 time=141ms TTL=126
Reply from 202.99.8.3: bytes=32 time=125ms TTL=126
Reply from 202.99.8.3: bytes=32 time=125ms TTL=126
Reply from 202.99.8.3: bytes=32 time=125ms TTL=126

Ping statistics for 202.99.8.3:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 125ms, Maximum = 141ms, Average = 129ms

4 、 PC4 ping PC5 :
PC>ping 202.99.8.3

Pinging 202.99.8.3 with 32 bytes of data:

Reply from 202.99.8.3: bytes=32 time=234ms TTL=126
Reply from 202.99.8.3: bytes=32 time=156ms TTL=126
Reply from 202.99.8.3: bytes=32 time=141ms TTL=126
Reply from 202.99.8.3: bytes=32 time=141ms TTL=126

Ping statistics for 202.99.8.3:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 141ms, Maximum = 234ms, Average = 168ms

以上测试通过,若无疑问,希望能及时采纳!
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
老公今年本命年帮别的女人洗鞋子会倒霉吗? 男人为什么不可以洗女人的鞋子? 民营企业上市的基本前提有哪些? 民营企业上市的基本条件包括哪些? 民营企业上市条件是什么? 什么叫做汞密度?有什么用途呢? 汞物质简介 汞的作用和用途 市面上卖的水银是什么 烟酸和烟酰胺在身体中的作用有何不同? 中诺电话机怎么设置铃声 吃糖蒜有什么好处坏处 糖醋蒜酸了怎么办 糖蒜腌好后很好吃,过一段时间怎么会变酸? 糖醋蒜的做发? 自已腌制的糖蒜没有放醋为什么变酸? 自己腌制糖蒜有自己的味道,腌糖蒜的醋用不用煮一下? 糖蒜太酸了怎么解决 做糖蒜用哪种醋? 腌制大蒜醋放多了怎么办? 糖蒜是什么 糖蒜会发酵吗 腊八蒜 糖蒜 区别 糖蒜吃完了,糖蒜汁有什么神奇功效 糖蒜是哪里的 糖蒜的味道(亲自腌过糖蒜的高手请进) 吃糖醋蒜有什么好处和坏处? 糖蒜的功效作用和禁忌是什么? 吃糖蒜的好处与坏处 糖蒜含有有害的亚硝酸盐成分么?? 思科的无线设备怎么配置无线网络,高手来! 思科路由配置上网,怎么设置思科路由器 思科认证辅导:用Netsh命令怎样配置无线网络 思科新路由器要进行那些基本配置就可以正常上网。 利用cisco packet tracter配置无线 思科模拟器做实验配置AP的SSID 思科路由VLAN配置 实验报告 新三层实木地板好不好? 实木复合地板三层好还是多层好 三层实木复合地板有哪些特点? 家装新宠三层实木复合地板 到底好在哪里 三层实木复合地板和两层的哪个性价比更高? 三层实木复合地板的优点有哪些 是3层实木复合地板好,还是多层实木复合地板好 实木复合地板,是三层的好,还是多层的好 三层实木地板好,还是多层实木地板好呢? 三层实木复合地板有哪些优点啊? 三层复合实木地板哪个品牌好 我想买三层实木地板品牌,哪个品牌好