R211x-HP Flexfabric 11900 FCoE Command Reference

57
Parameters
fcid: Specifies a destination FC address in the range of 0x000000 to 0xFFFFFF (hexadecimal).
mask-length: Specifies a mask length for the destination address, in the range of 0 to 24.
vsan vsan-id: Specifies a VSAN by its ID in the range of 1 to 4095.
Usage guidelines
The switch looks up the VSAN ID and FC address in the FC FIB for the outgoing interface.
If you specify both the fcid and mask-length arguments, this command displays FC FIB entries for the
specified FC address and mask length.
If you specify the fcid argument but not the mask-length argument, this command displays FC FIB entries
for the specified FC address according to the longest matching rule.
If you do not specify the fcid argument or the mask-length argument, this command displays all FC FIB
entries.
Examples
# Display all the FC FIB entries in VSAN 18.
<Sysname> display fc fib vsan 18
FC FIB information in VSAN 18:
Destination count: 6
FIB entry count: 7
Destination/Mask Interface
0x030100/16 Vfc1
0x030100/16 Vfc2
0x030100/20 Vfc3
0xfffc01/24 InLoop0
0xfffffa/24 InLoop0
0xfffffc/24 InLoop0
0xfffffd/24 InLoop0
# Display the FC FIB entries for a specific FC address according to the longest matching rule.
<Sysname> display fc fib 030100 vsan 18
FC FIB information in VSAN 18:
Destination count: 1
FIB entry count: 1
Destination/Mask Interface
0x030100/20 Vfc3
# Display the FC FIB entries for the specified FC address and mask length.
<Sysname> display fc fib 030100 16 vsan 18
FC FIB information in VSAN 18:
Destination count: 1
FIB entry count: 2
Destination/Mask Interface
0x030100/16 Vfc1
0x030100/16 Vfc2