Cisco Cisco Packet Data Gateway (PDG)

Pagina di 80
DHCP Configuration
To configure DHCP Proxy interface support on chassis for HeNB-GW service:
Step 1
Create a DHCP service specific to HeNB-GW service by applying the example configuration in the Configuring DHCP
Service 
section.
Step 2
Create a subscriber template for HeNB clients sesssion and associate the DHCP service with created subscriber template
by applying the example configuration in the Configuring Subscriber Template for HeNB section.
Step 3
Save your configuration to flash memory, an external memory device, and/or a network location using the Exec mode
command save configuration. For additional information on how to verify and save configuration files, refer to the
System Administration Guide and the Command Line Interface Reference.
Configuring DHCP Service
Configure a DHCP service for DHCP interface support in the HeNB-GW service by applying the following
example configuration:
configure
context <vpn_ctxt_name>
dhcp-service <dhcp_svc_name> -noconfirm
dhcp client-identifier ike-id
dhcp server selection-algorithm use-all
dhcp server <
dhcp_server_ip>
dhcp server port 67
end
Notes:
• <vpn_ctxt_name> is name of the source context for DHCP service.
• <dhcp_svc_name> is name of the DHCP service configured in Context Configuration mode for DHCP
interface support in HeNB-GW service.
• <dhcp_server_ip> IP address of the DHCP server associated with DHCP service for DHCP interface
support in HeNB-GW service.
• For more commands and keyword options, refer Command Line Interface Reference.
Configuring Subscriber Template for HeNB
Configure the subscriber template to associate the DHCP service for HeNB clients by applying the following
example configuration:
configure
context <vpn_ctxt_name>
subscriber default
dhcp service <dhcp_svc_name> context <vpn_ctxt_name>
end
   HeNB-GW Administration Guide, StarOS Release 19
56
HeNB-GW Service Configuration Procedures
DHCP Configuration