SMC Networks SMC8724ML3 Switch User Manual


 
C
ONFIGURING
THE
S
WITCH
3-252
CLI – This example configures a host address pool.
Displaying Address Bindings
You can display the host devices which have acquired an IP address from
this switch’s DHCP server.
Command Attributes
IP Address – IP address assigned to host.
Mac Address – MAC address of host.
Lease time – Duration that this IP address can be used by the host.
Start time – Time this address was assigned by the switch.
Delete – Clears this binding to the host. This command is normally used
after modifying the address pool, or after moving DHCP service to
another device.
Entry Count – Number of hosts that have been given addresses by the
switch.
Note: More than one DHCP server may respond to a service request by a
host. In this case, the host generally accepts the first address
assigned by any DHCP server.
Console(config)#ip dhcp pool mgr 4-163
Console(config-dhcp)#host 10.1.0.19 255.255.255.0 4-172
Console(config-dhcp)#hardware-address 00-e0-29-94-34-28
ethernet 4-174
Console(config-dhcp)#client-identifier text bear 4-173
Console(config-dhcp)#default-router 10.1.0.253 4-165
Console(config-dhcp)#dns-server 10.2.3.4 4-167
Console(config-dhcp)#netbios-name-server 10.1.0.33 4-169
Console(config-dhcp)#netbios-node-type hybrid 4-170
Console(config-dhcp)#domain-name example.com 4-166
Console(config-dhcp)#bootfile wme.bat 4-168
Console(config-dhcp)#next-server 10.1.0.21 4-167
Console(config-dhcp)#lease infinite 4-171
Console(config-dhcp)#