Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:dpi:dpi_options:brass:l2-connected_bras:min_setting_fastdpi [2020/02/05 17:38] – ↷ Page moved from en:dpi:dpi_options:base_functionality:brass:l2-connected_bras:min_setting_fastdpi to en:dpi:dpi_options:brass:l2-connected_bras:min_setting_fastdpi lexx26 | en:dpi:dpi_options:brass:l2-connected_bras:min_setting_fastdpi [2020/03/18 14:54] (current) – removed lexx26 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======2 Minimal FastDPI setting for L2-connected BRAS ====== | ||
- | {{indexmenu_n> | ||
- | |||
- | ==== BRAS mode activation ==== | ||
- | |||
- | The BRAS functions are activated by the following mandatory settings in the fastdpi.conf configuration file. | ||
- | |||
- | **Activating the user property store** | ||
- | |||
- | The [[en: | ||
- | |||
- | < | ||
- | udr=1 | ||
- | </ | ||
- | |||
- | **Enabling BRAS general functionality** | ||
- | |||
- | < | ||
- | bras_enable=1 | ||
- | </ | ||
- | |||
- | **Activating the DNA interface properties towards the WAN** | ||
- | |||
- | '' | ||
- | |||
- | < | ||
- | bras_arp_ip=192.168.1.255 | ||
- | </ | ||
- | |||
- | '' | ||
- | |||
- | < | ||
- | bras_arp_mac=a0: | ||
- | </ | ||
- | |||
- | **Authorization Activation** | ||
- | |||
- | To enable authorization and specify the list of fastpcrf servers you should specify the following lines in the fastdpi.conf configuration file: | ||
- | |||
- | < | ||
- | enable_auth=1 | ||
- | auth_servers=127.0.0.1%lo: | ||
- | </ | ||
- | |||
- | The format of a individual server entry is: '' | ||
- | |||
- | ==== Full example of the minimal FastDPI setting for L2-connected BRAS ==== | ||
- | |||
- | < | ||
- | udr=1 | ||
- | auth_servers=127.0.0.1%lo: | ||
- | bras_enable=1 | ||
- | bras_arp_ip=192.168.1.255 | ||
- | bras_arp_mac=a0: | ||
- | </ | ||