For OSPF network commands there are plenty of examples in the Lammle book and Cisco book for nice, neat subnet masks with all 1's in an octet.
255.255.255.0 for example would yield a wildcard of 0.0.0.255.
But what about the network config for a mask like 255.255.255.240 ? If my IP address is ..say...170.50.10.17.
Would it be ...network 170.50.10.0 0.0.0.15 area 1
Or... network 170.50.10.17 0.0.0.15 area 1
Or something else?
Also it seems that you could just use wildcard 0.0.0.0 for all you network commands and only the wildcard notation for summarization right? Would that work on the exam?
Tim