Cisco Systems 1.2 Manual De Usuario

Descargar
Página de 366
Configuring Multiple Authentication Systems
Multiple Authentication Systems
You can configure Cisco UCS to use multiple authentication systems by configuring the following features:
• Provider groups
• Authentication domains
Once provider groups and authentication domains have been configured in Cisco UCS Central GUI, the
following syntax can be used to log in to the system using Cisco UCS Central CLI: ucs- auth-domain
When multiple authentication domains and native authentication are configured with a remote authentication
service, use one of the following syntax examples to log in with SSH or Putty:
From a Linux terminal:
• ssh ucs-auth-domain\\username@Cisco UCS domain-ip-address
ssh ucs-example\\jsmith@192.0.20.11
• ssh -l ucs-auth-domain\\username {Cisco UCS domain-ip-address Cisco UCS domain-host-name}
ssh -l ucs-example\\jsmith 192.0.20.11
• ssh {Cisco UCS domain-ip-address Cisco UCS domain-host-name-l ucs-auth-domain\\username
ssh 192.0.20.11 -l ucs-example\\jsmith
From a Putty client:
• Login as: ucs-auth-domain\\username
Login as:
ucs-example\\jsmith
From a SSH client:
• Host Name: Cisco UCS domain-ip-address
User Name: ucs-auth-domain\\username
Host Name:
192.0.20.11
User Name:
ucs-example\\jsmith
Provider Groups
A provider group is a set of providers that will be used by Cisco UCS during the authentication process. Cisco
UCS Central allows you to create a maximum of 16 provider groups, with a maximum of eight providers
allowed per group.
During authentication, all the providers within a provider group are tried in order. If all of the configured
servers are unavailable or unreachable, Cisco UCS Central automatically falls back to the local authentication
method using the local username and password.
Cisco UCS Central Software User Manual, Release 1.2    
45
Managing Administrative Settings
Configuring Multiple Authentication Systems