Hi,
I've been tasked with cleaning up some old client configurations. Several have ospf cost statements, but no ospf process is enabled
interface Vlan1
nameif inside
security-level 100
ip address 192.a.b.c 255.255.255.0
ospf cost 10
!
interface Vlan2
nameif outside
security-level 0
ip address 12.x.y.z 255.255.255.248
ospf cost 10
All of these configs are talking to one main site with site-to-site-vpn tunnels.
Can I safely remove these ospf statements?
Thanks.