Engineering has confirmed that Factory Reset (to default state) is NOT supported on: ICX7250 and ICX 7450.
There was some documentation error about the same on these platforms and is corrected now.
We had some inconsistencies in the software where F/D wasn't triggered as expected on the
Supported models : ICX 7150, ICX 7550, ICX 7650 and ICX 7850.
Engineering has fixed the same in 9.0 version and prep-ported the fix to 8095j. Now these models support Factory Reset.
I tested factory reset on ICX 7550 switch with 8095h, 8095j and is working perfectly.
While we are testing the feature in our lab we observed the below behavior.If we immediately release the Reset button within 2 Amber blinks after the power cable is plugged in, then Factory reset is triggered.If you press the reset button for a longer time then Factory Reset Mode button interrupt is getting cleared during bootup and hence Factory reset is Not triggered.
I am unable to assign ip to switch ruckus icx7150. Please hlp
Hi Ramu,
I believe you are talking about management ip address on switch.
On Layer 2 switches, the management ip address and the default gateway are assigned globally, only one per switch.
Example:
switch(config)# ip address 192.22.33.45/24switch(config)# ip default-gateway 192.22.33.1
On Layer 3 switches, each IP address is assigned at teh interface level, not at the global level
- The IP address of any interface ont eh router can be used for management
router(config) # interface eth 1/1/9router(config-if-e1000-1/1/9)#ip address 192.22.33.45/24