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] |
|
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
Find more CLI commands.