Local DHCP (IP Address Pools)
SSG supports IP address pools for DHCP Radius Proxy and PPPoE modes.
In brief, pool support can be described as follows:
SSG expects to receive the subscriber's IP address in the RADIUS Access-Accept
response. The billing system behind RADIUS may, instead of issuing an IP address, provide the name of an address pool from which an address should be allocated to this subscriber. For IPv4, the pool name is specified in the Framed-Pool
attribute; for IPv6, it is specified in the Framed-IPv6-Pool
attribute.
FastPCRF, upon receiving the pool name in Access-Accept
, requests the subscriber's IP address from the DHCP server. Upon receiving a response from the DHCP server, fastPCRF extracts the IP address from it, combines the options specified in the DHCP response with the Access-Accept attributes, and sends the authorization response to the subscriber via fastDPI.
The following sections describe technical details for configuring IP pool support in fastPCRF and operational specifics for each mode:
Was this information helpful?