10-15-2022 08:42 AM
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
Solved! Go to Solution.
10-15-2022 09:39 AM - edited 10-15-2022 09:39 AM
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.
10-15-2022 10:01 AM
I also reset this to factory and upgraded to the recommended version and no success.
10-20-2022 10:20 AM
For the second switch the inline command looks like a global command from below link
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 ?
10-21-2022 05:33 AM
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
10-21-2022 05:39 AM
You can issue something like 'show interfaces brief' or 'show interfaces eth 1/1/1' to see information on the interfaces.
10-21-2022 06:27 AM
Yea I see. Thank you.