cancel
Showing results for 
Search instead for 
Did you mean: 

router-interface command doesn't work (ICX 7450)

rahul_chakravar
New Contributor III

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.

1 ACCEPTED SOLUTION

kpfleming
New Contributor III

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.

View solution in original post

8 REPLIES 8

Okay @kevin_fleming  Thanks for clarifying that.

Sydney_N
New Contributor III

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)#

happytohelp
RUCKUS Team Member

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.

Sydney_N
New Contributor III

@happytohelp thank you for clarifying!