Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:dpi:dpi_components:radius:radius_integration:start [2024/02/02 12:47] – [Configuring FreeRADIUS as a balancing proxy VASE NAS adapter for Nokia AAA] elena.krasnobryzh | en:dpi:dpi_components:radius:radius_integration:start [2024/05/29 08:08] (current) – removed elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{indexmenu_n> | ||
| - | ======RADIUS integration of SSG BRAS with Nokia BNG (AUTH/ | ||
| - | =====Assignment===== | ||
| - | Radius contains a specification for what data should be present in request and response packets, but allows you to extend its functionality to a specific case by using Vendor Specific Attribute - attributes that are specified by a particular vendor. For example, to transmit information that has a non-standard display. In this case it is necessary for Nokia BNG to understand attributes from SSG BRAS and vice versa (SSG BRAS is a Radius client, Nokia BNG is a Radius server), for this purpose FreeRadius package has a possibility to work out attributes on the fly, which pass through it both in one and in the other direction. | ||
| - | |||
| - | =====Configuring FreeRADIUS as a balancing proxy VASE NAS adapter for Nokia AAA===== | ||
| - | {{ : | ||
| - | |||
| - | The attached archive contains the folders: | ||
| - | - '' | ||
| - | - '' | ||
| - | |||
| - | <note tip> | ||
| - | |||
| - | To deploy in a production environment, | ||
| - | - Install the FreeRADIUS server according to [[https:// | ||
| - | - Replace the default configuration created by the installer with the configuration from the archive. | ||
| - | - Configure addresses of VASE NAS source clients and Nokia AAA target servers according to [[en: | ||
| - | - Configure the source realm for VASE NAS users in the '' | ||
| - | - Configure adapter settings in the '' | ||
| - | * '' | ||
| - | * '' | ||
| - | * '' | ||
| - | * '' | ||
| - | * '' | ||
| - | |||
| - | Example setting: | ||
| - | <code bash> | ||
| - | vase_to_nokia { | ||
| - | nokia_realm = "MSFT 5.0" | ||
| - | nokia_iptv_realm = " | ||
| - | |||
| - | nas_identifier = " | ||
| - | nas_port_type = ethernet | ||
| - | nas_port_id = " | ||
| - | } | ||
| - | </ | ||
| - | |||
| - | '' | ||
| - | '' | ||
| - | These emulator configurations contain test user sets and target realm settings. | ||