Searching for "he"

Q:

What router command allows you to determine whether an IP access list is enabled on a particular interface?

A) show ip port B) show access - lists
C) show ip interface D) show access - lists interface
 
Answer & Explanation Answer: C) show ip interface

Explanation:

Of the available choices only the show ip interface command will tell you which interfaces have access lists applied. show access - lists will not show you which interfaces have an access list applied. 

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

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?

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
 
Answer & Explanation Answer: C) access - list 10 deny 192.168.160.0 0.0.31.255

Explanation:

The range of 192.168.160.0 to 192.168.191.0 is a block size of 32. The network address is 192.168.160.0 and the mask would be 255.255.224.0, which for an access list must be a wildcard format of 0.0.31.255 . The 31 is used for a block size of 32. The wildcard is always one less than the block size.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which of the following is an example of a standard IP access list?

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
 
Answer & Explanation Answer: B) access - list 1 deny 172 . 16 . 10 . 1 0 . 0 . 0 . 0

Explanation:

Standard IP access lists use the numbers 1 - 99 and 1300 - 1999 and filter based on source IP address only. Option C is incorrect because the mask must be in wildcard format.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which command will configure a switch port to use the IEEE standard method of inserting VLAN membership information into Ethernet frames?

A) Switch (config) #switchport trunk encapsulation ietf B) Switch (config) #switchport trunk encapsulation dot1q
C) Switch (config-if) #switchport trunk encapsulation ietf D) Switch (config-if) #switchport trunk encapsulation dot1q
 
Answer & Explanation Answer: D) Switch (config-if) #switchport trunk encapsulation dot1q

Explanation:

If you are on a 2950 switch, then the interface command is just swichport mode trunk since the 2050 can only run the  IEEE 802.1q version. However, a 3550 can run both ISL and 802.1q, so you must also use the encapsulation command. The argument to choose 802.1q for a trunking protocol is dot1q.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You connect a host to a switch port, but the new host cannot log into the server that is plugged into the same switch. What could the problem be?

A) The router is not configured for the new host B) The VTP configuration on the switch is not updated for the new host
C) The host has an invalid MAC address D) The switch port the host is connected to is not configured with the correct VLAN membership
 
Answer & Explanation Answer: D) The switch port the host is connected to is not configured with the correct VLAN membership

Explanation:

This question is a little Vague, but the best answer is that the VLAN membership for the port is not configured

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which of the following commands sets a trunk port on a 2960 switch?

A) truck on B) truck all
C) switchport trunk on D) switchport mode trunk
 
Answer & Explanation Answer: D) switchport mode trunk

Explanation:

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

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

A switch has been configured configured for three different VLANs : VLAN2, VLAN3 and VLAN4. A router has been added to provide communication between the VLANs. What minimum type of interface necessary on the router if only one connection is to be made between the router and the switch?

A) 10Mbps Ethernet B) 56Kbps Serial
C) 100Mbps Ethernet D) 1Gbps Ethernet
 
Answer & Explanation Answer: C) 100Mbps Ethernet

Explanation:

Although you can use either 100Mbps or 1Gbps Ethernet, the 100Mbps is necessary at a minimum and is the best answer to this question. You need to trunk the link from the switch to the router to make this connection work with inter-VLAN communication.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You want to improve network performance by increasing the bandwidth available to hosts and limit the size of the broadcast domains. Which of the following options will achieve this goal?

A) Managed hubs B) Bridges
C) Switches D) Switches configured with VLANs
 
Answer & Explanation Answer: D) Switches configured with VLANs

Explanation:

By creating and implementing VLANs in your switched network, you can break up broadcast domains at layer2. For hosts on different VLANs to communicate, you must have a router or layer 3 switch. 

Report Error

View Answer Report Error Discuss

Filed Under: CCNA