Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Layer 2 traffic policing

Reply
Thread Tools

Layer 2 traffic policing

 
 
flamer die.spam@hotmail.com
Guest
Posts: n/a
 
      02-23-2009
Can anyone recommend the best way to do traffic policing at layer 2?
We have several models of switches, 450x 650x, 3500, 3400 and would
like a method that is the same on all platforms.

On the 45/65xx's I use a vlan interface such as:

interface Vlan1234
bandwidth 10000
service-policy input 10MB

where the service policy is a policy map named 10MB, with a policer,
which matches an access list, and the access list says permit ip any
any. (problem is we arent using any layer 3)

the above method doesn't work on 3500's so on those I use:

mac access-list extended catch_all
permit any any

class-map match-all Got-all
match access-group name catch_all

policy-map 2MB
class Got-all
police 3000000 16384 exceed-action drop

interface fa0/5
service-policy input 2MB

which doesn't work on the 4500+

I know they work as I can do load testing on the ports. cisco don't
seem to have a recommended way of doing this, does anyone have a
preferred method?

Flamer.
 
Reply With Quote
 
 
 
 
Doug McIntyre
Guest
Posts: n/a
 
      02-23-2009
"flamer " <> writes:
>Can anyone recommend the best way to do traffic policing at layer 2?
>We have several models of switches, 450x 650x, 3500, 3400 and would
>like a method that is the same on all platforms.


Not possible. Cisco has implemented that so different on every switch
platform they have.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
3550 Traffic Policing Problem Pouya Cisco 1 08-04-2007 01:18 PM
Traffic Shaping / Policing Question jere.cassidy@gmail.com Cisco 4 04-26-2007 08:49 PM
Traffic policing or shaping priss_uk_2000@yahoo.co.uk Cisco 2 08-04-2005 04:27 PM
Flow-Based traffic shaping / policing with MS Terminal Server Josh Cisco 0 05-28-2004 01:57 AM
catalyst 3750 and UDP traffic policing ? RJ45 Cisco 5 05-13-2004 02:26 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57