Cisco Cisco Packet Data Gateway (PDG)

Página de 642
  SecGW Changes in Release 16 
SecGW Enhancements for 16.0  ▀   
 
Release Change Reference, StarOS Release 16  ▄  
 
   
455 
Command Changes 
dhcp { context-name
 
context_name
 
| service-name
 
srvc_name
 
}
 
This is a new command in a wsg-service configuration that allows you to specify a DHCPv4 proxy server for allocating 
IP addresses. You must specify both the context associated with the DHCPv4 service, as well as the name of the service. 
This will be the DHCPv4 service used if you configure the IP address allocation method to dhcp-proxy
configure 
  context wsg_context 
    ip address alloc-method dhcp-proxy 
      dhcp context-name dhcpv4_srvc_context 
      dhcp service-name dhcpv4_service 
      end 
Notes: 
 
Only one DHCPv4 service can be configured. 
 
You must restart the WSG service for these settings to be effective. You restart the service by unbinding and 
binding the IP address to the service context. 
ip addresss alloc-method { dhcp-proxy | local }
 
dhcp-proxy is a new keyword in this command. It specifies the use of a DHCPv4 service for allocating IPv4 addresses. 
configure 
  context wsg_context 
    ip address alloc-method dhcp-proxy 
      ip address alloc-methos dhcp-proxy 
      end 
Notes: 
 
The DHCPv4 service that will be used must be specified via the dhcp context-name and dhcp service-name 
commands. 
 
You must restart the WSG service for this setting to be effective. You restart the service by unbinding and 
binding the IP address to the service context.