11-29-2019 11:25 PM
Hello,
I bought Cisco C9200L-24P-4X switch connected the switch in my existing network VTP configured, shows the Vlan in my L3 Switch, broadcast is happening in all Vlan, bu i am not able ping the Switch IP
11-30-2019 12:50 AM
Hello,
from where can you not ping the switch ? Do you have a management IP address and default gateway configured ?
11-30-2019 02:27 AM
11-30-2019 03:12 AM
Hello,
--> Only Native Vlan of the switch is getting ping,
So Vlan 1 is not the native Vlan on the switch ?
Post the full running configuration of the 9200, as well as that of one of the neighboring switches, and indicate through which port they are connected.
11-30-2019 03:33 AM
11-30-2019 03:38 AM
Hello,
you have 'ip routing' enabled, try and turn that off:
Switch#conf t
Switch(config)#no ip routing
11-30-2019 09:25 AM
by Default, I have seen sometimes the VLAN 1 down in admin mode.
check show interface VLAN 1 - what status if it is down?
config t
!
interface VLAN 1
no shut
!
end
ping from the switch to 172.30.1.2 < this IP works before you move to next level
11-30-2019 09:44 AM
11-30-2019 10:25 AM
then i may be missed here something ? what is the issue ?
11-30-2019 10:53 AM
I am not clear what is the current state of this. I do agree with @Georg Pauwen about one important issue. The configuration has ip routing enabled and has this in the configuration for default route
ip default-gateway 172.30.1.2
The issue is that default-gateway is used when the switch is operating as a host in the network (ip routing disabled - which is the default) and default-gateway configuration is ignored when ip routing is enabled (as was the case in the posted config). So either ip routing should be removed or a static default route should be configured, which might look something like this
ip route 0.0.0.0 0.0.0.0 172.30.1.2
If there still are issues I would appreciate a fresh statement of what the issues are. It would also be helpful to see the output of these commands on the switch
show cdp neighbor
show ip route
show arp
show interface trunk
HTH
Rick
12-01-2019 08:19 PM
12-02-2019 07:40 AM
Can you attempt ping from the pc to its gateway and immediately check the arp table of the PC and post that output here?
Also please post the output of the command show interface trunk from the 9200 switch.
HTH
Rick
10-02-2022 03:26 AM
Hello,
Ihave cisco 9200l give me this issue.
Mainboard hardware authentication failed. Abort init ...
Initializing Hardware...
System Bootstrap, Version 17.8.1r [FC5], RELEASE SOFTWARE (P)
Compiled Wed 01/12/2022 17:00:03 by rel
Current ROMMON image : Primary
C9200L-48P-4X platform with 2097152 Kbytes of main memory
boot: attempting to boot from [flash:packages.conf]
boot: reading file packages.conf
#############
ILET-2-AUTHENTICATION_FAIL: The system integrity check has failed during the boot-up sequence. Please contact Cisco's Technical Assistance Center for more information.
Mainboard hardware authentication failed. Abort init ...
10-02-2022 09:24 AM
You picked an old discussion to add your issue to the discussion. And your issue has nothing to do with the issue in the original post. It would have been better for you to have started a new discussion. But you asked here and so I will respond here. It looks like some type of hardware issue. I believe that this part of the output is very good advice "Please contact Cisco's Technical Assistance Center for more information."
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide