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-21-2022 03:05 PM
I only see the local subnets
06-21-2022 03:18 PM
that way you ping to internal failed,
you run OSPF but the OSPF is run only between Core and New L3 SW and
OSPF in Core do not advertise any prefix this why.
06-21-2022
03:32 PM
- last edited on
06-24-2022
01:07 AM
by
Translator
My only concern is adding the
originate
command won't affect the existing networks.
06-21-2022 03:42 PM
Yes sure effect if the OSPF run in all network then you will have tow default network and if the AD is lower for OSPF then all traffic will forward to Core SW,
so
there is workaround which is config default route in new L3 SW toward the Core
this default route will not advertise via OSPF
this make Core can connect to New L3 SW and vice versa, and this will not effect your network.
06-21-2022
03:54 PM
- last edited on
06-24-2022
01:06 AM
by
Translator
so do something like:
ip route 0.0.0.0 0.0.0.0 10.10.30.2
06-21-2022 04:08 PM
Yes this default route effect only new L3 SW not all your network.
06-22-2022 06:52 AM
I think you can specify area 0 both ways. 0.0.0.0 equals area 0.
06-22-2022 07:03 AM
I will check this point thanks.
06-22-2022 07:20 AM
06-22-2022 06:51 AM
06-22-2022
03:47 PM
- last edited on
06-24-2022
01:06 AM
by
Translator
Yes, It is working now. The
default-information originate
was the best solution and the workaround of adding a default route pointing to the p2p link was a great alternative. Thanks all for the help.
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