Shared Flashcard Set

Details

CCNA Semester 2
Chapter 2 Static Routing
76
Computer Networking
Undergraduate 1
01/19/2013

Additional Computer Networking Flashcards

 


 

Cards

Term
What are the primary responsibilities of the router?
Definition
Determine the best path to send packets Forwarding packets to their destination
Term
What are the five standards supported by serial connections?
Definition
EIA/TIA-232, EIA/TIA-449, V.35, X.21, and EIA/TIA-530
Term
When will static routes and dynamic routes be added to the routing table?
Definition
After the exit interfaces are configured.
Term
What command will show the status and gives a detailed description for all interfaces on the router?
Definition
R1#show interfaces
Term
What does the adminstratively down output mean?
Definition
that the interface is currently in the shutdown mode, or turned off.
Term
What does the line output mean?
Definition
That the interface is not receiving a carrier signal.
Term
What does the show ip interfaces brief command list?
Definition
See a portion of the interface information in a condensed format.
Term
Why is show ip interfaces brief command better than the show running config to see if the state of the interfaces?
Definition
To quickly verify that the interfaces are up and line protocol up.
Term
What is the default state of router interfaces?
Definition
Shutdown, or turned off.
Term
What are the commands and prompt to enable an interface?
Definition
R1(config)#interface fa0/0
R1(config-if)#ip address subnet mask
R1(config-if)#no shutdown
Term
Even after configuring an interface, what must be received by the interface to change the state to up?
Definition
Carrier Signal
Term
What command will stop the messages returned by IOS not to interfere with your typing?
Definition
R1(config-line)#logging synchronous
Term
What does a C mena in the output of show ip route?
Definition
Directly connected network
Term
What types of addresses are seen in the routing table?
Definition
Network Addresses
Term
What must be true for the network of each interface on a router?
Definition
Each interface must belong to a separate subnet.
Term
What is the default gateway for LAN
Definition
Router's interface
Term
What does a device send if it does not have the IP address in its ARP table?
Definition
ARP request
Term
What are the commands to configure a serial interface?
Definition
R1(config)#interface serial0/0/0
R1(config-if)#ip address subnet mask
R1(config-if)#no shutdown
Term
Why may a serial interface still be down after it has been configured?
Definition
The other end needs to be configured.
Term
After the othe end of the connection is configured, why is the line protocol down?
Definition
the clock rate needs to be set.
Term
What end of a serial connection is the service provider?
Definition
DCE
Term
What end of the serial connection is the router by default?
Definition
DTE
Term
What device is used to convert the data from the router into a form acceptable to the WAN service provider?
Definition
CSU/DSU
Term
What do serial interfaces require to control the timing of communication?
Definition
Clock signal
Term
What command will tell you which type of cable is connected to the interface?
Definition
R1#show controllers
Term
What command will show the staus of the interfaces?
Definition
R1#show interfaces
R1#show ip interface brief
Term
What is the second test to see if the interface is operational?
Definition
Ping the remote interface.
Term
What command will show you all the commands that have been configured on the router?
Definition
R1#show running-config
Term
What is the purpose of the routing table?
Definition
Provide the router with paths to different destination netowrks.
Term
What does the debug command show?
Definition
See any changes that the router performs when adding or removing routes.
Term
What debug command will show you as networks are connected?
Definition
R2#debug ip routing
Term
What command is used to turn off debug command?
Definition
R1#undebug ip routing
R1#undebug all
Term
What two commands are used to remove a directly connected network?
Definition
R1(config)#shutdown
R1(config)#no ip address
Term
What is the crucial step in configuring your network?
Definition
Verify that all interfaces are up and up and that the routing tables are complete.
Term
What two commands should you use before you continue with more complex configurations?
Definition
R1#show ip interface brief
R1#show ip route
Term
What does a failed ping display?
Definition
.....
Five Periods
Term
What is the networking monitoring and troubleshooting tool used in this section?
Definition
Cisco Discovery Protocol
(CDP)
Term
Which device will information be gathered about?
Definition
Directly connected Cisco devices.
Term
What information is contained in the advertisements?
Definition
Type of devices that are connected, the router interfaces that are connected to, the interfaces used to make the connections, and model number of devices.
Term
At Layer 3, what do routing protocols consider neighbors?
Definition
Considers neighbors to be devices that share the same network address space.
Term
What Layer does CDP operate at?
Definition
Layer 2
Term
Describe Cisco CDP neighbors?
Definition
Cisco devices that are directly connected physically and share the same data link.
Term
What are the commands to display CDP information?
Definition
R1#show cdp neighbors
R1#show cdp neighbors detail
Term
What is the default setting for CDP?
Definition
ON
Term
What are the 5 types of information that CDP provides information about?
Definition
-Device identifiers
-Address list
-Port identifier
-Capabilities list
-Platform
Term
What information is displayed after issuing the show cdp neighbors command?
Definition
-Neighbor device ID
-Local interface
-Holdtime value
-Neighbor device capability code
-Neighbor hardware platform
-Neighbor remote port
Term
What information can be gathered if you telnet to a neighboring device?
Definition
Directly connected Cisco devices. Also you can build a logical topology.
Term
Can CDP be a security risk?
Definition
Yes
Term
What command can be used to shut off CDP on a router?
Definition
R1(config)#no cdp run
Term
What command can be use to shut off CDP on an interface?
Definition
R1(config-if)#no cdp enable
Term
What are the two ways a router can learn about remote networks?
Definition
Manually, from configured static routes or, automatically from a dynamic route.
Term
What is a stub route?
Definition
Network that can only be accessed by a single route.
Term
When are static routes used?
Definition
When routing from a network to stub network.
Term
Why would dynamic routing be a waste of resources for a stub route?
Definition
There is only one way out for sending non-local traffic.
Term
What are the 2 commands to verify static routes?
Definition
R1#show ip route
R1#show running-config
Term
What is recommended to do after entering and verifying the static routes?
Definition
Save configuration to NVRAM
R1#copy running-config startup-config
Term
What does principle 1 define about where a router looks to forward packets?
Definition
Every router makes its decision alone, based on the information it has in its own routing table.
Term
What does principle 2 define about what other routers routing tables contain?
Definition
The fact that one router has certain information in tis routing table does not mean that other routers have the same information.
Term
What does principle 3 state about the return route of a packet?
Definition
Routing info about a path from one network to another does not provide routing info about the reverse, or return path.
Term
Before the router forwards a packet, what must be determined?
Definition
The exit interface to use to forward the packet.
Term
List two steps that the router uses to froward a packet?
Definition
-Find a route
-Find an exit interface
Term
When a router has to perform multiple lookups in the routing table before forwarding a packet, what is the process called?
Definition
Recursive lookup
Term
How can a static route be entered to stop the recursive lookup process?
Definition
Enter the exit-interface
Term
What happens to the static route if the exit interface goes down?
Definition
The static route is removed
Term
What is the command to remove the static route with the next hop ip address?
Definition
R1(config)#no ip route [ip address] [subnet mask] [next hop ip]
Term
What is the command to enter a static route using an exit interface?
Definition
R1(config)#ip route [ip address] [subnet mask] [exit interface]
Term
What are the reasons to modify a static route?
Definition
The destination network no longer exists. There is a change in the topology.
Term
Can a static route be directly modified?
Definition
No, the static route must be deleted and a new one configured.
Term
What is the most efficient way to enter a static route?
Definition
Use the exit interface
Term
What are the three commands listed to verify static route configuration?
Definition
show running-config, show ip route, ping
Term
Why does making a routing table smaller improve the efficiency of the router?
Definition
Makes the routing table more efficient.
Term
What are the 2 rules on when a static route can be summarized?
Definition
-The destination networks can be summarized into a single network.
-The multiple static routes all use the same exit interface or next hop ip address.
Term
If two routes in the routing table match the packet, which route will the router choose?
Definition
The match that is most specific.
Term
What is a default static route?
Definition
It is a route that will match all packets.
Term
What is the ip address and subnet mask for quad-zero?
Definition
0.0.0.0. 0.0.0.0
Term
What does the * mean next to the S in the routing table?
Definition
Candidate Default Route
Supporting users have an ad free experience!