{"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":"2026-07-28T09:56:27","modified_gmt":"2026-07-28T06:56:27","slug":"connectivity-services","status":"publish","type":"page","link":"https:\/\/web.mia.iptp.net\/zh_CN\/connectivity-services\/","title":{"rendered":"\u8fde\u63a5 \u670d\u52a1"},"content":{"rendered":"<p> &#36825;&#20123;&#26381;&#21153;&#20026;&#24744;&#25552;&#20379;&#29420;&#31435;&#30340;&#19987;&#26377;&#32593;&#32476;&#36830;&#25509;&mdash;&mdash;&#19982;&#20844;&#20849;&#20114;&#32852;&#32593;&#30456;&#38548;&#31163;&#12290;&#27599;&#39033;&#26381;&#21153;&#22343;&#22522;&#20110; IPTP &#33258;&#26377;&#30340;&#20840;&#29699;&#22522;&#30784;&#35774;&#26045;&#36816;&#34892;&#65292;&#24182;&#38468;&#24102;&#38024;&#23545;&#21487;&#29992;&#24615;&#12289;&#24310;&#36831;&#21644;&#25925;&#38556;&#24674;&#22797;&#26102;&#38388;&#30340;&#39640;&#26631;&#20934;&#26381;&#21153;&#31561;&#32423;&#21327;&#35758;&#65288;SLA&#65289;&#26465;&#27454;&#12290;<\/p><p>&#24744;&#21487;&#20197;&#36873;&#25321;&#21333;&#19968;&#26381;&#21153;&#65292;&#20063;&#21487;&#20197;&#23558;&#22810;&#31181;&#26381;&#21153;&#32467;&#21512;&#20351;&#29992;&#12290;&#25105;&#20204;&#23558;&#21327;&#21161;&#24744;&#26681;&#25454;&#33258;&#36523;&#30340;&#32593;&#32476;&#25299;&#25169;&#12289;&#27969;&#37327;&#38656;&#27714;&#21450; SLA &#30446;&#26631;&#65292;&#21305;&#37197;&#26368;&#21512;&#36866;&#30340;&#36830;&#25509;&#26041;&#26696;&#12290;<br>\n&#22914;&#38656;&#20102;&#35299;&#24744;&#25152;&#22312;&#22320;&#21306;&#30340;&#35206;&#30422;&#24773;&#20917;&#65292;&#35831;&#26597;&#30475;<a href=\"https:\/\/web.mia.iptp.net\/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;&#25105;&#20204;&#12290;<\/p><!-- \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> --><!-- <div class=\"wrap-img zoom-magnify\"> --><div class=\"wrap-img\">\r\n\t\t\t\t<button class=\"btn-modal-toggle-js btn-toggle-modal-css btn btn-primary\"><img class=\"disabled-lazy\" src=\"https:\/\/web.mia.iptp.net\/wp-content\/themes\/iptp-theme\/images\/searchplus.svg\" alt=\"zoom\" style=\"width:18px;height:18px;background: none;\"><\/button><img class=\"img-zooms img-zoom-small disabled-lazy\" src=\"\/map\/\" alt=\"Global Network and Points of Presence 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\"><img class=\"disabled-lazy\" src=\"https:\/\/web.mia.iptp.net\/wp-content\/themes\/iptp-theme\/images\/close_write.svg\" alt=\"close\" style=\"width:14px;height:14px;\"><\/button> <img class=\"img-zoom-large disabled-lazy\" src=\"\/map\/\" alt=\"Global Network and Points of Presence 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>&#20026;&#20160;&#20040;&#36873;&#25321;&#31169;&#26377;&#36830;&#25509;<\/h2><ul>\n<li><strong>&#31169;&#26377;&#19987;&#29992;&#36890;&#36947;<\/strong>&#12290;&#24744;&#30340;&#25968;&#25454;&#27969;&#37327;&#36816;&#34892;&#22312;&#20026;&#36149;&#32452;&#32455;&#29420;&#23478;&#20445;&#30041;&#30340;&#36335;&#24452;&#19978;&#65292;&#19982;&#20844;&#20849;&#20114;&#32852;&#32593;&#38548;&#32477;&#12290;&#26080;&#20849;&#20139;&#24102;&#23485;&#65292;&#20134;&#26080;&#19982;&#20854;&#20182;&#29992;&#25143;&#30340;&#24102;&#23485;&#20105;&#25250;&#12290;<\/li>\n<li><strong>&#22810;&#23618;&#32423;&#28789;&#27963;&#24615;<\/strong>&#12290;&#21487;&#22312; L1 &#20809;&#20256;&#36755;&#12289;L2 &#20197;&#22826;&#32593;&#21644; L3 MPLS &#20043;&#38388;&#28789;&#27963;&#36873;&#25321;&mdash;&mdash;&#25110;&#32467;&#21512;&#22810;&#20010;&#23618;&#32423;&#20197;&#21305;&#37197;&#24744;&#30340;&#26550;&#26500;&#12290;&#27599;&#39033;&#26381;&#21153;&#22343;&#26681;&#25454;&#24744;&#30340;&#23454;&#38469;&#24212;&#29992;&#22330;&#26223;&#36827;&#34892;&#23450;&#21046;&#65292;&#32477;&#38750;&#21066;&#36275;&#36866;&#23653;&#12290;<\/li>\n<li><strong>SLA &#25215;&#35834;&#30340;&#39640;&#24615;&#33021;<\/strong>&#12290;&#27599;&#39033;&#26381;&#21153;&#22343;&#38468;&#24102;&#20851;&#20110;&#21487;&#29992;&#24615;&#12289;&#24310;&#36831;&#21644;&#25925;&#38556;&#24674;&#22797;&#26102;&#38388;&#30340;&#20070;&#38754;&#20445;&#35777;&#12290;SLA &#26465;&#27454;&#21450;&#30456;&#24212;&#34917;&#25937;&#25514;&#26045;&#22343;&#22312;&#21512;&#21516;&#20013;&#20104;&#20197;&#26126;&#30830;&#12290;<\/li>\n<li><strong>&#21333;&#19968;&#36131;&#20219;&#20027;&#20307;<\/strong>&#12290;IPTP &#20840;&#26435;&#36127;&#36131;&#27599;&#39033;&#26381;&#21153;&#30340;&#31471;&#21040;&#31471;&#35774;&#35745;&#12289;&#37197;&#32622;&#21644;&#36816;&#33829;&#12290;&#21333;&#19968;&#22242;&#38431;&#12289;&#19968;&#20221;&#21512;&#21516;&#12289;&#32479;&#19968;&#30340;&#20107;&#25925;&#19982;&#21464;&#26356;&#22788;&#29702;&#32852;&#31995;&#31383;&#21475;&#12290;<\/li>\n<li><strong>&#20840;&#29699;&#36816;&#33829;&#21830;&#32423;&#22522;&#30784;&#35774;&#26045;<\/strong>&#12290;&#26381;&#21153;&#22522;&#20110; IPTP &#36941;&#24067; 37 &#20010;&#22269;&#23478;\/&#22320;&#21306;&#12289;&#25317;&#26377; 230 &#22810;&#20010; POP &#28857;&#65288;&#25509;&#20837;&#28857;&#65289;&#30340;&#33258;&#24314;&#39592;&#24178;&#32593;&#36816;&#34892;&#12290;<\/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=\"&#19987;&#32447;&#36830;&#25509;&#26381;&#21153;\" style=\"width:50px;\" data-src=\"\/wp-content\/uploads\/dedicatedconnect.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/web.mia.iptp.net\/zh_CN\/connectivity-services\/dedicated-connectivity\/\" target=\"_blank\" rel=\"noopener\">&#19987;&#32447;&#36830;&#25509;&#26381;&#21153;<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n       &#28085;&#30422;&#31532; 1 &#23618;&#65288;IPLC&#65289;&#12289;&#31532; 2 &#23618;&#65288;EPL \/ EoMPLS&#65289;&#21644;&#31532; 3 &#23618;&#65288;MPLS VPN&#65289;&#30340;&#20225;&#19994;&#31169;&#26377;&#36890;&#36947;&#12290;IPTP &#20250;&#26681;&#25454;&#24744;&#30340;&#32593;&#32476;&#25299;&#25169;&#21644; SLA &#30446;&#26631;&#36873;&#25321;&#21512;&#36866;&#30340;&#36830;&#25509;&#27169;&#24335;&#65292;&#24182;&#25552;&#20379;&#21253;&#21547;&#20027;&#21160;&#30417;&#25511;&#19982;&#21333;&#19968;&#36131;&#20219;&#25215;&#35834;&#30340;&#31471;&#21040;&#31471;&#25176;&#31649;&#26381;&#21153;&#12290; <a href=\"https:\/\/web.mia.iptp.net\/zh_CN\/connectivity-services\/dedicated-connectivity\/\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:underline\">&#20102;&#35299;&#26356;&#22810;<\/a>\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\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/web.mia.iptp.net\/zh_CN\/connectivity-services\/cloud-connect\/\" target=\"_blank\" rel=\"noopener\">&#20113;&#36830;&#25509;<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n      &#36890;&#36807;&#31169;&#26377;&#20108;&#23618;&#20197;&#22826;&#32593;&#36830;&#25509;&#33267;&#20027;&#27969;&#20113;&#24179;&#21488;&#65288;AWS&#12289;Azure&#12289;Google Cloud&#12289;Alibaba Cloud&#12289;IBM Cloud&#65289;&#12290;&#27969;&#37327;&#32469;&#36807;&#20844;&#20849;&#20114;&#32852;&#32593;&#65292;&#25552;&#20379;&#26356;&#20302;&#24310;&#36831;&#12289;&#31283;&#23450;&#21534;&#21520;&#37327;&#21450;&#31169;&#26377;&#20113;&#36830;&#25509;&#12290;&#25903;&#25345; 50 Mbps &#36215;&#65292;&#26368;&#39640;&#21487;&#25193;&#23637;&#33267;&#22810;&#20010; 10 Gbps&#65292;&#20381;&#25176; IPTP &#19982;&#20113;&#25509;&#20837;&#28857;&#30456;&#37051;&#30340;&#25968;&#25454;&#20013;&#24515;&#22522;&#30784;&#35774;&#26045;&#20132;&#20184;&#12290;<a href=\"https:\/\/web.mia.iptp.net\/zh_CN\/connectivity-services\/cloud-connect\/\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:underline\">&#20102;&#35299;&#26356;&#22810;<\/a>\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=\"Low Latency Routes\" style=\"width:50px;\" data-src=\"\/wp-content\/uploads\/lowlatroutes.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/web.mia.iptp.net\/zh_CN\/connectivity-services\/low-latency-routes\/\" target=\"_blank\" rel=\"noopener\">&#20302;&#24310;&#36831;&#32447;&#36335;<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n        &#22522;&#20110; IPTP &#20840;&#29699;&#31169;&#26377;&#39592;&#24178;&#32593;&#26500;&#24314;&#30340;&#20248;&#21270;&#32447;&#36335;&#65292;&#19987;&#20026;&#24310;&#36831;&#25935;&#24863;&#22411;&#24212;&#29992;&#65288;&#22914;&#37329;&#34701;&#20132;&#26131;&#24179;&#21488;&#12289;&#23454;&#26102;&#25968;&#25454;&#20256;&#36755;&#21450;&#36328;&#22659;&#24037;&#20316;&#36127;&#36733;&#65289;&#25171;&#36896;&#12290;&#35206;&#30422;&#32654;&#27954;&#12289;&#27431;&#27954;\/&#20013;&#19996;\/&#38750;&#27954;&#65288;EMEA&#65289;&#20197;&#21450;&#20122;&#22826;&#22320;&#21306;&#65288;APAC&#65289;&#12290;&#24102;&#23485;&#25903;&#25345;&#20174; 10 Mbps &#21040; 100 Gbps &#30340;&#24377;&#24615;&#25193;&#23637;&#65292;&#20855;&#22791;&#20840;&#20887;&#20313;&#26550;&#26500;&#24182;&#25552;&#20379;&#22522;&#20110; SLA &#25215;&#35834;&#30340;&#39640;&#24615;&#33021;&#20445;&#38556;&#12290;<a href=\"https:\/\/web.mia.iptp.net\/zh_CN\/connectivity-services\/low-latency-routes\/\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:underline\">&#20102;&#35299;&#26356;&#22810;<\/a>\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\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/web.mia.iptp.net\/zh_CN\/connectivity-services\/sd-wan-enabler\/\" target=\"_blank\" rel=\"noopener\">SD-WAN &#25903;&#25745;&#26381;&#21153;<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n       &#20026;&#37096;&#32626;&#33258;&#26377; SD-WAN &#30340;&#36816;&#33829;&#21830;&#21644;&#20225;&#19994;&#25552;&#20379;&#20840;&#29699;&#39592;&#24178;&#32593;&#32476;&#21450; PoP &#22522;&#30784;&#35774;&#26045;&#12290;&#24744;&#36127;&#36131; SD-WAN &#24179;&#21488;&#21644;&#31574;&#30053;&#65292;IPTP &#25552;&#20379;&#24213;&#23618;&#32593;&#32476;&#12289;&#20302;&#24310;&#36831;&#20256;&#36755;&#12289;&#26426;&#25151;&#25176;&#31649;&#65292;&#20197;&#21450;&#25176;&#31649;&#36335;&#30001;&#22120;&#12289;&#20132;&#25442;&#26426;&#21644;&#26381;&#21153;&#22120;&#12290;&#36890;&#36807;&#26032;&#22686; PoP&#65292;&#21487;&#24555;&#36895;&#25299;&#23637;&#26032;&#24066;&#22330;&#65292;&#35774;&#22791;&#30001; IPTP &#24037;&#31243;&#24072;&#29616;&#22330;&#37096;&#32626;&#12290;<a href=\"https:\/\/web.mia.iptp.net\/zh_CN\/connectivity-services\/sd-wan-enabler\/\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:underline\">&#20102;&#35299;&#26356;&#22810;<\/a>\n      <\/div>\n<\/div>\n<\/div>\n<p><!--    \n\n<div class=\"col-12 col-md-6 p-mb-20\">\n    \n\n<div class=\"k1-div-wrap\">\n      \n\n<div>\n        \n\n<div class=\"k1-div-st1-left\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/pseudowire.svg\" alt=\"EoMPLS &#20266;&#32447;\"  \/><\/div>\n\n\n        \n\n<div class=\"k1-div-st1-right\">\n          \n\n<h3 class=\"mt-0\"><a href=\"https:\/\/web.mia.iptp.net\/zh_CN\/connectivity-services\/eompls-pseudowire\/\" target=\"_blank\" rel=\"noopener\">EoMPLS &#20266;&#32447;<\/a><\/h3>\n\n\n        <\/div>\n\n\n      <\/div>\n\n\n      \n\n<div class=\"k1-div-st2-wrap\">\n       &#25105;&#20204;&#21033;&#29992;&#20197;&#22826;&#32593;&#21327;&#35758;&#20026;&#24744;&#25552;&#20379;&#36879;&#26126;&#36830;&#25509;&#65292;&#20307;&#39564;&#22914;&#21516;&#26377;&#32447;&#36830;&#25509;&#26381;&#21153;&#12290;&#20266;&#32447;&#25216;&#26415;&#21487;&#29992;&#20110;&#20114;&#36830;&#19981;&#21516;&#31867;&#22411;&#30340;&#20256;&#36755;&#20171;&#36136;&#65292;&#20363;&#22914;&#23558;&#20197;&#22826;&#32593;&#36830;&#25509;&#33267;&#24103;&#20013;&#32487;&#65288;Frame Relay&#65289;&#12290;&#36890;&#36807; MPLS &#32593;&#32476;&#65292;&#20266;&#32447;&#33021;&#23454;&#29616;&#31471;&#21040;&#31471;&#36830;&#25509;&#65292;&#23558;&#36828;&#31243;&#20998;&#25903;&#26426;&#26500;&#36830;&#25509;&#33267;&#21516;&#19968;&#20010;&#20197;&#22826;&#23616;&#22495;&#32593;&#65288;LAN&#65289;&#20013;&#12290;&#26080;&#38656;&#26356;&#25442;&#25972;&#20010;&#31995;&#32479;&#25110;&#20013;&#26029;&#19994;&#21153;&#36816;&#34892;&#65292;&#21363;&#21487;&#20026;&#24744;&#29616;&#26377;&#30340;&#26087;&#29256;&#26381;&#21153;&#65288;Legacy Services&#65289;&#24102;&#26469;&#26356;&#39640;&#36895;&#24230;&#12289;&#26356;&#39640;&#24615;&#33021;&#19988;&#26356;&#20855;&#28789;&#27963;&#24615;&#30340;&#32593;&#32476;&#12290;&#27492;&#22806;&#65292;&#36825;&#31181;&#21160;&#24577;&#19988;&#36879;&#26126;&#30340; L2 &#32593;&#32476;&#36824;&#25903;&#25345;&#27969;&#37327;&#24037;&#31243;&#65288;Traffic Engineering&#65289;&#65292;&#30830;&#20445;&#25105;&#20204;&#30340;&#36830;&#25509;&#26381;&#21153;&#33021;&#22815;&#25552;&#20379;&#20302;&#24310;&#36831;&#20307;&#39564;&#12290;<a href=\"https:\/\/web.mia.iptp.net\/zh_CN\/connectivity-services\/eompls-pseudowire\/\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:underline\">&#20102;&#35299;&#26356;&#22810;<\/a>\n      <\/div>\n\n\n    <\/div>\n\n\n  <\/div>\n\n \n   --><\/p>\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=\"JumboIX\" style=\"width:50px;\" data-src=\"\/wp-content\/uploads\/jumboix.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/web.mia.iptp.net\/zh_CN\/connectivity-services\/jumbix\/\" target=\"_blank\" rel=\"noopener\">JumboIX<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n       &#25903;&#25345;&#39640;&#36798; 9,000 &#23383;&#33410; MTU &#24040;&#22411;&#24103;&#65288;Jumbo Frame&#65289;&#30340;&#20813;&#36153;&#23545;&#31561;&#20114;&#32852;&#65288;Settlement-free&#65289;&#20840;&#29699;&#20114;&#32852;&#32593;&#20132;&#25442;&#20013;&#24515;&#12290;&#35206;&#30422;&#21033;&#39532;&#12289;&#21033;&#39532;&#32034;&#23572;&#21644;&#32034;&#33778;&#20122;&#31561;&#22810;&#22320;&#12290;&#19987;&#20026;&#39640;&#21534;&#21520;&#37327;&#24037;&#20316;&#36127;&#36733;&#35774;&#35745;&#65306;&#28085;&#30422;&#28023;&#37327;&#25968;&#25454;&#20256;&#36755;&#12289;&#25968;&#25454;&#24211;&#21516;&#27493;&#12289;&#28798;&#38590;&#24674;&#22797;&#22797;&#21046;&#20197;&#21450;&#38271;&#26102;&#38388;&#27969;&#20256;&#36755;&#31561;&#12290;<a href=\"https:\/\/web.mia.iptp.net\/zh_CN\/connectivity-services\/jumbix\/\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:underline\">&#20102;&#35299;&#26356;&#22810;<\/a>\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:\/\/web.mia.iptp.net\/zh_CN\/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;&#26381;&#21153;&#26088;&#22312;&#20026;&#24744;&#25552;&#20379;&#36828;&#31243; LAN &#20132;&#25442;&#26426;&#37197;&#32622;&#12289;&#31649;&#29702;&#19982;&#32500;&#25252;&#65292;&#24182;&#32467;&#21512;&#36719;&#20214;&#34917;&#19969;&#31649;&#29702;&#26381;&#21153;&#12290;&#24744;&#21487;&#20197;&#34249;&#27492;&#38477;&#20302;&#20225;&#19994;&#20869;&#37096; IT &#37096;&#38376;&#30340;&#25104;&#26412;&#65292;&#24182;&#33719;&#24471;&#25104;&#29087;&#19987;&#19994;&#30340;&#31649;&#29702;&#25903;&#25345;&mdash;&mdash;&#36825;&#19968;&#20999;&#22343;&#28304;&#20110;&#25105;&#20204;&#20016;&#23500;&#30340;&#34892;&#19994;&#32463;&#39564;&#19982;&#24378;&#22823;&#30340;&#25216;&#26415;&#23454;&#21147;&#12290;&#25105;&#20204;&#30340;&#35299;&#20915;&#26041;&#26696;&#32463;&#36807;&#31934;&#32454;&#35774;&#35745;&#65292;&#33021;&#22815;&#23436;&#20840;&#28385;&#36275;&#24744;&#23545;&#21508;&#20010;&#26381;&#21153;&#24615;&#33021;&#23618;&#32423;&#30340;&#29305;&#23450;&#35201;&#27714;&#65292;&#24182;&#21487;&#19982; IP &#30005;&#35805;&#31561;&#20854;&#20182;&#36830;&#25509;&#26381;&#21153;&#23436;&#32654;&#34701;&#21512;&#12290;<a href=\"https:\/\/web.mia.iptp.net\/zh_CN\/office-solutions\/ip-telephony\/\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:underline\">&#20102;&#35299;&#26356;&#22810;<\/a>\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:\/\/web.mia.iptp.net\/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=\"db8e365b95\">\r\n   <input type=\"hidden\" name=\"form_time\" value=\"1785287578\">\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_6a69539aeb449\"><\/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>\u63d0\u4f9b\u5168\u7403\u7f51\u7edc\u8fde\u63a5\u670d\u52a1\uff0c\u901a\u8fc7\u5b89\u5168\u53ef\u9760\u7684\u57fa\u7840\u8bbe\u65bd\uff0c\u5e2e\u52a9\u60a8\u4e0e\u60a8\u7684\u7ec4\u7ec7\u53ca\u5ba2\u6237\u4fdd\u6301\u9ad8\u6548\u6c9f\u901a\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/web.mia.iptp.net\/zh_CN\/wp-json\/wp\/v2\/pages\/18441"}],"collection":[{"href":"https:\/\/web.mia.iptp.net\/zh_CN\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/web.mia.iptp.net\/zh_CN\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/web.mia.iptp.net\/zh_CN\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/web.mia.iptp.net\/zh_CN\/wp-json\/wp\/v2\/comments?post=18441"}],"version-history":[{"count":209,"href":"https:\/\/web.mia.iptp.net\/zh_CN\/wp-json\/wp\/v2\/pages\/18441\/revisions"}],"predecessor-version":[{"id":43425,"href":"https:\/\/web.mia.iptp.net\/zh_CN\/wp-json\/wp\/v2\/pages\/18441\/revisions\/43425"}],"wp:attachment":[{"href":"https:\/\/web.mia.iptp.net\/zh_CN\/wp-json\/wp\/v2\/media?parent=18441"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}