Skip to content
Snippets Groups Projects
Commit cf942145 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Merge branch 'radius' into 'develop'

add radius template

See merge request !30
parents b1a43389 f08f82d5
No related branches found
No related tags found
1 merge request!30add radius template
Pipeline #84735 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