Hi there.
I have a custom queue list applied on a serial interface and it looks like this (it might seem a little bit weird, but this is for a research project, not real world !):
access-list 101 permit udp any any precedence internet
access-list 102 permit udp any any tos min-monetary-cost
access-list 103 permit udp any any tos max-reliability
queue-list 1 protocol ip 1 list 101
queue-list 1 protocol ip 2 list 102
queue-list 1 protocol ip 3 list 103
queue-list 1 queue 1 byte-count 1 limit 32767
queue-list 1 queue 2 byte-count 129
queue-list 1 queue 3 byte-count 516
queue-list 1 lowest-custom 2
The purpose in here is to have priority traffic for control purposes (acl 101) and custom-queueing for 2 different classes of traffic. Class n. 1 (acl 102) should have 20% of the link capacity (500Kbps) and class n. 2 (acl 103) should have the remainder 80%.
In this conditions and with:
Flow 1: class 1, 500Kbps, 97 bytes udp datagrams
Flow 2: class 2, 500Kbps, 97 bytes udp datagrams
the link should be congested and so i pretended to see
Flow 1: 100Kbps
Flow 2: 400Kbps
(or something with this proportions), but i'm always getting a distribution of 40%/60%
Should i use diferent byte-counts ?
I'm always sending 125 bytes packets (20 IP + 8 UDP_Header + 97 payload).
Tanx for your attention!
I have a custom queue list applied on a serial interface and it looks like this (it might seem a little bit weird, but this is for a research project, not real world !):
access-list 101 permit udp any any precedence internet
access-list 102 permit udp any any tos min-monetary-cost
access-list 103 permit udp any any tos max-reliability
queue-list 1 protocol ip 1 list 101
queue-list 1 protocol ip 2 list 102
queue-list 1 protocol ip 3 list 103
queue-list 1 queue 1 byte-count 1 limit 32767
queue-list 1 queue 2 byte-count 129
queue-list 1 queue 3 byte-count 516
queue-list 1 lowest-custom 2
The purpose in here is to have priority traffic for control purposes (acl 101) and custom-queueing for 2 different classes of traffic. Class n. 1 (acl 102) should have 20% of the link capacity (500Kbps) and class n. 2 (acl 103) should have the remainder 80%.
In this conditions and with:
Flow 1: class 1, 500Kbps, 97 bytes udp datagrams
Flow 2: class 2, 500Kbps, 97 bytes udp datagrams
the link should be congested and so i pretended to see
Flow 1: 100Kbps
Flow 2: 400Kbps
(or something with this proportions), but i'm always getting a distribution of 40%/60%
Should i use diferent byte-counts ?
I'm always sending 125 bytes packets (20 IP + 8 UDP_Header + 97 payload).
Tanx for your attention!