Dell FCX624-S Laptop User Manual


  Open as PDF
of 1494
 
PowerConnect B-Series FCX Configuration Guide 847
53-1002266-01
Configuring IP parameters – Layer 3 Switches
26
Removing DHCP leases
The clear ip dhcp-server binding command can be used to delete a specific lease, or all lease
entries from the lease binding database.
PowerConnect(config)# clear ip dhcp-server binding *
Syntax: clear ip dhcp-server binding [<address> | <*>]
<address> - The IP address to be deleted
<*> - Clears all IP addresses
Enabling DHCP Server
The ip dhcp-server enable command enables DHCP Server, which is disabled by default.
Syntax: [no] ip dhcp-server enable
The no version of this command disables DHCP server.
Disabling DHCP Server on the management port
By default, when DHCP Server is enabled, it responds to DHCP client requests received on the
management port. If desired, you can prevent the response to DHCP client requests received on
the management port, by disabling DHCP Server support on the port. When disabled, DHCP client
requests that are received on the management port are silently discarded.
To disable DHCP Server on the management port, enter the following command at the global
Config level of the CLI:
PowerConnect(config)# no ip dhcp-server mgmt
Syntax: no ip dhcp-server mgmt
To re-enable DHCP Server on the management port after it has been disabled, enter the following
command:
PowerConnect(config)# ip dhcp-server mgmt
Syntax: ip dhcp-server mgmt
netbios-name-server <address>
[<address2> |<address3>]
Specifies the IP address of a NetBIOS WINS server or servers that are
available to Microsoft DHCP clients. Refer to “Configure the NetBIOS
server for DHCP clients” on page 850.
network <subnet>/<mask> Configures the subnet network and mask of the DHCP address pool.
Refer to “Configure the subnet and mask of a DHCP address pool” on
page 850.
next-bootstrap-server <address> Configures the IP address of the next server to be used for startup by the
client. Refer to “Configure a next-bootstrap server” on page 850.
tftp-server <address> Configures the address of the TFTP server available to the client. Refer to
“Configure the TFTP server” on page 850.
vendor-class <[<ascii> | <ip> | <hex>
]> <value>
Specifies the vendor type and configuration value for the DHCP client.
Refer to “Configure a vendor type and configuration value for a DHCP
client” on page 850.
TABLE 153 DHCP Server CLI commands
Command Description