arp_flashcards

(38 cards)

1
Q

[…] allows a device to respond to ARP requests for IP addresses that are not its own.

A

Proxy ARP

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

Display all IP ARP entries: R1# […]

A

show ip arp

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

Display all ARP entries: R1# […]

A

show arp

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

In the output of show arp, what value is displayed in the ‘Type’ column of Ethernet ARP entries?

A

ARPA

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

In the ARP table of a Cisco IOS device, what does ‘Type: ARPA’ stand for?

A

Ethernet II (ARPA = Advanced Research Projects Agency, part of American Department of Defense)

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

In Cisco IOS, will a device refresh a host’s ARP entry if it receives a non-ARP message from that host?

A

No

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

Cisco devices refresh ARP entries when they receive […] messages from a host.

A

ARP

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

Enable ARP message debugging: R1# […]

A

debug arp

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

What value in the ARP OPER field indicates an ARP Reply?

A

2

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

What value in the ARP OPER field indicates an ARP Request?

A

1

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

What value in the ARP PTYPE field indicates IPv4?

A

0x0800

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

What value in the ARP HTYPE field indicates Ethernet?

A

1

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

Before sending an ARP request to learn a MAC address, a Cisco IOS device will create a/an […] entry in the ARP table.

A

incomplete

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

IPv4/Ethernet ARP messages are […] in length.

A

28 bytes *not including the Ethernet header/trailer

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

ARP EtherType: […]

A

0x0806

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

ARP messages are encapsulated directly within […]

A

Ethernet frames

17
Q

ARP is used to map a known Layer […] address to an unknown Layer […] address.

18
Q

Layer […] deals with indirectly (and directly) connected devices.

19
Q

Layer […] deals with directly connected devices.

20
Q

Layer […] provides hop-to-hop addressing.

21
Q

Layer […] provides end-to-end addressing.

22
Q

ARP Request Message: Ethernet header destination MAC: […] ARP message Target Hardware Address: […]

A

FFFF.FFFF.FFFF / 0000.0000.0000

23
Q

In Cisco IOS, the default ARP timeout is […]

A

4 hours/240 minutes/14400 seconds

24
Q

Configure the ARP timeout: R1(config-if)# […]

A

arp timeout seconds

25
Display the ARP table: R1# [...]
show arp
26
Clear dynamic entries from the ARP table: R1# [...]
clear arp
27
View detailed information about an ARP table entry: R1# [...]
show arp ip-address detail
28
Manually configure an Ethernet ARP entry: R1(config)# [...]
arp ip-address mac-address arpa
29
Gratuitous ARP Message: Ethernet header destination MAC: [...] ARP message Target Hardware Address: [...]
FFFF.FFFF.FFFF and FFFF.FFFF.FFFF
30
Will Cisco IOS devices refresh an ARP Table entry if they receive a gratuitous ARP message from the device?
Yes
31
Will Cisco IOS devices create a new ARP Table entry if they receive a gratuitous ARP message?
No
32
A [...] message is an ARP Reply message sent without receiving an ARP Request.
Gratuitous ARP
33
Enable local proxy ARP on an interface: R1(config-if)# [...]
ip local-proxy-arp
34
Enable proxy ARP on an interface: R1(config-if)# [...]
ip proxy-arp
35
Disable proxy ARP globally: R1(config)# [...]
ip arp proxy disable
36
In Cisco IOS, Local Proxy ARP is [enabled/disabled] on interfaces by default.
disabled
37
In Cisco IOS, Proxy ARP is [enabled/disabled] on interfaces by default.
enabled
38
In Cisco IOS, Proxy ARP is globally [enabled/disabled] by default.
enabled