In my network, on a router i have run ospf for wan connectivity and static route for LAN side. I have redistributed static in OSPF.
Now i have connected a PC to the same router and want to redistribute connected in OSPF. When i redistribute connected the LAN side Static switch goes down. Any suggestion or help is apprciated
R1#
router ospf 100
router-id 10.100.6.35
redistribute connected
redistribute static metric-type 1 tag 35
network 10.100.6.35 0.0.0.0 area 0
network 10.100.5.60 0.0.0.3 area 0
!