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

uCPE Service Port

<% 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 *SERVICE_PORT_NAME PHYSICAL_PORT_NAME PHYSICAL_SPEED PHYSICAL_SPEED_UNITS
<%= row.device_vendor_name %> <%= row.device_model %> <%= row.service_port_name %> <%= row.physical_port_name %> <%= row.physical_speed %> <%= row.physical_speed_units %>