03-30-2023 04:58 PM
I'm trying to configure an IP address for a single interface using the command
interface ethernet 1/2/1
port-name Frontport
ip address 10.30.30.1 255.255.255.252
but I get the error message
Invalid input ->address 10.30.30.1 255.255.255.252
Type ? for a list
Node not parsed
Also , I tried creating a router Ve and I get errors too:
ICX8200-48PF Router(config-vlan-10)# router-interface ve 10
Invalid input ->router-interface ve 10
Type ? for a list
Node doesn't exist
Is there something I'm missing?
05-15-2023 03:17 PM - edited 05-15-2023 03:20 PM
As far as the ve on the VLAN goes, the command router-interface is deprecated:
Not sure about the IP on the single interface though
06-21-2023 06:15 AM
In 09... for the router interface you just nee to edit the int ve {vlanid}, it is mapped to the vlan automagically...
which version do you use?