Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:dpi:epdg:installation_setup:management_and_administration:auth_swx [2024/09/26 15:29] – created - external edit 127.0.0.1 | en:dpi:epdg:installation_setup:management_and_administration:auth_swx [2024/12/24 08:35] (current) – [Table] elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{indexmenu_n> | + | {{indexmenu_n> |
======SWx Authorization Interface Settings====== | ======SWx Authorization Interface Settings====== | ||
- | =====Section "charon.plugins.eap-diameter.swx" | + | =====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 = | ||
+ | swx { | ||
+ | realm = | ||
+ | host = | ||
+ | < | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </ | ||
**Example: | **Example: | ||
<code bash> | <code bash> | ||
- | charon | + | fast-epdg |
- | | + | auth { |
- | | + | iface |
- | interface | + | swx { |
- | swx { | + | realm = epc.mnc002.mcc250.3gppnetwork.org |
- | app_id = swx | + | 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-hss-server-name-2 {} | + | |
- | | + | |
- | } | + | |
- | } | + | |
- | } | + | |
} | } | ||
</ | </ | ||
- | =====Section "charon.plugins.eap-diameter.swx.< | + | =====Section "fast-epdg.auth.swx.< |
- | ^ Parameter | + | ^ Parameter |
- | | '' | + | | '' |
- | | '' | + | | '' |
- | | '' | + | | '' |
- | | '' | + | | '' |
+ | |||
+ | **Template: | ||
+ | <code bash> | ||
+ | fast-epdg { | ||
+ | auth { | ||
+ | iface = | ||
+ | swx { | ||
+ | realm = | ||
+ | host = | ||
+ | diameter-hss-server-1 { | ||
+ | priority = | ||
+ | local = | ||
+ | remote = | ||
+ | proto = | ||
+ | tls = | ||
+ | } | ||
+ | diameter-hss-server-2 { | ||
+ | priority = | ||
+ | local = | ||
+ | remote = | ||
+ | proto = | ||
+ | tls = | ||
+ | } | ||
+ | diameter-hss-server-3 { | ||
+ | priority = | ||
+ | local = | ||
+ | remote = | ||
+ | proto = | ||
+ | tls = | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </ | ||
**Example: | **Example: | ||
<code bash> | <code bash> | ||
- | charon | + | fast-epdg |
- | | + | auth { |
- | | + | iface |
- | interface | + | swx { |
- | swx { | + | realm = epc.mnc002.mcc250.3gppnetwork.org |
- | app_id = swx | + | host = epdg.epc.mnc002.mcc250.3gppnetwork.org |
- | realm = epc.mnc002.mcc250.3gppnetwork.org | + | diameter-hss-server-1 { |
- | host = epdg.epc.mnc002.mcc250.3gppnetwork.org | + | priority = 50 |
- | vendor_id = 3gpp | + | local = 192.168.1.1: |
- | diameter-hss-server-1 { | + | remote = 192.168.2.1: |
- | priority = 50 | + | proto = sctp |
- | local = 192.168.1.1: | + | tls = on |
- | remote = 192.168.2.1: | + | } |
- | proto = sctp | + | diameter-hss-server-2 { |
- | } | + | priority = 30 |
- | diameter-hss-server-2 { | + | local = 192.168.1.1: |
- | priority = 30 | + | remote = 192.168.2.2: |
- | local = 192.168.1.1: | + | proto = sctp |
- | remote = 192.168.2.2: | + | tls = on |
- | proto = sctp | + | } |
- | } | + | diameter-hss-server-3 { |
- | diameter-hss-server-3 { | + | priority = 20 |
- | priority = 20 | + | local = 192.168.1.1: |
- | local = 192.168.1.1: | + | remote = 192.168.2.3: |
- | remote = 192.168.2.3: | + | proto = sctp |
- | proto = sctp | + | tls = on |
- | } | + | } |
- | | + | } |
- | } | + | } |
- | } | + | |
} | } | ||
</ | </ | ||