How to do QoS in cisco nexus for Rate limit. In cisco Routers , we will be creating a policy map and calling it in service_policy in VLAN Interface
Ex:
Policy-map Policy_2Mbps
class class-default
police cir 2048000 bc 384000 be 384000 conform-action transmit exceed-action drop violate-action drop
interface Vlan10
description *** DEMO ***
ip address x.x.x.x s.s.s.s
shutdown
standby 62 ip x.x.x.y
standby 62 priority 110
standby 62 preempt
service-policy input Policy_2Mbps
service-policy output Policy_2Mbps
How can we achieve the same in CISCO NEXUS. Whole idea is to bandwidth limit for VLAN interface