10-05-2023 05:23 AM
Hello
I changed ICX7650 firmware image from switch to router (8.0.95k) and lost management VLAN.
I tried setting up ve interface but getting a message below:
Stack(config)#interface ve 900
Error - invalid virtual ethernet interface number
Can someone please advise
Solved! Go to Solution.
10-05-2023 05:33 AM
Hi Dawidku,
Please check if vlan 900 is created and then define ve 900 under it. Example:
device(config)# vlan 900
device(config-vlan-900)# router-interface ve 900
device(config-vlan-900)# interface ve 900
device(config-vif-900)# ip address <IP Address> <Subnet Mask>
10-05-2023 05:33 AM
Hi Dawidku,
Please check if vlan 900 is created and then define ve 900 under it. Example:
device(config)# vlan 900
device(config-vlan-900)# router-interface ve 900
device(config-vlan-900)# interface ve 900
device(config-vif-900)# ip address <IP Address> <Subnet Mask>
10-05-2023 05:50 AM
Oh that's it, thank you so much!!!
10-05-2023 06:47 AM
You're welcome. Glad to know the issue is resolved.
10-15-2023 10:26 PM - edited 10-15-2023 10:28 PM
Hi Dawidku,
This command 'router-interface ve x' 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.
However, if you are using 8095X or below version then you need to configure 'router-interface ve x' first then 'interface ve x' commands.
Thanks