cef_flashcards

(39 cards)

1
Q

Front

A

Back

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does ASIC stand for?

A

Application-Specific Integrated Circuit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does TCAM stand for?

A

Ternary Content-Addressable Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Layer 2 forwarding is done in hardware with ASICs and […] memory.

A

CAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Layer 3 forwarding can be done in hardware with ASICs and […] memory.

A

TCAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In software-based routers, the […] is responsible for the Control Plane and Data Plane.

A

General-Purpose CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In hardware-based routers, the […] handles the Control Plane.

A

CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In hardware-based routers,  […] are responsible for the Data Plane.

A

ASICs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In hybrid routers, the […] handles the Control Plane.

A

CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

In hybrid routers, the […] handles the Data Plane.

A

NP (Network Processor)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Show processes running on the CPU:<br></br>R1# […]

A

<b>show processes cpu</b>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

[…] switching requires routers to perform routing lookups using the CPU for every packet.

A

Process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

In Process Switching, the […] process is responsible for forwarding packets.

A

IP Input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Fast Switching allows the router to build a […] in memory.

A

Fast-Switching Cache

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Fast Switching: To create cache entries, the first packet to a destination is …

A

process-switched

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does CEF stand for?

A

Cisco Express Forwarding

17
Q

What does FIB stand for?

A

Forwarding Information Base

18
Q

What does RIB stand for?

A

Routing Information Base

19
Q

RIB is another name for the […].

A

routing table

20
Q

The FIB is built using information in the […].

21
Q

The Adjacency Table is built using information in the […].

22
Q

CEF uses two tables in the Data Plane: […] and […]

A

FIB  /  Adjacency Table

23
Q

In […] CEF, the FIB/Adjacency Table are stored in RAM and processed by the CPU.

24
Q

In […] CEF, the FIB is stored in TCAM, Adjacency Table stored in separate memory, and they are processed by an ASIC.

25
Packets which CEF can't handle are [...] to IP Input.
punted
26
Show the FIB:
R1# [...]
show ip cef
27
FIB: [...] is specified as a Next Hop when there is no default route defined.
no route
28
FIB: Next Hop [...] = packets to these destinations should be dropped
drop
29
FIB: Next Hop [...] = packets to these destinations should be received by the router
receive
30
FIB: Next Hop [...] = networks/destinations directly connected to the router
attached
31
The [...] is a version number for the FIB.
epoch
32
CEF: [...] is the default load-balancing method.
per-destination
33
CEF: Confiure per-packet load-balancing:
R1(config-if)# [...]
ip load-sharing per-packet
34
Show detailed information about FIB entries:
R1# [...]
show ip cef detail
35
Clear the IPv4 CEF table:
R1# [...]
clear cef table ipv4
36
Show the Adjacency Table:
R1# [...]
show adjacency
37
Show detailed information about entries in the Adjacency Table:
R1# [...]
show adjacency detail
38
CEF: The [...] contains Layer 3 next-hop information.
FIB
39
CEF: The [...] contains Layer 2 next-hop information.
Adjacency Table