• 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/92

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;

92 Cards in this Set

  • Front
  • Back

What are the two trunking protocols supported by Cisco switches?

802.1q and ISL.
How do you change the setting of the configuration register?
config–register
You configure a serial connection with PPP. When you enter: show int fa 0/0 you see the interface is up/up and LCP is open but you can't communicate. What is the problem?
Incorrect IP or Subnet
How do you debug PPP authentication?
#debug ppp authentication
How can you verify the status of PPP athentication
show int s 0/0 and then view if LCP is open (Working) or closed (failed)
Why do you use PPP?
To communicate on point to point links between non Cisco devices
What are the possible RSTP states?
"Discarding, Learning, Forwarding"
What are the possible STP states?
"Disabled, Blocking, Listening, Learning, Forwarding"
What does (config)# line con 0 allow you to do?
"Change the setting on the console such as MOTD banner, password and username"
How many bytes in an IPv6 Address?
16 bytes
How many bits in an IPv6 Address?
128
How many bits in an IPv4 Address?
32
Can the following hosts talk to eachother without a router? 192.168.10.17 /28 –––––– 192.168.10.32 /28
No
How many hosts are on a /24 Network? What is it's subnet mask? What is it's wildcard mask?
255.255.255.0 //// 2^8 – 2 = 254 // 0.0.0.255
How many hosts are on a /25 Network? What is it's subnet mask? What is it's wildcard mask?
255.255.255.128 //// 2^7 – 2 = 126 // 0.0.0.127
How many hosts are on a /26 Network? What is it's subnet mask? What is it's wildcard mask?
255.255.255.192 //// 2^6 – 2 = 62 // 0.0.0.63
How many hosts are on a /27 Network? What is it's subnet mask? What is it's wildcard mask?
255.255.255.224 //// 2^5 – 2 = 30 // 0.0.0.31
How many hosts are on a /28 Network? What is it's subnet mask? What is it's wildcard mask?
255.255.255.240 //// 2^4 – 2 = 14 // 0.0.0.15
How many hosts are on a /29 Network? What is it's subnet mask? What is it's wildcard mask?
255.255.255.248 //// 2^3 – 2 = 6 // 0.0.0.7
How many hosts are on a /30 Network? What is it's subnet mask? What is it's wildcard mask?
255.255.255.252 //// 2^2 – 2 = 2 // 0.0.0.3
What port is FTP?
21
What port is SMTP?
25
What port is DNS?
53
How do you stop DNS lookup on a router?
(config)#: no ip domain–lookup
How to you set multiple ports at one time?
(config)#: int range fa 0/1–4
What is the loopback address?
127.0.0.1
What ports is DHCP
Ports 67 and 68
What is a Class A IP Address?
1–126
What is a Class B IP Address?
128–191
What is a Class C IP Address?
192–223
What is a Class A Private IP Address?
10.0.0.0 – 10.255.255.255
What is a Class B Private IP Address?
172.16.0.0 – 172.31.255.255
What is a Class C Private IP Address?
192.168.0.0 – 192.168.255.255
What is RIP's administrative distance?
120
What algortihm does RIP use?
Bellman Ford (Distance Vector)
What algortihm does EIGRP use?
Dual
What algortihm does OSPF use?
Dijkstra
What algortihm does BGP use?
Dijkstra
What algortihm does IS–IS use?
Path Selection
What is EIGRP Administrative Distance?
90 (External) / 170 (External)
What is OSPF Administrative Distance?
110
What is IS–IS Administrative Distance?
115
What is BGPs Administrative Distance?
20 / 200 (IBGP)
"The following is a partial output of the show interfaces command: ""Serial 0 is up, line protocol is down"" What does this signify?"
The physical connection is working but there's a problem with the configuration or the interface is shutdown
How do you troubleshoot a startup problem on a switch? What does post stand for?
Show post /// Power on self test
How do you view realtime updates of RIP?
debug ip rip
How often does RIP send routing updates?
30 seconds
How do you set PPP encapsulation on a router?
encapsulation PPP
How do you copy an IOS image config from one router to another
copy tftp flash
Why would you select PPP over HDLC for a WAN network?
HDLC is Cisco specific while PPP can be used between vendors
How do you set the enabled password?
enable privilaged password (password)
How do you configure the enable password for the rotuer ?
enable password (password)
How do you configure which commands are accessible at various levels?
privilege level
What are the five network topologies?
"Bus, Ring, Star, Mesh, Hybrid"
What are the there major categories of WAN technologies?
"Circuit Switched, Packet (Or cell) switched, Point to Point (Directed)"
What WAN technologies use circuit switched?
ISDN
What are the advantages of circuit switched?
"Cost (Cheaper), Scalability (Easy to install and expand), availability"
How do packet switched tecnologies work? What are the advantages?
"After each message is sent, the circuit is cleared. This allows multiple connections through one device"
Which OSI layer is concered with reliable end–to–end delivery of data?
Transport
Which is connectionless? TCP or UDP?
UDP
At which layer of the OSI model would you find framing?
Data link
Which layer of the TCP/IP stack is routing and logical addressing found?
Internet
Which layer of the TCP/IP stack is framing found?
Network
What TCP transport layer protocol provides IP address resolution for domain names?
DNS
What are the steps in a 3 way hand shake?
"SYN, SYN/ACK, ACK"
What is the CIR?
Commited Information rate – minimum bandwidth guaranteed by the provider
What does TTL do?
Time to live – prevents routing loops by creating a number of hops till end
What HDLC field is specific to Cisco?
Type field
What layer 4 features is used for reliability?
"The process of numbering, acknowleding each packet"
A protocol that requires an exchange of messages before data transfer begins ?
Connection oriented
The switch fully receives all bits in the frame before forwarding the frame. This allows the switch to check the FCS before forwarding the frame
Store and Forward Switching
The switch forwards the frame as soon as it can. This reduces latency but does not allow the switch to discard frames that fail the FCS check.
Cut–through switching method
"The switch forwards the frame after receiving the first 64 bytes of the frame, thereby avoiding forwarding frames that were errored due to a collision"
Fragment–free switching method
"Cisco uses three terms to describe the role of each switch, what are they?"
"Core, Distrubtion, Access"
What are the default settings on a console port?
* 9600 bits/second* No hardware flow control* 8–bit ASCII* No stop bits* 1 parity bit
What are the four major types of memory on a Cisco switch?
"RAM, ROM, NVRAM, Flash"
What is stored in RAM?
Running config
What is stored in ROM?
Stores a bootstrap program that is loaded when the switch powers on and finds the full Cisco IOS image and manages loading the IOS into RAM
What is stored in Flash?
Cisco IOS images
How do you configure SSH on a switch
"All of these are required: hostname, ip domain–name, RSA key, username and password"
What are the message banners you can change?
"MOTD, login, exec"
How do you determine the DCE end of a connection?
show controllers
"What routing protocols use the interface bandwidth settings to set their default metrics, with the metrics impacting a router's choice of the best IP route to reach each subnet?"
OSPF and EIGRP
How do you copy an IOS image into flash?
"Step 1 – Obtain IOS image from Cisco, by downloading the IOS image from Cisco.com using HTTP or FTP. Step 2 – Place IOS image into the default directory of a TFTP server that is accessible from the router. Step 3 – Issue the copy command from the router, copying the file into Flash memory. ––> R1#copy tftp flash"
How do you show the current value of the register?
show version
To enter the ROM monitor set the configuration register value to?
0x2100
What metric does RIP use?
Hop count
What metric does EIGRP use?
"Bandwidth, Load and delay"
What is the multicast address for RIPv2 addresses?
224.0.0.9
"This command lists information about the RIP configuration, plus the IP addresses of neighboring RIP routers from which the local router has learned routes."
show ip protocols
What is the administrative distance of EIGRP?
90
What is the administrative distance of OSPF?

110