- 积分
- 24
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 注册时间
- 2018-9-30
- 最后登录
- 1970-1-1
- 阅读权限
- 10
- 听众
- 收听
网络小学徒
|
这几天在搞3750的QOS策略,但是配好之后文件拷贝的传输速率居然为0,ping包默认大小的包识别,但是9750以上的包都会发不出去,神奇了,各位大神帮忙看看什么原因,谢谢
架构图如下:
10.20.28.114->接入层交换机->核心交换机3750->接入层3750(配置在这个交换机的1号口)->10.20.28.54(接在交换机2号口上)
配置如下:
Switch#show access-list
Extended IP access list H323
10 permit ip any host 10.20.28.54
Switch#show class-map
Class Map match-any class-default (id 0)
Match any
Class Map match-all H323 (id 1)
Match access-group name H323
Switch#show policy-map
Policy Map H323
Class H323
police 1000000 10000 exceed-action drop
trust dscp
Switch#show run int gi 1/0/1
Building configuration...
Current configuration : 146 bytes
!
interface GigabitEthernet1/0/1
switchport trunk encapsulation dot1q
switchport mode trunk
mls qos trust dscp
service-policy input H323
end
Ping包测试如下:
C:\Users\rayl1>ping 10.20.28.54 -l 9718
Pinging 10.20.28.54 with 9718 bytes of data:
Reply from 10.20.28.54: bytes=9718 time<1ms TTL=128
Reply from 10.20.28.54: bytes=9718 time<1ms TTL=128
Reply from 10.20.28.54: bytes=9718 time<1ms TTL=128
Reply from 10.20.28.54: bytes=9718 time<1ms TTL=128
Ping statistics for 10.20.28.54:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Users\rayl1>ping 10.20.28.54 -l 9719
Pinging 10.20.28.54 with 9719 bytes of data:
Request timed out.
Request timed out.
Reply from 10.20.28.54: bytes=9719 time=1ms TTL=128
Request timed out.
Ping statistics for 10.20.28.54:
Packets: Sent = 4, Received = 1, Lost = 3 (75% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms
|
-
传输文件速度为0
|