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-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-30-2022 01:48 PM
01-30-2022 04:12 PM
Hey @kevin_fleming @Vesalius , thanks for pointing me in the right direction.
How do I verify that the linkage between my VLAN and ve is still there? Should I just assume it's there?
In earlier versions, when I ran show running-config, it had an entry under vlan 10 saying router-interface ve 10 but this version doesn't seem to have that entry anymore to indicate the linkage.
01-30-2022 04:57 PM
There is no 'linkage' to verify. If the interface exists, it is part of VLAN 10, there is no other option.
Thus, if 'interface ve 10' appears in your running-config, then you have a layer 3 interface in VLAN 10. If it does not appear, then you don't. It's really straightforward 🙂