en:dpi:dpi_components:radius:radius_inst_spec:rad_backup [Документация 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:dpi_components:radius:radius_inst_spec:rad_backup [2021/10/26 12:21] kuliginaen:dpi:dpi_components:radius:radius_inst_spec:rad_backup [2023/08/31 09:20] (current) – removed elena.krasnobryzh
Line 1: Line 1:
-====== 3 Redundant Radius server emulation ====== 
-{{indexmenu_n>3}} 
-Radius events monitor emulates the redundant Radius server. 
- 
-To support operation in this mode, it has to reply queries of the main Radius server by valid Radius replies. Also, it has to emulate the network interface on which the "redundant" Radius server listens. 
- 
-The following configuration parameters must be specified to support this mode: 
-<code> 
-#Enable emulation mode 
-rad_server_emulation=1 
-#Set IP and MAC of the emulated network interface 
-rad_virtual_eth=172.17.69.10/D4:AE:52:C1:A7:29 
-#Indicate secret to form Radius replies 
-rad_secret=mysecretkey 
-</code>