23 - RIP/EIGRP Flashcards

1
Q

Configure a RIP-enabled router to advertise its default route to its RIP neighbors:
R1(config-router)# […]

A

default-information originate

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

Configure the EIGRP router ID:
R1(config-router)# […]

A

eigrp router-id <a.b.c.d></a.b.c.d>

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

Configure the router to stop sending RIP advertisements out of a RIP-enabled interface:
R1(config-router)# […]

A

passive-interface <interface-id></interface-id>

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

Disable EIGRP auto summarization:
R1(config-router)# […]

A

no auto-summary

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

Disable RIP auto summarization
R1(config-router)# […]

A

no auto-summary

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

Does the EIGRP AS number have to match between EIGRP neighbors?

A

Yes

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

EIGRP [can/can’t] perform unequal-cost load-balancing.

A

can

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

EIGRP messages are multicast to [IPv4 address]

A

224.0.0.10

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

EIGRP Router ID selection priority:
1. […]
2. Highest IP address on a loopback interface
3. Highest IP address on a physical interface

A

Manual configuration

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

EIGRP Router ID selection priority:
1. Manual configuration
2. […]
3. Highest IP address on a physical interface

A

Highest IP address on a loopback interface

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

EIGRP Router ID selection priority:
1. Manual configuration
2. Highest IP address on a loopback interface
3. […]

A

Highest IP address on a physical interface

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

Enable EIGRP on interfaces in the specified range:
R1(config-router)# […]

A

network ip-address [ wildcard-mask ]

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

Enable EIGRP on interfaces in the specified range:
R1(config-router)# […]

A

network <ip-address [ wildcard-mask ]>

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

Enable RIP on all interfaces in the specified range:
R1(config-router)# […]

A

network <ip-address></ip-address>

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

Enable RIPv2:
R1(config-router)# […]

A

version 2

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

Enter EIGRP configuration mode:
R1(config)# […]

A

router eigrp <as-number></as-number>

17
Q

Enter RIP configuration mode:
R1(config)# […]

A

router rip

18
Q

Modify RIP’s AD on the local router:
R1(config-router)# […]

A

distance value

19
Q

Modify the number of paths RIP will perform ECMP load-balancing over:
R1(config-router)# […]

A

maximum-paths <number></number>

20
Q

OSPF [can/can’t] perform unequal-cost load-balancing.

A

can’t

21
Q

Prevent the router from sending EIGRP messages out of an EIGRP-enabled interface:
R1(config-router)# […]

A

passive-interface <interface-id></interface-id>

22
Q

RIP [can/can’t] perform unequal-cost load-balancing.

A

can’t

23
Q

RIP uses two message types:
-[…]
-[…]

A

Request
Response

24
Q

RIPv1 messages are sent using […]cast.

A

broad

25
Q

RIPv2 messages are multicast to [IPv4 address].

A

224.0.0.9

26
Q

RIPv2 messages are sent using […]cast.

A

multi

27
Q

RIPv[…] doesn’t support VLSM and CIDR.

A

1

28
Q

RIPv[…] only advertises classful addresses.

A

1

29
Q

RIPv[…] supports VLSM and CIDR.

A

2

30
Q

The maximum hop count for a RIP route is […]

A

15

31
Q

Which version of RIP is used for IPv6?

A

RIPng (RIP Next Generation)

32
Q

Which versions of RIP are used for IPv4?

A

RIPv1 and RIPv2