% if ( gmaps === true) { %>
<% } else { %>
<%- router1.name %> | <%- router2.name %> | |
---|---|---|
Interface | <%- link1.localInterfaceName %> | <%- link1.remoteInterfaceName %> |
Description | <%- link1.localInterfaceDescription %> | <%- link1.remoteInterfaceDescription %> |
IP address | <%- link1.localAddress.ip %> | <%- link1.remoteAddress.ip %> |
Metric | <%- link1.metric %> | <%- link2.metric %> |
TE Default Metric | <%- link1.teDefaultMetric %> | <%- link2.teDefaultMetric %> |
Max bandwidth | <%- link1.maxLinkBandwidth %> | <%- link2.maxLinkBandwidth %> |
Max reservable | <%- link1.maxReservableLinkBandwidth %> | <%- link2.maxReservableLinkBandwidth %> |
Left bandwidth in pool <%- p %> | <% if (typeof(link1.unreservedBandwidth) == "object" && typeof(link1.unreservedBandwidth[p]) == "number") { %> <%- link1.unreservedBandwidth[p] %> <% } %> | <% if (typeof(link2.unreservedBandwidth) == "object" && typeof(link2.unreservedBandwidth[p]) == "number") { %> <%- link2.unreservedBandwidth[p] %> <% } %> |
Admin group | <%- link1.adminGroup %> | <%- link2.adminGroup %> |