Skip to content

Instantly share code, notes, and snippets.

@bohack
Created August 30, 2018 15:55
Show Gist options
  • Save bohack/395b9e29535e2fa31948668f41c2a12d to your computer and use it in GitHub Desktop.
Save bohack/395b9e29535e2fa31948668f41c2a12d to your computer and use it in GitHub Desktop.
Nexus ACL Objects Example
object-group ip address test_hosts
host 10.10.1.151
host 10.10.1.181
object-group ip port test_ports
eq 5000
ip access-list IT-Acad-VDC
permit tcp 172.16.0.0/12 addrgroup test_hosts portgroup test_ports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment