cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
810
Views
0
Helpful
4
Replies

ERROR: VLAN QOS policy is not supported on cisco nexus 3000

Nexus(config-vlan-config)# service-policy type qos input 300MB
ERROR: VLAN QOS policy is not supported

 

i have an error on cisco nexus 3000 when i apply service policy to a vlan i need your help to attach policy to the vlan 

4 Replies 4

Reza Sharifi
Hall of Fame
Hall of Fame

Service-policy usually applies to an SVI and not to a layer-2 VLAN

 

See link below for an example:

 

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/qos/7x/b_3k_QoS_Config_7x/b_3k_QoS_Config_7x_chapter_010.html

 

HTH

Thanks for your reply and help

 

but i can not understand SVI will you explain with example

is this possible to limit bandwidth on specific customer's vlan on cisco nexus 3000

 

This is the Version

 

Software
BIOS: version 4.5.0
NXOS: version 7.0(3)I7(9)
BIOS compile time: 11/09/2017
NXOS image file is: bootflash:///nxos.7.0.3.I7.9.bin
NXOS compile time: 8/27/2020 5:00:00 [08/27/2020 06:11:00]

 

This is the Hardware

 

Hardware
cisco Nexus3000 C3064PQ Chassis
Intel(R) Celeron(R) CPU P4505 @ 1.87GHz with 3902972 kB of memory.

Hello,

 

what exactly does the policy look like ? You might want to try something like the example below:

 

ip access-list 300_MB_ACL
10 permit ip any any
!
class-map type qos match-all 300_MB_CM
match access-group name 300_MB_ACL
!
policy-map type qos 300_MB_PM
class 300_MB_CM
set qos-group 2
police cir 300 mbps bc 37500 ms
!
interface vlan x
service-policy type qos input 300_MB_PM

Here is the error that not leave me 

 

Nexus(config-if)#
Nexus(config-if)# exi
Nexus(config)# vlan configuration 501
Nexus(config-vlan-config)# service-policy type qos input 300_MB_PM
ERROR: VLAN QOS policy is not supported

Nexus(config-vlan-config)#

 

 

=============================

this version

 

Software
BIOS: version 4.5.0
NXOS: version 7.0(3)I7(9)
BIOS compile time: 11/09/2017
NXOS image file is: bootflash:///nxos.7.0.3.I7.9.bin
NXOS compile time: 8/27/2020 5:00:00 [08/27/2020 06:11:00]

 

====================================================

Hardware

 

Hardware
cisco Nexus3000 C3064PQ Chassis
Intel(R) Celeron(R) CPU P4505 @ 1.87GHz with 3902972 kB of memory.

Review Cisco Networking products for a $25 gift card