3Com Switch 8800 Family IPsec Module Configuration and Command reference Guide

430 CHAPTER 24: PKI CONFIGURATION COMMANDS
View
PKI domain view
Parameter
url-string: Distribution point location of CRL, ranging from 1 to 255 characters. It
is in the format of ldap: //server_location. Among them, the server_location
argument is generally expressed as IP address. If the server_location argument is to
be replaced by server name, DNS needs to be configured for the match between IP
addresses and server names.
Description
Use the crl url command to specify the distribution point URL for CRL.
Use the undo crl url command to remove the URL.
By default, no CRL distribution point URL is specified.
Example
# Specify the URL location of CRL database
[SecBlade_VPN-pki-domain-1] crl url ldap: // 169.254.0 30
ldap-server Syntax
ldap-server ip ip-address [ port port-num ] [ version version-number ]
undo ldap-server
View
PKI domain view
Parameter
ip-address: IP address of LDAP server;
port-num: Port number of LDAP server, ranging from 1 to 65,535. By default, it is
389.
version-number: LDAP version number, alternatively 2 or 3. By default, it is 2.
Description
Use the ldap-server ip command to configure the IP address and the port for the
LDAP server.
Use the undo ldap-server ip command to cancel the related configuration.
By default, no IP address or port is configured for the LDAP server.
Example
# Specify the location of the LDAP server.
[SecBlade_VPN-pki-domain-1] ldap-server ip 169.254.0 30