{"id":830,"date":"2024-12-14T02:48:51","date_gmt":"2024-12-13T23:48:51","guid":{"rendered":"https:\/\/itgen.itbumper.com\/?page_id=830"},"modified":"2024-12-14T02:48:51","modified_gmt":"2024-12-13T23:48:51","slug":"0031_cisco-voice-vlan-poe","status":"publish","type":"page","link":"https:\/\/itgen.itbumper.com\/?page_id=830","title":{"rendered":"0031_Cisco: Voice VLAN &amp; PoE"},"content":{"rendered":"\n\n<p style=\"text-align: justify;\">Voice VLAN is a feature that allows a switch to prioritize and segregate voice traffic from data traffic by assigning it to a dedicated VLAN. This ensures Quality of Service (QoS) for VoIP devices, minimizing latency, jitter, and packet loss. The Voice VLAN is typically used for IP phones, and the switch can automatically recognize and place their traffic into the designated VLAN.<\/p>\n<p style=\"text-align: justify;\" data-tadv-p=\"keep\">Power over Ethernet (PoE) technology allows network switches to provide electrical power to connected devices through Ethernet cables. This eliminates the need for separate power adapters. PoE is commonly used for IP phones, wireless access points, security cameras, and other devices. Standards like IEEE 802.3af, 802.3at, and 802.3bt define power levels, with up to 100W per port in the latest versions.<\/p>\n<p>\u00a0<\/p>\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n#Voice VLAN\nenable\n\tconfigure terminal\n\t\tinterface g0\/0\n\t\t\tswitchport mode access\n\t\t\tswitchport access vlan 10\n\t\t\tswitchport voice vlan 11\n#PCs will send traffic untagget as normal\n#Switches will use CDP to tell IP Phones to tag phone`s traffic in VLAN 11\n\n\tshow interface g0\/0 switchport\n\n#PoE\n#Power policing can be configured to prevent a PD (Powered Device) from taiking too much power.\n#Power inline police - configures power policing with the default settings: \n#\t-disable the port\n#\t-send a Syslog message \n#if a PD draws too much power\n#Equivalent to: power inline police action err-disable\n#The interface will be put in an &quot;err-disable&quot; state and can be re-enabled with shutdown, then no shutdown\n\t\tinterface &lt;interface&gt;\n\t\t\tpower inline police\t\t\t\t#if any problem, the interface will shutdown\n\t\t\tpower inline police action log\t#interface won`t shutdown, you only will get log message\n\t\t\t\n\tshow powewr inline police &lt;interface&gt;\n#-------------------------------------------------------------------|\t\n#\tName\t\t|\t\tStandard\t|\tWatts\t|\tPowered Pairs\t|\n#-------------------------------------------------------------------|\n#Cisco\t\t\t|\tMade by Cisco\t|\t7\t\t|\t\t2\t\t\t|\n#PoE (Type 1)\t|\t\t802.3af\t\t|\t15\t\t|\t\t2\t\t\t|\n#PoE (Type 2)\t|\t\t802.3at\t\t|\t30\t\t|\t\t2\t\t\t|\n#UPoE (Type 3)\t|\t\t802.3bt\t\t|\t60\t\t|\t\t4\t\t\t|\n#UPoE (Type 4)\t|\t\t802.3bt\t\t|\t100\t\t|\t\t4\t\t\t|\n#-------------------------------------------------------------------|\n\n\n\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"<p>Voice VLAN is a feature that allows a switch to prioritize and segregate voice traffic from data traffic by assigning it to a dedicated VLAN. This ensures Quality of Service (QoS) for VoIP devices, minimizing latency, jitter, and packet loss. The Voice VLAN is typically used for IP phones, and the switch can automatically recognize &hellip; <a href=\"https:\/\/itgen.itbumper.com\/?page_id=830\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;0031_Cisco: Voice VLAN &amp; PoE&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"categories":[],"tags":[],"_links":{"self":[{"href":"https:\/\/itgen.itbumper.com\/index.php?rest_route=\/wp\/v2\/pages\/830"}],"collection":[{"href":"https:\/\/itgen.itbumper.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/itgen.itbumper.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/itgen.itbumper.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/itgen.itbumper.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=830"}],"version-history":[{"count":1,"href":"https:\/\/itgen.itbumper.com\/index.php?rest_route=\/wp\/v2\/pages\/830\/revisions"}],"predecessor-version":[{"id":832,"href":"https:\/\/itgen.itbumper.com\/index.php?rest_route=\/wp\/v2\/pages\/830\/revisions\/832"}],"wp:attachment":[{"href":"https:\/\/itgen.itbumper.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=830"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itgen.itbumper.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=830"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itgen.itbumper.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=830"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}