Wednesday, April 26, 2023

Brocade: Setting up IP addresses for a logical switch (IPFC)

In addition to setting the IP address on the switch chassis, you can also set your own IP for the logical switch (IPFC). After connecting to this address, you will immediately be taken to the desired context. IP must be selected from the subnet where the address of the chassis itself is located. IPv6 is not supported.

To set the address, do:
ipaddrset -ls FID --add 192.168.2.1/24
where FID - fabric ID.

Removing an address:
ipaddrset -ls FID --delete

Viewing addresses:
ipaddrshow

No comments:

Post a Comment