How2pass.com Forums

Full Version: Fix Question QID:EC541
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Refer to the exhibit. R2 is the neighboring router of R1. R2 receives an advertisement for network 192.168.10.50/32. Which configuration should be applied for the subnet to be advertised with the original /24 netmask?

The correct answer is:

R1(config)# interface loopback0
R1(config)# ip iospf network point-to-point

You mark the correct:
R1(config)#interface loopback0
R1(config)#ip ospf1 area 0

On OSPF loopback address normally are advertise as /32 , but some rare occasion that need to be advertise as /24 they only option is to advertise as point-to-point

thank you
Thank you for your feedback. The answer has been fixed. The explanation was already suggesting the point-to-point option.