Which three protocols should the default ACL allow on an access port to enable wired BYOD devices to supply valid credentials and connect to the network?

According to Cisco best practices, which three protocols should the default ACL allow on an access port to enable wired BYOD devices to supply valid credentials and connect to the network? (Choose three.)
A. BOOTP
B. TFTP
C. DNS
D. MAB
E. HTTP
F. 802.1x

cisco-exams

One thought on “Which three protocols should the default ACL allow on an access port to enable wired BYOD devices to supply valid credentials and connect to the network?

  1. Extended IP access list ACL-DEFAULT
    10 permit udp any eq bootpc any eq bootps log (2604 matches) –> BOOTP
    20 permit udp any host 10.230.1.45 eq domain –> DNS
    30 permit icmp any any –> ICMP
    40 permit udp any any eq tftp –> TFTP
    50 deny ip any any log (40 matches)

    Answers: A, B, C

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.