Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:epdg:installation_setup:management_and_administration:auth_swm [2024/11/29 07:31] – elena.krasnobryzh | en:dpi:epdg:installation_setup:management_and_administration:auth_swm [2024/12/24 08:33] (current) – [Table] elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{indexmenu_n> | {{indexmenu_n> | ||
======SWm Authorization Interface Settings====== | ======SWm Authorization Interface Settings====== | ||
+ | =====Section " | ||
+ | ^ Parameter | ||
+ | | '' | ||
+ | |||
+ | **Template: | ||
+ | <code bash> | ||
+ | fast-epdg { | ||
+ | auth { | ||
+ | iface = | ||
+ | swm {} | ||
+ | swx {} | ||
+ | s6b {} | ||
+ | } | ||
+ | } | ||
+ | </ | ||
=====Section " | =====Section " | ||
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 | + | iface = SWm |
swm { | swm { | ||
realm = epc.mnc002.mcc250.3gppnetwork.org | realm = epc.mnc002.mcc250.3gppnetwork.org | ||
Line 39: | Line 54: | ||
=====Section " | =====Section " | ||
- | ^ Parameter | + | ^ Parameter |
- | | '' | + | | '' |
- | | '' | + | | '' |
- | | '' | + | | '' |
- | | '' | + | | '' |
**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 | + | 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: | remote = 192.168.2.1: | ||
proto = sctp | proto = sctp | ||
+ | tls = on | ||
} | } | ||
diameter-aaa-server-2 { | diameter-aaa-server-2 { | ||
Line 89: | Line 107: | ||
remote = 192.168.2.2: | remote = 192.168.2.2: | ||
proto = tcp | proto = tcp | ||
+ | tls = off | ||
} | } | ||
} | } |