• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/42

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

42 Cards in this Set

  • Front
  • Back
You try to create a VLAN that is automatically propagated out to all other switches. The switch allows you to create the VLAN, but it is not propagated to other switches. You execute the show vtp status command (shown below). What is wrong?
Switch> show vtp status
VTP Version : 2
Configuration Revision : 0
Maximum VLANs supported locally: 250
Number of existing VLANs : 15
VTP Operating Mode : Transparent
VTP Domain Name :
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0xBF 0x84 0x94 0x33 0xFC 0xAF 0xB5 0x70
Configuration last modified by 0.0.0.0 at 0-0-00 00:00:00
You must change the VTP mode to Server before any VLAN information is sent out to other switches.
Examine the following output. Which line below is most responsible for a trunk not forming on FastEthernet0/1?

Switch#show interfaces fastethernet0/1 switchport
Name: Fa0/1
Switchport:Enabled
Administrative Mode: static access
Operational Mode: static access
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: native
Negotiation of Trunking: Off
Access Mode VLAN: 1 (default)
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
Capture Mode Disabled
Capture VLANs Allowed: ALL

Protected: false
Voice VLAN: none (inactive)
Appliance trust: none
Switch#show running-config
<<output omitted>>
interface FastEthernet0/1
no ip address
duplex full
speed auto
Negotiation of Trunking: Off
What type of cable would you plug into a T1 interface with a built-in CSU/DSU?
UTP
What type of attack involves a flooding of SYN packets to open TCP sessions to a server?
Denial of service
CDP is found at what layer of the OSI model?
Data link
What would cause an OSPF adjacency not to form between two routers? Select all that apply.
Routers are using different OSPF passwords.
CHAP can be described as what type of authentication?
Three-way handshake
Which of the following are methods to secure your Telnet access on a router? Select all that apply.
Use SSH instead of Telnet.

Configure an access list on the VTY lines that allows only hosts that need access.
You have a Class B network that you want to subnet to create at least 1,000 networks with as many hosts as possible on each subnet. What subnet mask should you use?
255.255.255.192
What is the benefit to having a hierarchical design with OSPF? Select all that apply.
If a network in an area goes down, it will not affect the summarized route in other areas.
In OSPF, what is the cost of a T1?
64
What device would you use to create more collision domains on your network?
Switch
Which of the following are mechanisms that distance vector routing protocols use to prevent loops? Select all that apply.
Holddown timers
Split horizon
Poison reverse
On what type of device would you typically configure the clock rate?
CSU/DSU
What is the broadcast address for the 172.19.48.0/21 network?
172.19.55.255
What is happening in the spanning-tree learning state?
Port is populating the MAC table.
Ping and Traceroute operate at what layer of the OSI model?
Network
What is a common subnet mask on point-to-point wide-area network links that would allow only two valid IP addresses?
255.255.255.252
What type of cable would you use between a router and a switch?
Straight-through cable
Routing occurs at what layer of the TCP/IP model?
Internet
What is used in factoring the routing metric used by EIGRP? Select all that apply.
Delay &
Bandwidth
On what type of networks would you elect a DR? Select all that apply
Broadcast multi-access &
NBMA
You are working on a router that does not have any loopback interfaces. Without the presence of a loopback interface, how do you choose the Router ID in OSPF?
It is the highest IP address among all physical interfaces that are active when OSPF is started.
Which command shows you the current IOS that is in use on a router?
show version
Which of the following is used to identify traffic from different VLANs?
802.1q
What is wrong with the following OSPF configuration that causes this problem?
Router ospf 65535
network 192.168.0.4 255.255.255.252 area 0
network 192.168.0.8 255.255.255.248 area 1
interface fastethernet 0/0
ip address 192.168.0.9 255.255.255.248
interface serial 0/0
ip address 192.168.0.5 255.255.255.252
The wrong masks are used under the OSPF process.
Which of the following addresses are on the same network as the host with an IP address of 192.168.6.81/29? Select all that apply.
192.168.6.82
192.168.6.85
In the following configuration, what does the number 2 represent?
Router eigrp 2
network 192.168.100.0
network 172.16.0.0
Autonomous system number
Which of the following is used to identify a wireless network?
SSID
Which of the following are true statements about the following command? (Select all that apply)
ip route 192.168.1.0 255.255.255.0 10.1.24.1
Traffic for the 192.168.1.0 network is forwarded to 10.1.24.1.

