Technical data

IronWare Software Release 07.2.02j for Brocade FastIron switches
Release Notes v 1.0 Page 19 of 79
ICMP redirect messages
In software release 07.2.02, ICMP redirect messages are disabled by default, whereas in releases prior to
07.2.02, ICMP redirect messages are enabled by default.
If ICMP redirect messages were enabled prior to upgrading to release 07.2.02, you will need to re-
enable this feature after upgrading to 07.2.02. To do so, enter the ip icmp redirect command at the
global CONFIG level of the CLI.
If ICMP redirect messages were disabled prior to upgrading to release 07.2.02, the configuration (no
ip icmp redirect) will be removed from the configuration file after upgrading to 07.2.02, since this
feature is now disabled by default. In this case, ICMP redirect messages will not be sent and no
further action is required.
Enabling and Disabling DHCP-client service on FSX Base Layer 3 devices
By default, DHCP-client service is enabled. If the DHCP-Server is connected to an interface on a FSX Base
Layer 3 device, the interface is assigned a leased IP address. To disable DHCP-client service on an
interface on a FSX Base Layer 3 device, and assign a new IP address, enter the following commands.
1. Disable DHCP-client on the interface. For example, enter a command such as the following.
FastIron(config-if-e1000-3/1)# no ip dhcp-client enable
Syntax: no ip dhcp-client enable
2. To save the configuration, enter the write memory command on the CLI as displayed in the
following example.
FastIron(config)# write memory
FastIron(config)# end
3. Reload the FSX Base Layer 3 device by entering the following command:
FastIron# reload
The DHCP-client service feature is now removed from the interface.
To enable DHCP-client service on an interface on a FSX Base Layer 3 device when a static IP address is
assigned to the interface, enter the following commands.
1. Remove the static IP address assigned to the interface. For example, enter a command such as
the following.
FastIron(config-if-e1000-3/1)# no ip address 10.10.10.10/24
Syntax: no ip address <ip-address>
2. To save the configuration, enter the write memory command on the CLI as displayed in the
following example.
FastIron(config)# write memory
FastIron(config)# end
3. Reload the FSX Base Layer 3 device by entering the following command:
FastIron# reload