diff --git a/templates/hp.tpl b/templates/hp.tpl index 9a3e30b..43915f1 100644 --- a/templates/hp.tpl +++ b/templates/hp.tpl @@ -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 %}