# Automatically generated by VyOS
# RADIUS configuration file
{%- if radius_server %}
# server[:port]         shared_secret                           timeout (s)     source_ip
{% for s in radius_server %}
{%- if not s.disabled -%}
{{ s.address }}:{{ s.port }} {{ s.key }} {{ s.timeout }} {% if radius_source_address -%}{{ radius_source_address }}{% endif %}
{% endif %}
{%- endfor %}

priv-lvl 15
mapped_priv_user radius_priv_user

{% if radius_vrf %}
vrf-name {{ radius_vrf }}
{% endif %}
{% endif %}