config ztna service-connector
Configure ZTNA service connector.
config ztna service-connector
Description: Configure ZTNA service connector.
edit <name>
set status [enable|disable]
set connection-mode [forward|reverse]
set forward-address {string}
set forward-port {integer}
set forward-destination-cn {string}
set certificate {string}
set trusted-ca {string}
set encryption [enable|disable]
set ssl-max-version [ssl-3.0|tls-1.0|...]
set ssl-min-version [ssl-3.0|tls-1.0|...]
set url-map {string}
set relay-dev-info [enable|disable]
set relay-user-info [enable|disable]
set log [enable|disable]
set health-check-interval {integer}
next
end
config ztna service-connector
|
Parameter |
Description |
Type |
Size |
Default |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
name |
Service-connector name |
string |
Maximum length: 79 |
|
||||||||||||
|
status |
Service-connector status. |
option |
- |
enable |
||||||||||||
|
|
|
|||||||||||||||
|
connection-mode |
Connection mode. |
option |
- |
|
||||||||||||
|
|
|
|||||||||||||||
|
forward-address |
service-connector address(IP or FQDN, reverse gateway must configure IP address). |
string |
Maximum length: 255 |
|
||||||||||||
|
forward-port |
Port number that forward traffic uses to connect to |
integer |
Minimum value: 1 Maximum value: 65535 |
0 |
||||||||||||
|
forward-destination-cn |
CN for forward server. |
string |
Maximum length: 255 |
|
||||||||||||
|
certificate |
The name of the certificate to use for SSL handshake. |
string |
Maximum length: 35 |
|
||||||||||||
|
trusted-ca |
Trusted CA certificate used by SSL inspection. |
string |
Maximum length: 79 |
|
||||||||||||
|
encryption |
Enable/disable Encryption. |
option |
- |
disable |
||||||||||||
|
|
|
|||||||||||||||
|
ssl-max-version |
Highest SSL/TLS version acceptable from a server. |
option |
- |
tls-1.2 |
||||||||||||
|
|
|
|||||||||||||||
|
ssl-min-version |
Lowest SSL/TLS version acceptable from a server. |
option |
- |
tls-1.1 |
||||||||||||
|
|
|
|||||||||||||||
|
url-map |
URL pattern to match. |
string |
Maximum length: 63 |
/tcp |
||||||||||||
|
relay-dev-info |
Enable/disable device info relay. |
option |
- |
disable |
||||||||||||
|
|
|
|||||||||||||||
|
relay-user-info |
Enable/disable user info relay. |
option |
- |
disable |
||||||||||||
|
|
|
|||||||||||||||
|
log |
Enable/disable logging of traffic. |
option |
- |
enable |
||||||||||||
|
|
|
|||||||||||||||
|
health-check-interval |
health check interval. |
integer |
Minimum value: 0 Maximum value: 600 |
60 |
||||||||||||