ip bootp-dhcp network

Last Updated : Nov 06, 2012 |

Selects the network from which the BOOTP/DHCP server should allocate an address. This command is required only when there are multiple IP interfaces over the VLAN. Use no ip bootp-dhcp network to remove the specified network.

Note:

More than one network can be configured. For requests to servers, all configured networks are used. The networks are used on a round-robin basis.

Syntax

ip bootp-dhcp network ip_net

no ip bootp-dhcp network [ip_net]

Parameters

Parameter

Description

Possible Values

Default Value

ip_net

The IP subnet

User level

read-write

Context

interface:FastEthernet (L2, L2-L3), VLAN (L2, L2-L3)

Example

To select the network 192.168.169.0 as the network from which an address should be allocated for BOOTP/DHCP requests:

Gxxx-001(if:Vlan 1.20)# ip bootp-dhcp network 192.168.169.0