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_swx [2024/11/21 16:47] – elena.krasnobryzh | 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 " | ||
+ | ^ Parameter | ||
+ | | '' | ||
+ | |||
+ | **Template: | ||
+ | <code bash> | ||
+ | fast-epdg { | ||
+ | auth { | ||
+ | iface = | ||
+ | swm {} | ||
+ | swx {} | ||
+ | s6b {} | ||
+ | } | ||
+ | } | ||
+ | </ | ||
=====Section " | =====Section " | ||
^ Parameter | ^ Parameter | ||
- | | '' | ||
| '' | | '' | ||
| '' | | '' | ||
Line 15: | Line 29: | ||
fast-epdg { | fast-epdg { | ||
auth { | auth { | ||
- | interface | + | iface = |
swx { | swx { | ||
- | app_id = | ||
realm = | realm = | ||
host = | host = | ||
Line 30: | Line 43: | ||
fast-epdg { | fast-epdg { | ||
auth { | auth { | ||
- | interface | + | iface = SWx |
swx { | swx { | ||
- | app_id = swx | ||
realm = epc.mnc002.mcc250.3gppnetwork.org | realm = epc.mnc002.mcc250.3gppnetwork.org | ||
host = epdg.epc.mnc002.mcc250.3gppnetwork.org | host = epdg.epc.mnc002.mcc250.3gppnetwork.org | ||
Line 42: | Line 54: | ||
=====Section " | =====Section " | ||
- | ^ Parameter | + | ^ Parameter |
- | | '' | + | | '' |
- | | '' | + | | '' |
- | | '' | + | | '' |
- | | '' | + | | '' |
**Template: | **Template: | ||
Line 52: | Line 64: | ||
fast-epdg { | fast-epdg { | ||
auth { | auth { | ||
- | interface | + | iface = |
swx { | swx { | ||
- | app_id = | ||
realm = | realm = | ||
host = | host = | ||
Line 62: | Line 73: | ||
remote = | remote = | ||
proto = | proto = | ||
+ | tls = | ||
} | } | ||
diameter-hss-server-2 { | diameter-hss-server-2 { | ||
Line 68: | Line 80: | ||
remote = | remote = | ||
proto = | proto = | ||
+ | tls = | ||
} | } | ||
diameter-hss-server-3 { | diameter-hss-server-3 { | ||
Line 74: | Line 87: | ||
remote = | remote = | ||
proto = | proto = | ||
+ | tls = | ||
} | } | ||
} | } | ||
Line 84: | Line 98: | ||
fast-epdg { | fast-epdg { | ||
auth { | auth { | ||
- | interface | + | iface = SWx |
swx { | swx { | ||
- | app_id = swx | ||
realm = epc.mnc002.mcc250.3gppnetwork.org | realm = epc.mnc002.mcc250.3gppnetwork.org | ||
host = epdg.epc.mnc002.mcc250.3gppnetwork.org | host = epdg.epc.mnc002.mcc250.3gppnetwork.org | ||
Line 94: | Line 107: | ||
remote = 192.168.2.1: | remote = 192.168.2.1: | ||
proto = sctp | proto = sctp | ||
+ | tls = on | ||
} | } | ||
diameter-hss-server-2 { | diameter-hss-server-2 { | ||
Line 100: | Line 114: | ||
remote = 192.168.2.2: | remote = 192.168.2.2: | ||
proto = sctp | proto = sctp | ||
+ | tls = on | ||
} | } | ||
diameter-hss-server-3 { | diameter-hss-server-3 { | ||
Line 106: | Line 121: | ||
remote = 192.168.2.3: | remote = 192.168.2.3: | ||
proto = sctp | proto = sctp | ||
+ | tls = on | ||
} | } | ||
} | } |