ping 网关为什么会丢包?

haipin 2003-11-05 05:30:15
我的单位共有十台电脑,连接交换机。现在要上ADSL,连接方法是通过宽带猫,连接一宽代路由器,宽代路由器上有4个口,连接老总的电脑,另通过Uplink,连接交换机。问题是交换机和宽带路由器一连上就会丢包,即ping 宽带路由器的时候会发生丢包,无论从连接宽带路由器的电脑ping 网关,还是连交换机的电脑ping 网关都会发生丢包。大概丢包率在50%以上。整个网络的网速奇慢。
...全文
1326 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
whitecloud80 2003-11-07
  • 打赏
  • 举报
回复
查看网卡驱动是否有问题、端口号、输入输出地址等
haipin 2003-11-05
  • 打赏
  • 举报
回复
刚试过,把全部网线都插在交换机上ping 宽带路由器也出现丢包
woodenhead 2003-11-05
  • 打赏
  • 举报
回复
我认为是不是因为老总的电脑直接连接在宽带路由器上的原因,导致内网的数据也通过宽带路由器,而宽带路由器的缓存不足。可以试试将所有的计算机都连接在交换机上,可以减少路由器的负担,应该可以解决。
coolbug2000 2003-11-05
  • 打赏
  • 举报
回复
交换机质量问题
andybaby 2003-11-05
  • 打赏
  • 举报
回复
网络忙!!!
haipin 2003-11-05
  • 打赏
  • 举报
回复
但ping 内部任何一台电脑速度飞快,举例如下:
Reply from 192.168.1.33: bytes=32 time<10ms TTL=128
Reply from 192.168.1.33: bytes=32 time<10ms TTL=128
Reply from 192.168.1.33: bytes=32 time<10ms TTL=128
Reply from 192.168.1.33: bytes=32 time<10ms TTL=128
Reply from 192.168.1.33: bytes=32 time<10ms TTL=128
Reply from 192.168.1.33: bytes=32 time<10ms TTL=128
Reply from 192.168.1.33: bytes=32 time<10ms TTL=128
Reply from 192.168.1.33: bytes=32 time<10ms TTL=128
Reply from 192.168.1.33: bytes=32 time<10ms TTL=128
Reply from 192.168.1.33: bytes=32 time<10ms TTL=128
Reply from 192.168.1.33: bytes=32 time<10ms TTL=128
Reply from 192.168.1.33: bytes=32 time<10ms TTL=128
Reply from 192.168.1.33: bytes=32 time<10ms TTL=128
haipin 2003-11-05
  • 打赏
  • 举报
回复
这是ping 的结果:
Reply from 192.168.1.2: bytes=32 time=500ms TTL=60
Reply from 192.168.1.2: bytes=32 time=516ms TTL=60
Request timed out.
Reply from 192.168.1.2: bytes=32 time=484ms TTL=60
Request timed out.
Reply from 192.168.1.2: bytes=32 time=469ms TTL=60
Request timed out.
Reply from 192.168.1.2: bytes=32 time=484ms TTL=60
Request timed out.
Reply from 192.168.1.2: bytes=32 time=313ms TTL=60
Reply from 192.168.1.2: bytes=32 time=438ms TTL=60
Reply from 192.168.1.2: bytes=32 time=437ms TTL=60
Reply from 192.168.1.2: bytes=32 time=218ms TTL=60
Request timed out.
Reply from 192.168.1.2: bytes=32 time=234ms TTL=60
以企业现网案例为例现网在用主流技术、防火墙旁挂组网案例、包含但不限于vlan、trunk、eth-trunk、OSPF、vpn-instance、NAT技术等。1、第一部分涉及知识点如下: IP地址配置 vlan划分 trunk vlanif 链路聚合 vrrp技术、MSTP、NAT、 OSPF、静态路由、2、规划:  2.1 六台终端分别属于vlan10 20 30 40 55 60,IP地址已经静态配置好;  2.2 四台接入层交换机创建vlan 划分vlan 配置上行trunk  2.3 核心交换机配置trunk并放行所有vlan与接入层互联;  2.4 核心交换机作为内网终端的网关,使用vlanif作为网关;  2.5 在核心交换机配置VRRP,规划如下:      2.5.1 SW1作为vlan 10 30 55的主网关,SW2作为vlan20 40 60的主网关  2.6 SW1-SW2之间配置链路聚合,采用LACP。  2.7 配置MSTP+VRRP:  2.8 SW1 SW2分别使用vlanif201 202对接出口路由器AR1 AR2      SW1:10.1.201.1/24 AR1:G0/0/1:10.1.201.254/24      SW2:10.1.202.2/24 AR2:G0/0/1:10.1.202.254/24      AR1:G2/0/0:10.1.12.1/24 AR2:G2/0/0:10.1.12.2/24      AR1:G0/0/0:192.168.137.2/24  2.9 出口设备AR1配置默认路由及NAT技术实现访问互联网;  2.10 在出口设备AR1开启DNS解析,设置DNS服务器地址;       [AR1]dns resolve       [AR1]dns server 192.168.137.1  2.11 出口设备与汇聚设备配置OSPF协议,并且处于骨干区域Area 0  2.12 出口设备AR1下发OSPF默认路由;  2.13 完成后 可以ping通百度:Ping www.a.shifen.com [14.119.104.189]: 32 data bytes, Press Ctrl_C to breakFrom 14.119.104.189: bytes=32 seq=1 ttl=52 time=62 msFrom 14.119.104.189: bytes=32 seq=2 ttl=52 time=63 msFrom 14.119.104.189: bytes=32 seq=3 ttl=52 time=62 msFrom 14.119.104.189: bytes=32 seq=4 ttl=52 time=63 msFrom 14.119.104.189: bytes=32 seq=5 ttl=52 time=62 ms

6,185

社区成员

发帖
与我相关
我的任务
社区描述
windows网络管理与配置
社区管理员
  • 网络管理与配置社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