↪️
ccie.nyquist.eu
  • Table of Contents
  • Layer 2 Technologies
    • Ethernet Switching
      • L2 Switch Operations
      • Spanning Tree
        • 802.1d – STP
        • 802.1w – RSTP
        • 802.1s – MSTP
      • VTP 101
      • Private VLANs
      • VLANs
      • EtherChannel 101
    • Layer 2 WAN Protocols
      • HDLC
        • HDLC 101
      • PPP
        • PPP 101
        • PPP Authentication - PAP
        • PPP Authentication – CHAP
        • PPP Authentication – EAP
        • PPP Multilink
        • PPPoFR – PPP over Frame Relay
        • PPPoE – PPP over Ethernet
      • Frame Relay
        • Frame Relay 101
        • Frame Relay 102
        • Frame Relay Encapsulations – IETF vs Cisco
        • Multilink Frame Relay
        • Frame Relay Switching
        • Routing over Frame Relay
      • Bridging
        • Bridging on a router
        • MTU 101
    • Wireless
      • Wireless Principles
      • Wireless Implementations
      • Wireless Roaming
      • Wireless Authentication
        • WPA2 PSK
        • WPA2 802.1X
  • IPv4
    • IPv4 Addressing
      • Backup Interfaces
      • FHRP 101
      • DHCP 101
      • DNS 101
      • ARP 101
      • IPv4 101
      • Tunnel Interfaces
        • GRE Tunnels
      • BFD – Bidirectional Forwarding Detection
    • IPv4 Routing
      • How the routing table is built
        • How CEF works
        • Routing Order of Operations
        • NSF – Non Stop Forwarding
      • RIP
        • RIP 101
      • EIGRP
        • EIGRP 101
        • EIGRP Metric
        • More EIGRP Features
      • OSPF
        • OSPF 101
        • OSPF Areas
        • OSPF LSAs
        • OSPF Mechanics
      • IS-IS
        • IS-IS 101
        • IS-IS Mechanics – CLNP
      • BGP
        • BGP 101
        • BGP Attributes
        • More BGP
      • Route Redistribution
      • Policy based Routing
      • PfR 101 – Perfromance Routing
      • ODR
  • IPv6
    • IPv6-101
    • IPv6 Routing
    • Interconnecting IPv6 and IPv4
  • MPLS
    • MPLS 101
    • MPLS L3 VPN
  • Multicast
    • Multicast 101
    • PIM 101
    • IGMP 101
    • Inter Domain Multicast
    • IPv6 Multicast
    • Multicast features on switches
  • Security
    • NAT 101
    • NAT for Overlapping Networks
    • ACLs 101
    • ACLs 102
    • Cisco IOS Firewall
    • Zone Based Firewall
    • AAA 101
    • Controlling CLI Access
    • Control Plane
    • Switch Security
      • Switchport Traffic Control
      • Switchport Port Security
      • DHCP Snooping and DAI
      • 802.1x
      • Switch ACLs
    • IPSec VPN 101
      • IKE / ISAKMP 101
      • IPSEC Crypto Maps 101
      • IPSEC VTI 101
      • DMVPN 101
    • EAP 101
  • Network Services
    • NTP 101
    • HTTP 101
    • File Transfer 101 – TFTP & FTP
    • WCCP 101
  • QoS
    • QoS 101
    • Classification and Marking
    • Congestion Management
      • Legacy Congestion Management
      • SPD – Selective Packet Discard
      • CBWFQ
      • IP RTP Priority
    • Congestion Avoidance – WRED
    • Policing and Shaping
      • CAR 101
    • Compression and LFI
      • Header and Payload Compression
      • LFI for MultiLink PPP
    • Frame Relay QoS
      • Per VC Frame Relay QoS
    • RSVP 101
    • Switching QoS
  • Network Optimization
    • NetFlow 101 – TNF – Traditional NetFlow
    • NetFlow 102 – FNF – Flexible NetFlow
    • IP SLA 101
    • IP Accounting 101
    • Logging 101
    • SNMP and RMON 101
    • Cisco CLI Tips and Tricks
    • AutoInstall
    • Enhanced Object Tracking
    • Troubleshooting 101
    • SPAN, RSPAN, ERSPAN
  • Network Architecture
    • Hierarchical Network Architecture
    • SD Access
    • SD WAN
Powered by GitBook
On this page
  • IPv6 Multicast Addressing FF00::/8
  • IPv6 Layer 2 Addresses
  • Ethernet
  • MLD
  • PIM
  • PIM Tunnels
  • Rendezvous Point
  • Static IPv6 mroutes

Was this helpful?

  1. Multicast

IPv6 Multicast

PreviousInter Domain MulticastNextMulticast features on switches

