Gestion de l'interface rest dans le template
This commit is contained in:
parent
b1319bfcc2
commit
64aa4ad521
1 changed files with 8 additions and 0 deletions
|
@ -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…
Reference in a new issue