7-9 Flashcards

1
Q

Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.
What is the keyword that is displayed on http://www.netacad.com?

https://itexamanswers.net/wp-content/uploads/2019/12/2020-03-31_170332.jpg

DHCP
switch
Router
networking
Cisco
IPv6
A

Router

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

A DHCP-enabled client PC has just booted. During which two steps will the client PC use broadcast messages when communicating with a DHCP server? (Choose two.)

DHCPDISCOVER
DHCPACK
DHCPOFFER
DHCPREQUEST
DHCPNAK
A

DHCPDISCOVER

DHCPREQUEST

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

An administrator issues the commands:

Router(config)# interface g0/1
Router(config-if)# ip address dhcp

What is the administrator trying to achieve?
configuring the router to act as a DHCPv4 server
configuring the router to obtain IP parameters from a DHCPv4 server
configuring the router to act as a relay agent
configuring the router to resolve IP address conflicts

A

configuring the router to obtain IP parameters from a DHCPv4 server

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

When a client is requesting an initial address lease from a DHCP server, why is the DHCPREQUEST message sent as a broadcast?
The client does not yet know the IP address of the DHCP server that sent the offer.
The DHCP server may be on a different subnet, so the request must be sent as a broadcast.
The client does not have a MAC address assigned yet, so it cannot send a unicast message at Layer 2.
The client may have received offers from multiple servers, and the broadcast serves to implicitly decline those other offers.

A

The client may have received offers from multiple servers, and the broadcast serves to implicitly decline those other offers.

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

Place the options in the following order:
a client initiating a message to find a DHCP server – DHCPDISCOVER
a DHCP server responding to the initial request by a client – DHCPOFFER
the client accepting the IP address provided by the DHCP server – DHCPREQUEST
the DHCP server confirming that the lease has been accepted – DHCPACK

A

Place the options in the following order:
a client initiating a message to find a DHCP server – DHCPDISCOVER
a DHCP server responding to the initial request by a client – DHCPOFFER
the client accepting the IP address provided by the DHCP server – DHCPREQUEST
the DHCP server confirming that the lease has been accepted – DHCPACK

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
Which protocol automates assignment of IP addresses on a network, and which port number does it use? (Choose two.)
DHCP
DNS
SMB
53
67
80
A

DHCP

67

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

View the picture:

https://1.bp.blogspot.com/-o_FyUf1S8XQ/Xkx4-EoXdII/AAAAAAAADS0/z8PVXSvFw-Y2pKOB9HUjH2h_IrWR8-PkgCLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp7.png

PC1 is configured to obtain a dynamic IP address from the DHCP server. PC1 has been shut down for two weeks. When PC1 boots and tries to request an available IP address, which destination IP address will PC1 place in the IP header?

  1. 168.1.1
  2. 168.1.255
  3. 255.255.255
  4. 168.1.8
A

255.255.255.255

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
Which message does an IPv4 host use to reply when it receives a DHCPOFFER message from a DHCP server?
DHCPOFFER
DHCPDISCOVER
DHCPREQUEST
DHCPACK
A

DHCPREQUEST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
Which DHCP IPv4 message contains the following information?
Destination address: 255.255.255.255
Client IPv4 address: 0.0.0.0
Default gateway address: 0.0.0.0
Subnet mask: 0.0.0.0
DHCPACK
DHCPDISCOVER
DHCPOFFER
DHCPREQUEST
A

DHCPDISCOVER

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
Which command, when issued in the interface configuration mode of a router, enables the interface to acquire an IPv4 address automatically from an ISP, when that link to the ISP is enabled?
service dhcp
ip address dhcp
ip helper-address
ip dhcp pool
A

ip address dhcp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
Which kind of message is sent by a DHCP client when its IP address lease has expired?​
a DHCPDISCOVER unicast message​
a DHCPREQUEST broadcast message​
a DHCPREQUEST unicast message​
a DHCPDISCOVER broadcast message
A

a DHCPREQUEST unicast message​

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
A host PC is attempting to lease an address through DHCP. What message is sent by the server to let the client know it is able to use the provided IP information?
DHCPDISCOVER
DHCPOFFER
DHCPREQUEST
DHCPACK
DHCPNACK
A

DHCPACK

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

What is one indication that a Windows computer did not receive an IPv4 address from a DHCP server?
The computer cannot ping 127.0.0.1.
The computer receives an IP address that starts with 169.254.
Windows displays a DHCP timeout message.
The computer cannot ping other devices on the same network with IP addresses in the 169.254.0.0/16 range.

