Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OSPF Sim
#1
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#
Reply
#2
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.
Reply
#3
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
Reply
#4
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
Reply
#5
(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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)