S6b 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_s6b [2024/11/21 16:49] elena.krasnobryzhen:dpi:epdg:installation_setup:management_and_administration:auth_s6b [2024/12/24 08:36] (current) – [Table] elena.krasnobryzh
Line 1: Line 1:
 {{indexmenu_n>7}} {{indexmenu_n>7}}
 ======S6b Authorization Interface Settings====== ======S6b 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.s6b"===== =====Section "fast-epdg.auth.s6b"=====
  
 ^  Parameter                            ^  Description                Value                               ^ ^  Parameter                            ^  Description                Value                               ^
-| ''app_id''                           | Application ID            | s6b                                   | 
 | ''realm''                            | Serviced realm            | epc.mncYYY.mccXXX.3gppnetwork.org   | | ''realm''                            | Serviced realm            | epc.mncYYY.mccXXX.3gppnetwork.org   |
 | ''host''                             | Server hostname           | epdg.epc.mncYYY.mccXXX.3gppnetwork.org  | | ''host''                             | Server hostname           | epdg.epc.mncYYY.mccXXX.3gppnetwork.org  |
Line 15: Line 29:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface + iface 
  s6b {  s6b {
- app_id =  
  realm =   realm = 
  host =   host = 
Line 30: Line 43:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface = SWx+ iface = SWx
  s6b {  s6b {
- app_id = s6b 
  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 43: Line 55:
 =====Section "fast-epdg.auth.s6b.<diameter-s6b-client-name-n>"===== =====Section "fast-epdg.auth.s6b.<diameter-s6b-client-name-n>"=====
  
-^ Parameter   ^ Description             ^ Value                                                             +^ Parameter   ^ Description          ^ Value                                                                                                                                                                                                                  
-| ''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 port  \\ **IPv6:** ''[y:y:y:y:y:y:y:y]:p'', where  \\ ''y'' — a hexadecimal number from 0000 to FFFF,  \\ ''p'' — the port  | 
-| ''remote''  | Server address:port      AAA.BBB.CCC.DDD:XXXX, [1111.2222.3333.4444.5555.6666.7777.8888]:XXXX  | +| ''remote''  | 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  | 
-| ''proto''   | Transport protocol       | [sctp][tcp]                                                       |+| ''proto''   | Transport protocol   | [sctp][tcp]                                                                                                                                                                                                            |
  
 **Template:** **Template:**
Line 52: Line 64:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface + iface 
  s6b {  s6b {
- app_id =  
  realm =   realm = 
  host =   host = 
Line 62: Line 73:
  remote =   remote = 
  proto =   proto = 
 + tls =
  }  }
  diameter-s6b-client-2 {  diameter-s6b-client-2 {
Line 68: Line 80:
  remote =   remote = 
  proto =   proto = 
 + tls =
  }  }
  diameter-s6b-client-3 {  diameter-s6b-client-3 {
Line 74: Line 87:
  remote =   remote = 
  proto =   proto = 
 + tls =
  }  }
  }  }
Line 84: Line 98:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface = SWx+ iface = SWx 
  s6b {  s6b {
- app_id = s6b 
  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-s6b-client-2 {  diameter-s6b-client-2 {
Line 100: Line 114:
  remote = 192.168.2.2:3868  remote = 192.168.2.2:3868
  proto = sctp  proto = sctp
 + tls = on
  }  }
  diameter-s6b-client-3 {  diameter-s6b-client-3 {
Line 106: Line 121:
  remote = 192.168.2.3:3868  remote = 192.168.2.3:3868
  proto = tcp  proto = tcp
 + tls = on
  }  }
  }  }