Configuring the ECN330-switch
386 1553-KDU 137 365 Uen D 2006-06-16
CLI
– This example configures a host address pool.
6.18.2.3 Displaying Address Bindings
The host devices that have acquired an IP address from the ECN330-switch’s
DHCP server can be displayed.
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 ECN330-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
ECN330-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
Console(config-dhcp)#host 10.1.0.19 255.255.255.0
Console(config-dhcp)#hardware-address 00-e0-29-94-34-28 ethernet
Console(config-dhcp)#client-identifier text bear
Console(config-dhcp)#default-router 10.1.0.253
Console(config-dhcp)#dns-server 10.2.3.4
Console(config-dhcp)#netbios-name-server 10.1.0.33
Console(config-dhcp)#netbios-node-type hybrid
Console(config-dhcp)#domain-name example.com
Console(config-dhcp)#bootfile wme.bat
Console(config-dhcp)#next-server 10.1.0.21
Console(config-dhcp)#lease infinite
Console(config-dhcp)#