Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:epdg:installation_setup:management_and_administration:swu [2024/11/19 13:18] – elena.krasnobryzh | en:dpi:epdg:installation_setup:management_and_administration:swu [2024/12/24 08:23] (current) – [Table] elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{indexmenu_n> | {{indexmenu_n> | ||
======Configuration of the SWu Interface====== | ======Configuration of the SWu Interface====== | ||
- | The parameters of the SWu interface are located in the file ''/ | ||
- | |||
=====Section " | =====Section " | ||
- | ^ Parameter | + | ^ Parameter |
- | | '' | + | | '' |
- | | '' | + | | '' |
- | | '' | + | |
- | | '' | + | |
- | | '' | + | |
- | | '' | + | |
- | | '' | + | |
- | **Example:** | + | **Template:** |
<code bash> | <code bash> | ||
- | conn epdg-eap-only | + | fast-epdg { |
- | | + | swu { |
- | | + | <config-name> { |
- | | + | apn= |
- | leftsubnet=10.0.0.0/8 | + | leftsubnet= |
- | | + | } |
- | | + | } |
- | | + | } |
</ | </ | ||
+ | **Example: | ||
+ | <code bash> | ||
+ | fast-epdg { | ||
+ | swu { | ||
+ | < | ||
+ | apn=ims | ||
+ | leftsubnet=10.0.0.0/ | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </ |