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

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;

60 Cards in this Set

  • Front
  • Back
Show CDP Neighbor detail
Device name
IP Address
Platform
Interface
Show VLAN/show vlan brief
Lists VLAN # Name Status Ports
Show VTP status
VTP OPERATING MODE| AUDIT LOG| CONFIG REVISION
Show Spanning-Tree
q
Show Mac-Address-table
q
Show Interface trunk
Lists Port# Encapsulation STATUS Mode
Show Commands Mnemonic
Southern - Sh Spanning-Tree
Vermont - Sh VLAN
Means - Sh Mac-Address-Table
Its - Sh Int Trunk
Very - Sh VTP Status
Cold - Sh CDP neighbor detail
NAT
WAN
to know
Wildcard Mask Shortcut
INCREMENT - 1
EIGRP METRIC
Bandwidth
Delay
Configuring EIGRP
Router(config)# Router eigrp [AS#]*
*AS# must be same on all routers
Router(config-router)#network [network]
Router(config-router)#no auto-sum
EIGRP Route status
Passive ''P'' Good (route is working)

Active "A" Bad (search. for good route)
EIGRP

Routes 2 types
Successor (Primary) Route
(stored in Topology and Routing)
Feasible (Backup) Successor Route
''next best'' (Topology table)
EIGRP
Speed
Fast Converge
VLSM
OSPF
Vendor neutral
Link State
SPF Algorithm
OSPF facts
Router ID = # by which router is known
Highest IP of any active loopback good = default

If no loopback interface = Highest IP address on active int. at the moment when OSPF process started

Hierarchical
LSA used
Link State Advertisements
OSPF cost calculation
100,000,000/Bandwidth in BPS
Frame Relay = LMI
what are 3 types?
1) Cisco (*default*)
2) ANSI
3) Q933a
Frame Relay encapsulation
IETF (Open Std)
Cisco (default)
What do Sub-intfs correct?
Resolve Split Horizon Issue
Frame Relay
include BROADCAST command to allow ROUTING in Frame Relay
What do Classful Routing Protocols do?
"- summarize networks to their major network boundaries (A, B, or C).
- Do not carry subnet mask info in their routing table updates."
What are 2 Classful routing protocols?
RIPv1 and IGRP
what 2 environments CANT Classful routing protocols adapt in?
"- discontigous networks
- VLSM networks"
What are 4 Classless routing protocols?
"RIPv2
EIGRP
OSPF
BGP"
what are the 2 ways RIPv2 prevents routing loops?
"- split horizon
- measures of hold-down timers"
How does RIPv2 get send out its routing table updates?
multicasts its updates using the multicast address 224.0.0.9
what are the 6 metrics of EIGRP?
"-Hops
-Load
-Bandwidth
-Reliability
-Delay
-MTU"
what are routing table updates sent on EIGRP?
only when changes have been made on the network, not periodic.
When routing table updates are sent in EIGRP, What is included in the update?
only routes that have changed are sent
When routing table updates are sent in EIGRP, Who is included in the update?
only to the routers that need to learn the updates.
"what is the first step to configure EIGRP?
(also include command)"
"You have to turn on the EIGRP process
command:
router#router eigrp [proess-id]"
Give the command to configure EIGRP.
"router(config)#router eigrp 1
(config-router)#no auto-sum
router(config)#network 192.168.20.0
router(config)#network 172.16.0.0"
what does EIGRP stand for?
Enhanced Interior Gateway Routing Protocol
what does OSPF stand for?
Open Shortest Path First
What kind of routing protocol is OSPF
Link-State Protocol
What are 3 supported benifits offered by OSPF
"- classless routing
- VLSM support
- Authentication"
What is an "area"?
the portion of a network within which LSAs are contained
what is "cost" when refering to OSPF?
"OSPFs default metric
Cost = (10^8 / bandwidth of the link)"
What is the Link speed and Default Cost of T1?
"Speed: 1.544Mbps
Cost: 64"
What is the Link speed and Default Cost of E1?
"Speed: 2.048Mbps
Cost: 48"
what is the purpose of a Backup Designated Routers?
to take over if Designated Routers fails
How is a DR elected?
"via the Hello process
(Hello packets contain an OSPF router ID)"
what are the 3 OSPF router ID options when electing a DR?
"- highest IP address configured on a loopback interface
- highest IP address on an active physical interface
- the ID set using the ""ospf router-id [ip address]"" command"
what algorithm does OSPF use to find shortest path first?
Dijkstra's Shortest Path First Algorithm
what is the commands to configure a single-area OSPF?
"(config)#router ospf 1
(config-router)#network 172.20.0.0 0.0.255.255 area 0
(config-router)#exit"
How does the Distance-Vector Routing Protocol work?
Periodically broadcasts entire routing table to neighbor routers
How does the Link-State Routing Protocol work?
mulitcast links to all routers in the autonomous system on startup and all other routing table updates contain only updated routers.
what is a Hold-Down Timer?
stops routing loops by allowing router to place route in a state where it ill not accept any changes to that router.
what is Split Horizon?
"- prevent routing loops
- router will not send updates for a route via an interface from which it originally received knowledge of that route."
what is the command to view the routing tables
show ip route
Is it better to have a Higher or Lower Administrative Distance?
Lower the number, the more reliable
what is the default metrics for IGRP?
Bandwidth and Delay
what are the 6 metrics for IGRP?
- hop
- load
- bandwidth
- reliability
- delay
- MTU
What are 3 benefits of a Static Route configuration?
- Less Bandwidth
- Less Memory
- Less CPU resources
Provide the layout of the static route command.
ip route [destination network address] [destination subnet mask] [ip address of next hot interface] [administrative distance]
What algorithm does OSPF use to calculate metric?
Dijkstra SPF algorithm
how is it determined which non-root bridge with the same cost to the root bridge will be the "designated port" if the two non-root switches are connected together?
Switch with the lowest BID will get the designated port.
port transition from blocking to forwarding state time?
30-50 secs.