ip dhcp bootp ignore
To enable a Dynamic Host Configuration Protocol (DHCP) server to selectively ignore and not reply to received Bootstrap Protocol (BOOTP) request packets, use the ip dhcp bootp ignore command in global configuration mode. To return to the default behavior, use the no form of this command.
ip dhcp bootp ignore
A DHCP server can forward ignored BOOTP request packets to another DHCP server if the ip helper-address command is configured on the incoming interface. If the ip helper-address command is not configured, the router will drop the received BOOTP request.
forward udp broadcast packet for PXE-START
ip helper address
ip forwarding protocal udp 4011
ip forwarding protocal upd bootpc(67)
ip forwarding protocal udp bootps(68)
Options号
Options作用
1
设置子网掩码选项。
3
设置网关地址选项。
6
设置DNS服务器地址选项。
12
设置域名选项。
15
设置域名后缀选项。
33
设置静态路由选项。该选项中包含一组有分类静态路由(即目的地址的掩码固定为自然掩码,不能划分子网),客户端收到该选项后,将在路由表中添加这些静态路由。如果存在Option121,则忽略该选项。
43
Join specific Wireless LAN Controllers (WLCs) when the WLC is in a different subnet than the AP
44
设置NetBios服务器选项。
46
设置NetBios节点类型选项。
50
设置请求IP选项。
51
设置IP地址租约时间选项。
52
设置Option附加选项。
53
设置DHCP消息类型。
54
设置服务器标识。
55
设置请求参数列表选项。客户端利用该选项指明需要从服务器获取哪些网络配置参数。该选项内容为客户端请求的参数对应的选项值。
58
设置续约T1时间,一般是租期时间的50%。
59
设置续约T2时间。一般是租期时间的87.5%。
60
设置厂商分类信息选项,用于标识DHCP客户端的类型和配置。
61
设置客户端标识选项。
66
设置TFTP服务器名选项,用来指定为客户端分配的TFTP服务器的域名。
67
设置启动文件名选项,用来指定为客户端分配的启动文件名。
77
设置用户类型标识。
121
设置无分类路由选项。该选项中包含一组无分类静态路由(即目的地址的掩码为任意值,可以通过掩码来划分子网),客户端收到该选项后,将在路由表中添加这些静态路由。
148
EasyDeploy中Commander的IP地址。
149
SFTP和FTPS服务器的IP地址。
150
设置TFTP服务器地址选项,指定为客户端分配的TFTP服务器的地址。