{"id":1196,"date":"2016-12-10T14:34:15","date_gmt":"2016-12-10T17:34:15","guid":{"rendered":"http:\/\/www.networktips.com.br\/?p=1196"},"modified":"2016-12-12T19:10:51","modified_gmt":"2016-12-12T22:10:51","slug":"configurando-switchs-quanta-com-metro-ethernet-e-double-vlan-fastpath","status":"publish","type":"post","link":"http:\/\/www.networktips.com.br\/?p=1196","title":{"rendered":"CONFIGURANDO SWITCHS QUANTA COM METRO ETHERNET E DOUBLE VLAN (Qinq) on FASTPATH"},"content":{"rendered":"<div style=\"padding-bottom:20px; padding-top:10px;\" class=\"hupso-share-buttons\"><!-- Hupso Share Buttons - https:\/\/www.hupso.com\/share\/ --><a class=\"hupso_toolbar\" href=\"https:\/\/www.hupso.com\/share\/\"><img src=\"http:\/\/static.hupso.com\/share\/buttons\/dot.png\" style=\"border:0px; padding-top: 5px; float:left;\" alt=\"Share Button\"\/><\/a><script type=\"text\/javascript\">var hupso_services_t=new Array(\"Twitter\",\"Facebook\",\"Google Plus\",\"Linkedin\",\"Email\");var hupso_background_t=\"#EAF4FF\";var hupso_border_t=\"#66CCFF\";var hupso_toolbar_size_t=\"medium\";var hupso_image_folder_url = \"\";var hupso_twitter_via=\"jorgeltaioque\";var hupso_url_t=\"\";var hupso_title_t=\"CONFIGURANDO%20SWITCHS%20QUANTA%20COM%20METRO%20ETHERNET%20E%20DOUBLE%20VLAN%20%28Qinq%29%20on%20FASTPATH\";<\/script><script type=\"text\/javascript\" src=\"http:\/\/static.hupso.com\/share\/js\/share_toolbar.js\"><\/script><!-- Hupso Share Buttons --><\/div><p><strong>English Title:<\/strong> CONFIGURING QUANTA SWITCH WITH METRO ETHERNET AND DOUBLE VLAN (QinQ) on FASTPATH<\/p>\n<p>Este artigo demostra como configurar switchs quanta rodando o firmware fastpath.<\/p>\n<p>Vamos ao cen\u00e1rio.<\/p>\n<p>Neste cen\u00e1rio utilizaremos 3 switch cada um representando uma cidade atendidas pela rede metro e entre essas cidades forneceremos a um cliente uma LAN-to-LAN usando a rede metro.<\/p>\n<p>Este cen\u00e1rio permitira o cliente usar um trafego sem marca\u00e7\u00e3o de VLAN (untagged) e a marca\u00e7\u00e3o de uma ou mais VLANs (tagged), deixando essas VLANs que s\u00e3o marcadas pelo cliente invis\u00edveis para a rede metro, tornando a rede mais flex\u00edvel para o cliente sem que a operadora se preocupe em quais vlan-ids ou segmenta\u00e7\u00e3o o cliente esta usando ou necessitar\u00e1 futuramente.<\/p>\n<p>NOMENCLATURAS<br \/>\n<strong>UNI<\/strong> &#8211; User Network Interface<br \/>\n<strong>CE <\/strong>&#8211; Customer Equipment<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter size-full wp-image-1200\" src=\"http:\/\/www.networktips.com.br\/wp-content\/uploads\/REDE-METRO.jpeg\" alt=\"rede-metro\" width=\"1131\" height=\"701\" srcset=\"http:\/\/www.networktips.com.br\/wp-content\/uploads\/REDE-METRO.jpeg 1131w, http:\/\/www.networktips.com.br\/wp-content\/uploads\/REDE-METRO-300x186.jpeg 300w, http:\/\/www.networktips.com.br\/wp-content\/uploads\/REDE-METRO-1024x635.jpeg 1024w, http:\/\/www.networktips.com.br\/wp-content\/uploads\/REDE-METRO-484x300.jpeg 484w\" sizes=\"(max-width: 1131px) 100vw, 1131px\" \/><\/p>\n<p><strong>CONFIGURA\u00c7\u00d5ES DO SWITCH DA CIDADE 1<\/strong><\/p>\n<pre>(SW-CIDADE-1) # vlan database\r\n(SW-CIDADE-1) (Vlan)# 200\r\n(SW-CIDADE-1) #configure\r\n(SW-CIDADE-1) (Config)#interface 0\/47\r\n(SW-CIDADE-1) (Interface 0\/1)#vlan participation include 200\r\n(SW-CIDADE-1) (Interface 0\/1)#vlan tagging 200\r\n(SW-CIDADE-1) (Interface 0\/1)#mode dvlan-tunnel\r\n(SW-CIDADE-1) (Config)#interface 0\/48\r\n(SW-CIDADE-1) (Interface 0\/1)#vlan participation include 200\r\n(SW-CIDADE-1) (Interface 0\/1)#vlan tagging 200\r\n(SW-CIDADE-1) (Interface 0\/1)#mode dvlan-tunnel\r\n<\/pre>\n<p><strong>CONFIGURA\u00c7\u00d5ES DO SWITCH DA CIDADE 2<\/strong><\/p>\n<pre>(SW-CIDADE-2) # vlan database\r\n(SW-CIDADE-2) (Vlan)# 200\r\n(SW-CIDADE-2) #configure\r\n(SW-CIDADE-2) (Config)#interface 0\/47\r\n(SW-CIDADE-2) (Interface 0\/1)#vlan participation include 200\r\n(SW-CIDADE-2) (Interface 0\/1)#vlan tagging 200\r\n(SW-CIDADE-2) (Interface 0\/1)#mode dvlan-tunnel\r\n(SW-CIDADE-2) (Config)#interface 0\/48\r\n(SW-CIDADE-2) (Interface 0\/1)#vlan participation include 200\r\n(SW-CIDADE-2) (Interface 0\/1)#vlan tagging 200\r\n(SW-CIDADE-2) (Interface 0\/1)#mode dvlan-tunnel\r\n<\/pre>\n<p><strong>CONFIGURA\u00c7\u00d5ES DO SWITCH DA CIDADE 3<\/strong><\/p>\n<pre>(SW-CIDADE-3) # vlan database\r\n(SW-CIDADE-3) (Vlan)# 200\r\n(SW-CIDADE-3) #configure\r\n(SW-CIDADE-3) (Config)#interface 0\/47\r\n(SW-CIDADE-3) (Interface 0\/1)#vlan participation include 200\r\n(SW-CIDADE-3) (Interface 0\/1)#vlan tagging 200\r\n(SW-CIDADE-3) (Interface 0\/1)#mode dvlan-tunnel\r\n(SW-CIDADE-3) (Config)#interface 0\/48\r\n(SW-CIDADE-3) (Interface 0\/1)#vlan participation include 200\r\n(SW-CIDADE-3) (Interface 0\/1)#vlan tagging 200\r\n(SW-CIDADE-3) (Interface 0\/1)#mode dvlan-tunnel\r\n<\/pre>\n<p><strong>CONFIGURA\u00c7\u00d5ES DO SWITCH DO CLIENTE LADO A<\/strong><\/p>\n<pre>(SW-CLIENTE-LADO-A) # vlan database\r\n(SW-CLIENTE-LADO-A) (Vlan)# 200\r\n(SW-CLIENTE-LADO-A) #configure\r\n(SW-CLIENTE-LADO-A) (Config)#interface 0\/1\r\n(SW-CLIENTE-LADO-A) (Interface 0\/1)#vlan participation include 200\r\n(SW-CLIENTE-LADO-A) (Interface 0\/1)#vlan pvid 200\r\n(SW-CLIENTE-LADO-A) (Config)#interface 0\/47\r\n(SW-CLIENTE-LADO-A) (Interface 0\/1)#vlan participation include 200\r\n(SW-CLIENTE-LADO-A) (Interface 0\/1)#vlan tagging 200\r\n(SW-CLIENTE-LADO-A) (Interface 0\/1)#mode dvlan-tunnel\r\n<\/pre>\n<p><strong>CONFIGURA\u00c7\u00d5ES DO SWITCH DO CLIENTE LADO B<\/strong><\/p>\n<pre>(SW-CLIENTE-LADO-B) # vlan database\r\n(SW-CLIENTE-LADO-B) (Vlan)# 200\r\n(SW-CLIENTE-LADO-B) #configure\r\n(SW-CLIENTE-LADO-B) (Config)#interface 0\/1\r\n(SW-CLIENTE-LADO-B) (Interface 0\/1)#vlan participation include 200\r\n(SW-CLIENTE-LADO-B) (Interface 0\/1)#vlan pvid 200\r\n(SW-CLIENTE-LADO-B) (Config)#interface 0\/47\r\n(SW-CLIENTE-LADO-B) (Interface 0\/1)#vlan participation include 200\r\n(SW-CLIENTE-LADO-B) (Interface 0\/1)#vlan tagging 200\r\n(SW-CLIENTE-LADO-B) (Interface 0\/1)#mode dvlan-tunnel\r\n<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<div style=\"padding-bottom:20px; padding-top:10px;\" class=\"hupso-share-buttons\"><!-- Hupso Share Buttons - https:\/\/www.hupso.com\/share\/ --><a class=\"hupso_toolbar\" href=\"https:\/\/www.hupso.com\/share\/\"><img src=\"http:\/\/static.hupso.com\/share\/buttons\/dot.png\" style=\"border:0px; padding-top: 5px; float:left;\" alt=\"Share Button\"\/><\/a><script type=\"text\/javascript\">var hupso_services_t=new Array(\"Twitter\",\"Facebook\",\"Google Plus\",\"Linkedin\",\"Email\");var hupso_background_t=\"#EAF4FF\";var hupso_border_t=\"#66CCFF\";var hupso_toolbar_size_t=\"medium\";var hupso_image_folder_url = \"\";var hupso_twitter_via=\"jorgeltaioque\";var hupso_url_t=\"\";var hupso_title_t=\"CONFIGURANDO%20SWITCHS%20QUANTA%20COM%20METRO%20ETHERNET%20E%20DOUBLE%20VLAN%20%28Qinq%29%20on%20FASTPATH\";<\/script><script type=\"text\/javascript\" src=\"http:\/\/static.hupso.com\/share\/js\/share_toolbar.js\"><\/script><!-- Hupso Share Buttons --><\/div><p>English Title: CONFIGURING QUANTA SWITCH WITH METRO ETHERNET AND DOUBLE VLAN (QinQ) on FASTPATH Este artigo demostra como configurar switchs quanta rodando o firmware fastpath. Vamos ao cen\u00e1rio. Neste cen\u00e1rio utilizaremos 3 switch cada um representando uma cidade atendidas pela &hellip; <a href=\"http:\/\/www.networktips.com.br\/?p=1196\">Continue lendo <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[10],"tags":[58,56,57,27],"_links":{"self":[{"href":"http:\/\/www.networktips.com.br\/index.php?rest_route=\/wp\/v2\/posts\/1196"}],"collection":[{"href":"http:\/\/www.networktips.com.br\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.networktips.com.br\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.networktips.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.networktips.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1196"}],"version-history":[{"count":4,"href":"http:\/\/www.networktips.com.br\/index.php?rest_route=\/wp\/v2\/posts\/1196\/revisions"}],"predecessor-version":[{"id":1205,"href":"http:\/\/www.networktips.com.br\/index.php?rest_route=\/wp\/v2\/posts\/1196\/revisions\/1205"}],"wp:attachment":[{"href":"http:\/\/www.networktips.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1196"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.networktips.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1196"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.networktips.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}