Cisco Cisco Packet Data Gateway (PDG) Merkblatt

Seite von 8487
ORBEM Configuration Mode Commands   
▀  ssl-auth-policy 
 
 
▄  Cisco ASR 5x00 Command Line Interface Reference 
7110 
   
ssl-auth-policy 
Configures the SSL peer authentication policy used by the ORBEM server. 
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > ORBEM Configuration 
configure > orbem
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config-orbem)# 
Syntax
 
ssl-auth-policy { auth-none | auth-once | auth-once-fail | auth-peer | auth-peer-fail } 
auth-none | auth-once | auth-once-fail | auth-peer | auth-peer-fail
 
Default: 
auth-none
 
auth-none
: ORBEM server does not authenticate the peer 
auth-once
: ORBEM server authenticates the peer once (no fail) 
auth-once-fail
: ORBEM server authenticates the peer once (fail if no certificate) 
auth-peer
: ORBEM server authenticates the peer every time (no fail) 
auth-peer-fail
: ORBEM server authenticates the peer every time (fail if no certificate) 
Usage 
Use to configure the peer authentication policy used by the SSL transport of ORBEM. 
Example
 
The following command sets the policy to authenticate the peer once without failure. 
ssl-auth-policy auth-once