﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Protocol - Rubytech</title>
	<atom:link href="https://www.rubytech.com.tw/rubytech/faq_cat/protocol/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.rubytech.com.tw/rubytech</link>
	<description>Professional ODM Partner to Customize Networking products</description>
	<lastBuildDate>Thu, 28 Jan 2016 09:58:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.rubytech.com.tw/rubytech/wp-content/uploads/2017/11/logo.png</url>
	<title>Protocol - Rubytech</title>
	<link>https://www.rubytech.com.tw/rubytech</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>I would like to build a VLAN trunk(single tag) environment, is there any suggestion for configuring VLAN’s port type and egress rule?</title>
		<link>https://www.rubytech.com.tw/rubytech/faq/i-would-like-to-build-a-vlan-trunksingle-tag-environment-is-there-any-suggestion-for-configuring-vlans-port-type-and-egress-rule/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=i-would-like-to-build-a-vlan-trunksingle-tag-environment-is-there-any-suggestion-for-configuring-vlans-port-type-and-egress-rule</link>
		
		<dc:creator><![CDATA[rubyadmin]]></dc:creator>
		<pubDate>Thu, 28 Jan 2016 09:58:51 +0000</pubDate>
				<guid isPermaLink="false">/rubytech/?post_type=faq&#038;p=4137</guid>

					<description><![CDATA[<p>Suggest configure as below: Port Type as “C-port” and Egress Rule as “Trunk” for Uplink port. Port Type as “C-port” and Egress Rule as “Access” for Downlink port(Here it means PCs or can’t recognize VLAN tag devices). CLI command: (Suppose port 1 is uplink port, port 2~10 are downlink ports.) Switch # vlan Switch (vlan)# [&#8230;]</p>
<p>The post <a href="https://www.rubytech.com.tw/rubytech/faq/i-would-like-to-build-a-vlan-trunksingle-tag-environment-is-there-any-suggestion-for-configuring-vlans-port-type-and-egress-rule/">I would like to build a VLAN trunk(single tag) environment, is there any suggestion for configuring VLAN’s port type and egress rule?</a> first appeared on <a href="https://www.rubytech.com.tw/rubytech">Rubytech</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Suggest configure as below:</p>
<ul>
<li>Port Type as “C-port” and Egress Rule as “Trunk” for Uplink port.</li>
<li>Port Type as “C-port” and Egress Rule as “Access” for Downlink port(Here it means PCs or can’t recognize VLAN tag devices).</li>
</ul>
<p>CLI command: (Suppose port 1 is uplink port, port 2~10 are downlink ports.)</p>
<p>Switch # vlan</p>
<p>Switch (vlan)# port-type 1 c-port</p>
<p>Switch (vlan)# egress-rule 1 trunk</p>
<p>Switch (vlan)# port-type 2-10 c-port</p>
<p>Switch (vlan)# egress-rule 2-10 access</p><p>The post <a href="https://www.rubytech.com.tw/rubytech/faq/i-would-like-to-build-a-vlan-trunksingle-tag-environment-is-there-any-suggestion-for-configuring-vlans-port-type-and-egress-rule/">I would like to build a VLAN trunk(single tag) environment, is there any suggestion for configuring VLAN’s port type and egress rule?</a> first appeared on <a href="https://www.rubytech.com.tw/rubytech">Rubytech</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How do I modify management VLAN?</title>
		<link>https://www.rubytech.com.tw/rubytech/faq/how-do-i-modify-management-vlan/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-do-i-modify-management-vlan</link>
		
		<dc:creator><![CDATA[rubyadmin]]></dc:creator>
		<pubDate>Thu, 28 Jan 2016 09:55:52 +0000</pubDate>
				<guid isPermaLink="false">/rubytech/?post_type=faq&#038;p=4127</guid>

					<description><![CDATA[<p>You can change VLAN ID in the IP configuration page &#160; CLI command: (Suppose to change management VLAN to VLAN10) Switch # ip Switch (ip)# mgmt-vlan 10 Please note that you may also need to change the management port’s PVID to the same as management VLAN ID or send packets with the same as management [&#8230;]</p>
<p>The post <a href="https://www.rubytech.com.tw/rubytech/faq/how-do-i-modify-management-vlan/">How do I modify management VLAN?</a> first appeared on <a href="https://www.rubytech.com.tw/rubytech">Rubytech</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>You can change VLAN ID in the IP configuration page</p>
<p>&nbsp;</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-medium wp-image-4129" src="/rubytech/wp-content/uploads/2016/01/faq-300x245.png" alt="faq" width="300" height="245" /></p>
<p>CLI command: (Suppose to change management VLAN to VLAN10)</p>
<p>Switch # ip</p>
<p>Switch (ip)# mgmt-vlan 10</p>
<p>Please note that you may also need to change the management port’s PVID to the same as management VLAN ID or send packets with the same as management VLAN ID tag that can manage the switch.</p><p>The post <a href="https://www.rubytech.com.tw/rubytech/faq/how-do-i-modify-management-vlan/">How do I modify management VLAN?</a> first appeared on <a href="https://www.rubytech.com.tw/rubytech">Rubytech</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
