Asked By
30 points
N/A
Posted on - 11/17/2012
Best Answer
Best Answer
How is cisco acl for active directory edited?
Â
You can have the Microsoft Active Directory Authenticated through Cisco DMZ server by applying the following configurations,
Access-list acl-dmz permit icmp any
 Access-list acl-dmz permit udp any host <dns.server.ip> eq domain
Access-list acl-dmz permit tcp any host <domain.controller.ip> eq idap
Access-list acl-dmz deny ip any 10.0.10.0 255.255.252.0
Access-list acl-dmz permit ip any any
How is cisco acl for active directory edited?
ACL (Access Control List) is defined as a list of permissions with regards to an object which defines who is allowed to access or modify it.
Editing Cisco ACL is best to be done by copying the portion(s) into a text editor, such as Notepad++, editing them and then copying them back into the router.