Sie sind auf Seite 1von 9

QUESTION 1: ABC-Company uses layer 3 switches in the Core of their network.

Which
method of Layer 3 switching uses a forwarding information base (FIB)?

A. Topology-based switching
B. Demand-based switching
C. Route caching
D. Flow-based switching
E. None of the above

QUESTION 2: To save on intra-office call costs, the ABC-Company network has


implemented VOIP at all their locations. Which statement is true about IP telephony calls?

A. The voice carrier stream uses H.323 to set up, maintain, and tear down call endpoints.
B. A Voice over IP (VoIP) packet consists of the voice payload, IP header, TCP header,
RTP header, and Layer 2 link header.
C. Call control signaling uses Real-Time Transport Protocol (RTP) packets that contain actual
voice samples.
D. The sum of bandwidth necessary for each major application, including voice, video, and
data, should not exceed 75 percent of the total available bandwidth for each link.
E. None of the above

QUESTION 3: What is the preferred method of filtering bridged traffic within a VLAN?

A. Ethernet maps
B. Router ACLs
C. VLAN access maps
D. IP ACLs

QUESTION 4: Switch TK1 is configured with VTP. Which two VTP modes will make TK1
capable of creating and deleting VLANs on itself? (Select two)

A. Client
B. Server
C. Transparent
D. Pass-through
E. No-negotiate

QUESTION 5: The VLANs in switch TK1 are being modified. Which of the following are
updated in TK1 every time a VLAN is modified? (Select two)

A. Configuration revision number


B. Configuration revision flag field
C. Configuration revision reset switch
D. Configuration revision database
E. None of the above.
QUESTION 6: If you needed to transport traffic coming from multiple VLANs (connected
between switches), and your CTO was insistent on using an open standard, which protocol
would you use?

A. 802.11B
B. spanning-tree
C. 802.1Q
D. ISL
E. VTP
F. Q.921

QUESTION 7: What are some virtues of implementing end-to-end VLANs? (Choose two)

A. End-to-end VLANs are easy to manage.


B. Users are grouped into VLANs independent of a physical location.
C. Each VLAN has a common set of security and resource requirements for all members.
D. Resources are restricted to a single location.

QUESTION 8: The DAI feature has been implemented in the ABC-Company switched
LAN. Which three statements are true about the dynamic ARP inspection (DAI) feature?
(Select three)

A. DAI can be performed on ingress ports only.


B. DAI can be performed on both ingress and egress ports.
C. DAI is supported on access ports, trunk ports, EtherChannel ports, and private VLAN
ports.
D. DAI should be enabled on the root switch for particular VLANs only in order to
secure the ARP caches of hosts in the domain.
E. DAI should be configured on all access switch ports as untrusted and on all switch ports
connected to other switches as trusted.
F. DAI is supported on access and trunk ports only.

QUESTION 9: What is true about access control on bridged and routed VLAN traffic?
(Select three)

A. Router ACLs can be applied to the input and output directions of a VLAN interface.
B. Bridged ACLs can be applied to the input and output directions of a VLAN interface.
C. Only router ACLs can be applied to a VLAN interface.
D. VLAN maps and router ACLs can be used in combination.
E. VLAN maps can be applied to a VLAN interface

QUESTION 10: The ABC-Company LAN is becoming saturated with broadcasts and
multicast traffic. What could you do to help a network with many multicasts and broadcasts?

A. Creating smaller broadcast domains by implementing VLANs.


B. Separate nodes into different hubs.
C. Creating larger broadcast domains by implementing VLANs.
D. Separate nodes into different switches.
E. All of the above.
QUESTION 11: You need make configuration changes to an existing layer 3 switch in the
ABC-Company network. On a multilayer Catalyst switch, which interface command is used
to convert a Layer 3 interface to a Layer 2 interface?

A. swithport access vlan vlan-id


B. switchport
C. switchport mode access
D. no switchport
E. None of the above

QUESTION 12: What is a characteristic of assigning a static VLAN membership?

A. VMPS server lookup is required


B. Easy to configure
C. Easy of adds, moves, and changes
D. Based on MAC address of the connected device

QUESTION 13: You are the network administrator at ABC-Company and have justapplied
this VLAN access map on one of your switches:
Router(config)#vlan access-map thor 10
Router(config-access-map)#match ip address net_10
Router(config-access-map)#action forward
Router(config-access-map)#exit
Router(config)#vlan filter thor vlan-list 12-15
What will this configuration result in?

A. All VLAN 12 through 15 IP traffic matching net_10 is forwarded and all other IP
packets are dropped.
B. IP traffic matching net_10 is dropped an all other IP packets are forwarded to VLANs
12 through 15.
C. IP traffic matching vlan-list 12-15 is forwarded on all other IP packets are dropped.
D. All VLAN 12 through 15 IP traffic is forwarded, other VLAN IP traffic matching
net_10 is dropped.

