Noprint | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
...
Panel | ||||
---|---|---|---|---|
In this section:
|
The
Spacevars | ||
---|---|---|
|
Spacevars | ||
---|---|---|
|
The CLI syntax to configure the remote server and
Spacevars | ||
---|---|---|
|
// Mandatory parameters for jsrcServer
Code Block | ||
---|---|---|
| ||
% set system jsrcServer
remoteServer <server_name>
srcPassword <password>
srcServerAddress <IPv4 or IPv6 address>
srcUsername <user_name>
state <disabled | enabled> |
// Non-mandatory parameters for jsrcServer
Code Block | ||
---|---|---|
| ||
% set system jsrcServer
globalConfig
DNSuffix <DN_suffix>
maxNumberOfFailuresAllowed (0-10)
numberOfRetries (0-10)
organizationalUnit <name>
reservationFailurePolicy <continue | reject>
retailerName <name>
routerPolicyEnable <disabled | enabled>
srcBandwidithReservationEnabled <disabled | enabled>
srcReconnectPollTimeout <0-3600>
srcSessionTimeout <1-2147483647> |
Caption | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
This example configures and enables remote server named "JSRC_1" with password of "Password1", IP address of "10.11.12.13", username of "srcAdmin".
Additionally, the following global SRC configuration parameters are set. For the remaining parameters, default values are accepted.
Code Block | ||
---|---|---|
| ||
% set system jsrcServer remoteServer JSRC_1 srcPassword Password1 srcServerAddress 10.11.12.13 srcUsername srcAdmin state enabled
% set system jsrcServer globalConfig maxNumberOfFailuresAllowed 4 reservationFailurePolicy reject srcBandwidithReservationEnabled enabled4
% show system jsrcServer
globalConfig {
srcBandwidithReservationEnabled enabled;
maxNumberOfFailuresAllowed 4;
reservationFailurePolicy reject;
}
remoteServer JSRC_1 {
state enabled;
srcServerAddress 10.11.12.13;
srcUsername srcAdmin;
srcPassword $3$Us0Iau8Nh2WAMtFejyHaMw==;
} |
Pagebreak |
---|