Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:dpi:bras_bng:ip_pool:ipv4:isc_cfg_opt125 [2023/10/13 13:54] – ↷ Страница перемещена из en:dpi:bras_bng:opt_bras_l2:ip_pool:ipv4:isc_cfg_opt125 в en:dpi:bras_bng:ip_pool:ipv4:isc_cfg_opt125 elena.krasnobryzh | en:dpi:bras_bng:ip_pool:ipv4:isc_cfg_opt125 [2024/09/26 15:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======isc_cfg_opt125====== | + | |
+ | Configuration example for option 125 ('' | ||
+ | < | ||
+ | # Declare the architecture of opt125 for VASExperts | ||
+ | option space VASEX code width 1 length width 1; | ||
+ | option VASEX.poolname code 1 = string; | ||
+ | option space vivso code width 4 length width 1; | ||
+ | option vivso.VASEX code 43823 = encapsulate VASEX; | ||
+ | option vivso.iana code 0 = string; | ||
+ | option op125 code 125 = encapsulate vivso; | ||
+ | |||
+ | shared-network MyShare { | ||
+ | # Declare the pool class " | ||
+ | class " | ||
+ | match if option VASEX.poolname | ||
+ | } | ||
+ | # Declare the pool class " | ||
+ | class " | ||
+ | match if option VASEX.poolname | ||
+ | } | ||
+ | |||
+ | # ... | ||
+ | |||
+ | # 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; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | # ... | ||
+ | } | ||
+ | </ |