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
22-35
Cisco MDS 9000 Family CLI Configuration Guide
OL-16184-01, Cisco MDS SAN-OS Release 3.x
Chapter 22 Configuring Inter-VSAN Routing
IVR Zones and IVR Zone Sets
Note
You can configure LUN zoning in an IVR zone set setup.
About QoS in IVR Zones
You can configure a QoS attribute for an IVR zone. The default QoS attribute setting is low.
Configuring the QoS Attribute
To configure the QoS attribute for an IVR zone, follow these steps:
Note
If other QoS attributes are configured, the highest setting takes priority.
Verifying the QoS Attribute Configuration
Verify the QoS attribute configuration for an IVR zone using the
show ivr zone
command.
switch(config)#
show ivr zone
zone name IvrZone
attribute qos priority medium
Step 3
switch(config-ivr-zone)#
member pwwn
10:00:00:23:45:67:89:ab lun 0x64 vsan 10
Configures an IVR zone member based on the
specified pWWN and LUN value.
Note
The CLI interprets the LUN identifier value
as a hexadecimal value whether or not the
0x
prefix is included.
switch(config-ivr-zone)#
member pwwn
10:00:00:23:45:67:89:ab lun 0x64 vsan 10
autonomous-fabric-id 20
Configures an IVR zone member based on the
specified pWWN, LUN value, and AFID.
switch(config-ivr-zone)#
no member pwwn
20:81:00:0c:85:90:3e:80 lun 0x32 vsan 13
autonomous-fabric-id 10
Removes an IVR zone member.
Command
Purpose
Command
Purpose
Step 1
switch#
config t
switch(config)#
Enters configuration mode.
Step 2
switch(config)#
ivr zone name IvrZone
switch(config-ivr-zone)#
Configures an IVR zone called IvrZone.
Step 3
switch(config-ivr-zone)#
attribute qos
priority medium
Configures the QoS for IVR zone traffic to
medium.
switch(config-ivr-zone)#
no attribute qos
priority medium
Reverts to the default QoS setting. The default is
low.