IPv4/IPv6 Flashcards

(29 cards)

1
Q

What does the service dhcp command do in router configuration?

A

Enables the DHCP service

This command must be enabled for the DHCP service to function.

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

What command is used to configure a router to relay DHCP messages to a DHCP server?

A

ip helper-address ip_address

This command is used in interface configuration mode.

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

How do you configure a DHCP pool on a router?

A

ip dhcp pool name

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

What command enables you to exclude certain IP addresses to be used from a DHCP pool?

A

ip dhcp excluded-address <low-address> <high-address></high-address></low-address>

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

What command enables you to see DHCP conflicts?

A

show ip dhcp conflicts

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

What command enables to clear DHCP conflicts?

A

clear ip dhcp conflict *

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

What command enables you to see DHCP addresses assigned from the pool?

A

show ip dhcp binding

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

What is stateless address autoconfiguration (SLAAC) designed to do?

A

SLAAC is designed to enable a device to configure its own IPv6 address, prefix, and default gateway without a DHCPv6 server.

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

How do you enable SLAAC on a router’s interface?

A

ipv6 address autoconfig
The interface generates a globally routable IPv6 address.

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

What message do a Windows PC and router send to determine connected routers?

A

Router Solicitation (RS)

This message is sent to discover any routers on the local link.

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

What does a router send in response to a Router Solicitation?

A

Router Advertisement (RA)

The RA identifies the prefix being used by the router.

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

What information do devices use from the Router Advertisement to generate their own IPv6 address?

A

Prefix information

This prefix is used to create an IPv6 address in the same network as the router.

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

For SLAAC, what address does the PC use as the default gateway address?

A

IPv6 link-local address of the device that sent the RA

This address is used for local communication within the network.

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

What must be enabled on a router interface for RAs to be generated by default?

A
  • Router interface must be enabled for IPv6
  • IPv6 unicast routing must be enabled
  • RAs must not be suppressed on the interface

RAs are Router Advertisements, which are part of the IPv6 protocol used for network configuration.

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

How do you configure a IPv6 DHCP pool?

A

ipv6 dhcp pool name
address prefix 2001:DB8:A:A::/64

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

What is stateless DHCPv6 a combination of?

A

SLAAC and DHCPv6

Stateless DHCPv6 allows clients to automatically determine their IPv6 address and other configurations.

17
Q

In stateless DHCPv6, clients use a router’s RA to automatically determine which of the following?

A
  • IPv6 address
  • Prefix
  • Default gateway

RA stands for Router Advertisement, which provides essential network information to clients.

18
Q

What does the RA include that tells the client to get other non-addressing information from a DHCPv6 server?

A

A flag

This flag indicates that additional information, such as DNS server addresses, can be obtained from the DHCPv6 server.

19
Q

To ensure that the RA informs the client to contact a DHCPv6 server for other information, which command must be enabled?

A

ipv6 nd other-config-flag

This command is crucial for the proper functioning of stateless DHCPv6.

20
Q

To relay the DHCPv6 messages to a DHCPv6 server in another network, what must be configured on the local router interface?

A

Configured as a DHCPv6 relay agent

This is done using the ipv6 dhcp relay destination interface configuration command.

21
Q

When a router is performing a route lookup using CEF, what does the FIB reference?

A

An entry in the adjacency table

CEF stands for Cisco Express Forwarding, which is a method used by routers to optimize packet forwarding.

22
Q

What does Proxy ARP allow a router to do?

A

Respond to ARP requests with its own MAC address

This occurs if the router has a route in the routing table to the IP address in the ARP request.

23
Q

What IPv6 featurealyzes RAs and filters traffic from unauthorized devices?

24
Q

How do you configure RA guard?

A

ipv6 nd raguard attach-policy [policy-name] under interface

25
What security mechanism is used to permit or deny IPv6 packets on network interfaces?
IPv6 traffic-filter ## Footnote Often implemented via Access Control Lists (ACLs).
26
What is an IPv6 first-hop security feature that binds and maintains a trusted binding table for stateless address automatic configuration (SLAAC) addresses?
IPv6 ND (Neighbor Discovery) Inspection
27
What uses data from IPv6 binding table to filter unauthorized traffic?
IPv6 Source Guard
28
What is an IPv6 first-hop security feature that can be used to mitigate Denial of Service (DoS) attacks that attempt to exploit weaknesses in the DHCP process?
DHCPv6 Guard
29
What IPv6 first-hop security feature filters Layer 2 advertisements and redirects from unauthorized devices?
IPv6 Router Advertisement (RA) Guard