cancel
Showing results for 
Search instead for 
Did you mean: 

setting single interface back to default

CSSP
New Contributor

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

1 ACCEPTED SOLUTION

BenBeck
Moderator
Moderator

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. 

 

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

View solution in original post

2 REPLIES 2

BenBeck
Moderator
Moderator

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. 

 

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

CSSP
New Contributor

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.