06-10-2019 02:41 AM
Hi everybody
well that's one week i am trying to do a lab on CPT and i have a problems to join two network.
I already apologize for my bad english..
i dont what's wrong exactly i cant ping from pc1 to pc2
i put a static route on the multilayer 0.0.0.0 0.0.0.0 11.10.0.254
and i only did on the other router 2/3/4
router ospf 100
net .... .... area 0
net .... .... area 0
cant do redistribute static on router 2
well i dont know how to explain that easily but first i start with a basical conf.
06-10-2019 05:43 AM - edited 06-10-2019 05:48 AM
Is the connectivity between Router 3 and Router 4 OK ?
06-10-2019 10:16 AM - edited 06-10-2019 10:17 AM
Hello Lumberjack91600,
>> i put a static route on the multilayer 0.0.0.0 0.0.0.0 11.10.0.254
Cisco OSPF does not support redistribution of a default static route.
On router R2 use the following:
router ospf 10
default-information originate
!
Note: you still need the default static route on the same router R2:
ip route 0.0.0.0 0.0.0.0 11.10.0.254
The default-information OSPF command injects a default route 0.0.0.0/0 if one is present in the local routing table of R2.
Once the default route is injected in OSPF by R2 as O E2 (LSA type 5) all other OSPF routers will learn it and you don't need to configure a default static route in each of them.
Hope to help
Giuseppe
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