From: Kenneth Wygand (KWygand@customonline.com)
Date: Thu May 27 2004 - 00:04:14 GMT-3
Is there a difference between the results of the following configurations?
My requirement is to reserve 90% of the interface bandwidth for FTP and 10% for everything else. Note the explicit "bandwidth-percent" configuration command under the "class-default" my policy-map.
<snip>
OPTION 1:
class ftp
match protocol ftp
policy-map 90forFTP
class ftp
bandwidth-percent 90
interface s0
max-reserve-bandwidth 90
service-policy 90forFTP
OPTION 2:
class ftp
match protocol ftp
policy-map 90forFTP
class ftp
bandwidth-percent 90
class class-default
bandwidth-percent 10
interface s0
max-reserve-bandwidth 100
service-policy 90forFTP
</snip>
Thanks in advance,
Ken
This archive was generated by hypermail 2.1.4 : Wed Jun 02 2004 - 11:12:17 GMT-3