Thus spake "Tejal Shah" <tejal.shah@surat.iqara.net>
> I want to difine 512Kbps for perticular IP block in my
> backbone router whenever traffic is there in that IP block
> and if there is no traffic free bandwidth of that 512 Kbps
> should be available to others..
Sorry, I can't understand what you're asking for here.
> Or atleast to give guaranted 512 Kbps to that IP block ?
Here's how to guarantee 512kb to a particular block (outbound):
!
access-list 101 permit ip 1.2.3.0 0.0.0.255 any
!
class-map foo
match access-group 101
!
policy-map bar
class foo
bandwidth 512
!
interface serial 0/0
service-policy output bar
!
S
This archive was generated by hypermail 2b29 : Sun Aug 04 2002 - 04:13:49 EDT