千家信息网

搭建小型局域网

发表于:2025-02-01 作者:千家信息网编辑
千家信息网最后更新 2025年02月01日,Packet Tracer 是 Cisco 公司针对 CCNA 认证开发的一个用来设计、配置和故障排除网络的模拟软件。Packer Tracer 模拟器软件比 Boson 功能强大,比 Dynamip
千家信息网最后更新 2025年02月01日搭建小型局域网
Packet Tracer 是 Cisco 公司针对 CCNA 认证开发的一个用来设计、配置和故障排除网络的模拟软件。Packer Tracer 模拟器软件比 Boson 功能强大,比 Dynamips 操作简单,非常适合网络设备初学者使用。
学习任务

1、安装 Packer Tracer;
2、利用一台型号为 2960 的交换机将 2pc 机互连组建一个小型局域网;
3、分别设置 pc 机的 ip 地址;
4、验证 pc 机间可以互通。

实验设备

Switch_2960 1 台;PC 2 台;直连线

PC1IP:192.168.1.2Submask:255.255.255.0Gateway:192.168.1.1
PC2IP:192.168.1.3Submask:255.255.255.0Gateway:192.168.1.1PC1 ping PC2 ReplyPC2 ping PC1 ReplyPC2 ping Gateway Timeout
实战演练


PC1ipconfigIP Address......................: 192.168.1.2Subnet Mask.....................: 255.255.255.0Default Gateway.................: 192.168.1.1ping 192.168.1.3Pinging 192.168.1.3 with 32 bytes of data:Reply from 192.168.1.3: bytes=32 time=50ms TTL=128Reply from 192.168.1.3: bytes=32 time=8ms TTL=128Reply from 192.168.1.3: bytes=32 time=10ms TTL=128Reply from 192.168.1.3: bytes=32 time=11ms TTL=128Ping statistics for 192.168.1.3:Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds:Minimum = 8ms, Maximum = 50ms, Average = 19msPC2ipconfigIP Address......................: 192.168.1.3Subnet Mask.....................: 255.255.255.0Default Gateway.................: 192.168.1.1ping 192.168.1.2Pinging 192.168.1.2 with 32 bytes of data:Reply from 192.168.1.2: bytes=32 time=11ms TTL=128Reply from 192.168.1.2: bytes=32 time=10ms TTL=128Reply from 192.168.1.2: bytes=32 time=11ms TTL=128Reply from 192.168.1.2: bytes=32 time=11ms TTL=128Ping statistics for 192.168.1.2:Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds:Minimum = 10ms, Maximum = 11ms, Average = 10msping 192.168.1.1Pinging 192.168.1.1 with 32 bytes of data:Request timed out.


编辑:传棋,审核员:逄增宝

0