cancel
Showing results for 
Search instead for 
Did you mean: 

icx8200 v10.0.00

caliparcerito
New Contributor

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

19 REPLIES 19

BenBeck
Moderator
Moderator

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

https://support.ruckuswireless.com/products/204-ruckus-icx-8200-campus-switches#sort=relevancy&f:@so...

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 

https://docs.commscope.com/bundle/fastiron-10000-commandref/page/GUID-12709AE8-FF8D-458C-9A7E-9F885A...

Hope that helps!

 

Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us

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?

 

Hey @caliparcerito,

New command is 'cli-timeout <value>'

 

Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us

Dejeh1
New Contributor

hi @BenBeck 

Thanks, I'll try this out now and I'll revert if any issues