query regarding bandwidth management on router
pannupandit
Member Posts: 92 ■■□□□□□□□□
in CCNP
hello ...
actually in my company we are facing a situation.scenario is that we have 2 Mbps net connection.serial interface is directly connected to internet.and we want that our 1 ethernet interface shouldn,t consume more than 256 kbps of bandwidth and no limit on other interface.so if anybody is having any idea regarding that..then please help me.AM ccna and dont have any knowledge regarding managing bandwidth in this way.tell me is there any command available.plz look into the matter
Regards
Pannu
actually in my company we are facing a situation.scenario is that we have 2 Mbps net connection.serial interface is directly connected to internet.and we want that our 1 ethernet interface shouldn,t consume more than 256 kbps of bandwidth and no limit on other interface.so if anybody is having any idea regarding that..then please help me.AM ccna and dont have any knowledge regarding managing bandwidth in this way.tell me is there any command available.plz look into the matter
Regards
Pannu
Comments
-
mikej412 Member Posts: 10,086 ■■■■■■■■■■pannupandit wrote:ccna and dont have any knowledge regarding managing bandwidth in this way.tell me is there any command available
class-map -- classify traffic
policy-map -- bandwidth option here
service-policy -- applies the policy to the interface
That should get you pointed in the right direction to seach the Cisco Documentation for examples -- now that you have the hints on what to look for.
<edited to fix service.... typo --- yeah, I had service-map originally>
oh... to make up for that, you can also look for "policing":mike: Cisco Certifications -- Collect the Entire Set! -
pannupandit Member Posts: 92 ■■□□□□□□□□thanx mikej....
now I will look into QOS .THanx for ur suggession.
Regards -
forbesl Member Posts: 454You can set an input and output rate-limit on your ethernet interface. Without sending you to a link, I suggest you go to interface mode on your router and type in "rate-limit ?" and look at your options. You can set your input or output rate limit in bps, set your normal and max burst rates, and the conform and exceed actions.