Chapter 3 - Routing Protocol Characteristics, EIGRP, and IS-IS Flashcards
What is the default metric for any interface for the IS-IS routing protocol?
- 5
- 10
- 70
- 100
B.
The default metric for interfaces for IS-IS is 10.
Which type of routers are used to interconnect areas in IS-IS?
- Level 1 routers
- Level 2 routers
- Level 1/2 routers
- Level 2 routers and Level 1/2 routers
D.
Both Level 2 and Level 1/2 routers are used to interconnect IS-IS areas.
Which routing protocol is a distance-vector and classless protocol?
- RIPv2
- EIGRP
- OSPF
- IS-IS
A.
RIPv2 is a classless distance-vector routing protocol.
Which type of routing protocol sends periodic routing updates?
- Static
- Distance-vector
- Link-state
- Hierarchical
B.
Distance-vector routing protocols send periodic updates.
Which routing protocol has a default metric of 10?
- OSPFv2
- IS-IS
- EIGRP
- BGPv4
B.
In IS-IS, every interface has a default metric of 10.
Which of the following is true regarding routing metrics?
- If the metric is bandwidth, the path with the lowest bandwidth is selected.
- If the metric is bandwidth, the path with the highest bandwidth is selected.
- If the metric is bandwidth, the highest sum of the bandwidth is used to calculate the highest cost.
- If the metric is cost, the path with the highest cost is selected.
B.
If bandwidth is used, the path with the highest bandwidth is selected. If cost is used, the path with the lowest cost is selected.
Both OSPF and EIGRP are enabled on a router with default values. Both protocols have a route to a destination network in their databases. Which route is entered into the routing table?
- The OSPF route is entered.
- The EIGRP route is entered.
- Both routes are entered with load balancing.
- Neither route is entered; an error has occurred.
B.
OSPF has an administrative distance of 110. EIGRP has an administrative distance of 90. The route with the lower administrative distance is selected: EIGRP.
Which is a route that satisfies the feasibility condition and is installed as a backup route?
- The successor
- The feasible successor
- The reported successor
- The backup successor
B.
The feasible successor satisfies the feasibility condition and is maintained as a backup route.
Which parameters are included in the computation of the EIGRP composite metric that is used by default?
- Bandwidth and load
- Bandwidth and delay
- Bandwidth and reliability
- Bandwidth and maximum transmission unit (MTU)
B.
The default metrics for EIGRP are bandwidth and delay.
Which routing protocol implements the Diffusing Update Algorithm (DUAL)?
- IS-IS
- IGRP
- EIGRP
- OSPF
C.
EIGRP implements DUAL.
What is ES and IS in IS-IS?
ES = Endpoint System (hosts)
IS = Intermediate System (Routers - switches - etc)
What are the following communication levels?
L0
L1
L2
L3
L0 - L0 (host) to L1 device communication
L1 - L1 to L1 intra-area communication within a single entity
L2 - L1 to L1 inter-area communication (different areas within same entity)
L3 - comms between different entities, beyond inter-area comms in a single entity.
Note: Cisco devices only operate on L1 and L2.
Which area is mandatory in IS-IS? (Like Area 0 in OSPF)
none.
There are not mandatory areas in IS-IS. There is no need for a ‘backbone’ area in IS-IS.
However it is a best practice to use a ‘transit fabric’ or ‘transit area’ to move that traffic from area to area. This area needs to be a L2 area.
The commands:
router isis
is-type level 1
Will allow adjacencies to form provide which two conditions are met?
The two conditions that must be met for an adjacency to form are: L1 to L1 routers and in the same area.
What does the ‘net’ command stand for and what does it do in IS-IS?
The net command defines the NET = Network Entity Title
There is a lot of info in the net. These are 8-20 bytes long.
49.0001.0000.0000.0001.00
AFI.area-id.some-unique-identifier-like-MAC.00
AFI = first byte = Address Family Identifier, (49 => ISIS)
area-id = 0001
unique identifier = 1 (ususally this is the MAC address, but can be anything)
00 = NSEL or N-Selector, always zero for ISIS.
T/F: IS-IS can form router adjacencies at layer 2, without IP addresses.
True.
What is an LSP?
Link State packet.
IS-IS uses these L2 packets to exchange info to form adjacencies.
What is the metric for every Cisco interface with respect to IS-IS?
10.
Every link has a metric of 10.
What is the command ‘metric-style wide’ used for?
This allows the IS-IS system to bypass the default limit of hops.
This is best-practice.
T/F: Security in IS-IS at three different levels.
True.
INTERFACE LEVEL:
At the interface level use this command:
R1(config)# router isis
R1(config-router)# isis password your_secret_password
and on the neighbor router, do the same.
AREA LEVEL:
This can be done at the area level as well, with this command:
R1(config)# router isis
R1(config-router)# area-password password
DOMAIN LEVEL:
This can be done at the domain level under the ‘router isis’ config.
R1(config)# router isis
R1(config-router)#domain-password password
T/F: Adjacencies can be password protected, as in the neighborship will not form unless the password is used.
True.
INTERFACE LEVEL:
At the interface level use this command:
R1(config)# router isis
R1(config-router)# isis password your_secret_password
and on the neighbor router, do the same.
AREA LEVEL:
This can be done at the area level as well, with this command:
R1(config)# router isis
R1(config-router)# area-password password
DOMAIN LEVEL:
This can be done at the domain level under the ‘router isis’ config.
R1(config)# router isis
R1(config-router)#domain-password password
What does the ATT bit advertise to the the routers that receive it from an IS-IS router?
This comes from a L1-L2 router and says “ I am your exit point.” , like a default route.
What does RTP stand for with respect to EIGRP?
Reliable Transport Protocol
224.0.0.10 is the multicast address that EIGRP sends updates to using RTP, Hellos use this address for instance.
Sequence numbers are used by RTP to track what has been sent and received.
How often does EIGRP send hello packets?
every 5 seconds for LAN links
every 60 seconds for WAN or really slow links



















