Chapter 29. DHCP L2 Relay and L3 Relay | 499
ProSafe M4100 and M7100 Managed Switches
A screen similar to the following displays.
b. Under DHCP Pool Configuration, enter the following information:
In the Pool Name list, select Create.
In the Pool Name field, enter dhcp_server_second.
In the Type of Binding list, select Dynamic.
In the Network Number field, enter 10.200.2.0.
In the Network Mask field, enter 255.255.255.0. As an alternate, you can enter 24
in the Network Prefix Length field.
c. Click Add. The dhcp_server_second name is now added to the Pool Name
drop-down list.
Configure a DHCP L3 Switch

CLI: Configure a DHCP L3 Relay

1. Enable routing on the switch.
(Netgear Switch) #config
(Netgear Switch) (Config)#ip routing
(Netgear Switch) (Config)#
2. Create a routing interface and enable RIP on it.
(Netgear Switch) (Config)#
(Netgear Switch) (Config)#interface 1/0/4
(Netgear Switch) (Interface 1/0/4)#routing
(Netgear Switch) (Interface 1/0/4)#ip address 10.100.1.2 255.255.255.0
(Netgear Switch) (Interface 1/0/4)#ip rip
(Netgear Switch) (Interface 1/0/4)#exit