02-29-2020 07:51 PM
We are trying to prioritize WAN traffic to the file server which located at remote site.
We have to prioritize the traffic but not reserve bandwidth for this traffic. Our WAN bandwidth is 100 Mbps.
What are our options?
While prioritizing we don't want this traffic to use the whole bandwidth. So we have to cap it.
02-29-2020 08:02 PM
03-01-2020 02:50 AM
Hello,
here is a very generic QoS policy
access-list 101 permit ip any host ip_address_file_server
!
class-map PRIORITY_CLASS
match access-group 101
!
policy-map PRIORITY_POLICY
class PRIORITY_CLASS
priority level 1
class class-default
shape average 100000000
fair-queue
!
interface GigabitEthernet0/0
description ISP Link
service-policy output PRIORITY_POLICY
03-01-2020 07:40 AM
03-01-2020 07:33 AM
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