logo

CuriousTab

CuriousTab

Discussion


Home Networking Security See What Others Are Saying!
  • Question
  • You have created a named access list called Blocksales. Which of the following is a valid command for applying this to packets trying to enter interface s0 of your router?


  • Options
  • A. (config)# ip access-group 110 in
  • B. (config-if)# ip access-group 110 in
  • C. (config-if)# ip access-group Blocksales in
  • D. (config-if)# blocksales ip access-list in

  • Correct Answer
  • (config-if)# ip access-group Blocksales in 

    Explanation
    Using a named access list just replaces the number used when applying the list to the router's interface. ip access-group Blocksales in is correct.

  • More questions

    • 1. Which of the following is true when describing a unique local address?

    • Options
    • A. Packets addressed to a unicast address are delivered to a single interface.
    • B. These are your typical publicly routable addresses, just like a regular publicly routable address in IPv4.
    • C. These are like private addresses in IPv4 in that they are not meant to be routed.
    • D. These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap.
    • Discuss
    • 2. Which of the following is true when describing a global unicast address?

    • Options
    • A. Packets addressed to a unicast address are delivered to a single interface.
    • B. These are your typical publicly routable addresses, just like a regular publicly routable address in IPv4.
    • C. These are like private addresses in IPv4 in that they are not meant to be routed.
    • D. These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap.
    • Discuss
    • 3. To enable OSPFv3, which of the following would you use?

    • Options
    • A. Router1(config-if)# ipv6 ospf 10 area 0.0.0.0
    • B. Router1(config-if)# ipv6 router rip 1
    • C. Router1(config)# ipv6 router eigrp 10
    • D. Router1(config-rtr)# no shutdown
    • E. Router1(config-if)# ipv6 eigrp 10
    • Discuss
    • 4. To enable RIPng, which of the following would you use?

    • Options
    • A. Router1(config-if)# ipv6 ospf 10 area 0.0.0.0
    • B. Router1(config-if)# ipv6 router rip 1
    • C. Router1(config)# ipv6 router eigrp 10
    • D. Router1(config-rtr)# no shutdown
    • E. Router1(config-if)# ipv6 eigrp 10
    • Discuss
    • 5. If you wanted to deny FTP access from network 200.200.10.0 to network 200.199.11.0 but allow everything else, which of the following command strings is valid?

    • Options
    • A. access-list 110 deny 200.200.10.0 to network 200.199.11.0 eq ftp
      access-list 111 permit ip any 0.0.0.0 255.255.255.255
    • B. access-list 1 deny ftp 200.200.10.0 200.199.11.0 any any
    • C. access-list 100 deny tcp 200.200.10.0 0.0.0.255 200.199.11.0 0.0.0.255 eq ftp
    • D. access-list 198 deny tcp 200.200.10.0 0.0.0.255 200.199.11.0 0.0.0.255 eq ftp
      access-list 198 permit ip any 0.0.0.0 255.255.255.255
    • Discuss
    • 6. 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
    • Discuss
    • 7. To configure the VLAN trunking protocol to communicate VLAN information between two switches, what two requirements must be met?

      1. Each end of the trunk link must be set to the IEEE 802.1e encapsulation.
      2. The VTP management domain name of both switches must be set the same.
      3. All ports on both the switches must be set as access ports.
      4. One of the two switches must be configured as a VTP server.
      5. A rollover cable is required to connect the two switches together.
      6. A router must be used to forward VTP traffic between VLANs.

    • Options
    • A. 1, 2 and 4
    • B. 3, 5 and 6
    • C. 2 and 4
    • D. 1 and 6
    • Discuss
    • 8. Which WLAN IEEE specification allows up to 54Mbps at 2.4GHz?

    • Options
    • A. A
    • B. B
    • C. G
    • D. N
    • Discuss
    • 9. What is the maximum data rate for the 802.11a standard?

    • Options
    • A. 6Mbps
    • B. 11Mbps
    • C. 22Mbps
    • D. 54Mbps
    • Discuss
    • 10. You type show running-config and get this output:

      [output cut]
      Line console 0
          Exec-timeout 1 35
          Password CURIOUSTABPASSWD
          Login
      [output cut]
      
      What do the two numbers following the exec-timeout command mean?

    • Options
    • A. If no command has been typed in 35 seconds, the console connection will be closed.
    • B. If no router activity has been detected in 1 hour and 35 minutes, the console will be locked out.
    • C. If no commands have been typed in 1 minute and 35 seconds, the console connection will be closed.
    • D. If you're connected to the router by a Telnet connection, input must be detected within 1 minute and 35 seconds or the connection will be closed.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment