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

Differences

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

Link to this comparison view

Next revision
Previous revision
en:dpi:epdg:installation_setup:management_and_administration:auth_swm_swx [2024/09/26 15:29] – created - external edit 127.0.0.1en:dpi:epdg:installation_setup:management_and_administration:auth_swm_swx [2024/12/03 07:15] (current) elena.krasnobryzh
Line 1: Line 1:
-{{indexmenu_n>2}}+{{indexmenu_n>3}}
 ======SWm/SWx Authorization Mode Settings====== ======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+The parameters of the SWm/SWx interfaces are located in the configuration file in the ''auth'' subsection of the ''fast-epdg'' section 
- +=====Section "fast-epdg.auth"=====
-=====Section "charon.plugins.eap-diameter"=====+
  
 ^  Parameter      ^  Description                Value   ^ ^  Parameter      ^  Description                Value   ^
-| ''interface''  | Used interface             | [SWm][SWx]  |+| ''iface''  | Used interface             | [SWm][SWx]  |
 | ''swm {}''     | SWm interface parameters               | | ''swm {}''     | SWm interface parameters               |
 | ''swx {}''     | SWx interface parameters               | | ''swx {}''     | SWx interface parameters               |
 | ''s6b {}''     | S6b interface parameters               | | ''s6b {}''     | S6b interface parameters               |
  
-**Example 1:**+**Template:**
 <code bash> <code bash>
 fast-epdg { fast-epdg {
  auth {  auth {
- interface SWm+ iface 
  swm {}  swm {}
- } 
-} 
-</code> 
- 
-**Example 2:** 
-<code bash> 
-fast-epdg { 
- auth { 
- interface = SWx 
  swx {}  swx {}
  s6b {}  s6b {}
Line 31: Line 21:
 } }
 </code> </code>
-