{"id":1306,"date":"2018-06-05T21:00:23","date_gmt":"2018-06-06T00:00:23","guid":{"rendered":"http:\/\/wordpress.jpcorp.eti.br\/?p=1306"},"modified":"2021-12-26T12:29:33","modified_gmt":"2021-12-26T15:29:33","slug":"switch-manipulando-vlans","status":"publish","type":"post","link":"https:\/\/wordpress.jpcorp.eti.br\/?p=1306","title":{"rendered":"Switch &#8211; Manipulando VLANs"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>Criar VLANs - No caso do CISCO 2960 n\u00e3o possu\u00ed sintaxe para criar uma range de VLANs, ent\u00e3o no notepad++ listar os comandos e colar na CLI<\/p>\n<p>&nbsp;<\/p>\n<pre class=\"lang:vim decode:true\">vlan 30 name test30\r\nvlan 31 name test31\r\nvlan 32 name test32\r\nvlan 33 name test33\r\nLINHA VAZIA<\/pre>\n<p>&nbsp;<\/p>\n<pre class=\"lang:sh decode:true\">Switch&gt;ena\r\nSwitch#show vlan\r\n\r\nSwitch#vlan database \r\n% Warning: It is recommended to configure VLAN from config mode,\r\n  as VLAN database mode is being deprecated. Please consult user\r\n  documentation for configuring VTP\/VLAN in config mode.\r\n\r\nSwitch(vlan)#vlan 30 name test30\r\nVLAN 30 added:\r\n    Name: test30\r\n\r\nSwitch(vlan)#vlan 31 name test31\r\nVLAN 31 added:\r\n    Name: test31\r\n\r\nSwitch(vlan)#vlan 32 name test32\r\nVLAN 32 added:\r\n    Name: test32\r\n\r\nSwitch(vlan)#vlan 33 name test33\r\nVLAN 33 added:\r\n    Name: test33\r\n\r\nSwitch(vlan)#exit\r\nAPPLY completed.\r\nExiting....<\/pre>\n<p>&nbsp;<\/p>\n<p>Apagar VLANs<\/p>\n<pre class=\"lang:vim decode:true\">no vlan 30\r\nno vlan 31\r\nno vlan 32\r\nno vlan 33\r\nLINHA VAZIA<\/pre>\n<p>&nbsp;<\/p>\n<pre class=\"lang:sh decode:true \">Switch#vlan database \r\n% Warning: It is recommended to configure VLAN from config mode,\r\n  as VLAN database mode is being deprecated. Please consult user\r\n  documentation for configuring VTP\/VLAN in config mode.\r\n\r\nSwitch(vlan)#no vlan 30\r\nDeleting VLAN 30...\r\n\r\nSwitch(vlan)#no vlan 31\r\nDeleting VLAN 31...\r\n\r\nSwitch(vlan)#no vlan 32\r\nDeleting VLAN 32...\r\n\r\nSwitch(vlan)#no vlan 33\r\nDeleting VLAN 33...\r\n\r\nSwitch(vlan)#exit\r\nAPPLY completed.\r\nExiting....<\/pre>\n<p>&nbsp;<\/p>\n<p>Refer\u00eancias:<\/p>\n<p><a href=\"https:\/\/www.cisco.com\/c\/en\/us\/td\/docs\/switches\/lan\/catalyst2950\/software\/release\/12-1_11_yj4\/configuration\/guide\/lrescg\/swvlan.html\">https:\/\/www.cisco.com\/c\/en\/us\/td\/docs\/switches\/lan\/catalyst2950\/software\/release\/12-1_11_yj4\/configuration\/guide\/lrescg\/swvlan.html<\/a><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Criar VLANs &#8211; No caso do CISCO 2960 n\u00e3o possu\u00ed sintaxe para criar uma range de VLANs, ent\u00e3o no notepad++ listar os comandos e colar na CLI &nbsp; vlan 30 name test30 vlan 31 name test31 vlan 32 name test32 vlan 33 name test33 LINHA VAZIA &nbsp; Switch&gt;ena Switch#show vlan Switch#vlan database % Warning:&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[143],"tags":[144,145,146],"class_list":["post-1306","post","type-post","status-publish","format-standard","hentry","category-switch","tag-cisco","tag-switch","tag-vlan"],"_links":{"self":[{"href":"https:\/\/wordpress.jpcorp.eti.br\/index.php?rest_route=\/wp\/v2\/posts\/1306","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.jpcorp.eti.br\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordpress.jpcorp.eti.br\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.jpcorp.eti.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.jpcorp.eti.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1306"}],"version-history":[{"count":1,"href":"https:\/\/wordpress.jpcorp.eti.br\/index.php?rest_route=\/wp\/v2\/posts\/1306\/revisions"}],"predecessor-version":[{"id":1307,"href":"https:\/\/wordpress.jpcorp.eti.br\/index.php?rest_route=\/wp\/v2\/posts\/1306\/revisions\/1307"}],"wp:attachment":[{"href":"https:\/\/wordpress.jpcorp.eti.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1306"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.jpcorp.eti.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1306"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.jpcorp.eti.br\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1306"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}