Compare cert salaries and plan your next career move
lon21 wrote: » When configuring OSPF within Area 0 do we summarise all the ip address which are connected to the routers? Or is this only done in Area 1? Because in CBT video: Area 0 contains the following routers (exclude router 1) and Jeremy writes the following network cmd (below routers) Router 2 - int fa0/0 192.168.1.2 Router 2 - int fa0/1 192.168.2.1 Router 2 - int fa0/2 192.168.10.1 Router 2 - int fa0/3 192.168.20.1 'network 192.168.0.0 0.0.255.255 area 0' Router 3 - int fa0/0 192.168.2.1 Router 3 - int fa0/1 192.168.2.2 ''network 192.168.2.0 0.0.0.255 area 0' But in Area 1 One router contains the following ip address: 172.30.0.0 172.30.1.0 172.30.2.0 172.30.3.0 172.30.4.0 172.30.5.0 172.30.6.0 172.30.7.0 But his network command is 'network 172.30.0.0 0.0.7.255 area 1' I can clearly see that Area 1 cmd shows that it summarise ip address up .7.0 but is this not the case for area 0. Where area 0 summarise more ip address than it is actually using? E.g. Router 2 cmd is: 'network 192.168.0.0 0.0.255.255 area 0' should it not be 'network 192.168.0.0 0.0.31.3 area 0' given a more specific summarisation? Thanks.
networker050184 wrote: » The network command isn't going to summarize anything. Its only there to tell the router what interface to run OSPF on.
lon21 wrote: » I thought that was what the wild card it used for?
networker050184 wrote: » Nope. That is just there to match on IP addresses configured on interfaces. The mask configured on the interface controls what network is advertised.
lon21 wrote: » Sorry what do you mean by mask? For the wild card surely using a 0.0.31.3 wild card is better than using 0.0.255.255 for router 2? 0.0.31.3 advertises the exact number if ip address where as 0.0.255.255 advertises more ip address.
networker050184 wrote: » Again, the network mask in the OSPF network statement does NOT influence what mask is advertised. All the network statement does is match the IP address configured on the interface and run OSPF on it. Then OSPF uses the IP and mask configured on the interface to form the updates.
lon21 wrote: » Oh, now I understand lol Therefore using 0.0.31.3 or 0.0.255.255 in the network statement would not make a difference? Thanks
networker050184 wrote: » Exactly. You can use 0.0.0.0 and just the exact IP of the interface or just 0.0.0.0 255.255.255.255 to run OSFP on all interfaces.
Compare salaries for top cybersecurity certifications. Free download for TechExams community.