The command creates a static route
Which of the following information is included with the show cdp neighbors detail command? Select all that apply.
Capabilities
IP address
Platform
IOS version
Device name
Given the following output, how were the hosts learned on the router?
Router# show hosts
Default domain is Que
Name/address lookup uses domain service
Name servers are 255.255.255.255
Host Flag Age Type
Address(es)
RouterA (perm, OK) 0 IP 192.168.100.1
RouterB (perm, OK) 0 IP 192.168.200.1
Through the IP host command
You type the following configuration into a router. When you execute the show ip route command, however, you do not notice any new routes. What is wrong with the configuration that causes this problem?
router rip
network 10.0.0.0
network 172.19.0.0
version 2
interface serial 0/0
ip address 10.0.0.1 255.0.0.0
frame-relay map ip 10.0.0.2 100
frame-relay interface-dlci 100
no frame-relay inverse-arp
interface ethernet 0/0
ip address 172.19.0.1 255.255.0.0
You type the following configuration into a router. When you execute the show ip route command, however, you do not notice any new routes. What is wrong with the configuration that causes this problem?
router rip
network 10.0.0.0
network 172.19.0.0
version 2
interface serial 0/0
ip address 10.0.0.1 255.0.0.0
frame-relay map ip 10.0.0.2 100
frame-relay interface-dlci 100
no frame-relay inverse-arp
interface ethernet 0/0
ip address 172.19.0.1 255.255.0.0
You need to assign an IP address on a router for a new Ethernet network. You need to assign the router to the first IP address on the second useable subnet taken from the major Class C network of 192.168.25.0/24. The subnet must support at least 13 hosts on each subnet, but you must allow for as many subnets as possible. In addition, the router has been configured with the ip subnet-zero command. Given these requirements, what address would you assign on the router?
192.168.25.17
In spanning-tree, how long does it take a port to go from the blocking state to the forwarding state?
50 seconds
The output of the show ip route command is shown below. A packet is sent destined for the 192.168.5.0/24 network. What happens? Select all that apply.
Router#show ip route
CODES: C - CONNECTED, S - STATIC, I - IGRP, R - RIP, M - MOBILE, B - BGP
D - EIGRP, EX - EIGRP EXTERNAL, O - OSPF, IA - OSPF INTER AREA
N1 - OSPF NSSA EXTERNAL TYPE 1, N2 - OSPF NSSA EXTERNAL TYPE 2
E1 - OSPF EXTERNAL TYPE 1, E2 - OSPF EXTERNAL TYPE 2, E - EGP
I - IS-IS, L1 - IS-IS LEVEL-1, L2 - IS-IS LEVEL-2, * - CANDIDATE
DEFAULT
U - PER-USER STATIC ROUTE, O - ODR
GATEWAY OF LAST RESORT IS NOT SET
D 172.16.0.0 [90/2195456] VIA 10.16.10.1, 00:09:45, SERIAL0
D 172.31.1.0 [90/2681856] VIA 192.168.10.5 00:01:55, SERIAL1
C 10.0.0.0 IS DIRECTLY CONNECTED, SERIAL0
C 192.168.10.0 IS DIRECTLY CONNECTED, SERIAL1
The packet is dropped.
An ICMP Destination Unreachable message is sent back to the source.
Which of the following commands configures a default gateway address on a switch?
Switch(config)#ip default-gateway 10.0.0.1
Where is the feasible successor route stored in EIGRP?
Topology table
What type of cable should you use between two switches?
Crossover cable
Which of the following is a valid host IP address?
172.30.15.18/29
172.16.17.0/20
What does the following access control list do?
Router(config)#ip access-list extended QueACL
Router(config-ext-nacl)#permit tcp 172.30.31.192 0.0.0.15 10.0.4.0
0.0.3.255 eq 110
Router(config-ext-nacl)#permit tcp 172.30.31.192 0.0.0.15 10.0.4.0
0.0.3.255 eq 25
Router(config-ext-nacl)#interface fastethernet0/0
Router(config-if)#ip access-group QueACL in
Allows SMTP and POP from the 172.30.31.192/28 network to the 10.0.4.0/22 network
What is the maximum hop count for EIGRP?
224