11-03-2009 12:05 PM - edited 03-11-2019 09:35 AM
Hello,
OSPF is running between L3Switch and ASA but still need static entry on L3Switch to forward traffic to ASA.
ip route 0.0.0.0 0.0.0.0 192.168.1.10
Can someone explain why?
Solved! Go to Solution.
11-03-2009 12:51 PM
Nasr
"On ASA I have default route like this
ip route 0.0.0.0 0.0.0.0 80.11.22.33 ( ISP Router)
and internal routing via OSPF."
But have you told the ASA to send this default route to the L3 switch with the default-information originate command -
http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/d2_72.html#wp1773168
Jon
11-03-2009 12:12 PM
Nasr
Have you configured the ASA to generate a default route and send it to the L3 switch ?
If not then you would indeed need a static route on the L3 switch assuming the ASA is for Internet connectivity.
Jon
11-03-2009 12:43 PM
On ASA I have default route like this
ip route 0.0.0.0 0.0.0.0 80.11.22.33 ( ISP Router)
and internal routing via OSPF.
I understand its needed on ASA to add static route for ISP Router to send all traffic on internet.
but dont understand why I need static route on L3Switch if ospf is running.
11-03-2009 12:51 PM
Nasr
"On ASA I have default route like this
ip route 0.0.0.0 0.0.0.0 80.11.22.33 ( ISP Router)
and internal routing via OSPF."
But have you told the ASA to send this default route to the L3 switch with the default-information originate command -
http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/d2_72.html#wp1773168
Jon
11-03-2009 12:56 PM
Thanks a Lot, I got what you mean.
11-03-2009 12:57 PM
No problem, glad to help.
Jon
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