How is cisco acl for active directory edited?

Asked By 30 points N/A Posted on -
qa-featured

How is cisco acl for active directory modified without having to remove or recreate it?

SHARE
Best Answer by Parthy Goan
Best Answer
Best Answer
Answered By 0 points N/A #158788

How is cisco acl for active directory edited?

qa-featured

 

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

Answered By 0 points N/A #158789

How is cisco acl for active directory edited?

qa-featured

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.

Related Questions