SWm/SWx Authorization Mode Settings [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:dpi:epdg:installation_setup:management_and_administration:auth_swm_swx:start [2024/08/22 14:21] elena.krasnobryzhen:dpi:epdg:installation_setup:management_and_administration:auth_swm_swx:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-{{indexmenu_n>2}} 
-======SWm/SWx Authorization Mode Settings====== 
-The parameters of the SWm/SWx interfaces are located in the file ''/etc/fast-epdg.conf'' in the subsection ''auth'' of the ''fast-epdg'' section. 
- 
-=====Section "charon.plugins.eap-diameter"===== 
- 
-^  Parameter      ^  Description                Value   ^ 
-| ''interface''  | Used interface             | [SWm][SWx]  | 
-| ''swm {}''     | SWm interface parameters               | 
-| ''swx {}''     | SWx interface parameters               | 
-| ''s6b {}''     | S6b interface parameters               | 
- 
-**Example 1:** 
-<code bash> 
-fast-epdg { 
- auth { 
- interface = SWm 
- swm {} 
- } 
-} 
-</code> 
- 
-**Example 2:** 
-<code bash> 
-fast-epdg { 
- auth { 
- interface = SWx 
- swx {} 
- s6b {} 
- } 
-} 
-</code>