A

The computer receives an IP address that starts with 169.254.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
Which DHCPv4 message will a client send to accept an IPv4 address that is offered by a DHCP server?
broadcast DHCPACK
broadcast DHCPREQUEST
unicast DHCPACK
unicast DHCPREQUEST
A

broadcast DHCPREQUEST

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

A small coffee shop is offering free Wi-Fi to customers. The network includes a wireless router and a DSL modem that is connected to the local phone company. What method is typically used to configure the connection to the phone company?
Set the WAN connection in the wireless router as a DHCP client.
Set the connection between the wireless router and the DSL modem as a private IP network.
Set the DSL modem as a DHCP client to get a public IP address from the wireless router.
Set the DSL modem as a DHCP client to the phone company and a DHCP server for the internal connection.

A

Set the WAN connection in the wireless router as a DHCP client.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
A company uses DHCP to manage IP address deployment for employee workstations. The IT department deploys multiple DHCP servers in the data center and uses DHCP relay agents to facilitate the DHCP requests from workstations. Which two UDP ports are used to forward DHCP traffic? (Choose two.)
23
53
67
68
80
A

67

68

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

A client device on an Ethernet segment needs an IP address in order to communicate on the network. A DHCP server with IP address 192.168.1.1 has been configured and enabled on the network. How will a client device obtain a usable IP address for this network?
Send a DHCPACK packet to the default gateway address.
Use a statically configured IP address from the pool of IP addresses that is offered by the DHCP server.
Send a DHCPDISCOVER message to physical address FF-FF-FF-FF-FF-FF.
Send a DHCPREQUEST packet to IP address 255.255.255.255.

A

Send a DHCPDISCOVER message to physical address FF-FF-FF-FF-FF-FF.

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

What is an advantage of configuring a Cisco router as a relay agent?
It can provide relay services for multiple UDP services.
It reduces the response time from a DHCP server.
It can forward both broadcast and multicast messages on behalf of clients.
It will allow DHCPDISCOVER messages to pass without alteration.

A

It can provide relay services for multiple UDP services.

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

Which statement is true about DHCP operation?​
When a device that is configured to use DHCP boots, the client broadcasts a DHCPDISCOVER message to identify any available DHCP servers on the network.​
A client must wait for lease expiration before it sends another DHCPREQUEST message.​
If the client receives several DHCPOFFER messages from different servers, it sends a unicast DHCPREQUEST message to the server from which it chooses to obtain the IP information.
The DHCPDISCOVER message contains the IP address and subnet mask to be assigned, the IP address of the DNS server, and the IP address of the default gateway.​

A

When a device that is configured to use DHCP boots, the client broadcasts a DHCPDISCOVER message to identify any available DHCP servers on the network.​

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

Question as presented:
The DHCPDISCOVER message is used to identify any DHCP servers on a network.
The DHCPOFFER message is used by a server to offer a lease to a client.
The DHCPREQUEST message is used to identify both the specific DHCP server and the lease that the client is accepting.
The DHCPACK message is used by a server to finalize a successful lease with a client.
The DHCPNAK message is used when an offered lease is no longer valid.

A

Question as presented:
The DHCPDISCOVER message is used to identify any DHCP servers on a network.
The DHCPOFFER message is used by a server to offer a lease to a client.
The DHCPREQUEST message is used to identify both the specific DHCP server and the lease that the client is accepting.
The DHCPACK message is used by a server to finalize a successful lease with a client.
The DHCPNAK message is used when an offered lease is no longer valid.

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

A network administrator configures a router to send RA messages with M flag as 0 and O flag as 1. Which statement describes the effect of this configuration when a PC tries to configure its IPv6 address?
It should contact a DHCPv6 server for the prefix, the prefix-length information, and an interface ID that is both random and unique.
It should use the information that is contained in the RA message and contact a DHCPv6 server for additional information.
It should use the information that is contained in the RA message exclusively.
It should contact a DHCPv6 server for all the information that it needs.

A

It should use the information that is contained in the RA message and contact a DHCPv6 server for additional information

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

View the picture:

https://1.bp.blogspot.com/-LG1R-mQSZz4/Xkx43XrWXTI/AAAAAAAADR0/eJj41feQgT4dtLesNUKUyqK5VuP2Rw2MACLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp21.png

