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.
01-30-2022 01:19 PM
I've created a VLAN 10 and a Virtual Interface (ve 10). When I run the following command to put my ve in the Vlan, it errors out.
Command:
SSH@MYTESTSWITCH(config-vlan-10)#router-interface ve 10
Error:
Invalid input ->router-interface ve 10
Type ? for a list
Node doesn't exist
I only found one blog which mentions checking the firmware and my switch is running router firmware (SPR09010.bin) hence I'm out of ideas here now.
Solved! Go to Solution.
01-30-2022 01:35 PM
This command is no longer necessary in the 09.x firmware; every VLAN has a router interface created automatically. You should be able to use 'interface ve 10' to configure it.
01-31-2022 11:59 AM
Okay @kevin_fleming Thanks for clarifying that.
05-15-2023 03:23 PM - edited 05-15-2023 03:53 PM
This is helpful! However, when I tried to put "interface ve 1" on VLAN 1, it just takes me to that interface. Do you know why it would do this, @kpfleming? I believe I have layer 3 code:
Software Package: ICX8200_BASE_L3_SOFT_PACKAGE
SW_M (config)#vlan 1
SW_M (config-vlan-1)#interface ve 1
SW_M (config-vif-1)#
05-15-2023 06:37 PM
Hi Sydney_N,
ICX8200 has a base code of 10.x where vlans have a router interface created automatically. Hence, when you enter "interface ve 1" the prompt changes to the interface configuration mode.
Hope this helps.
05-16-2023 08:01 AM
@happytohelp thank you for clarifying!
