specifie la vitesse du port
This commit is contained in:
parent
1aeb14ddc6
commit
57583da6b6
1 changed files with 3 additions and 0 deletions
|
@ -172,6 +172,9 @@ interface {{ port.port }}
|
|||
{%- if not port.get_port_profil.dhcpv6_snooping %}
|
||||
dhcpv6-snooping trust
|
||||
{%- endif %}
|
||||
{%- if port.get_port_profil.speed != "auto" %}
|
||||
speed-duplex {{port.get_port_profil.speed}}
|
||||
{%- endif %}
|
||||
no lacp
|
||||
exit
|
||||
{%- endfor %}
|
||||
|
|
Loading…
Reference in a new issue