Cisco IOS — Standard ACL
Permit or deny the entire network block
! Standard ACL
access-list 10 permit 192.168.1.0 0.0.0.255
! Extended ACL
ip access-list extended ALLOW_NET
permit ip 192.168.1.0 0.0.0.255 any
OSPF — Area advertisement
Include the network in the OSPF process
router ospf 1
network 192.168.1.0 0.0.0.255 area 0
network 192.168.1.0 0.0.0.255 area 1