S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
15-3
Cisco MDS 9000 Family Command Reference
OL-18089-01, Cisco MDS NX-OS Release 4.x
Chapter 15 M Commands
match
switch(config)#
qos class-map MyClass1 match-any
switch(config-cmap)#
match any
The following example specifies a destination address match for frames with the specified destination
FCID:
switch(config-cmap)#
match destination-address 0x12ee00
The following example specifies a source address and mask match for frames with the specified source
FCID. Mask refers to a single or entire area of FCIDs:
switch(config-cmap)#
match source-address 0x6d1090 mask 0
The following example specifies a destination WWN to match frames:
switch(config-cmap)#
match destination-wwn 20:01:00:05:30:00:28:df
Operation in progress. Please check class-map parameters
The following example specifies a source WWN to match frames:
switch(config-cmap)#
match source-wwn 23:15:00:05:30:00:2a:1f
Operation in progress. Please check class-map parameters
The following example specifies a source interface to match frames:
switch(config-cmap)#
match input-interface fc 2/1
Operation in progress. Please check class-map parameters
The following example removes a match based on the specified source interface:
switch(config-cmap)#
no match input-interface fc 3/5
Related Commands
Command
Description
qos enable
Enables QoS.
show qos
Displays QoS information.