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

Nexus 1000v QoS based on IP ACL

liveshell
Level 1
Level 1

Hi,

I want to apply QoS policy on a particular VM for specified port range only. I  have created following script file but that doesnt work. I mean it doesnt apply any policy on vm residing on Veth1. Can any body look in to this and tell me where is the problem ?

config t

ip access-list acl_in

101 deny tcp any any eq 443

exit

class-map class_vmdata_in

match access-group name acl_in

exit

policy-map policy_vmdata_IN

class class_vmdata_in

police cir 1000 kbps conform transmit violate drop

exit

interface Veth1

service-policy output policy_vmdata_IN

exit

exit

1 Reply 1

liveshell
Level 1
Level 1

any thoughts ???