Okay, here's what I'm specifically having a problem with:
access-list 10 permit 172.29.16.0 0.0.0.255
access-list 10 permit 172.29.17.0 0.0.0.255
access-list 10 permit 172.29.18.0 0.0.0.255
access-list 10 permit 172.29.19.0 0.0.0.255
Here's what I'm thinking, and I'm guessing I'm wrong...
Starting at .16.0, going up in blocks of 4 would take me to 172.29.19.0? And that's a block of 4, correct?
So I'm guessing that the answer would be
access-list 10 permit 172.29.16.0 0.0.3.255
Am I close?