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

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;

51 Cards in this Set

  • Front
  • Back
routing table
used to find the best match between the destination IP of a packet and a network address in the routing table.
cisco serial connectors for WAN connections
EIA/TIA-232, EIA/TIA-449, V.35,X.21, EIA/TIA-530.
A router has a DB-60 port that can support the different standards. This port is also called 5-in-1 serial port.
smart serial interface
allows for more data to be fowarded across fewer cable pins. The serial end of the smart cable is a 26 pin connector. They support the 5 standards and can be configured as DTE or DCE.
ethernet connectors
RJ-45 straight cable
switch to router
switch to PC
hub to PC
hub to server

cross over cable
-switch to switch
-PC to PC
-switch to hub
-hub to hub
-router to router
-router to server
show interfaces
shows the status and gives detailed desc of all interfaces on a router.
show ip interface brief
to see a portion of the interface information in a condensed format
show running-config
displays the current configuration that the router is using.
message LINK-3_UPDOWN: interface blah changed state to up
means the physically the condition is up
LINEPROTO-UPDOWN: line protocol on interface changed state to up
means that the link layer is operational.
clock rate on wan interface
if it is not set correctly, the data link layer will not be up
unsolicited message from IOS
automatic messages sent from the router.
separate unsolicited output from input
enter configuration mode for the consoled port and add logging synchronous command.

line console 0
logging synchronous
routing table entry code c:
c means the route is directly connected to the network.
ethernet interface on a router
has a L2 MAC address .
participates in ARP requests and replies and maintains an ARP table.
how does the Router participate in the ARP process
If a router has a packet destined for a device on a directly connected netwrk, it checks the arp talbe for an entry with that destination IP address in order to map the MAC address
difference in configuring a serial interface vs. ethernet interface
interface id
serial port has a clock rate
physically connecting a WAN interface
-DTE/DCE crossover cable or
DTE cable connected to DCE cable.
The WAN physical layer describes the interface between DTE and DCE equipment. Usually router is the DTE device. Serial interface require a clock signal to control the timing. The service provider will provide the clock which is the DCE end.
CDP
Cisco Discovery Protocol is a network monitoring and troubleshooting tool.
-access a summary of protocol and address information about cisco devices
- By default, each Cisco device sends periodic messages which are known as CDP advertisements to directly connected Cisco devices.
L3 neighbors
are devices that share the same network address space
L2 neighbor
CDP operates on L2 only. CDP neighbors as well as L2 neighbors are devices that are directly connected physically and share the same data link.
CDP operation
show cdp neighbors
show cdp neighbors detail
-provides information about the neighbor device
- device identifier (name)
- addres slist (upto one network layer addressfor each protocol supported)
- port identifier (name of the local and remote port)
- capabilities list - (device is a router or a switch)
- platform (hardware platform)
no cdp run
disables CDP globally
no cdp enable
use CDP but need to stop CDP advertisements on a particular interface.
static routes
commonly used when routing from a network to a stub network. static routes are configured for connectivity to remote networks that are not directly connected to a router.
stub network
is a network accessed by a single route
ip route
arguments
destination network address, subnet mask, next hop ip address and exit interface to determine the outgoing interface.
static route code
s
route fields in [ ]
administrative distance and metric for the static route.
routing table principle1
1. every router makes decisions alone, based on the information it has in its routing table
routing table principle 2
2. the fact that one router has information in its routing table does not mean the other routers have the same information
routing table principle 3
routing information about a path from one network to another does not provide routing information about the reverse or return path
route resolvability
before any packet is forwarded by a router, the routing table process must determine the exit interface to use to forward the packet.
-determine how to reach the next hop IP address by deciding on the exit interface
route resolvability
every route that references only a next hop IP address and does not reference an exit interface must have the next hop IP Naddress resolved by using another route in the table that has an exit interface
directly connected route
does not mean the route is a directly connected network or directly connected route.
static routes
ideal for point to point networks.
- cannot be modified, must be deleted and added again.
delete static route
no ip route
point to point serial network
point to point serial nework has only one other device on that network - the router at the other end of the network.
ethernet network
has many different devices sharing the same multi-access network.
how to configure a static route over ethernet network so that it doesn't have to use the recursive lookup of the next hop IP address
- configure the static route to include both the exit interface and the next hop IP address
static routes with outbound point to point serial network
best to have just the exit interface only
static routes with outbound ethernet networks
best to configure both next hop address and exit interface
summarizing static routes
-reduces the routing table size
-makes look up process more efficient.
route summarization
multiple static routes can be summarized if :
- the destination networks can be summarized into a single address
-multiple static routes all use the same exit interface or the next hop IP address
how to calculate the summary route
write out the networks to summarize
-start with the left most bit
-find all the bits that match.
-when you find the first that doesn't match, stop.
default static route
is used when
-no other routes in the table match the destination IP address
-when a router has only one other router to which it is connected.
default static route format
network address is 0.0.0.0
subnet mask is 0.0.0.0
-also called quad-zero route
candidate default route
is indicated by the code *
reasons for a missing route in the table
- an interface fails
- service provides drops the connection
-over saturation of links
-wrong configuration
steps to troubleshoot a missing route
-ping
-traceroute
-show ip route
-show ip interface brief
-show cdp neighbors detail
static route admiinistrative distance
1
difference between attaching a serial interface to a serivce provider production environment and attaching a serial interface to another router in the lab
in production environment, serial interface is connected to service provider equipment. Service provides sets the clocking speed. In lab configuration, one router has to provide clocking