Advertisement
josacar

Limit bad users

Aug 13th, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. configure terminal
  2. !
  3. access-list 50 permit 192.168.1.3 0.0.0.0
  4. !
  5. interface vlan1
  6. rate-limit input access-group 50 96000 24000 32000 conform-action transmit exceed-action drop
  7. rate-limit output access-group 50 8000 1500 2000 conform-action transmit exceed-action drop
  8. !
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement