<% include ../partials/head %> <% include ../partials/header %>

VR-LAN

<% 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 ( typeof response_obj['vr-lan']['routing-protocol'] != 'undefined' ){ %>
service-instance-id: <%= svc_instance_id %>
routing-protocol : <%= response_obj['vr-lan']['routing-protocol'] %>
<% } %> <% var i=1; root_node=1; if ( typeof response_obj['vr-lan'] != 'undefined' ) { if( typeof response_obj['vr-lan']['vr-lan-interface'] != 'undefined' ) { response_obj['vr-lan']['vr-lan-interface'].forEach(function(request) { var root_node = i %> <% i++; %> <% if ( request['vr-designation'] != 'undefined') { var vr_designation = request['vr-designation']; } %> <% i++; %> <% if ( (typeof request['v6-public-lan-prefixes'] != 'undefined') && (typeof request['v6-public-lan-prefixes']['t-provided-v6-lan-public-prefixes'] != 'undefined') ) { %> <% request['v6-public-lan-prefixes']['t-provided-v6-lan-public-prefixes'].forEach(function(trequest){ var t_v6_root = i; %> <% i++; %> <% i++; %> <% }); %> <% } %> <% if ( typeof request['dhcp'] != 'undefined' ) { %> <% var dhcp_node = i; %> <% i++; %> <% i++; %> <% if ( typeof request['dhcp']['v4-dhcp-pools'] != 'undefined' ) { %> <% var v4_dhcp_pools_node = i; %> <% i++; %> <% request['dhcp']['v4-dhcp-pools'].forEach(function(v4request) { %> <% i++; %> <% if ( typeof v4request['excluded-v4-address'] != 'undefined' ) { %> <% var excluded_v4_address_node = i; %> <% i++; %> <% v4request['excluded-v4-addresses'].forEach(function(ex_request) { %> <% i++; %> <% }); %> <% } %> <% }); %> <% } %> <% if ( typeof request['dhcp']['excluded-v4-dhcp-addresses-from-default-pool'] != 'undefined' ) { %> <% var exc_v4_address_node = i; %> <% i++; %> <% request['dhcp']['excluded-v4-dhcp-addresses-from-default-pool'].forEach(function(ex_request) { %> <% i++; %> <% }); %> <% } %> <% if ( typeof request['dhcp']['v6-dhcp-pools'] != 'undefined' ) { %> <% var v6_dhcp_pools_node = i; %> <% i++; %> <% request['dhcp']['v6-dhcp-pools'].forEach(function(v6request) { %> <% i++; %> <% if ( typeof v4request['excluded-v6-addresses'] != 'undefined' ) { %> <% var excluded_v6_address_node = i; %> <% i++; %> <% v6request['excluded-v6-addresses'].forEach(function(ex_request) { %> <% i++; %> <% }); %> <% } %> <% }); %> <% } %> <% if ( typeof request['dhcp']['excluded-v6-dhcp-addresses-from-default-pool'] != 'undefined' ) { %> <% var exc_v6_address_node = i; %> <% i++; %> <% request['dhcp']['excluded-v6-dhcp-addresses-from-default-pool'].forEach(function(ex_request) { %> <% i++; %> <% }); %> <% } %> <% } %> <% if ( typeof request['firewall-lite'] != 'undefined' ) { %> <% var firewall_lite_node = i; %> <% i++; %> <% i++; %> <% if ( typeof request['firewall-lite']['v6-firewall-packet-filters'] != 'undefined' ) { var v6_firewall_packet_filters_node = i; %> <% i++; %> <% request['firewall-lite']['v6-firewall-packet-filters'].forEach(function(v6request) { %> <% i++; %> <% if ( typeof v6request['udp-port-list'] != 'undefined' ) { %> <% v6request['udp-port-list'].forEach(function(udp_request) { %> <% i++; %> <% }); %> <% } %> <% if ( typeof v6p_request['tcp-port-list'] != 'undefined' ) { %> <% v6request['tcp-port-list'].forEach(function(tcp_request) { %> <% i++; %> <% }); %> <% } %> <% }); %> <% } %> <% if ( typeof request['firewall-lite']['v4-firewall-packet-filters'] != 'undefined' ) { var v4_firewall_packet_filters_node = i; %> <% i++; %> <% request['firewall-lite']['v4-firewall-packet-filters'].forEach(function(v4request) { %> <% i++; %> <% if ( typeof v4request['udp-port-list'] != 'undefined' ) { %> <% v4request['udp-port-list'].forEach(function(udp_request) { %> <% i++; %> <% }); %> <% } %> <% if ( typeof v4p_request['tcp-port-list'] != 'undefined' ) { %> <% v4request['tcp-port-list'].forEach(function(tcp_request) { %> <% i++; %> <% }); %> <% } %> <% }); %> <% } %> <% } %> <% if ( typeof request['static-routes'] != 'undefined' ) { var static_route_node = i; %> <% i++; %> <% if ( typeof request['static-routes']['v6-static-routes'] != 'undefined' ) { %> <% v6_static_route = i %> <% i++; %> <% request['static-routes']['v6-static-routes'].forEach(function(strequest){ %> <% i++; %> <% }); %> <% } %> <% if ( typeof request['static-routes']['v4-static-routes'] != 'undefined' ) { %> <% v4_static_route = i %> <% i++; %> <% request['static-routes']['v4-static-routes'].forEach(function(v4request) { %> <% i++; %> <% }); %> <% } %> <% } %> <% if ( typeof request['pat'] != 'undefined' ) { %> <% var pat_node = i %> <% i++; %> <% i++; %> <% if ( typeof request['pat']['v4-pat-pools'] != 'undefined' ) { var pat_pools_node = i %> <% i++; %> <% request['pat']['v4-pat-pools'].forEach(function(trequest) { %> <% }); %> <% i++; %> <% } %> <% } %> <% if ( typeof request['nat'] != 'undefined' ) { %> <% var nat_node = i %> <% i++; %> <% i++; %> <% if ( typeof request['nat']['v4-nat-mapping-entries'] != 'undefined' ) { var nat_mapping_node = i %> <% i++; %> <% request['nat']['v4-nat-mapping-entries'].forEach(function(trequest) { %> <% }); %> <% i++; %> <% } %> <% } %> <% if ( (typeof request['v4-public-lan-prefixes'] != 'undefined') && (typeof request['v4-public-lan-prefixes']['t-provided-v4-lan-public-prefixes'] != 'undefined') ) { %> <% request['v4-public-lan-prefixes']['t-provided-v4-lan-public-prefixes'].forEach(function(trequest){ var v4_public_root = i; %> <% i++; %> <% i++; %> <% }); %> <% } %> <% }); } } else { %>
no data
<% } %>
vr-lan-interface
vr-lan-interface
v6-public-lan-prefixes
t-provided-v6-lan-public-prefixes
dhcp
dhcp
v4-dhcp-pool
v4-dhcp-pools
exluded-v4-address
excluded-v4-address
excluded-v4-dhcp-addresses-from-default-pool
excluded-v4-dhcp-addresses-from-default-pool
v6-dhcp-pool
v6-dhcp-pools
exluded-v6-address
excluded-v6-address
excluded-v6-dhcp-addresses-from-default-pool
excluded-v6-dhcp-addresses-from-default-pool
firewall-lite
firewall-lite
v6-firewall-packet-filters
v6-firewall-packet-filters
udp-port-list
tcp-port-list
v4-firewall-packet-filters
v4-firewall-packet-filters
udp-port-list
tcp-port-list
static-routes
v6-static-routes
v6-static-routes
v4-static-routes
v4-static-routes
pat
pat
v4-pat-pools
v4-pat-pools
nat
nat
v4-nat-mapping-entries
v4-nat-mapping-entries
v4-public-lan-prefixes
t-provided-v4-lan-public-prefixes
<% include ../partials/vr_lan_interface %> <% include ../partials/dhcp %> <% include ../partials/v4_dhcp_pools %> <% include ../partials/v6_dhcp_pools %> <% include ../partials/excluded_v4_address %> <% include ../partials/excluded_v4_address_from_default_pool %> <% include ../partials/excluded_v6_address_from_default_pool %> <% include ../partials/t_provided_v6_lan_public_prefixes %> <% include ../partials/firewall_lite %> <% include ../partials/v6_static_routes %> <% include ../partials/v4_static_routes %> <% include ../partials/pat %> <% include ../partials/pat_pools %> <% include ../partials/nat %> <% include ../partials/v4_nat_mapping_entries %> <% include ../partials/t_provided_v4_lan_public_prefixes %> <% include ../partials/v6_firewall_packet_filters %> <% include ../partials/v4_firewall_packet_filters %> <% include ../partials/udp_port_list %> <% include ../partials/tcp_port_list %>