Last updated 3 years ago

Was this helpful?

IPv6 Multicast Addressing FF00::/8

Multicast addresses represent a group of interfaces, just like in IPv4 multicast. The format of a multicast address is:

| 8 bits | 4b | 4b |     112 bits   |
+--------+----+----+----------------+
|11111111|0RPT|SCOP|    Group ID    |
+--------+----+----+----------------+

Flags: The R Flag is used for addresses with an embedded RP. The P Flag indicates a multicast address that is assigned based on the network prefix. The T Flag is set to 0 if the address is a well-known multicast (assigned by IANA) or 1 if the address is an administratively assigned address

The SCOP field (4 bits, 16 values) contains the scope of the multicast group. Available values are:

  • 1: Interface Local – spans only on a single interface and is used for loopback multicast

  • 2: Link Local – spans on a single link (point-to-point or multi-access)

  • 4: Admin Local – administratively defined

  • 5: Site Local – spans a single site

  • 8: Organizational Local – multiple sites belonging to a single organization

  • E: Global

IANA keeps the . The most used are:

Address
Description

FF02::1

All Nodes

FF02::2

All Routers

FF02::5

All OSPF Routers

FF02::6

All OSPF DRs

FF02::9

All RIP Routers

FF02::A

All EIGRP Routers

FF02::D

All PIM Routers

FF02::12

All VRRP Routers

FF02::16

All MLD Routers

Other Addresses, like NTP are assigned by IANA but have a variable scope. The address assigned is FF0X::101, where X can be any of the scopes seen earlier.

IPv6 Layer 2 Addresses

Ethernet

The frames that carry multicast traffic have the MAC address of the sender as the source and a special address derived from the Layer 3 destination IPv6 as the destination. L2 Multicast addresses start with 33:33 followed by the last 32 bits in the IPv6 address.

MLD

MLD (Multicast Listener Discovery Protocol) replaces IGMP for IPv6 multicast routing. MLDv1 is similar to IGMPv2, while MLDv2 is similar to IGMPv3 (supports Source Specific Multicast). To see the interfaces that run MLD, use:

R# show ipv6 mld interface

PIM

The default version of PIM used on Cisco routers, PIMv2 also supports IPv6. To enable IPv6 multicast routing, use:

R(config)# ipv6 multicast-routing

This command also enables PIM on all IPv6 enabled interfaces. Only PIM-SM is supported for IPv6 and it works similar to IPv4 PIM.

PIM Tunnels

Every router creates a tunnel to the RP that it uses to unicast PIM Register messages. These tunnels are automatically created. You can see them using:

R# show ipv6 pim tunnels

Rendezvous Point

RP can be configured statically or using BSR. Auto-RP is not supported for IPv6. To see a list of configured RPs, use:

R# show ipv6 pim range-list

Static RP

To configure a static RP, use:

R(config)# ipv6 pim rp-address IPV6-ADDR [bidir]

BSR

To configure a BSR candidate, use:

R(config)# ipv6 pim bsr candidate bsr IPV6-ADDR [HASH] [priority PRI]

To configure a RP candidate, use:

R(config)# ipv6 pim bsr candidate rp IPV6-ADDR [group-list ACL] [priority PRI] [bidir]

Embedded RP

A new way to specify the RP is to embedded it into the multicast group address. The format of the group address is:

| 32 bits |      64 bits      | 32 bits  |
+---------+-------------------+----------+
|FF7S:0iLL|     RP Prefix     | Group ID |
S  = SCOPE
i  = Interface ID (4 bits)
LL = prefix Length. Ex: /64 => 0x40
RP Address: RP_Prefix::i/LL

E.g. If you want to use a RP with the address 2002:CC1E::9, you should assign the following address to the group: FF7x:0940:2002:CC1E::1. Disecting this address, we get:

  • FF7 – marks the embedded RP type

  • x – set it to the scope. E.g: for global scope: FF7E:940:2002:CC1E::1. For site local scope: FF75:940:2002:CC1E::1

  • 9 – interface ID

  • 40 – Hex version of the prefix lenght 0x40 = 64

  • 2002:CC1E – prefix of the RP address

  • ::1 – ID of the multicast group

Since the RP can be determined on each packet, there is no need for a RP protocol. Still, the RP needs to be configured with its own IP Address as the RP in order to accept registrations:

R(config)# ipv6 pim rp-address IPV6-ADDR

Static IPv6 mroutes

IPv6 static multicast routes are added just like normal unicast routes, but with the multicast keyword at the end:

R(config)# ipv6 route IPV6-SOURCE {IPV6-PREVIOUS-HOP| INCOMING-INTERFACE multicast}
list of permanently assigned multicast addresses