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

How to allocate bandwidth on single wan link for 2 different networks?

amol.mirase
Level 1
Level 1

I have one WAN link of 4Mbps on which 2 networks are connected. I want to divide this 4mb bandwidth for both this networks separately.

How we can do that ?

Pls provide the config is possible or solution..

1 Reply 1

andrew.prince
Level 10
Level 10

You just need a simple QoS policy that identifies the traffic via and access-list.  Once the access list has been matched based on the source and or desintation, you attach it to a child shaping policy that defines the amount of bandwidth you want that traffic to have.  The child policy is bound to a parent policy, and the parent policy is attached to the physical interface.

Shaping:-

http://www.cisco.com/en/US/docs/ios/12_2/qos/configuration/guide/qcfcbshp.html

Access-list classification;-

http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND/BranchQoS.html#wp89394

Child/Parent Policy:

http://www.cisco.com/en/US/docs/ios/12_2sb/feature/guide/chldprio.html

HTH>