SWm Authorization Interface 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
Next revision
Previous revision
en:dpi:epdg:installation_setup:management_and_administration:auth_swm [2024/11/29 07:31] elena.krasnobryzhen:dpi:epdg:installation_setup:management_and_administration:auth_swm [2024/12/24 08:33] (current) – [Table] elena.krasnobryzh
Line 1: Line 1:
 {{indexmenu_n>4}} {{indexmenu_n>4}}
 ======SWm Authorization Interface Settings====== ======SWm Authorization Interface Settings======
 +=====Section "fast-epdg.auth"=====
 +^  Parameter                            ^  Description                  Value                               ^
 +| ''iface''                            | Used interface       | [SWm][SWx]       |
 +
 +**Template:**
 +<code bash>
 +fast-epdg {
 + auth {
 + iface = 
 + swm {}
 + swx {}
 + s6b {}
 + }
 +}
 +</code>
 =====Section "fast-epdg.auth.swm"===== =====Section "fast-epdg.auth.swm"=====
  
Line 14: Line 29:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface =+ iface =
  swm {  swm {
  realm =   realm = 
Line 28: Line 43:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface = SWm+ iface = SWm
  swm {  swm {
  realm = epc.mnc002.mcc250.3gppnetwork.org  realm = epc.mnc002.mcc250.3gppnetwork.org
Line 39: Line 54:
  
 =====Section "fast-epdg.auth.swm.<diameter-aaa-server-name-n>"===== =====Section "fast-epdg.auth.swm.<diameter-aaa-server-name-n>"=====
-^  Parameter     ^  Description              Value                                                             +^  Parameter    ^  Description              Value                                                                                                                                                                                                                                       
-| ''priority''  | Balancing priority       | 0-100                                                             +| ''priority''  | Balancing priority       | 0-100                                                                                                                                                                                                                                        
-| ''local''     | Client address:port      | AAA.BBB.CCC.DDD:XXXX, [1111.2222.3333.4444.5555.6666.7777.8888]:XXXX  | +| ''local''     | Client address:port      | **IPv4:** ''x.x.x.x:p''where  \\ ''x'' — a decimal number from 0 to 255,  \\ ''p'' — the client port  \\ **IPv6:** ''[y:y:y:y:y:y:y:y]:p'', where  \\ ''y'' — a hexadecimal number from 0000 to FFFF,  \\ ''p'' — the client port          
-| ''remote''    | AAA server address:port AAA.BBB.CCC.DDD:XXXX, [1111.2222.3333.4444.5555.6666.7777.8888]:XXXX  | +| ''remote''    | AAA server address:port **IPv4:** ''x.x.x.x:p''where  \\ ''x'' — a decimal number from 0 to 255,  \\ ''p'' — the AAA server port  \\ **IPv6:** ''[y:y:y:y:y:y:y:y]:p'', where  \\ ''y'' — a hexadecimal number from 0000 to FFFF,  \\ ''p'' — the AAA server port  | 
-| ''proto''     | Transport protocol       | [sctp][tcp]                                                       |+| ''proto''     | Transport protocol       | [sctp][tcp]                                                                                                                                                                                                                                  |
  
 **Template:**  **Template:** 
Line 49: Line 64:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface + iface =
  swm {  swm {
  realm =   realm = 
Line 58: Line 73:
  remote =   remote = 
  proto =   proto = 
 + tls =
  }  }
  diameter-aaa-server-2 {  diameter-aaa-server-2 {
Line 64: Line 80:
  remote =   remote = 
  proto =   proto = 
 + tls =
  }  }
  }  }
Line 74: Line 91:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface = SWm+ iface = SWm
  swm {  swm {
  realm = epc.mnc002.mcc250.3gppnetwork.org  realm = epc.mnc002.mcc250.3gppnetwork.org
Line 83: Line 100:
  remote = 192.168.2.1:3868  remote = 192.168.2.1:3868
  proto = sctp  proto = sctp
 + tls = on
  }  }
  diameter-aaa-server-2 {  diameter-aaa-server-2 {
Line 89: Line 107:
  remote = 192.168.2.2:3868  remote = 192.168.2.2:3868
  proto = tcp  proto = tcp
 + tls = off
  }  }
  }  }