Cisco ASR 920 Series Configuration Manual page 45

Policing and shaping configuration guide
Hide thumbs Also See for ASR 920 Series:
Table of Contents

Advertisement

Control Plane Policing
SUMMARY STEPS
1. enable
2. configure terminal
3. access-list access-list-number permit protocol {any | host {address | name}} {any | host {address |
name}}
4. access-list access-list-number permit protocol {tcd | udp} {any | host {source-addr | name}} eq port
number {any | host {source-addr | name}} eq port number
5. class-map class-map-name
6. match access-group access-list-index
7. exit
8. policy-map policy-map-name
9. class class-map-name
10. police {rate-bps | cir {cir-bps | percent percent}} [bc burst-bytes] [conform-action action] [pir pir-bps]
11. conform-action action
12. exit
13. exit
14. control-plane
15. service-policyinput policy-map-name
16. exit
17. exit
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Device> enable
Step 2
configure terminal
Example:
Device# configure terminal
Step 3
access-list access-list-number permit protocol {any
| host {address | name}} {any | host {address |
name}}
Example:
Device(config)# access-list 110 permit icmp
any 169.223.253.1
Configuring Control Plane Policing to Mitigate Denial-of-Service Attacks
Purpose
Enables privileged EXEC mode.
Enters global configuration mode.
Configures an access list for filtering frames by protocol type.
QoS: Policing and Shaping Configuration Guide (Cisco ASR 920 Series)
39

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents