Juniper Junos Target CLI Configuration
This topic contains the parameters for adding Juno Junos target applications and target accounts:
capam32
This topic contains the parameters for adding Juno Junos target applications and target accounts:
2
Junos Target Connector CLI Parameters
To add a Junos target application and connector using the CLI, use the addTargetApplication command and the following command parameters:
TargetApplication.type
The target application connector type.
Required | Default Value | Valid Values |
yes | N/A | juniper |
Attribute.extensionType
The attribute extension type
Required | Default Value | Valid Values |
yes | N/A | juniper |
Attribute.sshPort
The port that is used to connect to the Juniper host using SSH.
Required | Default Value | Valid Values |
yes | 22 | 0-65535 |
Attribute.connectTimeout
Specifies the amount of time in milliseconds that Credential Manager should wait for the remote host to respond.
Required | Default Value | Valid Values |
no | 60000 | 1000-99999 |
Attribute.readTimeout
Required | Default Value | Valid Values |
no | 5000 | 1000-99999 |
Junos Target Account CLI Parameters
To add a Junos target account that uses the target connector, use the addTargetAccount command and the following command parameters:
Attribute.extensionType
Required | Default Value | Valid Values |
yes | N/A | juniper |
Attribute.useOtherAccountToChangePassword
Specifies whether to use the target account or a different account when updating the target account.
Required | Default Value | Valid Values |
yes | false | true, false |
Attribute.otherAccount
Specifies which other account to use when updating the target account.
Required | Default Value | Valid Values |
If Attribute.useOtherAccountToChangePassword is true, set to yes | N/A | a valid target account ID. |
Junos CLI Example
cmdName=addTargetApplication TargetServer.hostName=myhostname.mydomain.com TargetApplication.name=JP1TargetApplication.type=juniper Attribute.extensionType=juniper Attribute.sshPort=22cmdName=addTargetAccount TargetServer.hostName=myhostname.mydomain.com TargetApplication.name=FW1TargetAccount.UserName=admin TargetAccount.password=P@ssw0rd Attribute.extensionType=juniper Attribute.useOtherAccountToChangePassword=false