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

Traffic management

battanc
Level 1
Level 1

Headquarter (Network "A" 192.168.0.x/24), connected via Ethernet to several Branch Office (Network "B" to "E" 192.168.10.x/24 to ...).

The Ethernet interconnecting the BO with the HQ are over WireLess, each link is a point-to-point /30 VLAN.

Each link has a limited Bandwith (5Mbps max.), but also the trunk on the HQ has only 5Mbps.

The Attachment can better explain.

I need to configure some policy, to ensure that:

- each BO must receive at least 1,25Mbps (5Mbps /4)

- if only one BO is making traffic, this one can use all the 5Mbps

Some suggestion?

Policy Map, Traffic Shaping, ???

Thank's

1 Reply 1

Joseph W. Doherty
Hall of Fame
Hall of Fame

Shaping is likely what you want to use.

What can be done will depend on your equipment.

You might shape all to 5 Mbps and provide each remote a minimum of 25% of the 5 Mbps.

e.g.

ip extended access-list remotesite# (1..4)

permit ip #.#.#.# 0.0.0.255 any

permit ip any #.#.#.# 0.0.0.255

class-map match-all remotesite#

match access-group remotesite#

policy-map 5Mbps

class class-default

shape average 5000000

service-policy remotes

policy-map remotes

class remotesite#

bandwidth percent remaining 25

interface (to HQ or remotes)

service-policy output 5Mbps

[edit]

Beside equipment limitations, unclear what equipment sits on the LAN segment in the center of your diagram. If you only have routers as shown on your diagram, you might modify the above for the HQ router outbound. Remote sites, if you also need to regulate inbound bandwidth (to HQ), is a different problem since you can not easily coordinate bandwidth usage between them.

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:

Review Cisco Networking products for a $25 gift card