09-23-2021 10:49 AM
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
09-23-2021 11:52 AM
Service-policy usually applies to an SVI and not to a layer-2 VLAN
See link below for an example:
HTH
09-24-2021 01:14 AM
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.
09-23-2021 12:03 PM
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
09-24-2021 12:38 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide