Chapter 8 Flashcards
An address destined for a single interface.
A packet sent to a unicast address is delivered to the
interface identified by that address.
Unicast
“One to One”
An address for a set of interfaces (typically belonging
to different nodes).
A packet sent to a multicast address will be delivered
to all interfaces identified by that address.
Multicast
“One to Many”
An address for a set of interfaces.
In most cases these interfaces belong to different
nodes.
A packet sent to an anycast address is delivered to the
closest interface as determined by the IGP.
Anycast
“One to Nearest” (Allocated from Unicast)
IPv6 provides many transition options including:
- Dual stack: Both IPv4 and IPv6 are configured and run simultaneously on the interface.
- IPv6-to-IPv4 (6to4) tunneling and IPv4-compatible tunneling.
- NAT protocol translation (NAT-PT) between IPv6 and IPv4.
IPv6 uses the “/prefix-length” CIDR notation to denote
how many bits in the IPv6 address represent the______
First half of the address
the following Layer 2 protocols can
dynamically create the IPv6 address interface ID:
- Ethernet (using the EUI-64 format discussed later)
- PPP
- HDLC
- NBMA, Frame Relay
Loopback address of local host.
::1/128
Link-local unicast address.
FE80::/10
1111 1110 10
Multicast addresses.
FF00::/8
Site-local addresses start with the prefix
FEC0::/10
Site-local addresses are no longer supported (deprecated)
by RFC 3879.
global unicast address
2001::/16
Reserved Multicast Address
All nodes on a link (link-local scope).
All routers on a link.
All routing information protocol (RIP) routers on a link.
FF02::1
FF02::2
FF02::9
Reserved Multicast Address
All solicited-node multicast addresses used for host autoconfiguration and neighbor discovery (similar to ARP in IPv4).
The xx:xxxx is the far right 24 bits of the corresponding unicast or anycast address of the node.’
FF02::1:FFxx:xxxx
All Network Time Protocol (NTP) servers
FF05::101
- Sent by a host to determine the link-layer address of a neighbor.
- Used to verify that a neighbor is still reachable.
- An __ is also used for Duplicate Address Detection (DAD)
Neighbor Solicitation (NS) 135
• A response to a NS message.
• A node may also send unsolicited NA to announce a link-layer
address change.
Neighbor Advertisement (NA) 136
• __s contain prefixes that are used for on-link determination or
address configuration, a suggested hop limit value, MTU value, etc.
• __s are sent either periodically, or in response to a RS
message.
Router Advertisement (RA) 134
When a host is booting it sends out an RS requesting routers to immediately generate an RA rather than wait for their next scheduled time.
Router Solicitation (RS) 133
The EUI-64 standard explains how it inserts a _________ in the middle at the 24th bit of the MAC address to create a unique 64-bit interface identifier.
16-bit 0xFFFE
Enable IPv6 on an interface without an explicit IPv6 address
ipv6 unnumbered
Enable the automatic configuration of IPv6 addresses.
ipv6 address autoconfig [default]
Alter the neighbor detection parameter.
ipv6 nd reachable-time
Add a neighbor router to the neighbor discovery cache
ipv6 neighbor ipv6-address interface-type interfacenumber
hardware-address
Enable an IPv6 RIP process on an interface.
R2(config)# interface s1/1.7
R2(config-subif)# ipv6 rip RIPTag enable
Configure the IPv6 RIP routing process.
Disable the split horizon route loop prevention feature
ipv6 router rip NAME
no split-horizon
Represents all OSPFv3 routers on the link-local scope, equivalent to 224.0.0.5 in OSPFv2.
Represents all designated routers (DRs) on the link-local scope, equivalent to 224.0.0.6 in OSPFv2.
FF02::5
FF02::6
Enable an OSPFv3 instance on an interface.
ipv6 ospf process-id area area-id [instance instance-id]
Specify the cost of sending a packet on an interface.
Router(config-if)#
ipv6 ospf cost interface-cost
range from 1 to 65535