From: midatlanticnet@gmail.com
Date: Fri Jan 20 2006 - 15:34:05 GMT-3
Here is the task:
Configure generic traffic shapping for all traffic other than the voice traffic destined for 200.0.0.4 . The bit-rate that is allow for this traffic is 7 Mbps with a sustained and excess burst size of 700kbps.
Here is someones solution:
interface Ethernet0/0
ip address 150.50.7.7 255.255.255.128
half-duplex
traffic-shape group 101 7000000 700000 700000 1000
!
access-list 101 deny ip any host 200.0.0.4 precedence critical
access-list 101 permit ip any any
Here is my question:
I understand that voice uses IP Prec 5 (critical). If you deny IP Prec critical in your ACL you will not have voice in the shaping. But what if there was other traffic marked as IP Prec 5? They would not take part in shaping either and this would not meet the task requirments. Why wouldn't you use UDP ports instead of IP Prec?
-Chris
This archive was generated by hypermail 2.1.4 : Wed Feb 01 2006 - 07:45:50 GMT-3