OSPFv2 config wildcard or interface?
Magic Johnson
Member Posts: 414
in CCNA & CCENT
Odom dropped this bombshell in his IPv6 section, that you could configure ospfv2 per interface instead of using the awful 'network + wc mask' command.
So:
router ospf 1
-router-id 1.1.1.1
int s0/0
-ip ospf 1 area 0
Job done. This removes the need to think about inverting the mask, thinking about the network and matching specific interfaces etc and I would imagine save a lot of time in the exam.
Does anyone have any thoughts on this? Do the simlets allow OSPFv2 to be configured this way or can you only do it the network way? And is there any reason why you wouldn't want OSPF to run on all interfaces then just configure the non-router connection interfaces as passive (which I can't do on Boson because it says its CCNP?)...
So:
router ospf 1
-router-id 1.1.1.1
int s0/0
-ip ospf 1 area 0
Job done. This removes the need to think about inverting the mask, thinking about the network and matching specific interfaces etc and I would imagine save a lot of time in the exam.
Does anyone have any thoughts on this? Do the simlets allow OSPFv2 to be configured this way or can you only do it the network way? And is there any reason why you wouldn't want OSPF to run on all interfaces then just configure the non-router connection interfaces as passive (which I can't do on Boson because it says its CCNP?)...
Comments
-
Dieg0M Member Posts: 861Magic Johnson wrote: »Does anyone have any thoughts on this?Magic Johnson wrote: »Do the simlets allow OSPFv2 to be configured this way or can you only do it the network way?Magic Johnson wrote: »And is there any reason why you wouldn't want OSPF to run on all interfaces then just configure the non-router connection interfaces as passive (which I can't do on Boson because it says its CCNP?)...Follow my CCDE journey at www.routingnull0.com
-
TechGuru80 Member Posts: 1,539 ■■■■■■□□□□Best practice per CBT Nuggets...passive-interface default...applies to all int's, then 'no passive-interface fa0/1' or whatever interfaces you want neighbors formed. You wouldn't want hellos sent on user facing interfaces.
-
Gngogh Member Posts: 165 ■■■□□□□□□□Something i dont understand, OSPFv2 is not compatible with IPv6, it should be OSPFv3...
-
Dieg0M Member Posts: 861Something i dont understand, OSPFv2 is not compatible with IPv6, it should be OSPFv3...Follow my CCDE journey at www.routingnull0.com