Which three firewall user authentication objects can be referenced in a security policy?

Which three firewall user authentication objects can be referenced in a security policy? (Choose three.)

Which three firewall user authentication objects can be referenced in a security policy? (Choose three.)

A.
access profile

B.
client group

C.
client

D.
default profile

E.
external



Leave a Reply 1

Your email address will not be published. Required fields are marked *


SmoothNO

SmoothNO

security {
policies {
from-zone zone-name to-zone zone-name {
policy policy-name {
match {

}
}
then {
permit {
firewall-authentication {
pass-through {
access-profile profile-name;
client-match user-or-group-name;
}
}
}
}