Much like on firewalls you can create object groups in Nexus, which you can utilize when you’re implementing ACLs
object-group ip address {OBJECTNAME}
{subnet/mask}
{subnet/mask}
{subnet/mask}...
exit
ip access-list {ACL_NAME} permit ip addrgroup {OBJECTNAME} [destination]
Makes like simple, huh? What about showing the access-list that has been configured with an object group? Well, under the show access-lists summary
you won’t see this, you’ll need to “expand”
show access-lists {ACL_NAME} expanded