Chapter 8

docx

School

Eastern Gateway Community College *

*We aren’t endorsed by this school

Course

132

Subject

Computer Science

Date

Dec 6, 2023

Type

docx

Pages

5

Uploaded by DeaconGullMaster901

Report
8.1.6 1 – 2 - Which of the following is true? An IPv6 address is made up of 32 hexadecimal numbers organized into eight quartets. 3 - Which of the following are assigned by an ISP and are similar to public addresses in IPv4? Global unicast addresses 4 - Which of the following commands can be used to enable IPv6 routing on Cisco equipment? ipv6 unicast-routing 5 - Which of the following is used to communicate within a site or between a limited number of sites? Unique local unicast addresses 6 - Review the IPv6 addressing scheme used in the network shown in the figure below. The goals of this network design include the following: Infrastructure hosts, such as routers and servers, are assigned static interface IDs, while workstations, notebooks, tablets, and phones are assigned interface IDs dynamically.
Internet access must be available to all hosts through an ISP. Site-to-site WAN connections are created using leased lines. Click on the LAN subnets and/or WAN subnets in this design that are not addressed correctly. 7 - Review the IPv6 addressing scheme used in the network shown in the following figure. Click on the IPv6 address that was configured incorrectly. 8 - Review the IPv6 addressing scheme used in the network shown in the following figure. Click on the IPv6 address that has been configured incorrectly.
9 - Which of the following problems could cause IPv6 filtering issues? VLANs not on the switches. AND A filter that prevents the route from being added to the routing table. 10 - When troubleshooting IPv6 networks, which command can be used to display the route an IPv6 router would use to send packets to a specified destination address? show ipv6 route 8.2.5 1 - If you have multiple IPv6 address prefixes on a single OSPF interface, which of the following statements are true? Users cannot select some address prefixes to be imported into OSPF for IPv6; either all address prefixes on an interface are imported, or no address prefixes on an interface are imported. AND All address prefixes on an interface are included by default. 2 – You have configured an OSPFv3 router interface as a passive interface. Which of the following is true? The interface advertises all subnets connected to the interface. 3 - Which of the following statements are true regarding OSPFv3 LSAs? Type 8 is a link LSA. AND Type 9 is an intra-area prefix LSA. 4 - Match each OSPFv3 command on the left with the corresponding description on the right. Each command may be used once, more than once, or not at all.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
5 - You would like to enable an OSPFv3 routing process on a single interface and begin to use route IPv6 traffic. Which command(s) would you use? Router(config-if)# ipv6 ospf [process id] area [number] 6 - Which command is used to enable OSPFv3 on a router? router ospfv3 [process ID] 7 - After OSPFv3 has been enabled on a router. You need to set the router ID. Which command will accomplish this task? router-id [ID number] 8 - Which of the following indicate changes between OSPFv2 and OSPFv3? The term link replaces the terms subnet and network when defining the medium used to communicate between nodes at the Link layer. 9 - In OSPFv3, which term is used to define the communication medium used between nodes at the Link layer? Link 10 - Which of the following is true about address prefixes for OSPFv3 interfaces? All address prefixes are included by default. AND You cannot choose which address prefixes to import into OSPF for IPv6. 8.3.5 1 - You are planning to implement IPv6 in your organization's network. As a result, you must migrate your routing protocol from EIGRPv4 to EIGRPv6. Which of the following are issues you must keep in mind during the migration process?
Auto-summarization is not needed in EIGRPv6. AND EIGRPv6 advertises IPv6 prefixes instead of IPv4 subnets. 2 - Your routers have been configured to use EIGRPv6. While troubleshooting a routing issue, you decide that you need to view a list of neighbors on each router. Which command should you use to do this? show ipv6 eigrp neighbors 3 - Your routers have been configured to use EIGRPv6. While troubleshooting a routing issue, you decide that you need to view successor information on each router. Which command should you use to do this? show ipv6 eigrp topology 4 - Your routers have been configured to use EIGRPv6. While troubleshooting a routing issue, you decide that you need to view the current state of the IPv6 routing protocol processes on each router. Which command should you use to do this? show ipv6 protocols 5 - Which command is used to configure load balancing in EIGRPv6? Maximum-paths 6 - Which command is used to set router ID in EIGRPv6? eigrp router-id [ID number] 7 - Which command is used to enable EIGRPv6? ipv6 router eigrp [ASN] 8 - Which of the following are the first two steps in configuring EIGRPv6? Enable EIGRP using ipv6 router eigrp [ASN#] AND Set the router ID using eigrp router-id [a.b.c.d] 9 - Which of the following configurations must be set to ensure neighbor relationships can be formed with EIGRPv6? EIGRPv6 is enabled on all devices. AND Authentication is correct. 10 - Which of the following configurations need to be set for EIGRPv6 to work properly? ACLs are not blocking EIGRPv6 message. AND EIGRPv6 is enabled on interfaces.