RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
07-09-2020 12:40 PM
vlan 16 name OfficeHowever, when I try to create the trunk ports, I hit an issue:
tagged ethernet 1/1/12
ICX7150-C12 Router(config-if-e1000-1/1/1)#vlan-config add all-taggedI checked, and port 1/1/1 does have an IP address - it seems to have pulled one via DHCP by default. (And I can also use this IP address to SSH into the switch and configure things).
INFO : Command may take approximately 0 Seconds
error - IP routing, vrf, ip policy, route-only, rpf-mode, ip-mac or ip tcp mss was configured on ports 1/1/1
ICX7150-C12 Router(config-if-e1000-1/1/1)#int eth 1/1/1However, the IP address seems to come back on its own after a couple of minutes.
ICX7150-C12 Router(config-if-e1000-1/1/1)#no ip address *
ICX7150-C12 Router(config-if-e1000-1/1/1)#vlan-config add all-tagged
INFO : Command may take approximately 0 Seconds
ICX7150-C12 Router(config-if-e1000-1/1/1)#
VLAN : [ 82]
Port(s) ethe 1/1/1 add to 2 vlan(s) complete.....
07-09-2020 01:40 PM
I haven't seen an example of multiple VLAN tagged which I think is
what he wanted so here goes
First state the vlans (five in
this example, 2, 4, 7, 10, 40)
config)# VLAN 2 4 7 10 40
Then tag those to the interface
config-vlan 2*40# tag int e 1/1/1
Done!
save your work, tho 🙂
07-09-2020 02:07 PM
06-16-2022 03:09 AM
Dear Sir,
We have tried all possibilities, but no luck.
Can u please provide me a commands for trunk configuration, request.
for RUCKUS ICX 7510- 24port switch
Thanks and Regards
Fenny Kumar
10-29-2022 02:38 AM
Fenny I am no expert but trunk ports work without issue. I have setup trunks between ICX, Telesis Switches and a Trunk to ESX distributed switch in a home lab environment. You may be having some difficulty if you are used to setting up Cisco trunks, the terminology is quite different with other switch OS's. A trunk in Ruckus is associated to aggregation groups unlike Cisco a trunk is actually a port with multiple VLAN's that are pre tagged to traverse that interface.
enab
conf t
vlan 10 #creates vlan 10 (if not already created)
vlan 2048 #
--------->So now tag the interface to the VLAN (reverse of how Cisco does trunks)
SSH@CoreSwitch(config)#vlan 10
SSH@CoreSwitch(config-vlan-10)#tagged ethernet 1/1/8
Added tagged port(s) ethe 1/1/8 to port-vlan 10.
SSH@CoreSwitch(config-vlan-10)#exit
SSH@CoreSwitch(config)#vlan 2048
SSH@CoreSwitch(config-vlan-2048)#tagged ethernet 1/1/8
Added tagged port(s) ethe 1/1/8 to port-vlan 2048.
--------->Now ether 1/1/8 is effectively (in Cisco language) a trunk for vlan 10 & 2048
--------->That's it
