Limit IP address range bandwidth during recurring time period

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Limit IP address range bandwidth during recurring time period

L0 Member

Need to limit residence hall users bandwidth to Internet monday-friday 8:00 a.m. to 5:00 p.m.

The following is how it was done previously on Cisco ASA. Need to translate to PA5430.

 

object-group network MV_NETWORK
network-object 192.168.0.0 255.255.0.0


access-list MV_TRAFFIC extended permit ip object-group MV_NETWORK any time-range RegularHours

class-map MV_BANDWIDTH
match access-list MV_TRAFFIC

policy-map throttlepolicy_MV
class MV_BANDWIDTH
police output 30000000
police input 30000000

 

service-policy throttlepolicy_MV interface PRIMARY_CORE
service-policy throttlepolicy_MV interface OUTSIDE

1 REPLY 1

L2 Linker

Hello,

You should read documentation about QoS first (profile applied on egress interface): https://docs.paloaltonetworks.com/network-security/quality-of-service/administration/configure-qos

Be careful if the firewall is a datacenter firewall because when you activate the QoS on the 54xx FW : your max bandwidth is limited...(by exemple if you have an aggregate interface made of 2 10GB int ==>20GB : the QoS will limit the max bandwidth to 10GB.). As well  i strongly recommend to activate lockless QoS ( https://docs.paloaltonetworks.com/network-security/quality-of-service/administration/configure-lockl...)

To answer your need, you have to configure a QoS profile first, to configure a dedicated class with max bandwidth et min,  to activate this profile on the egress interface and to create a schedule profile (Weekly). Then you have to create a QoS policy rule matching your need : Users to Internet with the schedule profile and with the class of QoS configured before.

Have a good day,

  • 112 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!