cancel
Showing results for 
Search instead for 
Did you mean: 

ICX-7150 - How do I make a regular switch port into a trunk port?

jeff_nichols_26
New Contributor III
I have copper from the ISP. How do I make port 48 into a trunk port? 
6 REPLIES 6

david_chavarri1
Moderator
Moderator
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
For example:
Conf t
VLAN 10
Tag Ethernet 1/1/48

Regards

simon_pollard
Contributor II
Hi Jeff

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.

Example; Port 48 is already in VLAN 1 but you want VLAN 10 as untagged and VLAN 20 as tagged.

Hostname#conf t
Hostname(config)#vlan 20
Hostname(config-vlan-20)#tag e 1/1/48
Added tagged port(s) ethe 1/1/48 to port-vlan 20.
Hostname(config-vlan-20)#vlan 1
Hostname(config-vlan-1)#no untag e 1/1/48
Hostname(config-vlan-1)#vlan 10
Hostname(config-vlan-10)#untag e 1/1/48
Added untagged port(s) ethe 1/1/48 to port-vlan 10.
Hostname(config-vlan-10)# 

The config. would look like this;

Hostname(config-vlan-10)#sho run

...
!
!
vlan 1 name DEFAULT-VLAN by port
!
vlan 10 by port
 untagged ethe 1/1/48
!
vlan 20 by port
 tagged ethe 1/1/48
!
!
...


You can get the full set of config guides here; https://docs.arris.com/bundle?labels=203&labels=209&labels=208&labels=207&labels=206&labels=206&labe...


nbctcp
New Contributor III

in ARUBA
I can do this
int 24
tag 10,20,30
INSTEAD OF
vlan 10
tag e 1/1/24
vlan 20
tag e 1/1/24
vlan 30
tag e 1/1/24

look at that. how many lines I can save

How come I can't do that in icx 8.0.95
could I ask it will be added in next release
tq

Hey @nbctcp 

You can do something like this:

conf t

vlan 10 20 30

tag e 1/1/24

Similarly, you can edit multiple interfaces at once as well:

conf t

int e 1/1/1 to 1/1/24

<command>

or

conf t

int e 1/1/1 e 1/1/5 e 1/1/10

<command>

Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us