Amazon

Friday, October 12, 2018

Access List

  1. Which of the following Access list number is set as default for Standard Access List?

  2. 1-99
    100-199
    2000-2699
    None of the above

  3. Which of the following standard ACL command can be used to filter a specific host?

  4. Router(config)#access-list 1 permit 192.168.1.2
    Router(config)#access-list 1 permit any
    Router(config)#access-list 1 permit host 0.0.0.0
    Router(config)#access-list 1 permit 192.168.1.2 0.0.0.0

  5. Which of the following command will denies the subnet of the host 172.16.50.172/20?

  6. access-list 10 deny 172.16.48.0 255.255.255.0
    access-list 10 deny 172.16.0.0 0.0.255.255
    access-list 10 deny 172.16.64.0 0.0.31.255
    access-list 10 deny 172.16.48.0 0.0.15.255

  7. Which of the following type of Access list is used to filter traffic only based on the source IP address of the IP datagram packet?

  8. Standard Access List
    Extended Access List
    Named Access List
    None of the above

  9. Which of the following command allows you to determine whether an Access List is enabled on a particular interface?

  10. show ip interface
    Show access-lists
    show ip port
    show access-lists interface

No comments:

Post a Comment