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/12/03 07:21] – [Table] elena.krasnobryzhen:dpi:epdg:installation_setup:management_and_administration:auth_swx [2024/12/24 08:35] (current) – [Table] elena.krasnobryzh
Line 29: Line 29:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface + iface 
  swx {  swx {
  realm =   realm = 
Line 43: Line 43:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface = SWx+ iface = SWx
  swx {  swx {
  realm = epc.mnc002.mcc250.3gppnetwork.org  realm = epc.mnc002.mcc250.3gppnetwork.org
Line 54: 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 64: Line 64:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface + iface 
  swx {  swx {
  realm =   realm = 
Line 73: Line 73:
  remote =   remote = 
  proto =   proto = 
 + tls =
  }  }
  diameter-hss-server-2 {  diameter-hss-server-2 {
Line 79: Line 80:
  remote =   remote = 
  proto =   proto = 
 + tls =
  }  }
  diameter-hss-server-3 {  diameter-hss-server-3 {
Line 85: Line 87:
  remote =   remote = 
  proto =   proto = 
 + tls =
  }  }
  }  }
Line 95: Line 98:
 fast-epdg { fast-epdg {
  auth {  auth {
- interface = SWx+ iface = SWx
  swx {  swx {
  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-hss-server-2 {  diameter-hss-server-2 {
Line 110: 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 116: Line 121:
  remote = 192.168.2.3:3868  remote = 192.168.2.3:3868
  proto = sctp  proto = sctp
 + tls = on
  }  }
  }  }