Home
QoS
QoS General
CAR(Committed Access Rate) ?
QoS
QoS General
CAR(Committed Access Rate) ? Google Translation
Main Menu
| Home |
| Useful Links |
| Public Route Server |
| Download |
Advertisements
Who's Online
Latest Articles
- Cisco AUX port for back door emergency link configuration
- Multilink PPP protocol configuration
- Cisco HDLC WAN protocol
- How to install sslexplorer on SuSE linux
- How to convert Cisco AP521 back into stand alone mode
- [log] :Problem with RX packet, length is 1, what is it?
- sslexplorer invalid credentials on SuSE / Linux
- Default password for Cisco AP 521
Popular
- Enable Telnet on IE7.0 with Windows XP and Vista
- How to create loopback interface on Windows XP
- Cisco 7200 Simulator - Dynamips installation for window
- BGP sample configuration guide - Cisco
- How IP-helper address works?
- BGP sample configuration Case 1-1
- BGP Community String for Verizon Business AS701
- Network Settings In VMWare Player
| CAR(Committed Access Rate) ? |
|
|
|
| Written by Chris | ||
|
Committed Access Rate (CAR) is used to rate limit traffic. In this example, all ICMP traffic that exceeds the defined level will be dropped. This will prevent an ICMP flood attack from saturating the link. CAR definition: Rate limiting is one mechanism to use to allow a network to run in a degraded manner, but remain up when it is receiving a stream of Denial of Service (DoS) attack packets as well actual network traffic. Rate limiting can be achieved in a number of methods using Cisco IOS® software. Namely, through Committed Access Rate (CAR), Traffic Shaping, and both Shaping and Policing through Modular Quality of Service Command Line Interface (QoS CLI). Here is how the extended burst capability works. If a packet arrives and needs to borrow n number of tokens because the token bucket contains fewer tokens than its packet size requires, then CAR compares the following two values:
If the actual debt is greater than the extended limit, all packets will be dropped until the actual debt is reduced through accumulation of tokens in the token bucket. In an effort to minimize the risks associated from DOS and ICMP flooding attacks, the following is configured on the serial interface of a router: interface serial 1/0
rate-limit input access-group 111 128000 400 400 conform-action transmit exceed-action drop access-list 111 permit icmp any any Reference: http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/qos_c/qcpart4/qcpolts.htm |
||
| < Prev | Next > |
|---|























