% if (typeof(virtual) != "undefined" && virtual === false) { %>
<% } %>
<% if (typeof(virtual) != "undefined" && virtual === true) { %>
This router is a pseudonode
<% } else { %>
<%- name %>
<% } %>
router-id: <%- routerId.identifier %>
autonomous system: <%- routerId.autonomousSystem %>
<% if (typeof(isisAreaIds) == "object" && isisAreaIds.length > 0) { %>
area id: <%- isisAreaIds.join(", ") %>
<% } %>
<% if (typeof(location) != "undefined" && location.length > 0) { %>
location: <%- location %>
<% } %>
<% if (typeof(lost) != "undefined" && lost === true) { %>
The router isn't seen anymore in the IGP topology.
<% } %>
<% if (typeof(virtual) != "undefined" && virtual === false) { %>
<% } %>