native-autonomous-fabric-num
To create an IVR persistent FC ID database entry, use the native-autonomous-fabric-num command in fcdomain database configuration submode. To delete all IVR persistent FC ID database entries for a given AFID and VSAN, use the no form of the command.
native-autonomous-fabric-num afid-num native-vsan vsan-id domain domain-id
no native-autonomous-fabric-num afid-num native-vsan vsan-id domain domain-id
Syntax Description
afid-num |
Specifies the native AFID. The range is 1 to 64. |
native-vsan vsan-id |
Specifies the native VSAN ID. The range is 1 to 4093. |
domain domain-id |
Specifies the domain ID. The range is 1 to 239. |
Command Default
None.
Command Modes
fcdomain database configuration submode.
Command History
Release |
Modification |
---|---|
2.1(2) |
This command was introduced. |
Usage Guidelines
There is only one domain ID associated with an AFID and VSAN. If you change the domain ID, all the associated FC ID mapping records are also changed.
Examples
The following example shows how to create an entry for a native AFID, VSAN, and domain:
switch# config t
switch(config)# ivr fcdomain database autonomous-fabric-num 10 vsan 20
switch(config-fcdomain)# native-autonomous-fabric-num 20 native-vsan 30 domain 15
switch(config-fcdomain-fcid)#
The following example shows how to remove all entries for a native AFID and VSAN:
switch# config t
switch(config)# ivr fcdomain database autonomous-fabric-num 10 vsan 20
switch(config-fcdomain)# no native-autonomous-fabric-num 20 native-vsan 30