cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
378
Views
0
Helpful
1
Replies

BGP and Qos

faithmugo
Level 1
Level 1

I have a hub and spoke network, one hub(BGP Cisco 2811 Router)and 3 spokes. The hub internet link is 15MB, I want to limit one spoke to use 4.5 MB. How do I go about this? Please assist.

1 Reply 1

Joseph W. Doherty
Hall of Fame
Hall of Fame

Something like:

access-list extended farsidesubnet

permit ip any x.x.x.x y.y.y.y

class-map match-all farsidesubnet

match group farsidesubnet

policy-map restrictsomeoutbound

class farsidesubnet

shape 4500000 (or police 4500000)

Use above on both hub and remote spoke.

interface type #

service-policy outbound restrictsomeoutbound

Review Cisco Networking products for a $25 gift card