Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:bras_bng:ip_pool:ipv4:isc_cfg_opt77 [2023/10/13 13:54] – удалено - внешнее изменение (Дата неизвестна) 127.0.0.1 | en:dpi:bras_bng:ip_pool:ipv4:isc_cfg_opt77 [2024/09/26 15:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | Configuration example for option 77 '' | ||
+ | < | ||
+ | shared-network MyShare { | ||
+ | # Pool ' | ||
+ | class " | ||
+ | match if exists user-class and substring( option user-class, 1, 20 ) = " | ||
+ | } | ||
+ | |||
+ | # Pool ' | ||
+ | class " | ||
+ | match if exists user-class and substring( option user-class, 1, 20 ) = " | ||
+ | } | ||
+ | |||
+ | # ... | ||
+ | |||
+ | # pool " | ||
+ | subnet 10.250.130.0 netmask 255.255.255.0 { | ||
+ | | ||
+ | pool { | ||
+ | allow members of " | ||
+ | range 10.250.130.2 10.250.130.250; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | # pool " | ||
+ | subnet 10.250.140.0 netmask 255.255.255.0 { | ||
+ | | ||
+ | pool { | ||
+ | allow members of " | ||
+ | range 10.250.140.2 10.250.140.250; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | # ... | ||
+ | } | ||
+ | </ |