08-27-2009 03:43 AM - edited 03-04-2019 05:52 AM
Can Cisco 1720 router provide bandwidth management feature? (Like bandwidth segregation between a single network or multiple network)
Kindly help me.
08-27-2009 04:14 AM
I guess you want to configure qos to reserve bandwidth for your different subnets-network. In general, Cisco 1720 will support qos features depending on the IOS you run.
Refer this for Feature Set of 1720:
http://www.cisco.com/en/US/products/hw/routers/ps221/products_data_sheet09186a00800920ec.html
08-27-2009 04:45 AM
Thanks for the quick response.
I have only one single network. & now i want to distrubute the leased line bandwidth between this single network. How can i do that?
For exapmple : For perticular user group 1.5 mpbs & other users 512 kbps
Is it possible in 1720 router?
08-27-2009 05:24 AM
What routing protocol (EIGRP, Static, OSPF, etc.) are you running on the 1720?
Regards,
jerry
08-27-2009 08:26 PM
My router configured on static routing protocol.
Yes we are using 1720 router.
08-27-2009 05:57 AM
Yes it is possible. Again your code should support this, if not you can upgrade.
Sample configuration look like this:
Match the source:
access-list 102 permit ip host
access-list 103 permit ip host
class-map hostA
match access-group 102
class-map hostB
match access-group 103
policy-map Reserve
class hostA
priority 1500
class hostB
priority 512
int
service-policy output Reserve
You can use 'bandwidth' command instead of 'priority'. The difference is 'priority' is a minimum bandwidth guarantee but also maximum bandwidth limit during times of congestion. It is prudent to not reserve bandwidth in excess which can starve other traffic including critical traffic such as routing protocols.
08-27-2009 08:30 PM
Thanks a lot....
definatly it would help me.
Thanks once again
08-27-2009 11:35 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide