logo

CuriousTab

CuriousTab

Discussion


Home Networking Security See What Others Are Saying!
  • Question
  • If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?


  • Options
  • A. access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet
  • B. access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnet
  • C. access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23
  • D. access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23

  • Correct Answer
  • access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23 

    Explanation
    The extended access list ranges are 100-199 and 2000-2699, so the access-list number of 100 is valid. Telnet uses TCP, so the protocol TCP is valid. Now you just need to look for the source and destination address. Only the third option has the correct sequence of parameters. Answer B may work, but the question specifically states "only" to network 192.168.10.0, and the wildcard in answer B is too broad.

  • More questions

    • 1. Which of the following commands will allow you to set your Telnet password on a Cisco router?

    • Options
    • A. line telnet 0 4
    • B. line aux 0 4
    • C. line vty 0 4
    • D. line con 0
    • Discuss
    • 2. You need to subnet a network that has 5 subnets, each with at least 16 hosts. Which classful subnet mask would you use?

    • Options
    • A. 255.255.255.192
    • B. 255.255.255.224
    • C. 255.255.255.240
    • D. 255.255.255.248
    • Discuss
    • 3. Which command is required for connectivity in a Frame Relay network if Inverse ARP is not operational?

    • Options
    • A. frame-relay arp
    • B. frame-relay map
    • C. frame-relay interface-dci
    • D. frame-relay lmi-type
    • Discuss
    • 4. What VTP mode allows you to change VLAN information on the switch?

    • Options
    • A. Client
    • B. STP
    • C. Server
    • D. Transparent
    • Discuss
    • 5. The network address of 172.16.0.0/19 provides how many subnets and hosts?

    • Options
    • A. 7 subnets, 30 hosts each
    • B. 8 subnets, 8,190 hosts each
    • C. 8 subnets, 2,046 hosts each
    • D. 7 subnets, 2,046 hosts each
    • Discuss
    • 6. Which command will allow you to see real-time translations on your router?

    • Options
    • A. show ip nat translations
    • B. show ip nat statistics
    • C. debug ip nat
    • D. clear ip nat translations *
    • Discuss
    • 7. Which of the following is an IEEE standard for frame tagging?

    • Options
    • A. ISL
    • B. 802.3Z
    • C. 802.1Q
    • D. 802.3U
    • Discuss
    • 8. Which command will display all the EIGRP feasible successor routes known to a router?

    • Options
    • A. show ip routes *
    • B. show ip eigrp summary
    • C. show ip eigrp topology
    • D. show ip eigrp adjacencies
    • Discuss
    • 9. Which of the following encapsulates PPP frames in Ethernet frames and uses common PPP features like authentication, encryption, and compression?

    • Options
    • A. PPP
    • B. PPPoA
    • C. PPPoE
    • D. Token Ring
    • Discuss
    • 10. What flavor of Network Address Translation can be used to have one IP address allow many users to connect to the global Internet?

    • Options
    • A. NAT
    • B. Static
    • C. Dynamic
    • D. PAT
    • Discuss


    Comments

    There are no comments.

Enter a new Comment