- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 01-15-2021 02:48 AM
Question
I want to limit bandwidth 200Mbps from server out, so I create qos flow guide
policy-map type qos 200M_test
class type qos class-default
set qos-group 0
police cir 200000000 bps bc 16000000 bytes conform transmit violate drop
interface Ethernet1/18
service-policy type qos input Policy_200M_test
but sometime it running not correct, and all other port also limit without service-policy on there port.
it running correct on nxos 6, error appeared after upgrading os.
anyone help me how to limit on nxos v7.
thank you
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
nexus platform has limited QoS features, it can only do incoming, outgoing not work.
not tried below command - how about try :
interface Ethernet1/18
bandwidth 200000
check below link may help you :
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thank you!
I want config limit incoming (outgoing from server), this work correct with os version 6, but after upgrade to 7, sometime all port slow.
bandwidth 200000 this config will limit all incoming and outgoing