<% include ../partials/head %> <% include ../partials/header %> SDN-C AdminPortal

uCPE NM Interfaces

<% if ( typeof result != 'undefined' ) { if (result.code.length > 0) { if ( result.code == 'success' ) { %> <% } else { %>
<% for ( x in result.msg ){ %>
<%= result.msg[x] %>
<% } %>
<% } %> <% } %> <% } %> <% if( typeof privilege != 'undefined'){ var priv = privilege.privilege; } else { var priv = 'A'; } %>
<% rows.forEach( function(row) { %> <% }); %>
*DEVICE_VENDOR_NAME *DEVICE_MODEL NM_VLAN_NUMBER DEVICE_MANAGER_NM_LAN_INTERFACE SWITCH_MANAGER_NM_LAN_INTERFACE
<%= row.device_vendor_name %> <%= row.device_model %> <%= row.nm_lan_vlan_number %> <%= row.device_manager_nm_lan_interface %> <%= row.switch_manager_nm_lan_interface %>