- Table of Contents
-
- 07-Security Command Reference
- 00-Preface
- 01-AAA Commands
- 02-802.1X Commands
- 03-MAC Authentication Commands
- 04-Portal Commands
- 05-Port Security Commands
- 06-User Profile Commands
- 07-Password Control Commands
- 08-Public Key Commands
- 09-PKI Commands
- 10-SSH Commands
- 11-SSL Commands
- 12-SSL VPN Commands
- 13-TCP Attack Protection Commands
- 14-ARP Attack Protection Commands
- 15-IPsec Commands
- 16-ALG Commands
- 17-Firewall Commands
- 18-Session Management Commands
- 19-Web Filtering Commands
- 20-User Isolation Commands
- 21-Source IP Address Verification Commands
- 22-FIPS Commands
- 23-Protocol Packet Rate Limit Commands
- 24-Attack detection and protection commands
- Related Documents
-
Title | Size | Download |
---|---|---|
12-SSL VPN Commands | 30.88 KB |
SSL VPN configuration commands
Support for SSL VPN commands depends on the device model. For more information, see About the H3C Access Controllers Command References.
ssl-vpn enable
Use ssl-vpn enable to enable the SSL VPN service.
Use undo ssl-vpn enable to disable the SSL VPN service.
Syntax
ssl-vpn enable
undo ssl-vpn enable
Default
The SSL VPN service is disabled.
Views
System view
Default command level
2: System level
Usage guidelines
Before executing this command, make sure that an SSL server policy has been specified for the SSL VPN service by using the ssl-vpn server-policy command.
Examples
# Specify the SSL server policy svpn and port 3001 for the SSL VPN service, and then enable the SSL VPN service.
<Sysname> system-view
[Sysname] ssl server-policy svpn
[Sysname-ssl-server-policy-svpn] pki-domain domain1
[Sysname-ssl-server-policy-svpn] quit
[Sysname] ssl-vpn server-policy svpn port 3001
[Sysname] ssl-vpn enable
Related commands
ssl-vpn server-policy
ssl-vpn server-policy
Use ssl-vpn server-policy to specify the SSL server policy and port to be used by the SSL VPN service.
Use undo ssl-vpn server-policy to restore the default.
Syntax
ssl-vpn server-policy server-policy-name [ port port-number ]
undo ssl-vpn server-policy
Default
No SSL server policy is specified for the SSL VPN service.
Views
System view
Default command level
2: System level
Parameters
server-policy-name: Name of the SSL server policy, a case-insensitive string of 1 to 16 characters.
port port-number: Specifies the port number to be used by the SSL VPN service. The port-number argument is in the range of 1 to 65535 and defaults to 443.
Usage guidelines
The specified SSL server policy must have been created.
Examples
# Specify the SSL server policy svpn and port 3001 for the SSL VPN service.
<Sysname> system-view
[Sysname] ssl server-policy svpn
[Sysname-ssl-server-policy-svpn] pki-domain domain1
[Sysname-ssl-server-policy-svpn] quit
[Sysname] ssl-vpn server-policy svpn port 3001