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/29 07:46] elena.krasnobryzhen:dpi:epdg:installation_setup:management_and_administration:auth_s6b [2024/12/24 08:36] (current) – [Table] elena.krasnobryzh
Line 2: Line 2:
 ======S6b Authorization Interface Settings====== ======S6b Authorization Interface Settings======
 =====Section "fast-epdg.auth"===== =====Section "fast-epdg.auth"=====
-^  Parameter                            ^  Description                 ^  Value                               +^  Parameter  ^  Description    ^  Value      
-| ''iface''                                          |+| ''iface''   Used interface  [SWm][SWx]  |
  
 **Template:** **Template:**
Line 29: Line 29:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface + iface 
  s6b {  s6b {
  realm =   realm = 
Line 43: Line 43:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface = SWx+ iface = SWx
  s6b {  s6b {
  realm = epc.mnc002.mcc250.3gppnetwork.org  realm = epc.mnc002.mcc250.3gppnetwork.org
Line 55: 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 64: Line 64:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface + iface 
  s6b {  s6b {
  realm =   realm = 
Line 73: Line 73:
  remote =   remote = 
  proto =   proto = 
 + tls =
  }  }
  diameter-s6b-client-2 {  diameter-s6b-client-2 {
Line 79: Line 80:
  remote =   remote = 
  proto =   proto = 
 + tls =
  }  }
  diameter-s6b-client-3 {  diameter-s6b-client-3 {
Line 85: Line 87:
  remote =   remote = 
  proto =   proto = 
 + tls =
  }  }
  }  }
Line 95: Line 98:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface = SWx+ iface = SWx 
  s6b {  s6b {
  realm = epc.mnc002.mcc250.3gppnetwork.org  realm = epc.mnc002.mcc250.3gppnetwork.org
Line 104: 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 110: 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 116: Line 121:
  remote = 192.168.2.3:3868  remote = 192.168.2.3:3868
  proto = tcp  proto = tcp
 + tls = on
  }  }
  }  }