Obtaining the IP address for a host that is on a different VLAN than the DHCP server
In the following example, the host is on VLAN 20 and is connected on port number 2 of the switch. The DHCP server, however, is in VLAN 10 and is connected on port 10 of the switch.
Obtaining the IP address for a host that is on a different VLAN than the DHCP server
switch(config)# vlan 10 name "VLAN 10" untagged 10 ip address 10.1.1.2 255.255.255.0 exit vlan 20 name "VLAN 20" untagged 2 ip address 100.99.1.1 255.255.255.0 ip helper-address 10.1.1.1 exit