Do this:
Vserver create auth
Vserver remove-protocol -vserver auth -protocols *
Net int create -vserver auth -lif auth -service-policy default-management -home-port e0M -home-node local -address xxx -netmask yyy -failover-policy broadcast-domain-wide -auto-revert true
Route create -vserver auth -dest 0.0.0.0/0 -gate ggg
Vserver cifs security modify -vserver auth -is-aes-encryption-enabled true -lm-compatibility-level ntlmv2-krb -session-security-for-ad-ldap sign -smb1-enabled-for-dc-connections false -smb2-enabled-for-dc-connections true
DNS create -server auth -domain abc -name-server ccc,ddd
Vserver active-directory create
-vserver auth <rest of command >
Security login domain-tunnel create -vserver auth
Security login create -user “domain\group” -auth domain -app ontapi
Security login create -user “domain\group” -auth domain -app http
Security login create -user “domain\group” -auth domain -app ssh