What should be done to allow PC-A to receive an IPv6 address from the DHCPv6 server?
Add the ipv6 dhcp relay command to interface Fa0/0.
Change the ipv6 nd managed-config-flag command to ipv6 nd other-config-flag.
Configure the ipv6 nd managed-config-flag command on interface Fa0/1.
Add the IPv6 address 2001:DB8:1234:5678::10/64 to the interface configuration of the DHCPv6 server.

A

Add the ipv6 dhcp relay command to interface Fa0/0.

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

view the picture:

https://1.bp.blogspot.com/-Ut0slq1JupA/Xkx43U6BUmI/AAAAAAAADR8/Z4BF7wM7mBg_LWnztSHS7RsSyEFNqU2oACLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp22.png

A network administrator is implementing the stateless DHCPv6 operation for the company. Clients are configuring IPv6 addresses as expected. However, the clients are not getting the DNS server address and the domain name information configured in the DHCP pool. What could be the cause of the problem?
The DNS server address is not on the same network as the clients are on.
The router is configured for SLAAC operation.
The GigabitEthernet interface is not activated.
The clients cannot communicate with the DHCPv6 server, evidenced by the number of active clients being 0.

A

The router is configured for SLAAC operation.

24
Q

Question as presented:

A stateless DHCPv6 client would send a DHCPv6 INFORMATION-REQUEST message as step 3 in the process.

A

Question as presented:

A stateless DHCPv6 client would send a DHCPv6 INFORMATION-REQUEST message as step 3 in the process.

25
Q

A company uses the SLAAC method to configure IPv6 addresses for the employee workstations. Which address will a client use as its default gateway?​
the global unicast address of the router interface that is attached to the network
the unique local address of the router interface that is attached to the network
the all-routers multicast address
the link-local address of the router interface that is attached to the network

A

the link-local address of the router interface that is attached to the network

26
Q

view the picture:

https://1.bp.blogspot.com/-055Xx4ecOig/Xkx43TOoWzI/AAAAAAAADR4/BdpCUtelyp8SzM8FRqPAA64jpOBVqjPWgCLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp25.png

A network administrator is configuring a router for DHCPv6 operation. Which conclusion can be drawn based on the commands?
The router is configured for stateful DHCPv6 operation, but the DHCP pool configuration is incomplete.
The DHCPv6 server name is ACAD_CLASS.
Clients would configure the interface IDs above 0010.
The router is configured for stateless DHCPv6 operation.

A

The router is configured for stateless DHCPv6 operation.

27
Q

A network administrator is analyzing the features that are supported by different first-hop router redundancy protocols. Which statement describes a feature that is associated with HSRP?
HSRP uses active and standby routers.
HSRP is nonproprietary.
It allows load balancing between a group of redundant routers.
It uses ICMP messages in order to assign the default gateway to hosts.

A

HSRP uses active and standby routers.

28
Q

View the picture:

https://1.bp.blogspot.com/-sBzQW2SSpjk/Xkx455G9S9I/AAAAAAAADSA/h26DQDxZePAzcWj47i_w73xqDrRq9e05ACLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp27.png

What protocol can be configured on gateway routers R1 and R2 that will allow traffic from the internal LAN to be load balanced across the two gateways to the Internet?
GLBP
PVST+
PVST
STP
A

GLBP

29
Q

View the image:

https://1.bp.blogspot.com/-vfj3COL_H8M/Xkx46JjBN8I/AAAAAAAADSE/DNKTzo3Z57Aj5vTOZ21H5-ryJoZlYDu8ACLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp28.png

A network engineer is troubleshooting host connectivity on a LAN that uses a first hop redundancy protocol. Which IPv4 gateway address should be configured on the host?

  1. 168.2.0
  2. 168.2.1
  3. 168.2.2
  4. 168.2.100
A

192.168.2.100

30
Q

Question as presented:
Hot Standby Router Protocol (HSRP) is a Cisco-proprietary protocol that is designed to allow for transparent failover of a first-hop IPv4 device.

A

Question as presented:
Hot Standby Router Protocol (HSRP) is a Cisco-proprietary protocol that is designed to allow for transparent failover of a first-hop IPv4 device.

31
Q
Which FHRP implementation is a Cisco-proprietary protocol that suppports IPv4 load sharing?
IRDP
GLBP
VRRPv3
GLBP for IPv6
A

GLBP

32
Q
The address pool of a DHCP server is configured with 10.92.71.0/25. The network administrator reserves 8 IP addresses for servers. How many IP addresses are left in the pool to be assigned to other hosts?
122
118
119
108
116
A

