Configuring the ECN330-switch
851553-KDU 137 365 Uen D 2006-06-16
CLI – Specify the management interface, and set the IP address mode to DHCP
or BOOTP, and then enter the “ip dhcp restart client” command.
Renewing DCHP – DHCP may lease addresses to clients indefinitely or for a
specific period of time. If the address expires or the ECN330-switch is moved to
another network segment, management access to the ECN330-switch will be
lost. In this case, reboot the ECN330-switch or submit a client request to restart
DHCP service through the CLI.
Web – If the address assigned by DHCP is no longer functioning, the IP settings
will not be able to be renewed through the web interface. The DHCP service can
only be restarted through the web interface if the current address is still
available.
CLI – Enter the following command to restart DHCP service.
Console#config
Console(config)#interface vlan 1
Console(config-if)#ip address dhcp
Console(config-if)#end
Console#ip dhcp restart client
Console#show ip interface
Vlan 1 is up, addressing mode is DHCP
Interface address is 192.168.1.249, mask is 255.255.255.0, Primary
MTU is 1500 bytes
Proxy ARP is disabled
Split horizon is enabled
.
.
.
Console#ip dhcp restart client
Console#