Basic Operation Guide 2014/02

Operating rules for IP preserve
When ip preserve is entered as the last line in a configuration file stored on a TFTP server:
If the switch’s current IP address for VLAN 1 was not configured by DHCP/ Bootp, IP Preserve
retains the switch’s current IP address, subnet mask, and IP gateway address when the switch
downloads the file and reboots. The switch adopts all other configuration parameters in the
configuration file into the startup-config file.
If the switch’s current IP addressing for VLAN 1 is from a DHCP server, IP Preserve is suspended.
In this case, whatever IP addressing the configuration file specifies is implemented when the
switch downloads the file and reboots. If the file includes DHCP/Bootp as the IP addressing
source for VLAN 1, the switch will configure itself accordingly and use DHCP/ Bootp. If instead,
the file includes a dedicated IP address and subnet mask for VLAN 1 and a specific gateway
IP address, then the switch will implement these settings in the startup-config file.
The ip preserve statement does not appear in show config listings. To verify IP Preserve
in a configuration file, open the file in a text editor and view the last line. For an example of
implementing IP Preserve in a configuration file, see example below.
Enabling IP preserve
To set up IP Preserve, enter the ip preserve statement at the end of a configuration file. (Note
that you do not execute IP Preserve by entering a command from the CLI).
Example 84 Implementing IP preserve in a configuration file
; J9091A Configuration Editor; Created on release #K.15.14.0001
hostname "HP Switch"
time daylight-time-rule None
.
.
.
password manager
password operator
ip preserve
Figure 21 Example of IP Preserve operation with multiple series switches
If you apply the following configuration file in “Example of IP Preserve operation with multiple
series switches” (page 115), switches 1 - 3 will retain their manually assigned IP addressing and
switch 4 will be configured to acquire its IP addressing from a DHCP server.
IP Preserve: retaining VLAN-1 IP addressing across configuration file downloads 115