DHCP Server Commands
Cisco Sx350 Ph. 2.2.5 Devices - Command Line Interface Reference Guide 302
12
Examples
The following example shows a 1-day lease.
switchxxxxxx(config-dhcp)#
lease 1
The following example shows a one-hour lease.
switchxxxxxx(config-dhcp)#
lease 0 1
The following example shows a one-minute lease.
switchxxxxxx(config-dhcp)#
lease 0 0 1
The following example shows an infinite (unlimited) lease.
switchxxxxxx(config-dhcp)#
lease infinite
12.15 netbios-name-server
To configure the NetBIOS Windows Internet Naming Service (WINS) server list that
is available to Microsoft DHCP clients, use the netbios-name-server in DHCP Pool
Network Configuration mode or in DHCP Pool Host Configuration mode. To
remove the NetBIOS name server list, use the no form of this command.
Syntax
netbios-name-server
ip-address
[
ip-address2
...
ip-address8
]
no netbios-name-server
Parameters
•
ip-address
[
ip-address2
...
ip-address8
]—Specifies the IP addresses of
NetBIOS WINS name servers. Up to eight addresses can be specified in
one command line.