cancel
Showing results for 
Search instead for 
Did you mean: 

Ruckus ICX Switch not showing interfaces in show run

mrmadgig
New Contributor II

Hello Community

I have a simple question that I tried to locate before posting. 

I have two ICX 7150's and one does not show the interfaces when issuing the show run or show config command

 

See below 

 

password-change any
cdp run
snmp-server enable traps holddown-time 30
snmp-server host 10.10.111.238 version v2c .....
!
!
clock timezone us Eastern
!
!
ntp
server time.google.com
!
!
web-management https
!
!
manager registrar
!
!
!
!
!
!
!
ip ssh timeout 30
ip ssh idle-time 30
!
!
!
!
!
end
SSH@ICX7150-C12 Switch#
SSH@ICX7150-C12 Switch#
SSH@ICX7150-C12 Switch#
SSH@ICX7150-C12 Switch#

 

Second switch shows the full config these are partialy sanitized

 

web-management https
banner motd ^C
Brocade 10 Port MGIG SWITCH ^C
!
banner incoming ^C
Brocade 10 Port MGIG SWITCH ^C
!
!
!
manager registrar
!
manager port-list 987
!
!
interface ethernet 1/1/1
inline power overdrive
!
interface ethernet 1/1/2
inline power overdrive
!
interface ethernet 1/1/3
inline power overdrive
!
interface ethernet 1/1/4
port-name
inline power overdrive
!
interface ethernet 1/1/5
inline power overdrive
!
interface ethernet 1/1/6
port-name
inline power overdrive
!
interface ethernet 1/1/7
port-name
!
interface ethernet 1/1/8
inline power power-by-class 4
!
interface ethernet 1/2/1
port-name
inline power overdrive
!
interface ethernet 1/2/2
port-name
inline power overdrive
!
interface ethernet 1/3/1
port-name
!
interface ethernet 1/3/2
port-name

 

 

Thank you

 

 

 

 

1 ACCEPTED SOLUTION

BenBeck
Moderator
Moderator

If the configuration on the interface is blank (default), it will not show up in the running configuration. As soon as you configure something on the interface, it will show up. 

 

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

View solution in original post

9 REPLIES 9

mrmadgig
New Contributor II

I also reset this to factory and upgraded to the recommended version and no success.

Chandini
RUCKUS Team Member

For the second switch the inline command looks like a global command from below link 

https://docs.commscope.com/bundle/fastiron-08080-commandref/page/GUID-A7542501-72A6-45E8-87F2-EC8B01...

try giving 

ICX(config)#no inline power overdrive

and try running "show run" and check 

Also what is the current firmware version you are running on both switches ? 

mrmadgig
New Contributor II

HI Thanks for the reply

I learned that if you do not configure somehting on the interface itself it will not show in the run config.

That is really stupid. So both switches do the same thing. I running the recommended version.

Thanks 

You can issue something like 'show interfaces brief' or 'show interfaces eth 1/1/1' to see information on the interfaces.

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

mrmadgig
New Contributor II

Yea I see. Thank you.