08-20-2002 12:34 AM - edited 03-02-2019 12:46 AM
Two sites are connected with eachother at 2Mb banwidth. At both the sites I have 3640 routers. I need to send video files from one location to another location. My major traffic is video files. I want to implement QoS so that my video traffic can get maximum bandwidth/priority over others. How I will configure QoS for this purpose. kindly help me indetail I never implemented it earlier. Also tell me the which configuration commands will be used.
08-20-2002 12:13 PM
As I am not sure about the type of link that you have between those 3640's, I will not be able to give the exact command that you need to configure. However, for your setup you need to configure Low Latency queuing ( LLQ). If you go to www.cisco.com and type LLQ configuration in the search window you will get plenty of examples.
08-21-2002 12:37 AM
the router at both the sites are cisco 3640 and we are using HDLC encapsulation at both end. kindly help in configuring the QoS at this link for my video traffic
08-21-2002 03:28 AM
This is one I did a couple of weeks ago (below)- only acl 100 was getting hit. It did do the trick and the picture was clear. the priority value is actually the bandwidth in Kilobits. You will need to be able to set the precedence on the video traffic to critical - this was done on the viewstations that were sending out the video packets in this case..
class-map match-all video-control
match access-group 101
class-map match-all video
match access-group 100
!
!
policy-map QoS-Policy
class video
priority 800 553058304
class video-control
bandwidth 8
class class-default
fair-queue
!
!
!
!
!
interface Multilink1
ip address 172.22.254.2 255.255.255.0
ip tcp header-compression iphc-format
no ip mroute-cache
load-interval 30
service-policy output QoS-Policy
ppp multilink
ppp multilink fragment-delay 10
ppp multilink interleave
multilink-group 1
ip rtp header-compression iphc-format
!
interface Serial0/0
bandwidth 2048
no ip address
encapsulation ppp
no ip mroute-cache
load-interval 30
no fair-queue
serial restart_delay 0
ppp multilink
multilink-group 1
!
access-list 100 permit ip any any precedence critical
access-list 101 permit ip any any precedence flash
access-list 101 permit ip any any dscp af31
11-29-2002 06:47 AM
Hi,
The acess-list 100 and 101 donot specify any source or destination IP addresses. Could you expalin how the router will identify the Video packets from other packets.
Regards
kanwal
11-29-2002 11:36 AM
Do U want to just transfer video files or you r using Videoconferencing over IP(h.323). U r not clear in ur posting?????
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