04-28-2022 06:57 PM
Hey All
I'm swapping a cisco 3650 for a new cisco 9200 switch.
the existing switch connects to an ASA, and then also connects to other switches.
I unplugged the old one and plugged in the connections to the new switch. I could not get internet connectivity when i plugged a pc into the new switch after i hooked everything up.
i am wondering if you could toss out some things to try/double check in order to fix this.
I made sure the routed port on the new switch was set up. i could ping the ASA from the new switch. i could not reach out to the internet or ping google.com from inside the new switch.
i'm a newb at this, so i'm sorry if this is a stupid question.
Solved! Go to Solution.
07-19-2022 06:04 AM
hey all. thanks for the replies.
i got it working. the sfp module was not lit up, so i reset both ends of the connection and the light came on. layer 1 issue i guess. the settings were the same betweeen switches. if yours is not working make sure there are lights showing up at both ends of the connection! duh! i'm an idiot. thanks for your patience.
04-28-2022 07:30 PM
Hi,
i'm a newb at this, so i'm sorry if this is a stupid question.
No question is stupid.
If you can connect to the Internet from the switch and not from a laptop you connect to one of the ports on the 9200, make sure the port is in the correct vlan. Also, make sure the laptop has the correct default gateway. In addition to these, can you post the output of
"sh run" and "sh vlans"
HTH
04-28-2022 08:43 PM
check the configuration of 3650 switch and note down if any VLANs available. make sure same configuration applied to 9200 switch too.
04-28-2022 11:21 PM
Questions :
1. is the switch connected out of the box ? or configured the same as the old switch?
2. as others mentioned you need to do basic config on the switch and appropriate VLAN to be in place to work.
post both old switch and new switch config for reference here
04-30-2022 08:03 AM
without topology we can image what happened, may be L2 STP issue may be VLAN not config in new SW.....
we need more detail
05-02-2022 06:49 AM
Vlan1 unassigned YES NVRAM administratively down down
Vlan11 10.1.1.254 YES NVRAM up up
Vlan12 10.1.2.254 YES NVRAM up up
Vlan13 10.1.3.254 YES NVRAM up up
Vlan14 10.1.4.254 YES NVRAM up up
FIRST PORT
OLD AND NEW SWITCH - EXACT SAME CONFIG ON BOTH SWITCHES
SECOND PORT
OLD SWITCH
NEW SWITCH
interface GigabitEthernet1/0/2
description TOP FLOOR SWITCH
switchport trunk native vlan 22
switchport mode trunk
switchport nonegotiate
THIRD PORT
OLD SWITCH
interface GigabitEthernet0/3
description LOWER LEVEL SWITCH
switchport trunk encapsulation dot1q
switchport trunk native vlan 23
switchport mode trunk
switchport nonegotiate
NEW SWITCH
interface TenGigabitEthernet1/1/1
description FIBER TENGIG TRUNK LOWER LEVEL SWITCH
switchport trunk native vlan 23
switchport mode trunk
switchport nonegotiate
05-02-2022 06:52 AM
there is also a default route on the both switches going to the ASA interface.
ip route 0.0.0.0 0.0.0.0 192.168.1.246
05-02-2022 06:54 AM
not only can i not ping google on the working switch, but i cannot ping externals ip addresses like 8.8.8.8
05-02-2022 07:01 AM - edited 05-02-2022 07:04 AM
If you are trying to ping google from the switch, your source address will be 192.168.1.245. So, the IP segment that connects the switch to the firewall (192.168.1.244 255.255.255.252) needs to be part of your NAT statement.
Also, it would probably be helpful if you post the output of "sh run" here.
HTH
05-02-2022 08:06 AM
Encapsulation must conifg in each trunk
Second clear arp table in asa.
05-03-2022 05:47 AM
encapsulation command does not exist on new 9200 switches. it is assumed.
05-03-2022 06:05 AM - edited 05-03-2022 06:06 AM
Yes I check there is no encapsulation since 9200 by default use IEEE 802.1Q for all trunk.
now only clear arp & clear conn in ASA.
from the view of ASA the same IP meaning same MAC address traffic drop.
07-19-2022 06:04 AM
hey all. thanks for the replies.
i got it working. the sfp module was not lit up, so i reset both ends of the connection and the light came on. layer 1 issue i guess. the settings were the same betweeen switches. if yours is not working make sure there are lights showing up at both ends of the connection! duh! i'm an idiot. thanks for your patience.
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