Hello,
Is there a Ruckus ICX equivalent to the Cisco command #default interface to set a single interface back to its default settings??
Thank you
This does not exist for everything, but it does exist for port level commands (whatever shows up under 'show int eth x/y/z'. You can issue something like this:
conf t
no int eth 1/2/2
Again, this will only work for things under interface configuration.
thank you 🙂 It completely deletes the interface but it's faster than doing a bunch of no's...and then you are sure everything is gone.