10-29-2018 03:27 AM - edited 03-11-2019 01:51 AM
Hello all,
Can you help me with the syntax to create fqdn based DACLs.
Thanks
Solved! Go to Solution.
10-30-2018 09:28 AM - edited 10-30-2018 09:31 AM
The syntax error is expected and ok to ignore and save your edit anyway.
The DACL syntax checker in ISE works mainly for Cisco IOS ACL and does not recognize all the keywords; e.g. CSCve90230
See also CSCvj94873 and CSCva54802
10-29-2018 05:49 AM
Usually, it would be the same syntax as the regular ACL supported on the NAD. For example, for ASA, I tested with below:
permit udp any eq bootpc any eq bootps
permit ip any host 10.1.100.10
permit tcp any object-group og-net-msftNCSI eq www
permit tcp any object obj-ISE eq 8443
permit tcp any object obj-ISE eq 8905
permit icmp any any
deny ip any any
where og-net-msftNCSI is defined on ASA
object-group network og-net-msftNCSI
network-object object obj-msftNCSI
network-object object obj-msftConnectTest
!
object network obj-msftNCSI
fqdn www.msftncsi.com
object network obj-msftConnectTest
fqdn www.msftconnecttest.com
10-30-2018 12:10 AM
Hi,
This is applicable for ASA. When i tried to create same in ISE, its throwing error like object-group/fqdn are invalid argument.
10-30-2018 09:28 AM - edited 10-30-2018 09:31 AM
The syntax error is expected and ok to ignore and save your edit anyway.
The DACL syntax checker in ISE works mainly for Cisco IOS ACL and does not recognize all the keywords; e.g. CSCve90230
See also CSCvj94873 and CSCva54802
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide