cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2515
Views
0
Helpful
1
Replies

Policy Based Routing

ekbasheer786
Level 1
Level 1

Hi,

I have requirement here, There is one Site to site vpn between my office and headoffice. HO team accessing one server from our branch, and they are complaining about our internet, they want us to dedicate 2Mbps to that particular server(ip address). I would like to know is it possible to dedicate bandwidth for one internal server without having any UTM device.? Currently we have one Cisco Router only. Please support. 

 

1 Reply 1

Muhammad Awais Khan
Cisco Employee
Cisco Employee

Hi,

 

Yes it is possible to apply QOS on the internet links used for IPSEC. You can refer to below as an example. I assumed you created IPSEC tunnels using Cisco ISRs.

 

HO:

!!!! Internet Interface - used for IPSEC Conection )

Interface gi0/0/0

bandwidth ( actual bandiwdth provided by ISP )

!!!! put your server address on the source of below ACL

access list 101

permit ip any x.x.x.x any

class-map SERVER

match access-group 101

policy-map P-SERVER

 class SERVER

  priority 2000

!

Interface gi0/0/0

 service-policy output P-SERVER

 

Branch:

!!!! Internet Interface - used for IPSEC Conection )

Interface gi0/0/0

bandwidth ( actual bandiwdth provided by ISP )

!!!! put your server address on the destination of below ACL

access list 101

permit ip host any x.x.x.x

class-map SERVER

match access-group 101

policy-map P-SERVER

 class SERVER

  priority 2000

!

Interface gi0/0/0

 service-policy output P-SERVER

 

 

hope above will help full to you!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: