RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
10-07-2024 08:24 AM
Hello,
I need to move from switch to router code on a stack of ICX 7550s. Current software is 8095g and that wont be changing just moving to the router code version.
Before this is done, I was wondering what the impact will be on the current configuration? Will all of the configuration transfer over? I am assuming it will but wanted to try and verify that before I make the change.
Thanks
Solved! Go to Solution.
10-07-2024 08:30 AM - edited 10-07-2024 08:47 AM
The biggest item to consider is IP addressing. Rather than a global IP address, you will now need to configure a VE and/or use the out of band mgmt port. I would advise doing the upgrade via physical console as you will likely lose IP connectivity as you switch to router code. Other than that, most things function exactly the same.
Edit: You will need to add a default route and/or routing as well. Your default gateway statement will go away.
ip route 0.0.0.0/0 <gateway-ip-address>
10-07-2024 08:30 AM - edited 10-07-2024 08:47 AM
The biggest item to consider is IP addressing. Rather than a global IP address, you will now need to configure a VE and/or use the out of band mgmt port. I would advise doing the upgrade via physical console as you will likely lose IP connectivity as you switch to router code. Other than that, most things function exactly the same.
Edit: You will need to add a default route and/or routing as well. Your default gateway statement will go away.
ip route 0.0.0.0/0 <gateway-ip-address>
10-07-2024 09:00 AM
Thank you.
