06-13-2022 11:35 AM
Hi,
I am bringing up a new L3 switch and I am missing something as the L3 vlan is not ping-able from internal network.
See diagram.
The core is existing and in production. I added a new L3 switch and would like to be able to ping 10.10.10.1 from internal network. I would like the ping to traverse the p2p link between switch and core (gi1/1). Please advice.
Thanks
Solved! Go to Solution.
06-13-2022
02:28 PM
- last edited on
06-24-2022
01:12 AM
by
Translator
I think I found issue here,
internal network is not advert via OSPF and here the New L3 SW don't know the subnet of internal users.
you need in OSPF to advert the internal users subnet or
default-information
in ospf of core do the job.
06-13-2022
11:41 AM
- last edited on
06-24-2022
01:01 AM
by
Translator
Hi
10.10.10.1 is on L3 switch on the Core?
check
show ip int br
make sure all vlan is up up.
According to your draw, looks like the network 10.10.10.0 is under the core and you created it again on the L3 switch. If that is true, you are not going to ping.
06-13-2022
12:21 PM
- last edited on
06-24-2022
01:03 AM
by
Translator
10.10.10.1 is on the L3 switch only. The left side config block is for the L3 switch and right one is for the core.
Show ip int bri
on L3 switch shows up up for all vlans.
06-13-2022 12:27 PM
You don't need a network statement for 10.10.10.0 on the core switch if the subnet only exists on the new L3 switch.
Jon
06-13-2022 11:50 AM - edited 06-13-2022 12:06 PM
You can't route to the same subnet so either -
1) use a different IP subnet for management on new switch which would mean adding that subnet to the OSPF configuration on the new switch
or
2) add vlan 10 to the trunk link between the switches but if that is meant to be just routing between the switches you may not want to do that.
Jon
06-13-2022 12:50 PM
What do you mean by "You can't route to the same subnet". Subnet 10 is only on L3 switch.
06-13-2022 12:58 PM
Yes, realised that after you responded.
So adding vlan 10 to the trunk link would only work if you added the device you were pinging from to vlan 10 which I don't think you want to do so you may as well remove it.
What subnet is the device you are pinging from in because you need to add a network statement for that subnet to the core switch as I don't think your new switch has a route back.
Jon
06-13-2022 03:51 PM
The core has many vlans and all are already advertised. I should be able to ping it from any subnet. The subnet I am using is already advertised and reachable from inside the network.
06-13-2022
04:44 PM
- last edited on
06-24-2022
01:13 AM
by
Translator
core have vlan but new L3SW don't have any idea about subnet behind Core,
either you advertise the VLAN subnet OR
default-inforamtion (0.0.0.0)
advertise from Core to new L3SW.
06-13-2022 11:53 AM - edited 06-13-2022 12:25 PM
there area you enter is 0.0.0.0 it not area 0 you need area 0
the trunk must allow also vlan 10
06-13-2022 12:49 PM
I updated the configs per recommendation but still no luck.
- Changed area from 0.0.0.0 to area 0
- Add vlan 10 to p2p trunk link
See update diagram:
06-13-2022 01:29 PM - edited 06-13-2022 02:28 PM
please see my above comment
06-13-2022
02:28 PM
- last edited on
06-24-2022
01:12 AM
by
Translator
I think I found issue here,
internal network is not advert via OSPF and here the New L3 SW don't know the subnet of internal users.
you need in OSPF to advert the internal users subnet or
default-information
in ospf of core do the job.
06-21-2022 09:42 AM
The existing core has other networks too in the ospf 1 and I wonder if adding this command will cause any issue with the existings.
06-21-2022
02:13 PM
- last edited on
06-24-2022
01:10 AM
by
Translator
according to this config this good but
in L3 SW do
show ip route
do you see the internal subnet ??
if the OSPF not advertise the internal subnet and you can not config
ospf default-information
how new L3 SW know the internal subnet ??
this is the Q here.
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