Which interface-level command is needed to turn on 802 1X authentication?

Which interface-level command is needed to turn on 802 1X authentication?
A . Dofl1x pae authenticator
B . dot1x system-auth-control
C . authentication host-mode single-host
D . aaa server radius dynamic-author

Answer: A

Latest 300-715 Dumps Valid Version with 152 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
2 Comments
Inline Feedbacks
View all comments
Tim
Tim
2 years ago

It says on the “Which interface-level” so on the interface you configure pae.

Device> enable
Device# configure terminal
Device(config)# dot1x system-auth-control
Device(config)# aaa new-model
Device(config)# aaa authentication dot1x default group radius
Device(config)# interface fastethernet2/1
Device(config-if)# switchport mode access
Device(config-if)# authentication port-control auto
Device(config-if)# dot1x pae authenticator
Device(config-if)# end

Jj
Jj
4 years ago

the answer is B.

The dot1x system-auth-control command enables 802.1X authentication on the switch. The no dot1x system-auth-control and default dot1x system-auth-control commands disables 802.1X authentication by removing the dot1x system-auth-control command from running-config.