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:27 PM
Hello Caliparcerito,
You can find more information here on how to do it:
device1(config-vlan-10)# interface ve 10 device1(config-vif-10)#
device1(config-vif-10)# ip address 100.0.0.1/24
Also, please take a look at the command reference guide on how to do the exec password privilige:
starting from page 2916
https://support.ruckuswireless.com/documents/4301-fastiron-10-0-00-ga-command-reference-guide
You can find more documents in support.ruckuswireless.com by looking the ICX and selecting the version you are currently running.
Please let us know if you have more questions or if we can set this topic as solved.
Best Regards,
Ayleth Alvarez | Sr Technical Support Engineer | TAC Wired
03-23-2023 07:28 AM
Thank you Alvarez
03-29-2023 10:56 AM - edited 03-29-2023 11:44 PM
Hi there,
I'm trying to configure the new 8200PF running on the 10.0.00 as a layer 2 device which will connect to another 8200PF functioning as the L3 device. On the 7400 series I can assign an ip address to the L2 device and an ip default gateway but on the 8200 i'm to configure for L2 function is doesnt allow an ip. I use the
vlan 25
tagged ethe 1/2/1
int ve 25
ip address 10.30.30.9 255.255.255.0
ip route 0.0.0.0/0 10.30.30.1
exit
but it wouldn't take the Ip route. says node doesn't exit. Any help on this would be appreciated.
03-29-2023 11:51 AM
Hey @Dejeh1
10.0+ will only have router image (switch image deprecated), but you can still configure it to act as an L2 switch.
Can you show the exact message? Also, can you please upgrade the switch to 10.0a? 10.0 is the very first image ever released for that product and we would like customers to move to 10.0a.
Link:
03-29-2023 11:42 PM
Hi @BenBeck
The image in use now is the RDR10000 image, I'll upgrade to the 10.0a and try running the Ip route command again to see if it takes it this time. Also the command
enable super-user-password
enable aaa console
fdp advertise ipv4
isn't accepted, I guess these were also depreciated, are there any replacement commands for the above?