118

33
Q

Question as presented:
The broadcast DHCPDISCOVER message finds DHCPv4 servers on the network.
When the DHCPv4 server receives a DHCPDISCOVER message, it reserves an available IPv4 address to lease to the client and sends the unicast DHCPOFFER message to the requesting client.
When the client receives the DHCPOFFER from the server, it sends back a DHCPREQUEST.
On receiving the DHCPREQUEST message the server replies with a unicast DHCPACK message.
DHCPREPLY and DHCPINFORMATION-REQUEST are DHCPv6 messages.

A

Question as presented:
The broadcast DHCPDISCOVER message finds DHCPv4 servers on the network.
When the DHCPv4 server receives a DHCPDISCOVER message, it reserves an available IPv4 address to lease to the client and sends the unicast DHCPOFFER message to the requesting client.
When the client receives the DHCPOFFER from the server, it sends back a DHCPREQUEST.
On receiving the DHCPREQUEST message the server replies with a unicast DHCPACK message.
DHCPREPLY and DHCPINFORMATION-REQUEST are DHCPv6 messages.

34
Q

After a host has generated an IPv6 address by using the DHCPv6 or SLAAC process, how does the host verify that the address is unique and therefore usable?
The host sends an ICMPv6 echo request message to the DHCPv6 or SLAAC-learned address and if no reply is returned, the address is considered unique.
The host sends an ICMPv6 neighbor solicitation message to the DHCP or SLAAC-learned address and if no neighbor advertisement is returned, the address is considered unique.
The host checks the local neighbor cache for the learned address and if the address is not cached, it it considered unique.
The host sends an ARP broadcast to the local link and if no hosts send a reply, the address is considered unique.

A

The host sends an ICMPv6 neighbor solicitation message to the DHCP or SLAAC-learned address and if no neighbor advertisement is returned, the address is considered unique.

35
Q

Which statement describes HSRP?​
It is used within a group of routers for selecting an active device and a standby device to provide gateway services to a LAN.
It uses ICMP to allow IPv4 hosts to locate routers that provide IPv4 connectivity to remote IP networks.​
If the virtual router master fails, one router is elected as the virtual router master with the other routers acting as backups.
It is an open standard protocol.

A

It is used within a group of routers for selecting an active device and a standby device to provide gateway services to a LAN.

36
Q

https://1.bp.blogspot.com/-_lOKaLioT40/Xkx46j8tZtI/AAAAAAAADSM/0fBzBioyxAodvPUra4c4wpdd4iOywoVQwCLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp37.jpg

A

https://1.bp.blogspot.com/-_lOKaLioT40/Xkx46j8tZtI/AAAAAAAADSM/0fBzBioyxAodvPUra4c4wpdd4iOywoVQwCLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp37.jpg

37
Q

Memorize the options and their order:

https://1.bp.blogspot.com/-_lOKaLioT40/Xkx46j8tZtI/AAAAAAAADSM/0fBzBioyxAodvPUra4c4wpdd4iOywoVQwCLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp37.jpg

A

https://1.bp.blogspot.com/-_lOKaLioT40/Xkx46j8tZtI/AAAAAAAADSM/0fBzBioyxAodvPUra4c4wpdd4iOywoVQwCLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp37.jpg

38
Q

memorize the chart:

https://1.bp.blogspot.com/-2wOZp01u6A8/Xkx47Gn7PaI/AAAAAAAADSU/nvZy3ExxFywI2W9CpeLjxVpyk7-tRRwLACLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp39.jpg

A

https://1.bp.blogspot.com/-2wOZp01u6A8/Xkx47Gn7PaI/AAAAAAAADSU/nvZy3ExxFywI2W9CpeLjxVpyk7-tRRwLACLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp39.jpg

39
Q

memorize the chart:

https://1.bp.blogspot.com/-MIpgOHHykFU/Xkx47Ris50I/AAAAAAAADSY/SVSPJMmKWXAB77dB7hkRMcS2tQndi42TgCLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp40.jpg

A

https://1.bp.blogspot.com/-MIpgOHHykFU/Xkx47Ris50I/AAAAAAAADSY/SVSPJMmKWXAB77dB7hkRMcS2tQndi42TgCLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp40.jpg

40
Q

https://1.bp.blogspot.com/-8F_8nfAVE2g/Xkx48MhVdUI/AAAAAAAADSc/XF3Rtz7GXhMxau7VckuezXrkI9C7tBkqQCLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp41.jpg

