ciberkot:
nitrodrops:
access-list 1 deny 51.3.0.1 0.6.0.8
it would match 51.1.0.1 host as well
It would also overlap 51.1.0.9, I believe - but worse than that, the implicit deny any at the end any would cause it to block all IP traffic.
I also had a three line ACL, but a little different than the SG:
access-list 91 permit 51.1.0.1 0.0.0.8
access-list 91 deny 51.1.0.1 0.6.0.8
access-list 91 permit any
Mine is a little more confusing than the SG, but it would work too, I think.