QUESTION 14: Which Cisco IOS command assigns a Catalyst switch port to VLAN 10?

A. switchport mode vlan 10


B. switchport trunk vlan 10
C. switchport access vlan 10
D. switchport mode access vlan 10

QUESTION 15: You are the network administrator of a network with the active VLANs: 1,
2, 3, 4, 10, 20, and 50. However, you only need to carry VLANs 1,2,10 and 20 on a trunk.
Which of the following commands should you use to fulfil this requirement? (Select three.)

A. switchport trunk allowed vlan remove 3,4,50


B. switchport trunk allowed vlan except 3,4,50
C. switchport trunk allowed vlan except 1,2,10,20
D. switchport trunk allowed vlan add 1,2,10,20
E. switchport trunk disallowed vlan remove 3,4,50
F. switchport trunk disallowed vlan add 3,4,50

QUESTION 16: Two ABC-Company switches are connected via a trunk link. In this
network, the original frame is encapsulated and an additional header is added before the
frame is carried over a trunk link. At the receiving end, the header is removed and the frame
is forwarded to the assigned VLAN. This describes which technology?

A. DISL
B. ISL
C. DTP
D. IEEE 802.1Q
E. MPLS
F. None of the above

QUESTION 17: The ABC-Company core switches use 802.1Q trunks to connect to each
other. How does 802.1Q trunking keep track of multiple VLAN's?

A. It tags the data frame with VLAN information and recalculates the CRC value
B. It encapsulates the data frame with a new header and frame check sequence
C. It modifies the port index of a data frame to indicate the VLAN
D. It adds a new header containing the VLAN ID to the data frame
E. None of the above

QUESTION 18: You need to configure a new ABC-Company switch to support DTP. Which
DTP switchport mode parameter sets the switch port to actively send and respond to DTP
negotiation frames?

A. Access
B. No negotiate
C. Trunk
D. Dynamic desirable
E. Dynamic auto
F. None of the above

QUESTION 19: A new ABC-Company switch was just configured using the "switchport
trunk native vlan 7" command. What does this interface command accomplish?

A. Causes the interface to apply ISL framing for traffic on VLAN 7


B. Configures the trunking interface to forward traffic from VLAN 7
C. Configures the interface to be a trunking port and causes traffic on VLAN 7 to be 802.1q
tagged
D. Configures the trunking interface to send traffic from VLAN 7 untagged
E. None of the above

QUESTION 20: Two ABC-Company switches are connected via a trunk using VTP. Which
VTP information does a Catalyst switch advertise on its trunk ports when using VTP? (Select
two)
A. STP root status
B. VTP mode
C. Negotiation status
D. Management domain
E. Configuration revision number

QUESTION 21: You need to investigate a VTP problem between two ABC-Company
switches. The lack of which two prevents VTP information from propagating between
switches? (Select two)

A. A root VTP server


B. A trunk port
C. VTP priority
D. VLAN 1
E. None of the above

QUESTION 22: TK1 and TK2 are switches that communicate via VTP. What is the default
VTP advertisement intervals in Catalyst switches that are in server or client mode?

A. 30 seconds
B. 5 minutes
C. 1 minute
D. 10 seconds
E. 5 seconds
F. None of the above

QUESTION 23: If two paths to a root switch share the exact same path cost, what
information will spanning tree use to determine the root port?

A. The lowest time to receive BPDUs.


B. The lowest Port ID.
C. The lowest sender bridge ID.
D. The highest MAC address on the receiving port.
E. None of the above.

QUESTION 24: What is true of a topology change in an STP environment?

A. The default aging time for MAC address entries will be reduced for a period of the
max_age timer plus the forward_delay interval.
B. All ports will transition temporarily to the learning state for a period equal to the
forward_delay interval.
C. All ports will temporarily transition to the learning state for a period equal to the
max_age timer plus the forward_delay interval.
D. The default hello_timer for configuration BDPUs will be reduced for the period of the
max_age timer.

QUESTION 25: Before a port can participate in the STP process the ports have to change. In
which sequence do the STP port states change through?
A. Initial, Learning, Updating, and Active
B. Blocking, Listening, Updating, and Active
C. Initial, Learning, Updating, and Forwarding
D. Blocking, Listening, Learning, and Forwarding

QUESTION 26: On a 3550 EMI switch, which three types of interfaces can be used to
configure HSRP? (Select three)

A. Loopback interface
B. SVI interface
C. Routed port
D. Access port
E. EtherChannel port channel
F. BVI interface

QUESTION 27: What determines the default spanning tree port path cost of STP devices
within the ABC-Company network?

A. The server speed settings


B. The available bandwidth.
C. The media speed of an interface.
D. The stored IOS settings
E. The interface number

