WIP: Aruba switches #103
2 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@ aruba__vlans: {}
|
||||||
aruba__interfaces: {}
|
aruba__interfaces: {}
|
||||||
aruba__default_gateways: []
|
aruba__default_gateways: []
|
||||||
aruba__ssh_enabled: False
|
aruba__ssh_enabled: False
|
||||||
|
aruba__rest_enabled: True
|
||||||
aruba__loop_protect_disable_timer: 30
|
aruba__loop_protect_disable_timer: 30
|
||||||
aruba__loop_protect_tx_interval: 3
|
aruba__loop_protect_tx_interval: 3
|
||||||
...
|
...
|
||||||
|
|
|
@ -66,9 +66,12 @@ no ip ssh
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
no telnet-server
|
no telnet-server
|
||||||
|
|
||||||
|
{% if aruba__rest_enabled %}
|
||||||
; FIXME: ssl
|
; FIXME: ssl
|
||||||
web-management plaintext
|
web-management plaintext
|
||||||
rest-interface
|
rest-interface
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{%
|
{%
|
||||||
set loop_protect =
|
set loop_protect =
|
||||||
|
|
Loading…
Reference in a new issue