Lesson 12 Flashcards
Cisco ASA acts as an _______ and authenticates users based on the RADIUS server’s response .
NAS (client)
By default , RADIUS only supports __________
Authentication & Accounting
There are two ways to configure RADIUS authorization:
- The RADIUS server returns the name of an ACL that is defined locally on the firewall.
- The RADIUS server returns the contents of a downloadable ACL defined on the RADIUS server itself .
RADIUS encrypts only _______
User password
You can use ___________ to secure RADIUS traffic unless you are on a secure network
IPSEC or VPN tunnels
RSA SecurID (SDI) allows for the use of ____________
one - time passwords (OTP).
Cisco ASA communicates with Active Directory and/or a Kerberos server via __________
UDP port 88.
AAA Server Group
fw1(config )# aaa - server pumpkin protocol tacacs +
fw1(config )# aaa - server pumpkin ( dmz ) host 10.100.2.3 lemmein timeout 15
The security appliance will intercept ____________requests when you use the aaa authentication command.
A user must first authenticate with one of these services before the ASA allows other traffic requiring authentication
FTP , Telnet HTTP , and HTTPS
Specifies that all outbound http connections going anywhere must be authenticated by the server group called SERVERS1.
aaa authentication include http outbound 0 0 SERVERS1
Example of a configuration to authenticate users from 10.10.0.1 through 10.10.0.254 using the RADIUS1 group with the host 10.10.0.88 not needing authentication :
fw1(config )# aaa authentication include any outbound 0 0 RADIUS1
fw1(config )# aaa authentication exclude outbound 10.10.0.88 255.255.255.255 0 0 RADIUS1
ACL statements with _______ parameters specify that the matching traffic must be authenticated ; statements with _______ parameters specify that the matching traffic is exempt from authentication .
permit
deny
The firewall uses the _______ service as an authentication method for any service other than HTTP, FTP, or Telnet
virtual telnet
To see a list of all users currently authenticated by your security appliance, issue the command:
To clear out a cached entry, use the command:
show uauth
clear uauth user - id
Configure Virtual HTTP
fw1( config )# virtual http [ warning ]