SWx 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_swx [2024/11/21 16:47] elena.krasnobryzhen:dpi:epdg:installation_setup:management_and_administration:auth_swx [2024/12/24 08:35] (current) – [Table] elena.krasnobryzh
Line 1: Line 1:
 {{indexmenu_n>6}} {{indexmenu_n>6}}
 ======SWx Authorization Interface Settings====== ======SWx 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.swx"===== =====Section "fast-epdg.auth.swx"=====
  
 ^  Parameter                            ^  Description                Value                               ^ ^  Parameter                            ^  Description                Value                               ^
-| ''app_id''                           | Application ID            | swx                                   | 
 | ''realm''                            | Serviced realm            | epc.mncYYY.mccXXX.3gppnetwork.org   | | ''realm''                            | Serviced realm            | epc.mncYYY.mccXXX.3gppnetwork.org   |
 | ''host''                             | Client hostname           | epdg.epc.mncYYY.mccXXX.3gppnetwork.org  | | ''host''                             | Client hostname           | epdg.epc.mncYYY.mccXXX.3gppnetwork.org  |
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 = SWx+ 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 "fast-epdg.auth.swx.<diameter-hss-server-name-n>"===== =====Section "fast-epdg.auth.swx.<diameter-hss-server-name-n>"=====
-^ Parameter     ^ Description             ^ Value                                                             +^ Parameter     ^ Description              ^ Value                                                                                                                                                                                                                  
-| ''priority''  | Load balancing priority  | 0-100                                                             +| ''priority''  | Load balancing priority  | 0-100                                                                                                                                                                                                                  
-| ''local''     | HSS Server address:port AAA.BBB.CCC.DDD:XXXX, [1111.2222.3333.4444.5555.6666.7777.8888]:XXXX  | +| ''local''     | HSS Server address:port **IPv4:** ''x.x.x.x:p''where  \\ ''x'' — a decimal number from 0 to 255,  \\ ''p'' — the port  \\ **IPv6:** ''[y:y:y:y:y:y:y:y]:p'', where  \\ ''y'' — a hexadecimal number from 0000 to FFFF,  \\ ''p'' — the port  | 
-| ''remote''    | HSS Client address:port AAA.BBB.CCC.DDD:XXXX, [1111.2222.3333.4444.5555.6666.7777.8888]:XXXX  | +| ''remote''    | HSS Client address:port **IPv4:** ''x.x.x.x:p''where  \\ ''x'' — a decimal number from 0 to 255,  \\ ''p'' — the port  \\ **IPv6:** ''[y:y:y:y:y:y:y:y]:p'', where  \\ ''y'' — a hexadecimal number from 0000 to FFFF,  \\ ''p'' — the port  | 
-| ''proto''     | Transport protocol       | [sctp][tcp]                                                       |+| ''proto''     | Transport protocol       | [sctp][tcp]                                                                                                                                                                                                            |
  
 **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 = SWx+ 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:3868  remote = 192.168.2.1:3868
  proto = sctp  proto = sctp
 + tls = on
  }  }
  diameter-hss-server-2 {  diameter-hss-server-2 {
Line 100: Line 114:
  remote = 192.168.2.2:3868  remote = 192.168.2.2:3868
  proto = sctp  proto = sctp
 + tls = on
  }  }
  diameter-hss-server-3 {  diameter-hss-server-3 {
Line 106: Line 121:
  remote = 192.168.2.3:3868  remote = 192.168.2.3:3868
  proto = sctp  proto = sctp
 + tls = on
  }  }
  }  }