Answer the question
In order to leave comments, you need to log in
How to limit bandwidth on cisco 7604?
Hello, tell me how to cut the outgoing bandwidth on 7604?
I guess that through the policy-map, but I can’t figure out what parameters to use.
Answer the question
In order to leave comments, you need to log in
1.create a class-map, you can use class-default if you cut all traffic.
2. create a Policy Map and bind the created class-map or class-default to it, then you have to decide how you will cut the police or shape, how they differ can be found in Google.
3. hang the created policy on the interface.
the config is something like this:
Router(config)#Policy Map 45MB
Class class-default
police cir 45000000
conform-action transmit
exceed-action drop
Router(config)# interface GigabitEthernet0/0
Router(config-if)# service-policy output 45MB
In general, the following solution is acceptable for 7604:
class-map 111
match access-group name 111
policy-map PMAP
class 111
shape average 10000
ip access-list extended 111
permit ip any any
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question