{"id":18441,"date":"2020-08-05T15:25:05","date_gmt":"2020-08-05T12:25:05","guid":{"rendered":"https:\/\/web-dev.iptp.net\/?page_id=18441"},"modified":"2025-12-01T06:55:27","modified_gmt":"2025-12-01T03:55:27","slug":"connectivity-services","status":"publish","type":"page","link":"https:\/\/www.iptp.us\/zh_CN\/network\/connectivity-services\/","title":{"rendered":"\u8fde\u63a5\u670d\u52a1"},"content":{"rendered":"<p>&#25176;&#31649;&#36830;&#25509;&#26381;&#21153;&#20026;&#24744;&#25552;&#20379;&#20840;&#29699;&#32593;&#32476;&#36830;&#25509;&#65292;&#24110;&#21161;&#24744;&#36890;&#36807;&#23433;&#20840;&#21487;&#38752;&#30340;&#22522;&#30784;&#35774;&#26045;&#19982;&#20225;&#19994;&#20869;&#37096;&#21450;&#23458;&#25143;&#36827;&#34892;&#39640;&#25928;&#36890;&#20449;&#12290;&#25105;&#20204;&#28789;&#27963;&#30340;&#26381;&#21153;&#32452;&#21512;&#21487;&#37096;&#32626;&#20110;&#25105;&#20204;&#33258;&#26377;&#30340;&#22522;&#30784;&#35774;&#26045;&#65292;&#20063;&#21487;&#32467;&#21512;&#31532;&#19977;&#26041;&#24179;&#21488;&#20849;&#21516;&#23454;&#29616;&#12290;&#24744;&#21487;&#26681;&#25454;&#33258;&#36523;&#19994;&#21153;&#38656;&#27714;&#36873;&#25321;&#20855;&#20307;&#26381;&#21153;&#65292;&#25110;&#23558;&#20854;&#19982;&#20854;&#20182;&#25176;&#31649;&#36830;&#25509;&#26381;&#21153;&#30456;&#32467;&#21512;&#20351;&#29992;&#12290;&#22914;&#38656;&#20102;&#35299;&#26356;&#22810;&#20449;&#24687;&#65292;&#35831;&#26597;&#38405;<a href=\"https:\/\/www.iptp.us\/zh_CN\/internet-access\/network-map\/\">&#25105;&#20204;&#30340;&#32593;&#32476;&#35206;&#30422;&#22270;<\/a>&#65292;&#25110;&#36890;&#36807;<a onclick=\"popupchat()\">&#22312;&#32447;&#21161;&#25163;<\/a>&#32852;&#31995;&#23458;&#25143;&#20195;&#34920;&#12290;<br>\n\t\t\t<!-- \r\n<link rel=\"stylesheet\" target=\"_blank\" href=\"\/wp-content\/themes\/benevolent\/lib\/leaflet\/leaflet.css\" \/>\r\n<script src=\"\/wp-content\/themes\/benevolent\/lib\/leaflet\/leaflet.js\"><\/script>\r\n<script type=\"text\/javascript\" src=\"\/wp-content\/themes\/benevolent\/lib\/jquery-ui.min.js\"><\/script>\r\n<script type=\"text\/javascript\" src=\"\/wp-content\/themes\/benevolent\/lib\/leaflet\/imgViewer2.js\"><\/script> -->\r\n\t\t\t<!-- <div class=\"wrap-img zoom-magnify\"> -->\r\n\t\t\t<\/p><div class=\"wrap-img\">\r\n\t\t\t\t<button class=\"btn-modal-toggle-js btn-toggle-modal-css btn btn-primary\"><i class=\"fa fa-arrows-alt\" aria-hidden=\"true\"><\/i><\/button><img class=\"img-zooms img-zoom-small lazy\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"Global Network and Points of Presence Map\" data-src=\"\/map\">\r\n\t\t\t\t<div class=\"zoom-large\" style=\"--background: url('\/map')\"><\/div>\r\n\t\t\t<\/div><div class=\"pos-full-width div-toggle-js \" align=\"center\">\r\n\t\t\t\t<button class=\"btn-modal-toggle-js btn-toggle-modal-css btn btn-primary\"><i class=\"fa fa-close\" aria-hidden=\"true\"><\/i><\/button> <img class=\"img-zoom-large lazy\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"Global Network and Points of Presence Map\" data-src=\"\/map\">\r\n\t\t\t<\/div><script>\r\n\t\t\t\tjQuery(function($){\r\n\t\t\t\t$(document).ready(function () {\r\n\t\t\t\t\tvar native_width = 0;\r\n\r\n\t\t\t\t\tvar native_height = 0;\r\n\r\n\t\t\t\t\t\/\/Now the mousemove function\r\n\r\n\t\t\t\t\t$(\".zoom-magnify\").mousemove(function (e) {\r\n\t\t\t\t\t\/\/When the user hovers on the image, the script will first calculate\r\n\r\n\t\t\t\t\t\/\/the native dimensions if they don't exist. Only after the native dimensions\r\n\r\n\t\t\t\t\t\/\/are available, the script will show the zoomed version.\r\n\r\n\t\t\t\t\tif (!native_width && !native_height) {\r\n\t\t\t\t\t\t\/\/This will create a new image object with the same image as that in .small\r\n\r\n\t\t\t\t\t\t\/\/We cannot directly get the dimensions from .small because of the\r\n\r\n\t\t\t\t\t\t\/\/width specified to 200px in the html. To get the actual dimensions we have\r\n\r\n\t\t\t\t\t\t\/\/created this image object.\r\n\r\n\t\t\t\t\t\tvar image_object = new Image();\r\n\r\n\t\t\t\t\t\timage_object.src = $(\".img-zoom-small\").attr(\"src\");\r\n\r\n\t\t\t\t\t\t\/\/This code is wrapped in the .load function which is important.\r\n\r\n\t\t\t\t\t\t\/\/width and height of the object would return 0 if accessed before\r\n\r\n\t\t\t\t\t\t\/\/the image gets loaded.\r\n\r\n\t\t\t\t\t\tnative_width = image_object.width;\r\n\r\n\t\t\t\t\t\tnative_height = image_object.height;\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\/\/x\/y coordinates of the mouse\r\n\r\n\t\t\t\t\t\t\/\/This is the position of .magnify with respect to the document.\r\n\r\n\t\t\t\t\t\tvar magnify_offset = $(this).offset();\r\n\r\n\t\t\t\t\t\t\/\/We will deduct the positions of .magnify from the mouse positions with\r\n\r\n\t\t\t\t\t\t\/\/respect to the document to get the mouse positions with respect to the\r\n\r\n\t\t\t\t\t\t\/\/container(.magnify)\r\n\r\n\t\t\t\t\t\tvar mx = e.pageX - magnify_offset.left;\r\n\r\n\t\t\t\t\t\tvar my = e.pageY - magnify_offset.top;\r\n\r\n\t\t\t\t\t\t\/\/Finally the code to fade out the glass if the mouse is outside the container\r\n\r\n\t\t\t\t\t\tif (mx < $(this).width() && my < $(this).height() && mx > 0 && my > 0) {\r\n\t\t\t\t\t\t$(\".zoom-large\").fadeIn(100);\r\n\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t$(\".zoom-large\").fadeOut(100);\r\n\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\tif ($(\".zoom-large\").is(\":visible\")) {\r\n\t\t\t\t\t\t\/\/The background position of .large will be changed according to the position\r\n\r\n\t\t\t\t\t\t\/\/of the mouse over the .small image. So we will get the ratio of the pixel\r\n\r\n\t\t\t\t\t\t\/\/under the mouse pointer with respect to the image and use that to position the\r\n\r\n\t\t\t\t\t\t\/\/large image inside the magnifying glass\r\n\r\n\t\t\t\t\t\tvar rx = Math.round((mx \/ $(\".img-zoom-small\").width()) * native_width - $(\".zoom-large\").width() \/ 2) * -1;\r\n\r\n\t\t\t\t\t\tvar ry = Math.round((my \/ $(\".img-zoom-small\").height()) * native_height - $(\".zoom-large\").height() \/ 2) * -1;\r\n\r\n\t\t\t\t\t\tvar bgp = rx + \"px \" + ry + \"px\";\r\n\r\n\t\t\t\t\t\t\/\/Time to move the magnifying glass with the mouse\r\n\r\n\t\t\t\t\t\tvar px = mx - $(\".zoom-large\").width() \/ 2;\r\n\r\n\t\t\t\t\t\tvar py = my - $(\".zoom-large\").height() \/ 2;\r\n\r\n\t\t\t\t\t\t\/\/Now the glass moves with the mouse\r\n\r\n\t\t\t\t\t\t\/\/The logic is to deduct half of the glass's width and height from the\r\n\r\n\t\t\t\t\t\t\/\/mouse coordinates to place it with its center at the mouse coordinates\r\n\r\n\t\t\t\t\t\t\/\/If you hover on the image now, you should see the magnifying glass in action\r\n\r\n\t\t\t\t\t\t$(\".zoom-large\").css({ left: px, top: py, backgroundPosition: bgp });\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t});\r\n\t\t\t<\/script><h2>&#20248;&#21183;&#65306;<\/h2><ul>\n<li>&#22810;&#31181;&#24212;&#29992;&#19982;&#27969;&#37327;&#31867;&#22411;&#34701;&#21512;&#20110;&#21333;&#19968;&#32593;&#32476;&#24179;&#21488;<\/li>\n<li>&#25552;&#20379;&#22810;&#26679;&#21270;&#36830;&#25509;&#36873;&#39033;&#65292;&#28385;&#36275;&#19981;&#21516;&#19994;&#21153;&#38656;&#27714;<\/li>\n<li>&#20511;&#21161;&#19994;&#20869;&#39046;&#20808;&#30340;&#22522;&#30784;&#35774;&#26045;&#65292;&#23454;&#29616;&#20869;&#37096;&#19982;&#23458;&#25143;&#20043;&#38388;&#30340;&#39640;&#25928;&#36890;&#20449;<\/li>\n<li>&#28789;&#27963;&#30340;&#36830;&#25509;&#26381;&#21153;&#65292;&#33021;&#38543;&#30528;&#19994;&#21153;&#38656;&#27714;&#30340;&#22686;&#38271;&#32780;&#21516;&#27493;&#25193;&#23637;<\/li>\n<\/ul><div class=\"row mt-5\">\n<div class=\"col-12 col-md-6 p-mb-20\">\n<div class=\"k1-div-wrap\" data-matchheight=\".k1-div-wrap\">\n<div>\n<div class=\"k1-div-st1-left\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"MULTI PROTOCOL LABEL SWITCHING (MPLS) VPN\" data-src=\"\/wp-content\/uploads\/mpls-icon.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/www.iptp.us\/zh_CN\/blog\/what-is-mpls-multiprotocol-label-switching\/\" target=\"_blank\" rel=\"noopener\">&#22810;&#21327;&#35758;&#26631;&#31614;&#20132;&#25442;&#34394;&#25311;&#19987;&#29992;&#32593;&#32476;&#65288;MPLS VPN&#65289;<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n        &#36890;&#36807;&#25176;&#31649; MPLS &#26381;&#21153;&#65292;&#25105;&#20204;&#20026;&#24744;&#25552;&#20379;&#19968;&#20010;&#20855;&#22791;&#39640;&#36136;&#37327;&#23433;&#20840;&#36830;&#25509;&#30340;&#19987;&#23646; IP &#32593;&#32476;&#12290;&#35813;&#26381;&#21153;&#21487;&#30830;&#20445;&#22312;&#24310;&#36831;&#12289;&#25238;&#21160;&#21644;&#20002;&#21253;&#29575;&#26041;&#38754;&#36798;&#21040;&#29702;&#24819;&#27700;&#24179;&#65292;&#20197;&#25903;&#25345;&#22810;&#31181;&#31867;&#22411;&#27969;&#37327;&#65288;&#29305;&#21035;&#26159;&#35821;&#38899;&#21644;&#35270;&#39057;&#65289;&#30340;&#24182;&#21457;&#20256;&#36755;&#12290;&#23427;&#33021;&#22815;&#23545;&#31471;&#21040;&#31471;&#30340;&#27969;&#37327;&#36827;&#34892;&#20998;&#31867;&#19982;&#20248;&#20808;&#32423;&#25490;&#24207;&#65292;&#20174;&#32780;&#20026;&#22810;&#20010;&#26381;&#21153;&#31561;&#32423;&#65288;SLA&#65289;&#25552;&#20379;&#20445;&#38556;&#12290;&#25105;&#20204;&#36824;&#25903;&#25345;&#20840;&#20114;&#32852;VPN&#36873;&#39033;&#65292;&#20351;&#21508;&#31449;&#28857;&#38388;&#21487;&#30452;&#25509;&#20256;&#36755;&#27969;&#37327;&#65292;&#24182;&#20801;&#35768;&#24744;&#26681;&#25454;&#23454;&#38469;&#38656;&#27714;&#36873;&#25321;&#32593;&#32476;&#35774;&#35745;&#37197;&#32622;&#12290;\n      <\/div>\n<\/div>\n<\/div>\n<div class=\"col-12 col-md-6 p-mb-20\">\n<div class=\"k1-div-wrap\">\n<div>\n<div class=\"k1-div-st1-left\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"MANAGED LAN\" data-src=\"\/wp-content\/uploads\/mlan.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/www.iptp.us\/zh_CN\/business-solutions\/office-solutions\/ip-telephony\/\" target=\"_blank\" rel=\"noopener\">&#25176;&#31649;&#23616;&#22495;&#32593;&#26381;&#21153;<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n       &#25105;&#20204;&#30340;&#25176;&#31649;&#23616;&#22495;&#32593;&#65288;LAN&#65289;&#26381;&#21153;&#26088;&#22312;&#20026;&#24744;&#25552;&#20379;&#36828;&#31243;&#23616;&#22495;&#32593;&#20132;&#25442;&#26426;&#30340;&#37197;&#32622;&#12289;&#31649;&#29702;&#19982;&#32500;&#25252;&#65292;&#24182;&#32467;&#21512;&#36719;&#20214;&#34917;&#19969;&#31649;&#29702;&#21151;&#33021;&#12290;&#35813;&#26381;&#21153;&#21487;&#24110;&#21161;&#24744;&#38477;&#20302;&#20869;&#37096; IT &#37096;&#38376;&#30340;&#36816;&#33829;&#25104;&#26412;&#65292;&#21516;&#26102;&#20139;&#21463;&#21040;&#19987;&#19994;&#39640;&#25928;&#30340;&#31649;&#29702;&#25903;&#25345;&#65292;&#36825;&#19968;&#20999;&#37117;&#28304;&#20110;&#25105;&#20204;&#20016;&#23500;&#30340;&#34892;&#19994;&#32463;&#39564;&#19982;&#24378;&#22823;&#30340;&#25216;&#26415;&#33021;&#21147;&#12290;&#25105;&#20204;&#30340;&#35299;&#20915;&#26041;&#26696;&#32463;&#36807;&#31934;&#24515;&#35774;&#35745;&#65292;&#21487;&#20840;&#38754;&#28385;&#36275;&#24744;&#22312;&#21508;&#20010;&#26381;&#21153;&#24615;&#33021;&#23618;&#32423;&#19978;&#30340;&#20855;&#20307;&#38656;&#27714;&#65292;&#21516;&#26102;&#36824;&#21487;&#19982;&#20854;&#20182;&#36830;&#25509;&#26381;&#21153;&#65288;&#22914; IP &#30005;&#35805;&#65289;&#30456;&#32467;&#21512;&#65292;&#25171;&#36896;&#26356;&#23436;&#25972;&#30340;&#32593;&#32476;&#36890;&#20449;&#29615;&#22659;&#12290;\n      <\/div>\n<\/div>\n<\/div>\n<div class=\"col-12 col-md-6 p-mb-20\">\n<div class=\"k1-div-wrap\">\n<div>\n<div class=\"k1-div-st1-left\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"IX TRANSIT\" data-src=\"\/wp-content\/uploads\/ixtransitico.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/www.iptp.us\/zh_CN\/internet-access\/ix-transit\/\" target=\"_blank\" rel=\"noopener\">IX &#20256;&#36755;<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n        &#35813;&#26381;&#21153;&#20351;&#24744;&#33021;&#22815;&#36890;&#36807;&#25105;&#20204;&#30340;&#32593;&#32476;&#36830;&#25509;&#33267;&#22810;&#20010;&#20114;&#32852;&#32593;&#20132;&#25442;&#20013;&#24515;&#65288;IX&#65289;&#65292;&#20174;&#32780;&#22312;&#25104;&#26412;&#12289;&#24310;&#36831;&#21644;&#24102;&#23485;&#26041;&#38754;&#33719;&#24471;&#26174;&#33879;&#20248;&#21183;&#12290;&#24744;&#21482;&#38656;&#19968;&#20010;&#31471;&#21475;&#65292;&#21363;&#21487;&#35775;&#38382;&#25152;&#26377;&#20027;&#35201;&#30340;&#20114;&#32852;&#32593;&#20132;&#25442;&#20013;&#24515;&#65292;&#36890;&#36807; 1500 &#22810;&#26465; BGP &#20250;&#35805;&#65292;&#19982;&#36817; 1000 &#23478; Tier2 &#19982; Tier1 &#32423;&#21035;&#30340; ISP &#36827;&#34892;&#27969;&#37327;&#20114;&#25442;&#65292;&#25552;&#20379;&#36229;&#36807; 250,000 &#26465;&#21069;&#32512;&#12290;&#25152;&#25903;&#25345;&#30340;&#20114;&#32852;&#32593;&#20132;&#25442;&#20013;&#24515;&#21253;&#25324;&#20294;&#19981;&#38480;&#20110;&#65306;AMS-IX&#12289;DE-CIX&#12289;Equinix Exchange&#12289;HKIX&#12289;LINX&#12289;SIX&#12289;DTEL-IX&#12289;Digital Realty&#12289;TIE &#21644; Any2 &#31561;&#12290;&#25105;&#20204;&#30340;&#36830;&#25509;&#26381;&#21153;&#30830;&#20445;&#24744;&#19982;&#36825;&#20123;&#20132;&#25442;&#20013;&#24515;&#20043;&#38388;&#23454;&#29616;&#26080;&#32541;&#20114;&#32852;&#12290;\n      <\/div>\n<\/div>\n<\/div>\n<div class=\"col-12 col-md-6 p-mb-20\">\n<div class=\"k1-div-wrap\">\n<div>\n<div class=\"k1-div-st1-left\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"IP TRANSIT\" data-src=\"\/wp-content\/uploads\/iptransitico.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/www.iptp.us\/zh_CN\/internet-access\/ip-transit\/\" target=\"_blank\" rel=\"noopener\">IP &#20256;&#36755;<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n       &#20026; ISP&#12289;ASP&#12289;&#20869;&#23481;&#25552;&#20379;&#21830;&#12289;&#30005;&#20449;&#36816;&#33829;&#21830;&#12289;&#25968;&#25454;&#20013;&#24515;&#36816;&#33829;&#21830;&#21450;&#20225;&#19994;&#23458;&#25143;&#25552;&#20379;&#39640;&#36895;&#12289;&#39640;&#21487;&#38752;&#24615;&#12289;&#20855;&#22791;&#23436;&#25972; BGP &#25903;&#25345;&#30340;&#23485;&#24102;&#20114;&#32852;&#32593;&#25509;&#20837;&#26381;&#21153;&#12290;&#25105;&#20204;&#19982; Level3 &#30340;&#21512;&#20316;&#20249;&#20276;&#20851;&#31995;&#65292;&#20351;&#25105;&#20204;&#33021;&#22815;&#36890;&#36807; HSIP &#21644;&#30452;&#25509;&#23545;&#31561;&#36830;&#25509;&#65288;Peering Partner&#65289;&#23454;&#29616;&#32456;&#26497;&#36830;&#25509;&#35299;&#20915;&#26041;&#26696;&#65292;&#24314;&#31435;&#36339;&#36807;&#20854;&#20182;&#33258;&#27835;&#31995;&#32479;&#30340;&#20250;&#35805;&#12290;&#25105;&#20204;&#22312;&#20840;&#29699;&#33539;&#22260;&#20869;&#25317;&#26377;&#24191;&#27867;&#30340;&#30452;&#25509;&#20114;&#32852;&#20851;&#31995;&#21644;&#31283;&#23450;&#30340;&#21452;&#36793;&#23545;&#31561;&#36830;&#25509;&#65292;&#21487;&#23454;&#29616;&#36127;&#36733;&#22343;&#34913;&#12289;&#36335;&#30001;&#20248;&#21270;&#65292;&#30830;&#20445;&#20840;&#29699;&#19982;&#22320;&#21306;&#24615;&#30340;&#21331;&#36234;&#35206;&#30422;&#12290;&#26412;&#26381;&#21153;&#21487;&#36890;&#36807;&#20840;&#29699;&#20027;&#35201;&#25968;&#25454;&#20013;&#24515;&#25110;&#23458;&#25143;&#29616;&#22330;&#30340; 100 FE&#12289;1 GE&#12289;10 GE &#25509;&#21475;&#25552;&#20379;&#65292;&#25903;&#25345;&#24310;&#20280;&#26412;&#22320;&#29615;&#36335;&#25509;&#20837;&#12290;&#36825;&#26159;&#25105;&#20204;&#36830;&#25509;&#26381;&#21153;&#20307;&#31995;&#20013;&#30340;&#26680;&#24515;&#32452;&#25104;&#37096;&#20998;&#20043;&#19968;&#12290;\n      <\/div>\n<\/div>\n<\/div>\n<div class=\"col-12 col-md-6 p-mb-20\">\n<div class=\"k1-div-wrap\">\n<div>\n<div class=\"k1-div-st1-left\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"INTERNATIONAL PRIVATE LEASED CIRCUIT\" data-src=\"\/wp-content\/uploads\/iplc.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/www.iptp.us\/zh_CN\/blog\/what-is-iplc\/\" target=\"_blank\" rel=\"noopener\">&#22269;&#38469;&#19987;&#32447;&#30005;&#36335;&#65288;IPLC&#65289;<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n       &#22269;&#38469;&#28857;&#23545;&#28857;&#19987;&#32447;&#26381;&#21153;&#20026;&#23458;&#25143;&#25552;&#20379;&#19987;&#29992;&#12289;&#21487;&#38752;&#19988;&#23433;&#20840;&#30340;&#20840;&#29699;&#28857;&#23545;&#28857;&#32593;&#32476;&#36830;&#25509;&#35299;&#20915;&#26041;&#26696;&#65292;&#21487;&#22312;&#23458;&#25143;&#30340;&#21150;&#20844;&#22330;&#25152;&#19982;&#19990;&#30028;&#21508;&#22320;&#30340;&#30446;&#26631;&#22320;&#28857;&#20043;&#38388;&#24314;&#31435;&#19987;&#23646;&#38142;&#36335;&#12290;&#35813;&#26381;&#21153;&#25903;&#25345;&#25152;&#26377;&#31867;&#22411;&#30340;&#27969;&#37327;&#65288;&#35821;&#38899;&#12289;&#25968;&#25454;&#12289;&#35270;&#39057;&#25110;&#20854;&#20182;&#23545;&#24310;&#36831;&#21644;&#25238;&#21160;&#25935;&#24863;&#30340;&#22810;&#23186;&#20307;&#24212;&#29992;&#65289;&#65292;&#25552;&#20379;&#22810;&#31181;&#24102;&#23485;&#36873;&#25321;&#65292;&#24182;&#20855;&#22791;&#33391;&#22909;&#30340;&#21487;&#25193;&#23637;&#24615;&#19982;&#28789;&#27963;&#24615;&#65292;&#33021;&#22815;&#28385;&#36275;&#24744;&#24403;&#21069;&#21450;&#26410;&#26469;&#30340;&#36890;&#20449;&#38656;&#27714;&#12290;&#25105;&#20204;&#30340; IPLC &#26381;&#21153;&#36866;&#29992;&#20110;&#21508;&#31181;&#19994;&#21153;&#27169;&#24335;&#65292;<br>\n &#24182;&#21487;&#26377;&#25928;&#38450;&#24481;&#23433;&#20840;&#23041;&#32961;&#65292;&#26159;&#20225;&#19994;&#20840;&#29699;&#36890;&#20449;&#30340;&#29702;&#24819;&#36873;&#25321;&#12290;\n      <\/div>\n<\/div>\n<\/div>\n<div class=\"col-12 col-md-6 p-mb-20\">\n<div class=\"k1-div-wrap\">\n<div>\n<div class=\"k1-div-st1-left\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"ETHERNET PRIVATE LINE\" data-src=\"\/wp-content\/uploads\/ethernet.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/www.iptp.us\/zh_CN\/blog\/what-is-epl\/\" target=\"_blank\" rel=\"noopener\">&#20197;&#22826;&#32593;&#19987;&#32447;&#26381;&#21153;&#65288;EPL&#65289;<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n\t\t\tEPL&#65288;&#20197;&#22826;&#32593;&#19987;&#32447;&#65289;&#26159;&#19968;&#31181;&#20855;&#25104;&#26412;&#25928;&#30410;&#30340;&#32593;&#32476;&#36830;&#25509;&#35299;&#20915;&#26041;&#26696;&#65292; &#21487;&#36890;&#36807;&#21487;&#38752;&#12289;&#28789;&#27963;&#30340;&#39640;&#24102;&#23485;&#28857;&#23545;&#28857;&#37197;&#32622;&#65292;&#22312;&#20004;&#20010;&#31449;&#28857;&#20043;&#38388;&#25552;&#20379;&#22823;&#23481;&#37327;&#20809;&#32420;&#36830;&#25509;&#65292;&#24110;&#21161;&#24744;&#30340;&#20225;&#19994;&#28385;&#36275;&#23545;&#24102;&#23485;&#23494;&#38598;&#22411;&#20851;&#38190;&#24212;&#29992;&#30340;&#38656;&#27714;&#12290;&#35813;&#26381;&#21153;&#25903;&#25345;&#36890;&#36807;&#20197;&#22826;&#32593;&#25509;&#21475;&#36830;&#25509;&#24744;&#30340;&#23458;&#25143;&#35774;&#22791;&#65288;CPE&#65289;&#65292;&#38477;&#20302;&#36830;&#25509;&#25104;&#26412;&#65292;&#24182;&#20801;&#35768;&#24744;&#22312;&#26080;&#38656;&#19982; <a href=\"https:\/\/www.iptp.us\/zh_CN\/\">IPTP Networks<\/a> &#21327;&#35843;&#30340;&#24773;&#20917;&#19979;&#65292;&#33258;&#30001;&#20351;&#29992;&#20219;&#20309; VLAN &#25110;&#20197;&#22826;&#32593;&#25511;&#21046;&#21327;&#35758;&#12290;EPL &#25552;&#20379;&#39640;&#36136;&#37327;&#30340;&#26381;&#21153;&#20445;&#38556;&#65292;&#21487;&#25215;&#36733;&#35821;&#38899;&#12289;&#25968;&#25454;&#12289;&#35270;&#39057;&#21450;&#20854;&#20182;&#22810;&#23186;&#20307;&#24212;&#29992;&#65292;<br>\n &#26159;&#20225;&#19994;&#38388;&#39640;&#25928;&#36890;&#20449;&#30340;&#29702;&#24819;&#36873;&#25321;&#12290;\n      <\/div>\n<\/div>\n<\/div>\n<div class=\"col-12 col-md-6 p-mb-20\">\n<div class=\"k1-div-wrap\">\n<div>\n<div class=\"k1-div-st1-left\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"EoMPLS Pseudo-wire\" data-src=\"\/wp-content\/uploads\/pseudowire.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/www.iptp.us\/zh_CN\/network\/connectivity-services\/eompls-pseudowire-service\/\" target=\"_blank\" rel=\"noopener\">EoMPLS &#34394;&#30005;&#36335;<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n      &#25105;&#20204;&#36890;&#36807;&#20197;&#22826;&#32593;&#21327;&#35758;&#20026;&#24744;&#25552;&#20379;&#19968;&#31181;&#36879;&#26126;&#30340;&#36830;&#25509;&#26041;&#24335;&#65292;&#23601;&#22914;&#21516;&#20256;&#32479;&#30340;&#26377;&#32447;&#26381;&#21153;&#12290;&#34394;&#30005;&#36335;&#21487;&#29992;&#20110;&#36830;&#25509;&#19981;&#21516;&#31867;&#22411;&#30340;&#23186;&#20307;&#65292;&#22914;&#20197;&#22826;&#32593;&#19982;&#24103;&#20013;&#32487;&#20043;&#38388;&#30340;&#20114;&#32852;&#12290;&#36890;&#36807; MPLS &#32593;&#32476;&#65292;&#34394;&#30005;&#36335;&#23454;&#29616;&#31471;&#21040;&#31471;&#30340;&#36830;&#25509;&#65292;&#20351;&#36828;&#31243;&#22320;&#28857;&#33021;&#22815;&#20849;&#20139;&#21516;&#19968;&#20010;&#20197;&#22826;&#32593;&#23616;&#22495;&#32593;&#65288;LAN&#65289;&#12290;&#35813;&#25216;&#26415;&#21487;&#22312;&#26080;&#38656;&#26356;&#25442;&#29616;&#26377;&#31995;&#32479;&#25110;&#20013;&#26029;&#19994;&#21153;&#30340;&#24773;&#20917;&#19979;&#65292;&#20026;&#20256;&#32479;&#26381;&#21153;&#25552;&#20379;&#26356;&#39640;&#36895;&#12289;&#26356;&#39640;&#24615;&#33021;&#30340;&#28789;&#27963;&#32593;&#32476;&#36830;&#25509;&#12290;&#27492;&#22806;&#65292;&#36825;&#31181;&#21160;&#24577;&#19988;&#36879;&#26126;&#30340;&#20108;&#23618;&#32593;&#32476;&#25903;&#25345;&#27969;&#37327;&#24037;&#31243;&#65292;&#30830;&#20445;&#25105;&#20204;&#30340;&#36830;&#25509;&#26381;&#21153;&#22987;&#32456;&#20855;&#22791;&#20302;&#24310;&#36831;&#12289;&#39640;&#21487;&#38752;&#24615;&#30340;&#29305;&#24615;&#12290;\n      <\/div>\n<\/div>\n<\/div>\n<div class=\"clearfix\"><\/div>\n<\/div><hr><div>\r\n\t\t<button type=\"button\" class=\"btn btn-primary btn__jumboix btn-lg js-target-div mt-2 js-fixed-button-open-request-form \" data-target=\"jumboIX__modal\">\r\n\t\t\t&#35831;&#27714;&#25253;&#20215;\t\t<\/button>\r\n\t<\/div><script type=\"text\/javascript\">\r\n\t\tjQuery(function($){\r\n\r\n\t\t\t $(document).on('click', '#jumboIX__modal.active', function(e){\r\n\t\t        e.preventDefault();\r\n\r\n\t\t        $(this).find('.js-x-close').trigger('click');   \r\n\t\t    });\r\n\r\n\t\t    $(document).on('click', '#jumboIX__modal.active *', function(e){\r\n\t\t        e.stopPropagation();\r\n\r\n\t\t    });\r\n\r\n\t\t})\r\n\t<\/script><div id=\"jumboIX__modal\" class=\"popup-jumboIX-modal-s1 wrap-jumboix wrap-jumboix__2 v-modal\">\r\n\t\t<div class=\"modal__inner\">\r\n\t\t\t<button class=\"x-close js-x-close\">x<\/button>\r\n\r\n\t\t\t<h2 class=\"jumbolix-heading \">\r\n\t\t\t\t&#32034;&#21462;&#36830;&#25509;&#26381;&#21153;&#25253;&#20215;\t\t\t<\/h2>\r\n\r\n\t\t\t\r\n\t\t\t<form method=\"post\" class=\"js-form-ajax-request_form css-form-mod-v2 js_form_get_token\">\r\n\t\t\t\t   <input type=\"hidden\" name=\"_wp_http_referer\" value=\"https:\/\/www.iptp.us\/zh_CN\/wp-json\/wp\/v2\/pages\/18441\" class=\"no-check\">\r\n   <input type=\"hidden\" name=\"_current_title\" value=\"IPTP Networks\" class=\"no-check\">\r\n   <input type=\"hidden\" name=\"security\" value=\"8690560296\">\r\n   <input type=\"hidden\" name=\"form_time\" value=\"1775287627\">\r\n   <input type=\"text\" name=\"website\" style=\"display:none\" class=\"no-check\">\r\n   <input type=\"hidden\" name=\"js_check\" class=\"no-check\" value=\"\">\r\n   \r\n\r\n\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"service\" value=\"&#36830;&#25509;&#26381;&#21153;\">\r\n\t\t\t\t\r\n\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t<div class=\"col-xs-12 col-md-6 line-group\">\r\n\t\t\t\t\t\t<input type=\"text\" name=\"your_name\" class=\"form-control form-control--border-bottom\" placeholder=\"Your name *\">\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"col-xs-12 col-md-6 line-group\">\r\n\t\t\t\t\t\t<input type=\"text\" name=\"email\" class=\"form-control form-control--border-bottom\" placeholder=\"E-mail *\">\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"clearfix\"><\/div>\r\n\t\t\t\t\t<div class=\"col-xs-12 col-md-6 line-group\">\r\n\t\t\t\t\t\t<input type=\"text\" name=\"organisation\" class=\"form-control form-control--border-bottom\" placeholder=\"Organisation *\">\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t<div class=\"col-xs-12 col-md-6 line-group\">\r\n\t\t\t\t\t\t<div class=\"wrap-intl-tel-input\">\r\n\t\t\t\t\t\t\t<input type=\"text\" name=\"asnumber\" class=\"form-control form-control--border-bottom intl-tel-input no-check\" placeholder=\"Phone Number\">\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"clearfix\"><\/div>\r\n\t\t\t\t\t<div class=\"col-xs-12 col-md-12 line-group\">\r\n\t\t\t\t\t\t<div class=\"w-100\">\r\n\t\t\t\t\t\t\t<label style=\"font-weight: bold\" for=\"ms\">Describe your request<\/label>\r\n\t\t\t\t\t\t\t<textarea name=\"message\" id=\"ms\" cols=\"30\" rows=\"6\" class=\"form-control form-control--border-bottom\" placeholder=\"Quick overview *\"><\/textarea>\r\n\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t<div class=\"col-xs-12 col-md-12 line-group\">\r\n\t\t\t\t\t\t* &#24517;&#22635;&#23383;&#27573;\t\t\t\t\t<\/div>\r\n\r\n\r\n\t\t\t\t\t<div class=\"col-xs-12 col-md-12 text-center\">\r\n\t\t\t\t\t<!-- \t<div class=\"line-group captcha_md\">\r\n\t\t\t\t\t\t\t<div id=\"captchas\" class=\"captcha__label\" data-qid=\"captcha_69d0bd4ba93c4\"><\/div>\r\n\t\t\t\t\t\t\t<span class=\"fa fa-refresh catpcha_refreshs catpcha_refresh_mod\"><\/span>\r\n\t\t\t\t\t\t\t<input id=\"cpatchaJumboIX\" type=\"text\" name=\"captcha\" class=\"line-group__input--213 captcha__input--custom\" placeholder=\"Captcha code\" \/>\r\n\t\t\t\t\t\t<\/div> -->\r\n\t\t\t\t\t\t<div class=\"line-groups\">\r\n\r\n\t\t\t\t\t\t\t<div class=\"hidden-sm hidden-xs\"><\/div>\r\n\t\t\t\t\t\t\t<button class=\"btn btn__jumboix\">\r\n\t\t\t\t\t\t\t\t&#35831;&#27714;&#25253;&#20215;\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\r\n\r\n\t\t\t\t\t\t<div class=\"jumboIX_completed js-jumboIX_completed--success \">\r\n\t\t\t\t\t\t\t&#24863;&#35874;&#24744;&#30340;&#35831;&#27714;\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<div class=\"jumboIX_completed jumboIX_completed--error\"><\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/form>\r\n\t\t<\/div>\r\n\t<\/div><div class=\"div-overlay\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":90,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.iptp.us\/zh_CN\/wp-json\/wp\/v2\/pages\/18441"}],"collection":[{"href":"https:\/\/www.iptp.us\/zh_CN\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.iptp.us\/zh_CN\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.iptp.us\/zh_CN\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.iptp.us\/zh_CN\/wp-json\/wp\/v2\/comments?post=18441"}],"version-history":[{"count":82,"href":"https:\/\/www.iptp.us\/zh_CN\/wp-json\/wp\/v2\/pages\/18441\/revisions"}],"predecessor-version":[{"id":38360,"href":"https:\/\/www.iptp.us\/zh_CN\/wp-json\/wp\/v2\/pages\/18441\/revisions\/38360"}],"up":[{"embeddable":true,"href":"https:\/\/www.iptp.us\/zh_CN\/wp-json\/wp\/v2\/pages\/90"}],"wp:attachment":[{"href":"https:\/\/www.iptp.us\/zh_CN\/wp-json\/wp\/v2\/media?parent=18441"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}