Gestion de l'interface rest dans le template

master
chirac 6 years ago
parent b1319bfcc2
commit 64aa4ad521

@ -75,7 +75,15 @@ exit
{%- endfor %}
;--- Accès d'administration ---
no telnet-server
{%- if switch.web_management_enabled %}
web-management ssl
web-management plaintext
{%- else %}
no web-management
{%- endif %}
{%- if switch.rest_enabled %}
rest-interface
{%- endif %}
aaa authentication ssh login public-key none
aaa authentication ssh enable public-key none
ip ssh

Loading…
Cancel
Save