02-09-2011 01:30 PM - edited 03-06-2019 03:27 PM
Hi there,
What's the functional difference between configuring ospf at the interface level, such as:
interface GigabitEthernet6/1
no switchport
ip address 10.5.10.1 255.255.255.252
ip ospf 100 area 1
versus:
router ospf 100
network 10.5.10.1 0.0.0.0 area 1
Thanks in advance,
Brandon
Solved! Go to Solution.
02-09-2011 01:34 PM
No functional differences. If you have a lot of interfaces and they can be grouped within a summarized network entry, having the router ospf process configured, requires less typing.
02-09-2011 01:34 PM
No functional differences. If you have a lot of interfaces and they can be grouped within a summarized network entry, having the router ospf process configured, requires less typing.
02-09-2011 01:48 PM
Thanks Edison!
03-28-2011 06:47 AM
Hi,
It's another way of doing things. I like the old style format, going under router ospf xxx (like old-shool) , I like to make sure that only the interface that I want participate on the ospf process, so I combine it with passive-inter default and enable only the interface I want to enable for ospf with pass-inter inter gigx/y.
That makes more sense if you need to debug ip os adj if you are having problems with peering, etc...
HTH,
Elyinn.-
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