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

Limiting bandwidth again [ISR 886VA]

Exonix
Level 1
Level 1

good day,

 

i'm trying to configure Speed Limit on Cisco router ISR 886VA. I have read this article, and understood that i have to use polices instead of shaping because in need limit incoming speed for a host. That i'm doing:

access-list 102 permit ip any host 10.254.1.4

class-map match-all Mikrotik-Dev
 match access-group 102

policy-map Hosts
 class Mikrotik-Dev
  bandwidth 35000

But when I link this policy on WAN interface I get an error:

(config)#interface ethernet 0
(config-if)#service-policy input Hosts
Bandwidth command not allowed at parent level in input direction

How can I limit the incoming speed for a host?

 

Thank you!

1 Reply 1

Exonix
Level 1
Level 1

also, i have configured it like that, but it does not limit the speed...

policy-map Hosts
 class Mikrotik-Dev
  police cir 35000000
   conform-action transmit

interface Ethernet0
 description WAN
 no ip address
 ip nbar protocol-discovery ipv4
 service-policy input Hosts

or:

interface Vlan1
 description LAN
 ip address 10.254.1.1 255.255.255.0
 ip nbar protocol-discovery ipv4
 ip flow ingress
 ip nat inside
 ip virtual-reassembly in
 service-policy input Hosts
Review Cisco Networking for a $25 gift card