Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:dpi:epdg:installation_setup:management_and_administration:auth_swa [2024/11/21 16:45] – elena.krasnobryzh | en:dpi:epdg:installation_setup:management_and_administration:auth_swa [2024/11/29 07:30] (current) – removed elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{indexmenu_n> | ||
| - | ======SWa Authorization Interface Settings====== | ||
| - | =====Section " | ||
| - | |||
| - | ^ Parameter | ||
| - | | '' | ||
| - | | '' | ||
| - | | '' | ||
| - | | ''< | ||
| - | | ''< | ||
| - | | ''< | ||
| - | |||
| - | **Template: | ||
| - | <code bash> | ||
| - | fast-epdg { | ||
| - | auth { | ||
| - | interface = | ||
| - | swa { | ||
| - | app_id = | ||
| - | realm = | ||
| - | host = | ||
| - | < | ||
| - | } | ||
| - | } | ||
| - | } | ||
| - | </ | ||
| - | |||
| - | **Example: | ||
| - | <code bash> | ||
| - | fast-epdg { | ||
| - | auth { | ||
| - | interface = SWm | ||
| - | swa { | ||
| - | app_id = swa | ||
| - | realm = epc.mnc002.mcc250.3gppnetwork.org | ||
| - | host = epdg.epc.mnc002.mcc250.3gppnetwork.org | ||
| - | < | ||
| - | } | ||
| - | } | ||
| - | } | ||
| - | </ | ||
| - | |||
| - | =====Section " | ||
| - | ^ Parameter | ||
| - | | '' | ||
| - | | '' | ||
| - | | '' | ||
| - | |||
| - | **Template: | ||
| - | <code bash> | ||
| - | fast-epdg { | ||
| - | auth { | ||
| - | interface = | ||
| - | swa { | ||
| - | app_id = | ||
| - | realm = | ||
| - | host = | ||
| - | diameter-aaa-client-1 { | ||
| - | priority = | ||
| - | local = | ||
| - | remote = | ||
| - | proto = | ||
| - | } | ||
| - | diameter-aaa-client-2 { | ||
| - | priority = | ||
| - | local = | ||
| - | remote = | ||
| - | proto = | ||
| - | } | ||
| - | } | ||
| - | } | ||
| - | } | ||
| - | </ | ||
| - | |||
| - | **Template: | ||
| - | <code bash> | ||
| - | fast-epdg { | ||
| - | auth { | ||
| - | interface = SWm | ||
| - | swa { | ||
| - | app_id = swa | ||
| - | realm = epc.mnc002.mcc250.3gppnetwork.org | ||
| - | host = epdg.epc.mnc002.mcc250.3gppnetwork.org | ||
| - | diameter-aaa-client-1 { | ||
| - | priority = | ||
| - | local = 192.168.1.1: | ||
| - | remote = 192.168.2.1: | ||
| - | proto = sctp | ||
| - | } | ||
| - | diameter-aaa-client-2 { | ||
| - | priority = | ||
| - | local = 192.168.1.1: | ||
| - | remote = 192.168.2.2: | ||
| - | proto = tcp | ||
| - | } | ||
| - | } | ||
| - | } | ||
| - | } | ||
| - | </ | ||