How2pass.com Forums
OSPF Sim - Printable Version

+- How2pass.com Forums (https://www.how2pass.com/forum)
+-- Forum: CCNP (https://www.how2pass.com/forum/forum-6.html)
+--- Forum: CCNP ENARSI 300-410 Forum (https://www.how2pass.com/forum/forum-15.html)
+--- Thread: OSPF Sim (/thread-1711.html)



OSPF Sim - BManager - 01-05-2020

I am trying to understand from the sim why you would include the command "network 192.168.2.4 0.0.0.3 area 0?

Configuration for Bravo
Quote:Bravo#config t
Bravo(config)#int s0/0
Bravo(config-if)#ip address 192.168.2.6 255.255.255.252
Bravo(config-if)#int s0/1
Bravo(config-if)#ip address 192.168.1.6 255.255.255.252
Bravo(config-if)#exit
Bravo(config)#router ospf 1
Bravo(config-router)#network 192.168.2.4 0.0.0.3 area 0
Bravo(config-router)#network 192.168.1.4 0.0.0.3 area 1
Bravo(config-router)#area 1 stub no-summary
Bravo(config-router)#^z
Bravo#



RE: OSPF Sim - forumsupport - 01-05-2020

192.168.2.4 0.0.0.3 = 192.168.2.4/30 = subnet ID that includes two host IPs 192.168.2.5 and 192.168.2.6.


RE: OSPF Sim - BManager - 01-05-2020

Sorry i meant why would you include it? the question says Area 1 should not receive any inter-area routes, except the default route 2.4 is part of area 0


RE: OSPF Sim - BManager - 01-09-2020

in my eyes the quention says this:



[*]Area 1 should not receive any external routes.

[*]Area 1 should not receive any inter-area routes, except the default route.

 

so to advertise Bravo's S0/0 interface in for me is wrong anyoen else have an appinoin that the following command should be left out on Bravo?



network 192.168.2.4 0.0.0.3 area 0


RE: OSPF Sim - torvali - 01-10-2020

(01-09-2020, 10:04 PM)BManager Wrote: in my eyes the quention says this:



[*]Area 1 should not receive any external routes.

[*]Area 1 should not receive any inter-area routes, except the default route.

 

so to advertise Bravo's S0/0 interface in for me is wrong anyoen else have an appinoin that the following command should be left out on Bravo?



network 192.168.2.4 0.0.0.3 area 0
[*]
area 1 no-summary should take care of the requirement to not advertise 192.168.2.4/30 to Area 1 while also forming an adjacency to LABC in Area 2