Overview
Exinda appliances offer Active Directory (AD) integration to assign usernames to IPs. However, if IP addresses are not dynamically assigned to certain users, it is possible to add domain users statically and define them with their own IP that will not change based on the AD integration. This is a CLI (command-line interface) only feature.
Information
- To add a user, execute the following command:
network-user static-user <domain>\<username> address <ip-address>
- To delete a user, execute the following command:
no network-user static-user <domain>\<username>