cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1335
Views
0
Helpful
5
Replies

Bandwidth Allocation - Router

Amin Shaikh
Level 1
Level 1

I need help on Bandwidth distribution.

I have 2MB link from ISP terminated on my 3640 Router.

On the Router I have natted public to private IP address for 3Servers.

I want to give Server01 1Mbps

Server02 = 512Kbps

Server03 = 512Kbps

Plz help with the reqd config

5 Replies 5

bvsnarayana03
Level 5
Level 5

You can define a policy-map & within that configure policing for each server as per the requirement.

Lets say server1 is 10.1.1.1.

Create access-list to match the traffic for server.

ip access-list extended server1

permit host 10.1.1.1 any

Create class-map to associate this acl:

class-map server01

match access-group server1

Now cretae a policy map:

policy-map servers

class server01

police 100000

Similarly create it for other server.

now apply the policy to interface with command:

ip service-policy output servers

Happy Diwali.

Happy Diwali to you.....

Thanks for your reply....

Can you help me in config for another Server

assuming server is 2.2.2.2 and bandwidth reqd is 512Kbps

Is it possible as well to provide a cisco-link with similar config...

Thanks.

Need config help for server02 where bandwidth reqd is 512Kbps.

Lets say server2 is 10.1.1.2

Create access-list to match the traffic for server.

ip access-list extended server2

permit host 10.1.1.2 any

Create class-map to associate this acl:

class-map server02

match access-group server2

Now create a policy map:

policy-map servers

class server01

police 100000

class server02

police 512000

Apply this on interface:

service-policy output servers

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: