CLI: Network User

You can use the network-user command to manually create network objects based on an IPInternet protocol address or to dynamically create a network objecta logical definition created and stored in the Exinda lilbrary, can represent any network component based on an Active Directory group or user.

network-user {static-user|network-object}

To manually configure a network object for a user:

[no] network-user static-user <user-name> address <IP-address> [group]

  • static-user <user-name> - The name of the user.
  • address <IP-address> - The corresponding static IPv4 or IPv6 address of the user. Multiple addresses may be specified.
  • group - The group that the user belongs to (optional)

To create a dynamic Network Object based on a user or group:

[no] network-user network-object <network-object> {group | user} <user or group>

EXAMPLE

Create a dynamic Network Object called 'Students Network Object' from the Active Directory 'Students' group

network-user network-object "Students Network Object" group Students