<%- virtualDevice %> |
<% if (enabled) { %>
<% } else { %>
<% } %>
|
<%- interfaceName %> |
<%- description %> |
<% if (macAddress == "0000.0000.0000") { %>
-
<% } else { %>
<%- macAddress %>
<% } %>
|
<% if (level3) { %>
<% } %>
|
<%- vrfInstance %> |
<% _.each(ip4Addresses, function(ip) { %>
<%- ip.ip %>/<%- ip.prefixLength %>
<% }); %>
<% _.each(ip6Addresses, function(ip) { %>
<%- ip.ip %>/<%- ip.prefixLength %>
<% }); %>
|