Differences
This shows you the differences between two versions of the page.
en:dpi:bras_bng:ip_pool:ipv6:kea_cfg_opt17:start [2023/10/17 09:57] – created elena.krasnobryzh | en:dpi:bras_bng:ip_pool:ipv6:kea_cfg_opt17:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======kea_cfg_opt17====== | ||
- | Example of configuration for option 17 ('' | ||
- | <code bash> | ||
- | # Pool Description | ||
- | " | ||
- | { | ||
- | " | ||
- | " | ||
- | # In option-data you can set options common to this class | ||
- | " | ||
- | { | ||
- | " | ||
- | " | ||
- | " | ||
- | } | ||
- | ] | ||
- | }, | ||
- | # Description of other classes | ||
- | # ... | ||
- | ] # end of client-classes | ||
- | |||
- | # Setting pools | ||
- | " | ||
- | { | ||
- | " | ||
- | |||
- | # The pools are accessed on behalf of the relay | ||
- | " | ||
- | " | ||
- | }, | ||
- | |||
- | " | ||
- | # test-ipv6-pool | ||
- | { | ||
- | " | ||
- | " | ||
- | |||
- | # IMPORTANT! Only a PD prefix with a length one less than the value of the | ||
- | # of the ipv6_subnetmask parameter in fastdpi.conf (default value is 64). | ||
- | # SCAT itself splits this prefix into 2 ipv6_subnetmask lengths: the younger one | ||
- | # /64 subnet is given to the client, the older one is under the client prefix | ||
- | " | ||
- | { | ||
- | " | ||
- | " | ||
- | " | ||
- | } | ||
- | ] | ||
- | }, | ||
- | # description of other pools | ||
- | # ... | ||
- | ] # end of subnet6 | ||
- | ] # end of shared-networks | ||
- | |||
- | </ | ||