Netgear M4100-12GF (GSM7212F) - ProSAFE Gigabit L2+ Managed Switch Guía De Administador

Descargar
Página de 353
DHCP L2 Relay and L3 Relay 
340
ProSAFE M4100 Managed Switches 
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
3. 
Create a routing interface connecting to the client.
(Netgear Switch) (Config)#
(Netgear Switch) (Config)#interface 1/0/16
(Netgear Switch) (Interface 1/0/16)#routing
(Netgear Switch) (Interface 1/0/16)#ip address 10.200.2.1 255.255.255.0
(Netgear Switch) (Interface 1/0/16)#exit
4. 
Configure the DHCP Server IP address and enable the DHCP L3 relay.
(Netgear Switch) (Config)#ip helper-address 10.100.1.1 dhcp 
(Netgear Switch) (Config)#ip helper enable