Hi.  I have a few questions that I need clarification on:

1) Is this the correct method to do L3 rate-limiting on a 3550?

access-list 101 permit ip any xxx.xxx.xxx.0 0.0.0.255
!
class-map match-any 768k_traffic
match access-group 101
!
policy-map 768k-DSL
class 768k_traffic
police 768000 768000 exceed-action drop
!
interface FastEthernet0/3
no switchport
ip address xxx.xxx.xxx.1 255.255.255.252
service-policy output 768k-DSL



2) After playing with the ingress/egress filtering statements, f0/3 accepts 
the service-policy command but it does not show up in the config (the 
original tests did show up)

interface FastEthernet0/3
no switchport
ip address xxx.xxx.xxx.1 255.255.255.252
no cdp enable




3) Can I not do L3 rate-limiting on the 3550 for both ingress and egress 
rate-limiting (if "input" is specified and an "output" command is entered, 
it wipes the "input" statement).

On the 2948G-L3s, I would use the rate-limit command and specify both input 
and output per interface.


Thanks, 
Mario Puras 
SoluNet Technical Support




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=66209&t=66209
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to