![Cisco Sx350 Cli Manual Download Page 291](http://html.mh-extra.com/html/cisco/sx350/sx350_cli-manual_2609320291.webp)
DHCP Server Commands
Cisco Sx350 Ph. 2.2.5 Devices - Command Line Interface Reference Guide
290
12
User Guidelines
To classify the DHCP client, DHCP server uses either the client identifier passed in
Option 61, if the client-identifier keyword is configured or the client MAC address,
if the hardware-address keyword is configured.
Example
The following example manually binds an IP address to a DHCP client.
switchxxxxxx(config)#
ip dhcp pool host aaaa
switchxxxxxx(config-dhcp)#
address 10.12.1.99 255.255.255.0 client-identifier
01b7.0813.8811.66
switchxxxxxx(config-dhcp)#
exit
switchxxxxxx(config)#
ip dhcp pool host bbbb
switchxxxxxx(config-dhcp)#
address 10.12.1.88 255.255.255.0 hardware-address
00:01:b7:08:13:88
switchxxxxxx(config-dhcp)#
exit
switchxxxxxx(config)#
12.2 address (DHCP Network)
To configure the subnet number and mask for a DHCP address pool on a DHCP
server, use the address command in DHCP Pool Network Configuration mode. To
remove the subnet number and mask, use the no form of this command.
Syntax
address {
network-number
| low
low-address
high
high-address
} {
mask
|
prefix-length
}
no address
Parameters
•
network-number
—Specifies the IP address of the DHCP address pool.
•
mask
—Specifies the pool network mask.
Summary of Contents for Sx350
Page 1: ...Cisco Sx350 Ph 2 2 5 Devices Command Line Interface Reference Guide CLI GUIDE ...
Page 26: ...25 Cisco Sx350 Ph 2 2 5 Devices Command Line Interface Reference Guide 1 ...
Page 237: ...CDP Commands Cisco Sx350 Ph 2 2 5 Devices Command Line Interface Reference Guide 236 8 ...
Page 975: ...RADIUS Commands Cisco Sx350 Ph 2 2 5 Devices Command Line Interface Reference Guide 974 48 ...