Chapter 44: DHCP Commands
DHCP Client
– 1331 –
class "OPT66_67" { # for option 66/67
# option 124
match if option vendor-class-identifier = "SMC";
# option 55
option dhcp-parameter-request-list 1,66,67;
# option 66
option tftp-server-name "192.168.1.1";
# option 67
option bootfile-name "dhcp_config.cfg";
}
shared-network Sample2 {
subnet 192.168.1.0 netmask 255.255.255.0 {
}
pool {
allow members of "OPT66_67";
range 192.168.1.10 192.168.1.20;
}
}
E
XAMPLE
In the following example enables dhcp dynamic provisioning.
Console(config)#ip dhcp dynamic provisioning
Console(config)#
ip dhcp client
class-id
This command specifies the DCHP client vendor class identifier for the
current interface. Use the
no
form to remove the class identifier from the
DHCP packet.
S
YNTAX
ip dhcp client class-id
[
text
text
|
hex
hex
]
no ip dhcp client class-id
text
- A text string. (Range: 1-32 characters)
Summary of Contents for SSE-G2252
Page 42: ...44 General IP Routing on page 627...
Page 603: ...Chapter 16 IP Configuration Setting the Switch s IP Address IP Version 6 609...
Page 883: ...Chapter 24 General Security Measures Port based Traffic Segmentation 894...
Page 989: ...Chapter 30 Congestion Control Commands Automatic Traffic Control Commands 1000 Console...
Page 1007: ...Chapter 33 Address Table Commands 1019...
Page 1137: ...Chapter 38 Quality of Service Commands 1150...