Send documentation comments to mdsfeedback-doc@cisco.com
20-22
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 20 R Commands
rlir preferred-cond fcid
rlir preferred-cond fcid
To specify a preferred host to receive Registered Link Incident Report (RLIR) frames, use the rlir
preferred-cond fcid command in configuration mode. To remove a preferred host, use the no form of
the command.
rlir preferred-cond fcid fc-id vsan vsan-id
no rlir preferred-cond fcid fc-id vsan vsan-id
Syntax Description
Defaults By default, the MDS switch sends RLIR frames to one of the hosts in the VSAN with the register
function set to “conditionally receive” if no hosts have the register function set to “always receive.”
Command Modes Configuration mode.
Command History
Usage Guidelines The MDS switch sends RLIR frames to the preferred host only if it meets the following conditions:
• No host in the VSAN is registered for RLIR with the registration function set to “always receive.”
If one or more hosts in the VSAN are registered as “always receive,” then RLIR sends only to these
hosts and not to the configured preferred host.
• The preferred host is registered with the registration function set to “conditionally receive.”
Note If all registered hosts have the registration function set to “conditionally receive,” then the preferred host
receives the RLIR frames.
You can specify only one RLIR preferred host per VSAN.
Examples The following example specifies FC ID 0x654321 as the RLIR preferred host for VSAN 2.
switch# config t
switch(config)# rlir preferred-cond fcid 0x654321 vsan 2
The following example removes FC ID 0x654321 as the RLIR preferred host for VSAN 2.
switch# config t
switch(config)# no rlir preferred-cond fcid 0x654321 vsan 2
fcid fc-id Specifies the FC ID. The format is 0xhhhhhh.
vsan vsan-id Specifies a VSAN ID. The range is 1 to 4093.
Release Modification
3.0(3) This command was introduced.