03-22-2023 01:12 PM
trying to configure a new icx, and with the new firmware I have a couple of questions.
before I was able to use the router-interface ve in vlans, how do we do it now??
also,
How do we create the privilege exec password?
I keep getting:
router>enable
No password has been assiged yet...
Thank you for any help
03-22-2023 01:26 PM
Hey @caliparcerito
There is quite a bit of CLI syntax change in 9.x and 10.x when compared to 8.x. Please review the release notes and guides to check for deprecated and newly-introduced commands.
8200 product page with recommended code and links to documents
Regarding VEs, you no longer need the 'router-interface' command. If you have a vlan, the corresponding VE is automatically created with same number. For example, If you have vlan 10, you can simply do the following:
conf t
int ve 10
*configure as needed
Changes within aaa items generally happened in 9010. Regarding enable authentication, you will generally use this newer command:
aaa authentication enable
Hope that helps!
03-23-2023 07:28 AM
Thank you Ben,
one more question, what about the console time-out. I keep getting logged out every 2 minutes and I haven't been able to change it. Do you know a way to change it?
03-23-2023 07:32 AM
Hey @caliparcerito,
New command is 'cli-timeout <value>'
03-30-2023 08:41 AM
hi @BenBeck
Thanks, I'll try this out now and I'll revert if any issues