CCNA 2020: IPv6 Addressing & Configuration
Which commands assign a static IPv6 address of 2001:000a:0000:0001:0000:0000:0000:0001/64 to router interface gigabit 0/1?
(config)# ipv6 unicast-routing (config-if)# ipv6 address 2001:a:0:1::1/64
Which CLI commands should be entered on the edge router connected to an ISP router to enable SLAAC dynamic IPv6 addressing?
(config-if)# ipv6 address autoconfig (config)# ipv6 unicast - routing
The hexadecimal addressing scheme of IPv6 uses how many bits per section in an address?
16
Which type of IPv6 address uses the FC00::/7 address block and is routable within an organization, but not across the Internet?
Unique local
What command is used to verify the IPv6 address on a laptop running Mac os?
if config
What is the recommended command used to verify IPv6 ip parameters on a Linux OS?
ip addr
What command verifies the ip addressing including DHCP, Burned in Address (BIA), and autoconfiguration parameters on a Windows OS client?
ipconfig/all
Which option represents the correct binary form for the hexadecimal value 2001?
0010. 0000. 0000. 0001
Identify and order the commands that are required to enable IPv6 routing, configure an IP address on the interface, and then verify the interface configuration.
1.) Router(config)#ipv6 unicast - routing 2.) Router(config)#interface GigabitEthernet 0/1 3.) Router(config-if)#ipv6 address 2001:db8:D1B5::1/64 4.) Router#show ipv6 interface GigabitEthernet 0/1
Which IPv6 address is a global unicast address?
2000::/3
Which option represents the correct reduced form of the IPv6 address of 2001:0ef8:72b3:0000:0000:5e2a:0252:7884?
2001:ef8:72b3::0:5e2a:252:7884
Match each IPv6 unicast address type to the characteristic or example that defines it.
Global: An address space of 2000::/3 Loopback: It is expressed as ::1 Private (link-local): It typically begins with "FE80" Reserved: The 128 highest addresses within each /64 subnet prefix Unspecified: It is an all-zeros address
Which type of IPv6 address should be used for the next - hop address with respect to IPv6 routing?
Link - local
Match the commands when configuring stateless IPv6 IP addressing on an interface with the correct step.
Step 1 : Router# configure terminal Step 2 : Router(config)# interface FastEthernet 0/1 Step 3 : Router(config-if)#ipv6 address autoconfig