8.1 IPv6 Routing Overview - 8.3 EIGRPv6 Flashcards

1
Q

Describe Unicast addressing Link-local addresses

A

addresses that are valid on only the current subnet–hosts and routers running IPv6 create link-local addresses for interfaces on the subnet. Protocols give packets that remain within the subnet link-local addressing.

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

Describe Unicast addressing Global addresses

A

-unique addresses similar to public addresses in IPv4. An organization is assigned a global unique address prefix by an ISP. Each entity within the organization uses this unique prefix.

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

Describe Unicast addressing Unique local unicast addressing

A

-similar to private addresses in IPv4. Organizations use unique local addressing to communicate within a site or between a limited number of sites.

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

Describe IPv6 DHCP

A

Stateless address autoconfiguration (SLAAC) automatically generates the interface ID and uses NDP to learn the subnet prefix, the prefix length, and the default gateway. This method builds the host’s IPv6 address on the host without network messages and learns DNS server addressing using stateless DHCPv6 from a DHCP6 server.

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

How do you enable IPv6 config

A

To enable IPv6 using the global command, use ipv6 unicast-routing.
To enable IPv6 on each interface, use the ipv6 address address/length command.

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

ipv6 uni-cast routing

A

Used to enable IPv6 routing on Cisco routers.

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

ipv6 address

A

Used to enable IPv6 on each interface and configure the interface address and prefix. Use this command only on interfaces that will be in use.

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

ipv6 route [route address] [exit interface]

A

Statically adds IPv6 routes to the routing table.

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

What are the three areas you need to consider when troubleshooting IPv6

A

host configuration issues, switch-related issues, and router-related issues.

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

Diag problem Between hosts and routers

A

Mismatched subnets between hosts and the default router.
Duplicate subnets.
Mismatched prefix lengths between hosts and the default router.
Incorrect router address in the default router setting.
Incorrect DNS server addresses.

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

Diag problem Router-specifi

A

A router interface in a down state.
Mismatched addresses for routers on the same subnet.
Routers without a route to a subnet.
Incorrectly configured static routes.
Mismatched routing protocols between neighbors.

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

Diag problem Filters

A

Inadvertent filtering of a MAC address.
A filter that prevents the route from being added to the routing table.
VLANs not on the switches.
ACLs incorrectly configured.

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

Troubleshooting tips for IPv6

A

Cisco routers support ping, traceroute, and their extended versions for IPv6.
Use show ipv6 route to display the route an IPv6 router would use to send packets to a specified destination address.
Use show ipv6 neighbors to list the IPv6 replacement for the IPv4 ARP table.
A failed ping from a host to the default router might indicate:
A router or host interface is administratively disabled.
The network has problems that prevent the flow and/or delivery of packets.
Filtering is preventing the flow and/or delivery of packets.

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

router(config)#ipv6 router ospf [process id]

A

Enables OSPF for IPv6 router configuration.

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

router(config-rtr)#router-id [a.b.c.d]

A

Configures the IPv6 router ID for the specified routing process. Configuring the router ID is recommended. The router ID can also be set by:
Configuring an IP address on a loopback interface.
Allowing the system to designate the interface IP address.
If an IPv4 address is not configured on any interface, you must use the router-id command to configure a router ID before the OSPF process will be started.

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

router(config-if)#ipv6 ospf [process id] area [number]

A

Enables OSPFv3 for IPv6 on each interface using IPv6 OSPF:
You must enable IPv6 on the interface and enable IPv6 routing before this command is used.
This command will enable IPv6 on the interface by itself. It is a single OSPF process on the interface and is considered a logical router running OSPF in a physical router.

17
Q

router(config-router)#passive-interface [type] [number]

A

Configures an OSPFv3 interface as passive if neighbors will not be or shouldn’t be discovered.

18
Q

router(config-router)#router-id [a.b.c.d]

A

Configures the router ID for the OSPF process.

19
Q

router(config-if)#ipv6 ospf cost [number]

A

Explicitly sets the cost for the route.

20
Q

router(config-if)#ipv6 ospf bandwidth [number]

A

Changes the interface bandwidth. The number is set as kbps.

21
Q

router(config-if)#ipv6 ospf reference-bandwidth [number]

A

Sets the reference bandwidth. The number is set in Mbps.

22
Q

router(config-router)#ipv6 ospf maximum-paths [number]

A

Specifies the number of multiple equal-metrics routes allowed in the routing table.

23
Q

router(config-router)#default-information originate

A

Generates a default external route into an OSPF routing domain.

24
Q

router(config-if)#ipv6 mtu [number]

A

ets the maximum transmission unit (MTU). The number is set in bytes.

25
Q

router#show ipv6 ospf [process id]

A

Displays the unique instance of the IPv6 OSPF routing table.

26
Q

router#show ipv6 route

A

Displays the current contents of the IPv6 routing table.

27
Q

router#show ipv6 protocols

A

Displays the parameters and current state of the active IPv6 routing protocol processes.

28
Q

router#show ipv6 interface

A

Displays output similar to the show ip interface command but with IPv6-specific information. Using the brief keyword with this command displays a brief summary of IPv6 status and configuration for each interface.

29
Q

How do you enter EIGRP mode

A

router(config)#ipv6 router eigrp [as-number]

router(config-rtr)#eigrp router-id [a.b.c.d]

30
Q

How do you enter the IPv6 Interface node

A

router(config-if)#ipv6 eigrp [as-number]

31
Q

router#show ipv6 eigrp interfaces

A

Displays all the interfaces on which EIGRP has been enabled.

32
Q

router#show ipv6 eigrp neighbors

A

Displays discovered neighbors and each neighbor’s status.

33
Q

router#show ipv6 protocols

A

Displays the parameters and current state of the active IPv6 routing protocol processes.

34
Q

router#show ipv6 eigrp topology

A

Displays the EIGRP topology table.