Start a conversation

Exinda CLI: Network User

Overview

 

This article provides information regarding the Exinda CLI command network-user.

You can use the network-user command to manually create network objects based on an IP address or to dynamically create a network object based on an Active Directory group or user.

 


Information

 

NOTE:  The following syntax convention is used:
  • {}: Options are enclosed in braces and are separated by '|'
  • []: Optional keywords are enclosed in brackets
  • <>: User input is required where variables are enclosed in greater-than and less-than symbols

 

The following table describes the commands used for performing common actions related to network-user:

 

Action Description Command

Parameter Description

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>
  • network-object <network-object> - The name of the dynamic network object that will be created.
  • group <ad-group> - The Active Directory group name that the dynamic network object will be mapped to.
  • user <ad-user> - The Active Directory user name that the dynamic network object will be mapped to.


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

 

Find more CLI commands.

Back to Top

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments