Skip to content
Snippets Groups Projects
Commit f08f82d5 authored by ak@geant.org's avatar ak@geant.org
Browse files

add radius template

parent b1a43389
No related branches found
No related tags found
1 merge request!30add radius template
Pipeline #84734 passed
<system>
<security>
<aaa xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes">
<remote-servers alu:operation="replace">
<radius>
<authorization>true</authorization>
{% for server in system_radius_servers %}
<server>
<index>{{loop.index0 + 1 }}</index>
<address>{{ server.host }}</address>
<secret>{{ server.nokia_secret }}</secret>
</server>
{% endfor %}
</radius>
</remote-servers>
</aaa>
</security>
</system>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment