<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ICX-7150 - How do I make a regular switch port into a trunk port? in ICX Switches</title>
    <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-How-do-I-make-a-regular-switch-port-into-a-trunk-port/m-p/23978#M1083</link>
    <description>Jeff - I don't believe you need to make the port a tagged port, unless the ISP is specifically sending frames that include VLAN headers.&amp;nbsp; Most do not.&amp;nbsp; I would simply leave the interface connected to your ICX untagged in vlan 1.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
    <pubDate>Wed, 15 Jul 2020 22:02:30 GMT</pubDate>
    <dc:creator>matt_klouda_hvt</dc:creator>
    <dc:date>2020-07-15T22:02:30Z</dc:date>
    <item>
      <title>ICX-7150 - How do I make a regular switch port into a trunk port?</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-How-do-I-make-a-regular-switch-port-into-a-trunk-port/m-p/23974#M1079</link>
      <description>I have copper from the ISP. How do I make port 48 into a trunk port?&amp;nbsp;</description>
      <pubDate>Wed, 15 Jul 2020 11:57:55 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-How-do-I-make-a-regular-switch-port-into-a-trunk-port/m-p/23974#M1079</guid>
      <dc:creator>jeff_nichols_26</dc:creator>
      <dc:date>2020-07-15T11:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: ICX-7150 - How do I make a regular switch port into a trunk port?</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-How-do-I-make-a-regular-switch-port-into-a-trunk-port/m-p/23975#M1080</link>
      <description>You hace to tag the Port in the required VLAN this this Is the equivalente of a Cisco trunk, can be done from the CLI, connect to the switch vía putty
&lt;BR /&gt;
For example: 
&lt;BR /&gt;
Conf t
&lt;BR /&gt;
VLAN 10
&lt;BR /&gt;
Tag Ethernet 1/1/48
&lt;BR /&gt;&lt;BR /&gt;
Regards</description>
      <pubDate>Wed, 15 Jul 2020 12:40:52 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-How-do-I-make-a-regular-switch-port-into-a-trunk-port/m-p/23975#M1080</guid>
      <dc:creator>david_chavarri1</dc:creator>
      <dc:date>2020-07-15T12:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: ICX-7150 - How do I make a regular switch port into a trunk port?</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-How-do-I-make-a-regular-switch-port-into-a-trunk-port/m-p/23976#M1081</link>
      <description>Hi Jeff&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;If you are using the term "trunk" in the Cisco sense i.e. an interface with an untagged VLAN plus multiple tagged VLANs then there is no special configuration required, just add ports to VLANs.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Example; Port 48 is already in VLAN 1 but you want VLAN 10 as untagged and VLAN 20 as tagged.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hostname#conf t&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hostname(config)#vlan 20&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hostname(config-vlan-20)#tag e 1/1/48&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Added tagged port(s) ethe 1/1/48 to port-vlan 20.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hostname(config-vlan-20)#vlan 1&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hostname(config-vlan-1)#no untag e 1/1/48&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hostname(config-vlan-1)#vlan 10&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hostname(config-vlan-10)#untag e 1/1/48&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Added untagged port(s) ethe 1/1/48 to port-vlan 10.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hostname(config-vlan-10)#&amp;nbsp;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;The config. would look like this;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hostname(config-vlan-10)#sho run&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;...&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;vlan 1 name DEFAULT-VLAN by port&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;vlan 10 by port&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp;untagged ethe 1/1/48&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;vlan 20 by port&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp;tagged ethe 1/1/48&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;...&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;You can get the full set of config guides here;&amp;nbsp;&lt;A alt="" href="https://docs.arris.com/bundle?labels=203&amp;amp;labels=209&amp;amp;labels=208&amp;amp;labels=207&amp;amp;labels=206&amp;amp;labels=206&amp;amp;labels=205&amp;amp;labels=204" name="" rel="nofollow" target="" title="" type="" value=""&gt;https://docs.arris.com/bundle?labels=203&amp;amp;labels=209&amp;amp;labels=208&amp;amp;labels=207&amp;amp;labels=206&amp;amp;labels=206&amp;amp;labels=205&amp;amp;labels=204&lt;/A&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
      <pubDate>Wed, 15 Jul 2020 12:43:58 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-How-do-I-make-a-regular-switch-port-into-a-trunk-port/m-p/23976#M1081</guid>
      <dc:creator>simon_pollard</dc:creator>
      <dc:date>2020-07-15T12:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: ICX-7150 - How do I make a regular switch port into a trunk port?</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-How-do-I-make-a-regular-switch-port-into-a-trunk-port/m-p/23977#M1082</link>
      <description>OK I have it like that and it isn't working. Trying to see what I am missing. Does is matter which traffic is tagged and which is untagged?</description>
      <pubDate>Wed, 15 Jul 2020 19:18:37 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-How-do-I-make-a-regular-switch-port-into-a-trunk-port/m-p/23977#M1082</guid>
      <dc:creator>jeff_nichols_26</dc:creator>
      <dc:date>2020-07-15T19:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: ICX-7150 - How do I make a regular switch port into a trunk port?</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-How-do-I-make-a-regular-switch-port-into-a-trunk-port/m-p/23978#M1083</link>
      <description>Jeff - I don't believe you need to make the port a tagged port, unless the ISP is specifically sending frames that include VLAN headers.&amp;nbsp; Most do not.&amp;nbsp; I would simply leave the interface connected to your ICX untagged in vlan 1.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
      <pubDate>Wed, 15 Jul 2020 22:02:30 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-How-do-I-make-a-regular-switch-port-into-a-trunk-port/m-p/23978#M1083</guid>
      <dc:creator>matt_klouda_hvt</dc:creator>
      <dc:date>2020-07-15T22:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: ICX-7150 - How do I make a regular switch port into a trunk port?</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-How-do-I-make-a-regular-switch-port-into-a-trunk-port/m-p/45927#M3379</link>
      <description>&lt;P&gt;in ARUBA&lt;BR /&gt;I can do this&lt;BR /&gt;int 24&lt;BR /&gt;tag 10,20,30&lt;BR /&gt;INSTEAD OF&lt;BR /&gt;vlan 10&lt;BR /&gt;tag e 1/1/24&lt;BR /&gt;vlan 20&lt;BR /&gt;tag e 1/1/24&lt;BR /&gt;vlan 30&lt;BR /&gt;tag e 1/1/24&lt;BR /&gt;&lt;BR /&gt;look at that. how many lines I can save&lt;BR /&gt;&lt;BR /&gt;How come I can't do that in icx 8.0.95&lt;BR /&gt;could I ask it will be added in next release&lt;BR /&gt;tq&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 07:22:45 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-How-do-I-make-a-regular-switch-port-into-a-trunk-port/m-p/45927#M3379</guid>
      <dc:creator>nbctcp</dc:creator>
      <dc:date>2022-08-09T07:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: ICX-7150 - How do I make a regular switch port into a trunk port?</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-How-do-I-make-a-regular-switch-port-into-a-trunk-port/m-p/45933#M3382</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/6952"&gt;@nbctcp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can do something like this:&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;vlan 10 20 30&lt;/P&gt;&lt;P&gt;tag e 1/1/24&lt;/P&gt;&lt;P&gt;Similarly, you can edit multiple interfaces at once as well:&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;int e 1/1/1 to 1/1/24&lt;/P&gt;&lt;P&gt;&amp;lt;command&amp;gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;int e 1/1/1 e 1/1/5 e 1/1/10&lt;/P&gt;&lt;P&gt;&amp;lt;command&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 13:17:58 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-7150-How-do-I-make-a-regular-switch-port-into-a-trunk-port/m-p/45933#M3382</guid>
      <dc:creator>BenBeck</dc:creator>
      <dc:date>2022-08-09T13:17:58Z</dc:date>
    </item>
  </channel>
</rss>

