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

VPLSPE Pool

<% 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'; } %>
<% if(priv == 'A'){ %> <% } %> <% rows.forEach( function(row) { %> <% if(priv == 'A') { %> <% } %> <% }); %>
VPLSPE Name AIC Site ID Availability Zone Interface Name Interface Speed Interface Units Loopback IPV4 Address VLAN ID Outer VPLSPE UUID Image Filename Prov Status VendorAction
<%= row.vplspe_name %> <%= row.aic_site_id %> <%= row.availability_zone %> <%= row.physical_intf_name %> <%= row.physical_intf_speed %> <%= row.physical_intf_units %> <%= row.loopback0_ipv4_address %> <%= row.vlan_id_outer %> <%= row.vplspe_uuid %> <%= row.image_filename %> <%= row.provisioning_status %> <%= row.vendor %>
<% include ../partials/update_vplspe_pool %>