实验目的:
(1)理解IP地址;
(2)掌握路由器端口IP地址的配置方法;
(3)理解路由器的直连网络。
实验器材:
Cisco packet
实验内容:
实验步骤:
1.布置拓扑:
路由器连接两个网络,通过gig0/0端口连接网络192.168.1.0/24;通过gig0/1端口连接网络192.168.2.0/24,这两个网络都属于路由器的直连网络。
2.配置路由器的IP地址并激活端口:
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface Gig0/0
Router(config-if)#ip address 192.168.1.254 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface Gig0/1
Router(config-if)#ip address 192.168.2.254 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#end
3.查看路由表:
Router#show ip route
Codes: L - local, C - connected, S - static, 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
192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.1.0/24 is directly connected, GigabitEthernet0/0
L 192.168.1.254/32 is directly connected, GigabitEthernet0/0
192.168.2.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.2.0/24 is directly connected, GigabitEthernet0/1
L 192.168.2.254/32 is directly connected, GigabitEthernet0/1
4.查看端口信息:
Router#show int Gig0/0
GigabitEthernet0/0 is up, line protocol is up (connected)
Hardware is CN Gigabit Ethernet, address is 0090.2bed.1401 (bia 0090.2bed.1401)
Internet address is 192.168.1.254/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, media type is RJ45
output flow-control is unsupported, input flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00,
Last input 00:00:08, output 00:00:05, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0 (size/max/drops); Total output drops: 0
Queueing strategy: fifo
Output queue :0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 watchdog, 1017 multicast, 0 pause input
0 input packets with dribble condition detected
5.验证连通性:
实验结果(附数据和图表):
实验结果分析及结论:
路由器是互联网的核心设备,它在IP网络间转发数据报,这使得路由器的每个接口都连接一个或多个网络,而两个接口却不可以代表一个网络。路由器的一个配置了IP地址的接口所在的网络就是路由器的直连网络。对于直连网络,路由器并不需要额外对其配置路由,当其接口被激活后,路由器会自动将直连网络加入路由表中。
实验心得体会和建议:
在这次实验中,我深入了解了路由器的IP地址以及直连实验的相关知识。首先,我明白了路由器IP地址的重要性。路由器作为网络设备的重要组成部分,它的IP地址是其唯一标识符,用于与其他网络设备进行通信。了解路由器IP地址的配置和管理对于保证网络的正常运行至关重要。
?????其次,通过直连实验,我掌握了直连线路的基本原理和配置方法。直连线路是一种无需路由器即可连接两个网络的连接方式,它的特点是传输速度快、延迟低、可靠性高。在实验中,我通过配置直连线路的IP地址和子网掩码等参数,实现了两个网络之间的通信。
?????此外,在实验过程中,我也遇到了一些问题。例如,在配置路由器IP地址时,我曾遇到过IP地址冲突的问题。为了解决这个问题,我通过查询网络上的资料和请教老师,最终找到了解决方法。通过这次实验,我深刻认识到了团队合作和沟通的重要性。在实验过程中,我们需要与其他同学合作,共同完成任务。同时,我们也需要与老师进行沟通,寻求帮助和支持。
?????最后,通过这次实验,我不仅掌握了相关的理论知识,还提高了自己的实践能力。我相信这些经验和技能将对我未来的学习和工作产生积极的影响。