Netgear GSM7328Sv2 - ProSAFE 24+4 Gigabit Ethernet L3 Managed Stackable Switch 管理员指南

下载
页码 486
434
   
|    
Chapter 27.  DHCP L2 Relay and L3 Relay 
 
ProSafe 7000 Managed Switch Release 8.0.3 
Note:  
Do not fill in the Network Mask field and Network Prefix Length field 
at the same time.
c.  Click Add. The pool_dynamic name is now added to the Pool Name drop-down list.
Confige a DHCP L3 Relay
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)#interface 1/0/15
(Netgear Switch) (Interface 1/0/15)#routing
(Netgear Switch) (Interface 1/0/15)#ip address 10.200.1.1 255.255.255.0
(Netgear Switch) (Interface 1/0/15)#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