Created
August 30, 2018 15:55
-
-
Save bohack/395b9e29535e2fa31948668f41c2a12d to your computer and use it in GitHub Desktop.
Nexus ACL Objects Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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