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?