[c-nsp] setup for LAN party

Mikael Abrahamsson swmike at swm.pp.se
Thu Apr 21 11:38:03 EDT 2011


On Thu, 21 Apr 2011, Martin T wrote:

> The main question is how to allocate guaranteed bandwidth to 
> WWW-server(~3-4Mbps). There is a camera connected to WWW-server, which 
> will broadcast the live stream from the event to justin.tv(or similar 
> site). Is it possible to configure Cisco 2801 in such manner, that 10% 
> of all Internet traffic is guaranteed to WWW-server+camera and rest is 
> for all the hosts in the LAN?

Incoming is hard, but outgoing can be done.

<http://www.cisco.com/en/US/docs/ios/qos/configuration/guide/qos_mqc.html>

You create a class by means of matching on the IP adress of the server and 
camera (match access-group) and then you give that class a certain amount 
of bandwidth. So freehanding without testing if this actually works:

class-map match-all prio-data
match access-group name outgoing-prio-data

policy-map outgoing
  class prio-data
    bandwidth 10000

ip access-list extended outgoing-prio-data
  permit ip host 1.1.1.1 any

Then you apply under the interface:

int fa0/0
  service-policy output outgoing

-- 
Mikael Abrahamsson    email: swmike at swm.pp.se


More information about the cisco-nsp mailing list