A

https://1.bp.blogspot.com/-8F_8nfAVE2g/Xkx48MhVdUI/AAAAAAAADSc/XF3Rtz7GXhMxau7VckuezXrkI9C7tBkqQCLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp41.jpg

41
Q

Refer to the exhibit:

https://1.bp.blogspot.com/-xv6-37gsdQ0/Xkx46Js0M-I/AAAAAAAADSI/4Is56Lamsuk4jbBmn8cK1BM6r_wk73pFACLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp29.png

Which destination MAC address is used when frames are sent from the workstation to the default gateway?
MAC address of the virtual router
MAC address of the standby router
MAC addresses of both the forwarding and standby routers
MAC address of the forwarding router

A

MAC address of the virtual router

42
Q

Memorize the image….

https://1.bp.blogspot.com/-2FwxPEqDfLY/Xkx48ZruedI/AAAAAAAADSg/A-8YHdijXf4U_cGJRek3xAfKKrTBPlDwgCLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp42.jpg

A

https://1.bp.blogspot.com/-2FwxPEqDfLY/Xkx48ZruedI/AAAAAAAADSg/A-8YHdijXf4U_cGJRek3xAfKKrTBPlDwgCLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp42.jpg

43
Q
The address pool of a DHCP server is configured with 192.168.234.0/27. The network administrator reserves 22 IP addresses for IP phones. How many IP addresses are left in the pool to be assigned to other hosts?
10
0
8
21
18
A

8

44
Q

A company uses DHCP servers to dynamically assign IPv4 addresses to employee workstations. The address lease duration is set as 5 days. An employee returns to the office after an absence of one week. When the employee boots the workstation, it sends a message to obtain an IP address. Which Layer 2 and Layer 3 destination addresses will the message contain?
both MAC and IPv4 addresses of the DHCP server
FF-FF-FF-FF-FF-FF and IPv4 address of the DHCP server
FF-FF-FF-FF-FF-FF and 255.255.255.255
MAC address of the DHCP server and 255.255.255.255

A

FF-FF-FF-FF-FF-FF and 255.255.255.255

45
Q

Which command will allow a network administrator to check the IP address that is assigned to a particular MAC address?
Router# show running-config I section_dhcp
Router# show ip dhcp server statistics
Router# show ip dhcp binding
Router# show ip dhcp pool

A

Router# show ip dhcp binding

46
Q
What is the reason that an ISP commonly assigns a DHCP address to a wireless router in a SOHO environment?
better network performance
better connectivity
easy IP address management
easy configuration on ISP firewall
A

easy ip address management

47
Q

What information can be verified through the show ip dhcp binding command?
the IPv4 addresses that are assigned to hosts by the DHCP server
that DHCPv4 discover messages are still being received by the DHCP server
the IPv4 addresses that have been excluded from the DHCPv4 pool
the number of IP addresses remaining in the DHCP pool

A

the IPv4 addresses that are assigned to hosts by the DHCP server

48
Q

What is the result of a network technician issuing the command ip dhcp excluded-address 10.0.15.1 10.0.15.15 on a Cisco router?
The Cisco router will exclude only the 10.0.15.1 and 10.0.15.15 IP addresses from being leased to DHCP clients.
The Cisco router will exclude 15 IP addresses from being leased to DHCP clients.
The Cisco router will automatically create a DHCP pool using a /28 mask.
The Cisco router will allow only the specified IP addresses to be leased to clients.

A

The Cisco router will exclude 15 IP addresses from being leased to DHCP clients.

49
Q

View the image

https://1.bp.blogspot.com/-Mf43dEk9y30/Xkx48UqEdSI/AAAAAAAADSk/IT820fXB-RsNMHMcQ12TyGK7q5lF7MEbACLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp49.jpg

A

https://1.bp.blogspot.com/-Mf43dEk9y30/Xkx48UqEdSI/AAAAAAAADSk/IT820fXB-RsNMHMcQ12TyGK7q5lF7MEbACLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp49.jpg

50
Q

view the image:

https://1.bp.blogspot.com/-lzN4CzKruGE/Xkx49Hogm8I/AAAAAAAADSo/Y83srqMuHcQgTH8yDvDP3xTQZcsduGL3wCLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp50.png

Based on the output that is shown, what kind of IPv6 addressing is being configured?
stateless DHCPv6
SLAAC
static link-local
stateful DHCPv6
A

