logo

CuriousTab

CuriousTab

Discussion


Home Networking Virtual LANs See What Others Are Saying!
  • Question
  • Which of the following commands sets a trunk port on a 2960 switch?


  • Options
  • A. trunk on
  • B. trunk all
  • C. switchport trunk on
  • D. switchport mode trunk

  • Correct Answer
  • switchport mode trunk 

    Explanation
    To set a switch port to trunk mode, which allows all VLAN information to pass down the link, use the switchport mode trunk command.

  • More questions

    • 1. 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
    • 2. 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
    • 3. 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
    • 4. Which WLAN IEEE specification allows up to 54Mbps at 2.4GHz?

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

    • Options
    • A. 6Mbps
    • B. 11Mbps
    • C. 22Mbps
    • D. 54Mbps
    • Discuss
    • 6. 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
    • 7. You need to create an access list that will prevent hosts in the network range of 192.168.160.0 to 192.168.191.0. Which of the following lists will you use?

    • Options
    • A. access-list 10 deny 192.168.160.0 255.255.224.0
    • B. access-list 10 deny 192.168.160.0 0.0.191.255
    • C. access-list 10 deny 192.168.160.0 0.0.31.255
    • D. access-list 10 deny 192.168.0.0 0.0.31.255
    • Discuss
    • 8. Which of the following is an example of a standard IP access list?

    • Options
    • A. access-list 110 permit host 1.1.1.1
    • B. access-list 1 deny 172.16.10.1 0.0.0.0
    • C. access-list 1 permit 172.16.10.1 255.255.0.0
    • D. access-list standard 1.1.1.1
    • Discuss
    • 9. You are connecting your access point and it is set to root. What does Extended Service Set ID mean?

    • Options
    • A. That you have more than one access point and they are in the same SSID connected by a distribution system.
    • B. That you have more than one access point and they are in separate SSIDs connected by a distribution system.
    • C. That you have multiple access points, but they are placed physically in different buildings.
    • D. That you have multiple access points, but one is a repeater access point.
    • Discuss
    • 10. Which of the following series of commands will restrict Telnet access to the router?

    • Options
    • A. Lab_A(config)#access-list 10 permit 172.16.1.1
      Lab_A(config)#line con 0
      Lab_A(config-line)#ip access-group 10 in
    • B. Lab_A(config)#access-list 10 permit 172.16.1.1
      Lab_A(config)#line vty 0 4
      Lab_A(config-line)#access-class 10 out
    • C. Lab_A(config)#access-list 10 permit 172.16.1.1
      Lab_A(config)#line vty 0 4
      Lab_A(config-line)#access-class 10 in
    • D. Lab_A(config)#access-list 10 permit 172.16.1.1
      Lab_A(config)#line vty 0 4
      Lab_A(config-line)#ip access-group 10 in
    • Discuss


    Comments

    There are no comments.

Enter a new Comment