Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:dpi:dpi_components:radius:radius_inst_spec:rad_backup [2018/03/19 12:20] – created lexx26 | en:dpi:dpi_components:radius:radius_inst_spec:rad_backup [2023/08/31 09:20] (current) – removed elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 3 Back up Radius server emulation ====== | ||
- | {{indexmenu_n> | ||
- | Radius events monitor emulates the back up 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 "back up" Radius server listens. | ||
- | |||
- | The following configuration parameters must be specified to support this mode: | ||
- | < | ||
- | #Enable emulation mode | ||
- | rad_server_emulation=1 | ||
- | #Set IP and MAC of the emulated network interface | ||
- | rad_virtual_eth=172.17.69.10/ | ||
- | #Indicate secret to form Radius replies | ||
- | rad_secret=mysecretkey | ||
- | </ | ||