08-02-2006 01:18 AM - edited 03-03-2019 01:31 PM
Hi All,
Need to know how can SNA traffic be prioritized??
Thanks.
08-02-2006 03:45 AM
you can classify the traffic with MQC for Bandwidth or % of Bandwidth queuing.
you can use CBWFQ to prioritize traffic sessions into either LowBandwidth or HighBandwidth.
and for low speed links you can use LLQ which again classifies specific traffic to specific bandwidth.
see this link for more info:
08-02-2006 05:00 AM
how do we classify??
access-list permit xxx??
08-03-2006 05:56 PM
How do you classify depends on what protocol you use for transporting the SNA traffic over the IP. It's usually DLSW+. The DLSW+ ports are TCP/UDP 2065 and 2067 (depending whether DLSW+ is configured to use UDP or TCP).
If you use RSRB, ports are UDP/TCP 1987 - 1989 and 1996.
So your ACL for DLSW+ could look like this:
access-list 100 permit tcp any any eq 2065
access-list 100 permit tcp any any eq 2067
access-list 100 permit udp any any eq 2065
access-list 100 permit udp any any eq 2067
access-list 100 permit tcp any eq 2065 any
access-list 100 permit tcp any eq 2067 any
access-list 100 permit udp any eq 2065 any
access-list 100 permit udp any eq 2067 any
Similar for RSRB...
Regards,
M.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide