Cisco Cisco ASR 5000

Page of 9109
  Global Configuration Mode Commands (A-K) 
ca-crl  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
5315 
ca-crl 
Configures the name and URL path of a Certificate Authority-Certificate Revocation List (CA-CRL). 
Product
 
All IPSec-related products 
Privilege
 
Operator 
Mode
 
Exec > Global Configuration 
configure
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config)# 
Syntax
 
ca-crl name name { der | pem } { url url } 
no ca-crl name name 
no
 
Removes the named CA-CRL. 
name
 
Provides a name of the CA-CRL. 
name
 must be an alphanumeric string of 1 through 128 characters. 
der
 
Specifies that Distinguished Encoding Rules (DER) format is to be used for the source format. 
pem
 
Specifies that Privacy-enhanced Electronic Mail (PEM) format is to be used for the source format. 
url url
 
Specifies the URL where the CA-CRL is to be fetched. 
url
 must be an existing URL expressed as an 
alphanumeric string of 1 through 1023 characters in one of the following formats:  
 
[file:]{/flash | /pcmcia1 | /hd-raid}[/directory]/<filename
 
 
tftp://<host>[:<port>][/<directory>]/<filename
 
 
ftp://[<username>[:<password>]@]<host>[:<port>][/<directory>]/<filename
 
 
sftp://[<username>[:<password>]@]<host>[:<port>][/<directory>]/<filename
 
 
http://[<username>[:<password>]@]<host>[:<port>][/<directory>]/<filename
 
 
ldap://<host>[:<port>][/<dn>][?<attributes>][?<scope>][?<filter>][?<extension
s>]