CCNA2 Flashcards

1
Q

RAM to store

A
IOS (copied to RAM during bootup)
Running config
Routing table
ARP cache
Packet buffer
(IRRAP - Please Ask Indian Red Rabbit)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ROM to store

A

Bootstrap
Diagnostic software
Scaled-down version of IOS

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

Flash

A

Permanent storage for IOS

Can be upgraded

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

Default value of configuration register

A

0x2102

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

Command to show routing table on PC

A

route print

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

Metrics for dynamic routing protocols

A

Hop count, bandwidth, load, delay, reilability, cost
HBLDRC - Hello Baby, Let Dady Remove Caca
RIP: Hop count
OSPF: Bandwidth
EIGRP: combination of bandwidth and delay

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

Which routing protocol supports unequal cost load balancing

A

only EIGRP

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

Show command for CDP

A

show cdp neighbors [detail]

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

Command to disable CDP

A

(config)#no cdp run

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

Command to stop CDP advertisement on a interface

A

(config-if)# no cdp enable

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

To configure static route between Ethernet interfaces

A

always using exit interface together with next hop ip address

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

Distance vector routing protocols

A

RIP, EIGRP

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

AD of Connected, Static, EIGRP summary, Internal EIGRP, OSPF, RIP

A

0,1,5,90,110,120

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

RIP routing updates interval

A

30s

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

EIGRP

A

cisco proprietary
support unequal cost load balancing
uses DUAL
no peirodic updates, only update if thiere is a change, bounded update

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

RIP timers

A

Invalid 180s
Flush 240s
Holddown 180s

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

Radom Jitter

A

Collison caused by multiple route updates trasmited at the same time
RIP_JITTER: 0% to 15% of the interval.

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

Maximum metric in RIP

A

15 hops

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

Load balancing on RIPv1

A

Default load balancing is 4 equal cost paths, can support up to six paths.

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

Routes update addresses used by RIP

A

RIPv1 uses broadcast addresses, RIPv2 uses multicast addresses

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

Which routing protocol runs only on CISCO routers

A

EIGRP

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

EIGRP uses what to maintain all the routes received from neighbors

A

Use a Topology table

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

EIGRP uses what to establish adjacencies with neighboring routers

A

using hello protocol

24
Q

EIGRP metric is based on

A

based on minimum bandwidth and cumulative delay of the path

25
Q

EIGRP has fast convergence due to

A

DUAL calculation

26
Q

EIGRP supports multiple network layer protocols such as

A

IP, IPX and AppleTalk

27
Q

Class A IP addresses

A

Class A: 1.0.0.0 to 126.255.255.255

28
Q

Class B IP addresses

A

Class B: 128.0.0.0 to 191.255.255.255

29
Q

Class C IP addresses

A

Class C: 192.0.0.0 to 223.255.255.255

30
Q

Configure RIPv1

A
#router rip
(config-router)#network 192.168.4.0
(config-router)#network 192.168.5.0
(config-router)#passive-interface f0/0
(config-router)#default-information originate
31
Q

Enhancements of RIPv2 to RIPv1

A

Next-hop addresses included in the routing updates
Use of multicast addresses in sending updates
Authentication option available

32
Q

Two extensions are added in RIPv2 message:

A
  1. Subnet mask field

2. Next Hop address

33
Q

Why use Null Interfaces

A

a static route must have an active exit interface before it will be installed in the routing table. Using the null interface will allow R2 to advertise the static route in RIP even though networks belonging to the summary 192.168.0.0/16 do not actually exist.

34
Q

Command to configure Null Interfaces

A

R2(config)#ip route 192.168.0.0 255.255.0.0 Null0

35
Q

RIPv2 command to populate static route

A

R2(config-router)#redistribute static

36
Q

Command to enable RIPv2

A

(config)#router rip

(config-router)#version 2

37
Q

Disable auto-summary on RIPv2

A

(config-router)#no auto-summary

38
Q

What is A level 1 route

A

A level 1 route is a route with a subnet mask equal to or less than the classful mask of the network address

39
Q

A level 1 route can function as:

A

Default route, supernet route, network route

40
Q

What is an ultimate route

A

An ultimate route is a route that includes:
either a next-hop IP address (another path)
and/or an exit interface

41
Q

What is A level 1 parent route

A

A level 1 parent route is a network route that does not contain a next-hop IP address or exit interface for any network.

Ex: 172.16.0.0/24 is subnetted, 1 subnets

42
Q

What is A level 2 route

A

A level 2 route is a route that is a subnet of a classful network address.

C 172.16.3.0 is directly connected, FastEthernet0/0

43
Q

Classful and classless routing behavior

A

Classful: (config)#no ip classless
Classless: (config)#ip classless

44
Q

Purpose of Classful and classless routing behaviors

A

Classful and classless routing behaviors determine how the routing table is searched after it is populated.

45
Q

EIGRP updates MAC address and IP address

A

Multicast, MAC: 01-00-5E-00-00-0A

IP: 224.0.0.10

46
Q

EIGRP Packet Types

A

5 types: Hello | Update | Ack | Query | Reply

47
Q

EIGRP Hello packets interval

A

5s on most networks, but 60s on NBMA such as Frame Relay, X.25 and ATM

48
Q

EIGRP holdtime interval

A

3 times of the hello interval, which means 15s on most networks, and 180s on NBMA networks.

49
Q

When will EIGRP ack packet be sent

A

When reliable delivery is used, ack packet always sent as unicst.

50
Q

Which routing protocols can be configured to encrypt and authenticate their routing information?

A

RIPv2, EIGRP, OSPF, IS-IS, and BGP

51
Q

What is the protocol used by EIGRP for the delivery and reception of EIGRP packets

A

Reliable Transport Protocol (RTP)

52
Q

In order to establish neighbor adjacencies, EIGRP requires all routers in the same routing domain to be configured with the same…

A

process ID

53
Q

EIGRP automatically includes a null0 summary route as a child route whenever both of following conditions exist:

A

There is at least one subnet that was learned via EIGRP.

Automatic summarization is enabled.

54
Q

The default K values can be changed with the EIGRP router command:

A

Router(config-router)#metric weights tos k1 k2 k3 k4 k5

55
Q

To verify k values

A

show ip protocols