QUESTION 28: What does an EtherChannel port do if a VLAN range doesn't match its port
list?

A. The ports will form EtherChannel if they are set to auto mode.
B. The ports will form EtherChannel if they are all set to the same trunk type.
C. The ports will not form an EtherChannel.
D. The ports will form an EtherChannel if the mode is set to on.

QUESTION 29: An SVI has been configured on a ABC-Company device. Which two
statements are true about a switched virtual interface (SVI)? (Select two)

A. An SVI is created for the default VLAN (VLAN1) to permit remote switch
administration by default.
B. Multiple SVIs can be associated with a VLAN.
C. SVI is another name for a routed port.
D. An SVI is created by entering the no switchport command in interface configuration
mode.
E. An SVI provides a default gateway for a VLAN.

QUESTION 30: What three tasks must a network administrator perform to properly
configure Hot Standby Routing Protocol (HSRP)? (Select three)

A. Define the encapsulation type.


B. Define the standby router.
C. Define the standby IP address.
D. Enable the standby priority.

QUESTION 31: ABC-Company has implemented numerous multilayer switches that utilize
FIB tables. Which statement is true about the Forward Information Base (FIB) table?

A. The FIB is derived from the IP routing table and is optimized for maximum lookup
throughput.
B. The FIB table is derived from the Address Resolution Protocol table, and it contains
Layer 2 rewrite (MAC) information for the next hop.
C. When the FIB table is full, a wildcard entry redirects traffic to the Layer 3 engine.
D. The FIB lookup is based on the Layer 2 destination MAC address.
E. None of the above

QUESTION 32: The ABC-Company network needs to pass traffic between VLANs. Which
device should be used to accomplish this?

A. Hub
B. Switch
C. Router
D. Bridge
E. None of the above

QUESTION 33: You are configuring a Cisco multilayer switch for the ABC-Company
network. Which command would you use to configure a port to act as a routed interface?

A. ip routing
B. switchport mode trunk
C. no switchport
D. switchport trunk native vlan 1
E. None of the above

QUESTION 34: You have a Catalyst 5000 and you've just configured an Etherchannel
bundle. If one of the links were to fail, how long will it take for traffic to be rerouted to a new
link?

A. one minute
B. a few seconds
C. a few milliseconds
D. not until appropriate commands are entered

QUESTION 35: You want to allow Router TK1 to immediately become the active router if
its priority is highest than the active router fails. What command would you use if you
wanted to configure this?

A. en standby preempt
B. standby preempt enable
C. standby preempt
D. hot standby preempt
QUESTION 36: Which three of the following network features are methods used to achieve
high availability? (Select three.)

A. Spanning Tree Protocol (STP)


B. Delay reduction
C. Hot Standby Routing Protocol (HSRP)
D. Dynamic routing protocols
E. Quality of Service (QoS)
F. Jitter management

QUESTION 37: LDAP is being used throughout the ABC-Company wireless network.
Which statement about the Lightweight Access Point Protocol (LWAPP) protocol is true?

A. The processing of 802.11 data and management protocols and access point capabilities is
distributed between a lightweight access point and a centralized WLAN controller.
B. LWAPP advertises its WDS capability and participates in electing the best WDS
device for the wireless LAN.
C. LWAPP aggregates radio management forward information and sends it to a wireless
LAN solution engine.
D. LWAPP authenticates all access points in the subnet and establishes a secure
communication channel with each of them.
E. None of the above

QUESTION 38: LDAP is being utilized throughout the ABC-Company Wireless network.
Which issue or set of issues does the Lightweight Access Point Protocol (LWAPP) address?

A. Reduction of processing in wireless controllers


B. Distributed approach to authentication, encryption, and policy enforcement
C. Access point discovery, information exchange, and configuration
D. Provides security by blocking communication between access points and wireless
clients
E. None of the above.

QUESTION 39: In order to enhance security on the ABC-Company network, users must be
authenticated using 802.1X. When authentication is required, where must 802.1X be
configured in order to connect a PC to a switch?

A. Switch port and local router port


B. Switch port and client PC
C. Client PC only
D. Switch port only
E. None of the above

QUESTION 40: In order to enhance worker productivity, a Cisco wireless network has been
implemented at all ABC-Company locations. Which three statements regarding WLAN are
true? (Select three)

A. A WLAN client that is operating in half-duplex mode will delay all clients in that
WLAN.
B. The Aironet 1230 access point is an example of an access point that operates solely as
a lightweight access point.
C. Ad hoc mode allows mobile clients to connect directly without an intermediate AP.
D. WLANs are designed to share the medium and can easily handle an increased demand
of channel contention.
E. A lightweight AP receives control and configuration from a WLAN controller to
which it is associated.
F. Another term for infrastructure mode is independent service set (IBSS).

Das könnte Ihnen auch gefallen