stateless DHCPv6

51
Q
Which FHRP implementation is a Cisco-proprietary protocol that suppports IPv6 load balancing?
GLBP
GLBP for IPv6
VRRPv3
VRRPv2
A

GLBP for IPv6

52
Q

Which set of commands will configure a router as a DHCP server that will assign IPv4 addresses to the 192.168.100.0/23 LAN while reserving the first 10 and the last addresses for static assignment?
ip dhcp excluded-address 192.168.100.1 192.168.100.9
ip dhcp excluded-address 192.168.101.254
ip dhcp pool LAN-POOL-100
ip network 192.168.100.0 255.255.254.0
ip default-gateway 192.168.100.1

dhcp pool LAN-POOL-100
ip dhcp excluded-address 192.168.100.1 192.168.100.9
ip dhcp excluded-address 192.168.100.254
network 192.168.100.0 255.255.254.0
default-router 192.168.101.1
ip dhcp excluded-address 192.168.100.1 192.168.100.10
ip dhcp excluded-address 192.168.100.254
ip dhcp pool LAN-POOL-100
network 192.168.100.0 255.255.255.0
ip default-gateway 192.168.100.1
ip dhcp excluded-address 192.168.100.1 192.168.100.10
ip dhcp excluded-address 192.168.101.254
ip dhcp pool LAN-POOL-100
network 192.168.100.0 255.255.254.0
default-router 192.168.100.1
A
ip dhcp excluded-address 192.168.100.1 192.168.100.10
ip dhcp excluded-address 192.168.101.254
ip dhcp pool LAN-POOL-100
network 192.168.100.0 255.255.254.0
default-router 192.168.100.1
53
Q

What is a result when the DHCP servers are not operational in a network?
Workstations are assigned with the IP address 127.0.0.1.
Workstations are assigned with IP addresses in the 10.0.0.0/8 network.
Workstations are assigned with IP addresses in the 169.254.0.0/16 network.
Workstations are assigned with the IP address 0.0.0.0.

A

Workstations are assigned with IP addresses in the 169.254.0.0/16 network.

54
Q
A company uses the method SLAAC to configure IPv6 addresses for the workstations of the employees. A network administrator configured the IPv6 address on the LAN interface of the router. The interface status is UP. However, the workstations on the LAN segment did not obtain the correct prefix and prefix length. What else should be configured on the router that is attached to the LAN segment for the workstations to obtain the information?​
R1(config)# ipv6 dhcp pool
R1(config-if)# ipv6 enable
R1(config)# ipv6 unicast-routing
R1(config-if)# ipv6 nd other-config-flag
A

R1(config)# ipv6 unicast-routing

55
Q
Which FHRP implementation is a nonproprietary protocol which relies on ICMP to provide IPv4 redundancy?
VRRPv3
GLBP for IPv6
IRDP
GLBP
A

IRDP

56
Q

View the image:

https://1.bp.blogspot.com/-98EWDdmioIw/Xkx49RirW1I/AAAAAAAADSs/qwJAAU_TbVsgVfahHdLLw6p3JM6lHNBIgCLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp56.png

PC-A is unable to receive an IPv6 address from the stateful DHCPv6 server. What is the problem?
The ipv6 dhcp relay command should be applied to interface Gig0/0.
The ipv6 nd managed-config-flag should be applied to interface Gig0/1.
The ipv6 dhcp relay command should use the link-local address of the DHCP server.
The ipv6 nd managed-config-flag command should be ipv6 nd other-config-flag.

A

The ipv6 dhcp relay command should be applied to interface Gig0/0.

57
Q

view the image:

https://1.bp.blogspot.com/-wTdxcPgfIjs/Xkx49YYCVuI/AAAAAAAADSw/rQSoB8zXBVcjZD4iZS-gLPDigciobLZNACLcBGAsYHQ/s1600/CCNA%2B2%2Bv7%2BMod%2B7-9%2Bp57.jpg

A network administrator is configuring a router as a DHCPv6 server. The administrator issues a show ipv6 dhcp pool command to verify the configuration. Which statement explains the reason that the number of active clients is 0?
The default gateway address is not provided in the pool.
No clients have communicated with the DHCPv6 server yet.
The IPv6 DHCP pool configuration has no IPv6 address range specified.
The state is not maintained by the DHCPv6 server under stateless DHCPv6 operation.

A

The state is not maintained by the DHCPv6 server under stateless DHCPv6 operation.