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:auth_swm [2024/11/19 13:17] – elena.krasnobryzh | en:dpi:epdg:installation_setup:management_and_administration:auth_swm [2024/12/24 08:33] (current) – [Table] elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{indexmenu_n> | {{indexmenu_n> | ||
======SWm Authorization Interface Settings====== | ======SWm Authorization Interface Settings====== | ||
- | =====Section "charon.plugins.eap-diameter.swm" | + | =====Section "fast-epdg.auth" |
+ | ^ Parameter | ||
+ | | '' | ||
+ | |||
+ | **Template: | ||
+ | <code bash> | ||
+ | fast-epdg { | ||
+ | auth { | ||
+ | iface = | ||
+ | swm {} | ||
+ | swx {} | ||
+ | s6b {} | ||
+ | } | ||
+ | } | ||
+ | </ | ||
+ | =====Section " | ||
^ Parameter | ^ Parameter | ||
- | | '' | ||
| '' | | '' | ||
| '' | | '' | ||
- | | '' | ||
| ''< | | ''< | ||
| ''< | | ''< | ||
| ''< | | ''< | ||
+ | |||
+ | **Template: | ||
+ | <code bash> | ||
+ | fast-epdg { | ||
+ | auth { | ||
+ | iface = | ||
+ | swm { | ||
+ | realm = | ||
+ | host = | ||
+ | < | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </ | ||
**Example: | **Example: | ||
<code bash> | <code bash> | ||
- | charon | + | fast-epdg |
- | | + | auth { |
- | | + | iface |
- | interface | + | swm { |
- | swm { | + | realm = epc.mnc002.mcc250.3gppnetwork.org |
- | app_id = swm | + | host = epdg.epc.mnc002.mcc250.3gppnetwork.org |
- | realm = epc.mnc002.mcc250.3gppnetwork.org | + | <server-name> {} |
- | host = epdg.epc.mnc002.mcc250.3gppnetwork.org | + | } |
- | vendor_id = 3gpp | + | } |
- | | + | |
- | diameter-aaa-server-name-2 {} | + | |
- | | + | |
- | } | + | |
- | } | + | |
- | } | + | |
} | } | ||
</ | </ | ||
- | =====Section "charon.plugins.eap-diameter.swm.< | + | =====Section "fast-epdg.auth.swm.< |
- | ^ Parameter | + | ^ Parameter |
- | | '' | + | | '' |
- | | '' | + | | '' |
- | | '' | + | | '' |
- | | '' | + | | '' |
- | **Example:** | + | **Template:** |
<code bash> | <code bash> | ||
- | charon | + | fast-epdg |
- | | + | auth { |
- | eap-diameter | + | iface |
- | | + | swm { |
- | swm { | + | realm = |
- | app_id = swm | + | host = |
- | realm = epc.mnc002.mcc250.3gppnetwork.org | + | diameter-aaa-server-1 { |
- | host = epdg.epc.mnc002.mcc250.3gppnetwork.org | + | priority = |
- | | + | local = |
- | diameter-aaa-server-1 { | + | remote = |
- | priority = 50 | + | proto = |
- | local = 192.168.1.1: | + | tls = |
- | remote = 192.168.2.1: | + | } |
- | proto = sctp | + | diameter-aaa-server-2 { |
- | } | + | priority = |
- | diameter-aaa-server-2 { | + | local = |
- | priority = 50 | + | remote = |
- | local = 192.168.1.1: | + | proto = |
- | remote = 192.168.2.2: | + | tls = |
- | proto = tcp | + | } |
- | } | + | } |
- | | + | } |
- | } | + | |
- | } | + | |
} | } | ||
</ | </ | ||
+ | **Example: | ||
+ | <code bash> | ||
+ | fast-epdg { | ||
+ | auth { | ||
+ | iface = SWm | ||
+ | swm { | ||
+ | realm = epc.mnc002.mcc250.3gppnetwork.org | ||
+ | host = epdg.epc.mnc002.mcc250.3gppnetwork.org | ||
+ | diameter-aaa-server-1 { | ||
+ | priority = 50 | ||
+ | local = 192.168.1.1: | ||
+ | remote = 192.168.2.1: | ||
+ | proto = sctp | ||
+ | tls = on | ||
+ | } | ||
+ | diameter-aaa-server-2 { | ||
+ | priority = 50 | ||
+ | local = 192.168.1.1: | ||
+ | remote = 192.168.2.2: | ||
+ | proto = tcp | ||
+ | tls = off | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </ |