BRKIPM-1261-rev Cisco and/or its affiliates. All rights reserved. Cisco Public

Size: px
Start display at page:

Download "BRKIPM-1261-rev Cisco and/or its affiliates. All rights reserved. Cisco Public"

Transcription

1 1

2 Introduction to IP Multicast BRKIPM-1261 Beau Williamson CiscoLive Distinguished Speaker 2

3 Session Goals To provide you with an understanding of the concepts, mechanics and protocols used to build IP multicast networks. To enable you to ask the right questions, and make the correct architectural decisions in deploying and maintaining an IP Multicast enabled network. To prove that Multicast doesn t have to be: Hard Scary 3

4 Agenda Why Multicast? Multicast History and Fundamentals PIM Protocols RP Choices Multicast at Layer 2 Interdomain IP Multicast IPv6 Multicast Geekometer 4

5 Why Multicast? 5

6 Unicast vs. Multicast Scaling Unicast Server Number of Streams Router Multicast Server Router 6

7 Multicast History & Fundamentals 7

8 A Brief History of Multicast Steven Deering, 1985, Stanford University Yeah, he was way ahead of his time and too clever for all of us. A solution for layer2 applications in the growing layer3 campus network Think overlay broadcast domain Broadcast Domain all members receive all members can source members dynamically come and go 8

9 A Brief History of Multicast RFC966 A Multicast Extension to the Internet Protocol Circa 1985 Aka The Multicast Dead-Sea Scrolls by some people Multi-destination delivery is useful to several applications, including: distributed, replicated databases [6,9]. conferencing [11]. distributed parallel computation, including distributed gaming [2]. All inherently many-to-many applications No mention of one-to-many services such as Video/IPTV 9

10 A Brief History of Multicast Overlay Broadcast Domain Requirements Tree building and maintenance Network-based source discovery Source route information Overlay mechanism tunneling The first solution had it all Distance Vector Multicast Routing Protocol DVMRP, RFC

11 A Brief History of Multicast PIM Protocol Independent Multicast Independent of which unicast routing protocol you run It does require that you re running one. Uses local routing table to determine route to sources Router-to-router protocol to build and maintain distribution trees Source discovery handled one of two ways: 1. Flood-and-prune PIM-DM, Dense Mode 2. Explicit Join w/ Rendezvous Point (RP) PIM-SM Sparse Mode - The Current Standard 11

12 A Brief History of Multicast PIM-SM Protocol Independent Multicast Sparse Mode Tree building and maintenance Network-based source discovery Source route information Overlay mechanism tunneling Long, Sordid IETF history RFC (original draft was rewritten from scratch) Primary challenges to the final specification were in addressing Network-based source discovery. 12

13 A Brief History of Multicast Today s dominant applications are primarily one-to-many IPTV, Contribution video over IP, etc. Sources are well known SSM Source Specific Multicast RFC3569, RFC Tree building and maintenance Network-based source discovery Source route information Overlay mechanism tunneling Very simple and the preferred solution for one-to-many applications 13

14 Multicast Uses Any applications with multiple receivers One-to-many or many-to-many Live video distribution Collaborative groupware Periodic data delivery push technology Stock quotes, sports scores, magazines, newspapers, adverts Server/Website replication Reducing network/resource overhead More than multiple point-to-point flows Resource discovery Distributed interactive simulation (DIS) War games Virtual reality 2015 Cisco and/or its affiliates. All 14 rights reserved. Cisco Public 14

15 Multicast Considerations Multicast Is UDP-Based Best effort delivery: Drops are to be expected; multicast applications should not expect reliable delivery of data and should be designed accordingly; reliable multicast is still an area for much research; expect to see more developments in this area; PGM, FEC, QoS No congestion avoidance: Lack of TCP windowing and slow-start mechanisms can result in network congestion; if possible, multicast applications should attempt to detect and avoid congestion conditions Duplicates: Some multicast protocol mechanisms (e.g., asserts, registers, and SPT transitions) result in the occasional generation of duplicate packets; multicast applications should be designed to expect occasional duplicate packets Out of order delivery: Some protocol mechanisms may also result in out of order delivery of packets 15

16 Multicast Components Cisco End-to-End Architecture ISP A Multicast Source X DR RP MSDP RP ISP B ISP B Multicast Source Y IGMP Snooping PIM Snooping ISP A MBGP End stations (hosts-to-routers) IGMP, MLD, AMT Campus Multicast Switches (Layer 2 optimization) IGMP snooping IGMP AMT Routers (multicast forwarding protocol) PIM sparse mode or bidirectional PIM DR PIM-SM: ASM, SSM, BiDir MVPN, BIER DR Multicast routing across domains MBGP Interdomain Multicast Multicast source discovery MSDP with PIM-SM Source Specific Multicast SSM 16

17 Multicast Fundamentals 17

18 Multicast Fundamentals Multicast Myth Busters Multicast is complicated, scary and hard to understand! 18

19 Unicast vs. Multicast Addressing src addr: A unique packet addressed to each destination IP Address src addr: Same packet addressed to Group destination address... Multicast Group Address e.g

20 Unicast vs. Multicast Addressing src addr: A unique packet addressed to each destination IP Address src addr: replicated at each node along the tree. Multicast Group Address e.g

21 Multicast Addressing Multicast Addressing IPv4 Header Version IHL Type of Service Total Length Identification Flags Fragment Offset Time to Live Protocol Header Checksum Source Source Source Always Addressthe unique unicast origin address of (Class A, B, C) the packet same as unicast Destination Destination Address (Class D) Multicast Group Address Range Options Padding 21

22 Multicast Addressing Class D Group addresses 224/4 Multicast Group addresses are NOT in the unicast route table. A separate multicast route table is maintained for active multicast trees. Multicast trees are initiated by receivers signaling their request to join a group. Sources do not need to join, they just send. Multicast routing protocols build the trees: Hop-by-hop, from the receivers (tree leaves) to the source (tree root). Tree path follows the unicast route table backward to the source using source address. Multicast relies on a dependable unicast infrastructure. 22

23 Multicast Addressing 224/4 Reserved link-local addresses Transmitted with TTL = 1 Examples All systems on this subnet All routers on this subnet OSPF routers PIMv2 routers IGMPv3 Other IANA reserved addresses Not local in scope (transmitted with TTL > 1) Examples NTP (Network Time Protocol) Mtrace routers Tibco Multicast1 23

24 Multicast Addressing 224/4 Administratively scoped addresses Private address space Similar to RFC1918 unicast addresses Not used for global Internet traffic scoped traffic SSM (Source Specific Multicast) range Primarily targeted for Internet-style broadcast 24

25 Multicast Addressing IP Multicast MAC Address Mapping 5 Bits Lost Bits 28 Bits e-7f Bits 23 Bits 48 Bits 25

26 Multicast Addressing IP Multicast MAC Address Mapping Be Aware of the 32:1 Address Overlap 32 IP Multicast Addresses Multicast MAC Address 0x0100.5E

27 How are Multicast Flows Identified Every Multicast Flow can be identified by two components: Source IP Address The address of the Sender Multicast Group Address 224/4 (Class D) IP Address Multicast Flow from Source to Group Example ( , ), 3w1d/00:02:40, flags: s Incoming interface: Ethernet 0/0, RPF nbr Outgoing interface list: Ethernet 1/0, Forward/Sparse, 3w1d/00:02:40 Ethernet 2/0, Forward/Sparse, 2w0d/00:02:33 How do Hosts Signal to Routers which flow they want? IPv4: IGMP IPv6: MLD 27

28 Host-Router Signaling: IGMP IGMP Version 3 is current version RFC3376 Oct 2002 (Over 10 years old) Uses (IGMPv3 routers) Link-Local Multicast Address All IGMP hosts send Membership Reports to this address All IGMP routers listen to this address Hosts do not listen or respond to this address (unlike previous IGMP versions) Membership Reports Sent by Hosts Contain list of Multicast (Source, Group) pairs to Include/Exclude (Join/Leave) Membership Queries Sent by Routers to refresh/maintain list of Multicast traffic to deliver. 28

29 IGMPv3 Membership Report Packet Format Type = 0x Reserved Reserved Group Record [1] Group Record [2]... Group Record [M] Checksum # of Group Records (M) # of Group Records (M) Number of Group Records in Report Group Records 1 - M Group address plus list of zero or more sources to Include/Exclude (See Group Record format) Record Type Record Type Include, Exclude, Chg-to-Include, Chg-to-Exclude, Allow New Srcs, Block Old Srcs # of Sources (N) Number of Sources in Record Source Address 1- N Address of Source Aux Data Len # of Sources (N) Multicast Group Address Source Address [1] Source Address [2].. Source Address [N] Auxiliary Data 29

30 IGMPv3 Query Packet Format Type = 0x11 IGMP Query Max. Resp. Time Max. time to send a response if < 128, Time in 1/10 secs if > 128, FP value ( secs) Group Address: Multicast Group Address ( for General Queries) S Flag Suppresses processing by routers QRV (Querier Robustness Value) Affects timers and # of retries QQIC (Querier s Query Interval) Same format as Max. Resp. Time Number of Sources (N) (Non-zero for Group-and-Source Query) Source Address Address of Source Type = 0x11 S QRV Max. Resp. Code Group Address QQIC Source Address [1] Source Address [2]... Source Address [N] Checksum Number of Sources (N) 30

31 IGMPv3 Joining Group G Source S H1 H2 H3 Type: Allow New (5) Group: Source: { } Report ( ) show ip igmp groups detail Flags: L - Local, U - User, SG - Static Group, VG - Virtual Group, SS - Static Source, VS - Virtual Source, Ac - Group accounted towards access control limit Interface: GigabitEthernet3/3 Group: Flags: SSM Uptime: 00:01:14 Group mode: INCLUDE Last reporter: Group source list: (C - Cisco Src Report, U - URD, R - Remote, S - Static, V - Virtual, M - SSM Mapping, L - Local, Ac - Channel accounted towards access control limit) Source Address Uptime v3 Exp CSR Exp Fwd Flags :01:14 00:02:08 stopped Yes R 31

32 IGMPv3 Maintaining State H1 H2 H3 Type: Include (1) Group: Source: { } Report ( ) Type: Include (1) Group: Source: { } Report ( ) Type: Include (1) Group: Source: { } Report ( ) Router sends periodic General Queries to All Hosts General Query: Group=0, #Srcs=0 All IGMP members respond Reports can contain multiple Group State records ( ) Query Group: Source: {} Hn Member Group: Source: (Destination IP Address) 32

33 IGMPv3 Leaving Group G Source S H1 1 H2 H3 Type: Block Old (6) Group: Source: { } Report ( ) 1. H2 leaves Group-Source 2. Sends Block Old Membership Report 3. Router sends Group-Source Query Group-Source Query: Group=G, #Srcs=N ( ) Query Group: Source: { } Hn 3 Member Group: Source: (Destination IP Address) 33

34 IGMPv3 Leaving Group G Source S H1 H2 H3 Type: Include Group: Source: { } Report ( ) H2 leaves Group-Source 2. Sends Block Old Membership Report 3. Router sends Group-Source Query 4. A remaining member host sends report 5. Group-Source flow remains active Hn Member Group: Source: (Destination IP Address) 34

35 IGMPv3 Leaving Group G Source S H1 H2 6 H3 Type: Block Old (6) Group: Source: { } Report 7 ( ) 6. H3 leaves Group-Source 7. Sends Block Old Membership Report 8. Router sends Group-Source Query ( ) Query Group: Source: { } Hn 8 Member Group: Source: (Destination IP Address) 35

36 IGMPv3 Leaving Group G Source S H1 H2 H H3 leaves Group-Source 7. Sends Remove Membership Report 8. Router sends Group-Source specific query 9. State times out. Group-Source flow pruned. Hn Member Group: Source: (Destination IP Address) 36

37 Unicast vs. Multicast Routing/Forwarding Unicast Routing/Forwarding Destination IP address directly indicates where to forward packet Unicast Routing protocols build a table of destination/interface/next-hop triples Unicast Forwarding is hop-by-hop simply based on these entries Unicast routing table determines interface and next-hop router to forward packet 37

38 Unicast vs. Multicast Routing/Forwarding Multicast Routing & Forwarding Destination Group address doesn t directly indicate where to forward packet. Multicast Routing is Backwards from Unicast Routing Multicast Routing builds a tree backwards from the receivers to the source. Concerned with Where the packet will come from? More specifically, What s the route back to the Source? Trees are built via connection requests called Joins sent toward the source. Joins follow the unicast routing table backwards toward the source. Joins create Multicast tree/forwarding state in the routers along the tree. Trees are rebuilt dynamically in case of network topology changes. Only when a tree is completely built from receiver backwards to the source can source traffic flow down the tree to the receivers. Say that over and over to yourself when working with Multicast! 38

39 Unicast vs. Multicast Routing/Forwarding Multicast Routing & Forwarding All of this can easily lead to thinking with your Unicast Lizard Brain! If you ever get confused by Multicast, just remember to... Stand on your head! 39

40 Multicast Tree Building 1. Multicast packet s source address is checked against the unicast routing table 2. Determines interface & next-hop multicast router in the direction of the source Which is where the Joins are sent 3. This interface becomes the Incoming interface Often referred to as the RPF (Reverse Path Forwarding) interface A router forwards a multicast datagram only if received on the Incoming/RPF interface A bit of History The term RPF is actually a left-over from early Dense mode Multicast days Multicast traffic was flooded everywhere (i.e. no explicit Join signaling to build trees) Traffic was only accepted on the RPF interface to avoid loops We still tend to use the term to indicate the calculation of the Incoming interface. 40

41 Multicast Routing & Forwarding Traffic to Source Receiver 41

42 Multicast Routing & Forwarding Traffic to Source IGMP Join ( , ) Receiver Mroute Entry 42

43 Multicast Routing & Forwarding Traffic to Source PIM Join ( , ) Mroute Entry Receiver Mroute Entry 43

44 Multicast Routing & Forwarding Traffic to PIM Join ( , ) Source Mroute Entry Mroute Entry Receiver Mroute Entry 44

45 Multicast Routing & Forwarding Traffic to Source Mroute Entry Mroute Entry Receiver Mroute Entry 45

46 Multicast Routing & Forwarding Traffic to IGMP Join ( , ) Source Mroute Entry Mroute Entry Receiver Mroute Entry Receiver Mroute Entry 46

47 Multicast Routing & Forwarding Traffic to PIM Join ( , ) Source Mroute Entry Mroute Entry Receiver Mroute Entry Receiver Mroute Entry 47

48 Multicast Routing & Forwarding Traffic to Source Mroute Entry Mroute Entry Receiver Mroute Entry Receiver Mroute Entry 48

49 Multicast Routing & Forwarding Mroute Entry Source Traffic to show ip mroute ( , ), 3w1d/00:02:40, flags: s Incoming interface: Ethernet 0/0, RPF nbr Outgoing interface list: Ethernet 1/0, Forward/Sparse, 3w1d/00:02:40 Ethernet 2/0, Forward/Sparse, 2w0d/00:02:33 Receiver Receiver 49

50 Multicast Routing & Forwarding Mroute Entry Source Traffic to show ip mroute ( , ), 3w1d/00:02:40, flags: s Incoming interface: Ethernet 0/0, RPF nbr Outgoing interface list: Ethernet 1/0, Forward/Sparse, 3w1d/00:02:40 Ethernet 2/0, Forward/Sparse, 2w0d/00:02:33 Receiver Receiver This type of Multicast has a special name: Source Specific Multicast (SSM) 50

51 Multicast Tree Building RPF Calculation Based on source address SRC Best path to source found in unicast route table A Determines where to send join Joins continue towards source to build multicast tree Multicast data flows down tree B Join Join E0 E1 C D Unicast Route Table Network Interface /24 E0 E E2 R Cisco and/or its affiliates. All 51 rights reserved. Cisco Public 51

52 Multicast Tree Building RPF Calculation Based on source address SRC Best path to source found in unicast route table Determines where to send join Joins continue towards source to build multicast tree Multicast data flows down tree B E0 A E1 Join C Join D R2 E E2 R Cisco and/or its affiliates. All 52 rights reserved. Cisco Public 52

53 Multicast Tree Building RPF Calculation What if we have equal-cost paths? We can t use both Tie-breaker Use highest next-hop IP address B SRC A C D Join E0 E1 E Unicast Route Table Network Intfc Nxt-Hop /24 E /24 E R1 F E Cisco and/or its affiliates. All 53 rights reserved. Cisco Public 53

54 Multicast State Multicast route entries are in (S,G) form. rtr-a#show ip mroute ( , ), 3w1d/00:02:40, flags: s Incoming interface: Ethernet 0/0, RPF nbr Outgoing interface list: Ethernet 1/0, Forward/Sparse, 3w1d/00:02:40 Ethernet 2/0, Forward/Sparse, 2w0d/00:02:33 Incoming interface points upstream toward the root of the tree (i.e. Source) rtr-b#show ip route % Network not in table Multicast Group addresses are NEVER in the unicast route table. Outgoing interface list is where receivers have joined downstream and where packets will be replicated and forwarded downstream. 54

55 Multicast Routing & Forwarding Key Point If you ever get confused by Multicast just remember to Stand on your head. (Because Multicast is an Upside-down world where we are interested in where the packet came from, not its destination address.) 55

56 Multicast Fundamentals Multicast Myth Busters Multicast is complicated, scary and hard to understand! 56

57 Multicast Fundamentals See there that wasn t so hard, was it? 57

58 What makes Multicast Complicated? 58

59 Biggest Multicast Complicating Factor Network-Based Source Discovery Lazy One-to-Many Application Developers Let s just let the Network do all the work to keep track of Sources. Uses old and outdated IGMPv2 methods to join (*,G) only. Really!!!! IGMPv3 has been out for 10+ years!! Even Apple OS supports IGMPv3 Suffers from Capt. Midnight stream hijacking Complicates Multicast Address management/allocation Now you have to worry about what application uses what Multicast Address Requires complex Any-Source Multicast (ASM) & Rendezvous Point Engineering/Mgmt Or maybe BiDir Multicast Source Specific Multicast (SSM) avoided all of these network issues 59

60 Multicast Complicating Factor Network-Based Source Discovery Ad-Hoc Multicast Applications No good way to know or predict who will become a source. Sometimes you just have to support Network-Based Source Discovery Requires complex Any-Source Multicast (ASM) & Rendezvous Point Engineering/Mgmt Or maybe BiDir Multicast 60

61 Network-Based Source Discovery Requires Any-Source Multicast (ASM) Much, much more complicated than SSM or Bidir Requires physical Rendezvous Point (RP) router(s) & RP Redundancy methods Uses Shortest-Path Trees (ala SSM) to first deliver traffic to RP Then uses a common Shared Tree rooted at RP to deliver all Multicast traffic Routers w/directly connected receivers then learn about new sources via Shared Tree Then join Shortest-Path Tree to all the sources.... or use of Bidir Multicast (Bidir)... A bit more complicated than Source Specific Multicast but easier than ASM. True Broadcast like Multicast Uses a common Shared Tree to deliver all Multicast traffic Traffic flows both up and down the Tree to get to the Receivers (i.e. Bidirectional) Shared Tree rooted at some designated location in the network (not necessarily a router). 61

62 Types of Multicast Trees 62

63 Multicast Distribution Tree Types Shortest Path or Source Distribution Tree Source 1 A Notation: (S1, G) S = Source G = Group B D F Source 2 C E Receiver 3 Receiver 1 Receiver 2 63

64 Multicast Distribution Trees Shortest Path or Source Distribution Tree Source 1 Notation: (S2, G) S = Source G = Group A B D F Source 2 C E Receiver 3 Receiver 1 Receiver 2 These are the type of trees we ve been talking about so far. 64

65 Multicast Distribution Trees Shared Distribution Tree Source 1 Notation: (*, G) * = All Sources G = Group A B D F RP Source 2 C E (RP) PIM Rendezvous Point Shared Tree Receiver 1 Receiver 2 65

66 Multicast Distribution Trees Shared Distribution Tree Source 1 Notation: (*, G) * = All Sources G = Group A B D RP F Source 2 C Receiver 1 E Receiver 2 (RP) PIM Rendezvous Point Shared Tree Source Tree(s) (used to get traffic to RP) 66

67 Multicast Distribution Trees Characteristics of Distribution Trees Source or shortest path trees Uses more memory O (S x G) but you get optimal paths from source to all receivers; minimizes delay Shared trees Uses less memory O(G) but you may get suboptimal paths from source to all receivers; may introduce extra delay 67

68 Bidirectional Multicast i.e. Bidir PIM 68

69 Bidirectional (BiDir) PIM Idea: Use Shared Tree to bring traffic up from sources to the RP and then down to receivers Benefits: Less state in routers Only (*, G) state is used Source traffic follows the Shared Tree Flows up the Shared Tree to reach the RP Flows down the Shared Tree to reach all other receivers 69

70 PIM Modifications for BiDir Operation All trees rooted at the RP Data traveling from source toward RP is moving UPSTREAM Data traveling from RP toward receivers is moving DOWNSTREAM Designated Forwarders (DF) One DF per link Router with best path to the RP is elected DF Election mechanism insures all routers on link agree on who is DF Prevents route loops from forming BiDir (*,G) forwarding rules: DF is the only router that picks-up upstream traveling packets off the link to forward towards the RP 70

71 Bidir Forwarding/Tree Building RP E0 (DF) PIM (*,G) Join E0 E0 E E1 (DF) F E1 (DF) PIM (*,G) Join E0 E0 E0 E0 A B C E1 (DF) E1 (DF) E1 (DF) D E1 (DF) IGMP (*,G) Join Receiver 1 Branch of Shared Tree Is Now Built Down to Receiver 1 71

72 Bidir Forwarding/Tree Building RP E0 (DF) E0 E0 E E1 (DF) F E1 (DF) E0 E0 E0 E0 A B C E1 (DF) E1 (DF) E1 (DF) D E1 (DF) (*, ), 00:00:04/00:00:00, RP , flags: BC Bidir-Upstream: Ethernet0, RPF nbr Outgoing interface list: Ethernet0, Bidir-Upstream/Sparse-Dense, 00:00:04/00:00:00 Ethernet1, Forward/Sparse-Dense, 00:00:04/00:02:55 Example of Bidir State along Shared Tree Receiver 1 72

73 Bidir Forwarding/Tree Building RP E0 (DF) E0 E0 E E1 (DF) F E1 (DF) E0 E0 E0 E0 A B C E1 (DF) E1 (DF) E1 (DF) D E1 (DF) Source (*, ), 00:32:20/00:02:59, RP , flags: BP Bidir-Upstream: Ethernet0, RPF nbr Outgoing interface list: Receiver 1 Ethernet0, Bidir-Upstream/Sparse-Dense, 00:32:20/00:00:00 Arriving Traffic from Source Causes Router A to Create (*, G) State 73

74 Bidir Forwarding/Tree Building RP E0 (DF) E0 E0 E E1 (DF) F E1 (DF) E0 E0 E0 E0 A B C E1 (DF) E1 (DF) E1 (DF) D E1 (DF) Source Receiver 1 Arriving Traffic Causes Router E & RP to Create (*, G) State 74

75 Any-Source Multicast i.e. ASM PIM 75

76 PIM-SM Shared Tree Join RP (*, G) Join Shared Tree (*, G) State Created Only Along the Shared Tree Receiver 76

77 PIM-SM Sender Registration Source RP Traffic Flow Shared Tree Source Tree (S, G) Register (S, G) Join (unicast) Receiver (S, G) State Created Only Along the Source Tree 77

78 PIM-SM Sender Registration Source RP Traffic Flow Shared Tree Source Tree (S, G) Register (S, G) Register-Stop (unicast) (unicast) Receiver (S, G) Traffic Begins Arriving at the RP via the Source Tree RP Sends a Register-Stop Back to the First-Hop Router to Stop the Register Process 78

79 PIM-SM Sender Registration Source RP Traffic Flow Shared Tree Source Tree Receiver Source Traffic Flows Natively Along SPT to RP From RP, Traffic Flows Down the Shared Tree to Receivers 79

80 PIM-SM SPT Switchover Source RP Traffic Flow Shared Tree Source Tree (S, G) Join Receiver Last-Hop Router Joins the Source Tree Additional (S, G) State Is Created Along New Part of the Source Tree 80

81 PIM-SM SPT Switchover Source RP Traffic Flow Shared Tree Source Tree (S, G)RP-bit Prune Receiver Traffic Begins Flowing Down the New Branch of the Source Tree Additional (S, G) State Is Created Along the Shared Tree to Prune Off (S, G) Traffic 81

82 PIM-SM SPT Switchover Source RP Traffic Flow Shared Tree Source Tree Receiver (S, G) Traffic Flow Is Now Pruned Off of the Shared Tree and Is Flowing to the Receiver via the Source Tree 82

83 PIM-SM SPT Switchover Source RP Traffic Flow Shared Tree Source Tree (S, G) Prune Receiver (S, G) Traffic Flow Is No Longer Needed by the RP so It Prunes the Flow of (S, G) Traffic 83

84 PIM-SM SPT Switchover Source RP Traffic Flow Shared Tree Source Tree Receiver (S, G) Traffic Flow Is Now Only Flowing to the Receiver via a Single Branch of the Source Tree 84

85 The default behavior of PIM-SM (ASM) is that routers with directly connected members will join the shortest path tree as soon as they detect a new multicast source. PIM Frequently Forgotten Fact 85

86 But what about PIM Dense Mode?? Fuggidaboudit! Fuggidaboudit! Click Source: to edit The source Wiseguys s Guide to IP Multicast, 2005, T. Soprano It does Flood & Prune without any Joins! It can meltdown your network and blackhole your traffic! 86

87 RP Choices 87

88 How Does the Network Learn RP Address? Static configuration Manually on every router in the PIM domain AutoRP Originally a Cisco solution Facilitated PIM-SM early transition BSR draft-ietf-pim-sm-bsr 88

89 Static RPs Hard-configured RP address When used, must be configured on every router All routers must have the same RP address RP failover not possible Exception: If Anycast RPs are used Command ip pim rp-address <address> [group-list <acl>] [override] Optional group list specifies group range Default: range = /4 (includes auto-rp groups!) Override keyword overrides auto-rp information Default: auto-rp learned info takes precedence 89

90 Announce Announce Announce Announce Auto-RP From 10,000 Feet MA MA A B Announce C-RP C Announce Announce D C-RP Announce RP-Announcements Multicast to the Cisco Announce ( ) Group Announce 90

91 Auto-RP From 10,000 Feet MA MA A B C-RP C D C-RP RP-Discoveries Multicast to the Cisco Discovery ( ) Group Discovery 91

92 BSR From 10,000 Feet BSR Election Process G C-BSR D C-BSR A C-BSR F B C BSR Msgs BSR Msgs Flooded Hop-by-Hop E 92

93 BSR From 10,000 Feet Highest Priority C-BSR Is Elected as BSR G D BSR A F B C E 93

94 BSR From 10,000 Feet G BSR D A F C-RP B C C-RP E 94

95 BSR From 10,000 Feet G BSR D A F C-RP B C C-RP BSR Msgs BSR Msgs Containing RP-SET Flooded Hop-by-Hop E 95

96 Multicast at Layer2 96

97 L2 Multicast Frame Switching Problem: Layer 2 Flooding of Multicast Frames Typical L2 switches treat multicast traffic as unknown or broadcast and must flood the frame to every port Static entries can sometimes be set to specify which ports should receive which group(s) of multicast traffic Dynamic configuration of these entries would cut down on user administration PIM Multicast M 97

98 L2 Multicast Frame Switching IGMP Snooping IGMPv3 reports sent to a special link-local group ( ) Switches listen to just this group Only contains IGMP control traffic no multicast data traffic Permits low-end switches to easily implement IGMP snooping By just joining/listening to that link-local Group Switch examines contents of IGMP messages To determine which ports want what Multicast traffic Adds entries to TCAM as appropriate All IGMPv3 hosts send complete update of desired flows i.e. No Host Suppression Enables switch to perform complete individual host/port tracking 98

99 L2 Multicast Frame Switching Older IGMPv1 v2 Snooping IGMP Join/Leave packets sent to same Group Address as Multicast data Not to a separate IGMP Control address (e.g ) Switch CPU must wade through all Multicast Data packets looking for IGMP packets Requires special ($$$) hardware/asics to avoid impact to the switch Impact on older low-end, Layer 2 switches w/o special hardware Must process all Layer 2 multicast packets Admin load increases with multicast traffic load Often results in switch meltdown It worked just fine when we tested it with just some Multicast pings! 99

100 Interdomain IP Multicast 100

101 MP-BGP Overview MP-BGP: Multiprotocol BGP Originally defined in RFC 2858 (extensions to BGP) Can carry different types of routes Unicast Multicast Both routes carried in same BGP session Does not propagate multicast state info That s PIM s job Same path selection and validation rules AS-Path, LocalPref, MED 101

102 MP-BGP Overview Separate BGP tables maintained Unicast prefixes for unicast forwarding Unicast prefixes for multicast RPF checking AFI = 1, Sub-AFI = 1 Contains unicast prefixes for unicast forwarding Populated with BGP unicast NLRI AFI = 1, Sub-AFI = 2 Contains unicast prefixes for RPF checking Populated with BGP multicast NLRI 102

103 MBGP Overview MBGP Allows Divergent Paths and Policies Same IP address holds dual significance Unicast routing information Multicast RPF information For same IPv4 address two different NLRI with different next-hops Can therefore support both congruent and incongruent topologies 103

104 Inter-domain SSM Multicast Simple! MP-BGP Peering Domain E Domain B Domain C Receiver Receiver Learns S and G Out of Band, i.e., Webpage Domain D Source in 232/8 Source S Domain A 104

105 Inter-domain SSM Multicast Simple! MP-BGP Peering Domain E Multicast Traffic Domain B Domain C Receiver Data flows natively along the interdomain source tree Domain D Source in 232/8 Source S Domain A 105

106 Inter-domain ASM Really?? 106

107 Inter-domain ASM Issues Global Group Address Allocation/Management With ASM we have to make sure that we use unique Groups Otherwise we start mixing up the Multicast flows Solution(?): GLOP Addressing Put your ASN in the middle two Octets Provides /24 group prefix per ASN How do we do Inter-domain Source Discovery? Can we all agree on what domain owns the RP? And for which Global Multicast Group?? GLOP Addressing? Why not have RP s in each domain share Source information? Solution: Multicast Source Discovery Protocol (MSDP) 107

108 MSDP Multicast Source Discovery Protocol RFC 3618 ASM only RPs knows about all sources in their domain Sources cause a PIM Register to the RP Tell RPs in other domains of it s sources Via MSDP SA (Source Active) messages RPs know about receivers in a domain Receivers cause a (*, G) Join to the RP RP can join the source tree in the peer domain Via normal PIM (S, G) joins 108

109 MSDP Overview MSDP Example Domain E MSDP Peers RP Join (*, ) Domain C Receiver Domain B RP RP RP ASN770 GLOP: /24 RP Domain D Domain A 109

110 MSDP Overview MSDP Example Domain E MSDP Peers Source Active Messages SA Domain C SA RP Receiver Domain B SA RP SA SA RP SA RP SA Message , SA RP ASN770 GLOP: /24 SA Message , Domain D Source Register , Domain A 110

111 MSDP Overview MSDP Example MSDP Peers Domain E RP Domain C Receiver Domain B RP RP RP ASN770 GLOP: /24 RP Domain D Source Domain A 111

112 MSDP Overview MSDP Example MSDP Peers Multicast Traffic Domain B Domain C RP Domain E RP Receiver RP RP RP ASN770 GLOP: /24 Domain D Source Domain A 112

113 MSDP Overview MSDP Example MSDP Peers Multicast Traffic Domain B Domain C RP Domain E RP Receiver RP RP RP ASN770 GLOP: /24 Domain D Source Domain A 113

114 MSDP Overview MSDP Example MSDP Peers Multicast Traffic Domain B Domain C RP Domain E RP Receiver RP RP RP ASN770 GLOP: /24 Domain D Source Domain A 114

115 Intra-domain uses for MSDP Anycast-RP Redundant RP technique for ASM which uses MSDP for RP synchronization Uses single defined RP address Two or more routers have same RP address RP address defined as a loopback interface Loopback address advertised as a host route Senders and receivers join/register with closest RP Closest RP determined from the unicast routing table Because RP is statically defined MSDP session(s) run between all RPs Informs RPs of sources in other parts of network RPs join SPT to active sources as necessary 115

116 Anycast RP Overview Src Src RP1 X A SA MSDP SA RP2 B Rec Rec Rec Rec 116

117 Anycast RP Overview Src Src RP1 X A RP2 B Rec Rec Rec Rec 117

118 Internet IP Multicast We can build multicast distribution trees. PIM SSM We can RPF on Inter-domain Sources MP-BGP We no longer need (or want) network-based source discovery SSM So Inter-domain IP Multicast is in every home, right? 118

119 Then What s Missing??!! Without an overlay mechanism, Multicast in the Internet is an all or nothing solution Each receiver must be on an IP multicast-enabled path Many core networks have IP multicast-enabled, but few edge networks accept multicast transit traffic Dr. Deering had tunneling in the original solution (DVMRP now outdated) Multicast-aware content owners Forced to provide unicast streams to gain audience size For live content, Unicast cannot scale dynamically Splitters/caches just distribute the problem Still has a cost per user We need a way to Tunnel through non-multicast domains! 119

120 Automatic Multicast Tunneling 120

121 AMT Automatic Multicast Tunneling Automatic IP multicast without explicit tunnels RFC Automatic Multicast Tunneling Allow multicast content distribution to extend to unicast-only connected receivers Bring the flat scaling properties of multicast to the Internet Provide the benefits of multicast wherever multicast is deployed Let the networks which have deployed multicast benefit from their deployment Work seamlessly with existing applications No OS kernel changes 121

122 Native Interdomain Multicast (SSM) As long as IP Multicast is enabled on every router from the source to the receivers, the benefits of IP Multicast are realized Mcast-Enabled ISP Content Owner Unicast-Only Network Mcast Traffic Mcast Join Mcast-Enabled Local Provider 122

123 Native Interdomain Multicast (SSM) The benefits being an unlimited number of Receivers can be served with a single stream of content at no additional costs Mcast-Enabled ISP Content Owner Unicast-Only Network Mcast Traffic Mcast Join Mcast-Enabled Local Provider 123

124 AMT Automatic Multicast Tunneling The AMT Anycast Address Allows for All AMT Gateways to Find the Closest AMT Relay the Nearest Edge of the Multicast Topology of the Source Mcast-Enabled ISP Content Owner Unicast-Only Network AMT Relay AMT Host Gateway Once the Multicast Join times-out, an AMT Relay Discovery is sent from Host Gateway toward the Global AMT Anycast Address Mcast-Enabled Local Provider Mcast Traffic Mcast Join AMT Messages 124

125 AMT Automatic Multicast Tunneling The AMT Relay sends back a Relay Advertisement (i.e. use me ). Mcast-Enabled ISP Content Owner Unicast-Only Network AMT Relay AMT Host Gateway Mcast Traffic Mcast Join AMT Messages Mcast-Enabled Local Provider 125

126 AMT Automatic Multicast Tunneling (S,G) is learned from the AMT Join Message, then (S,G) PIM Join is sent toward the Source Mcast-Enabled ISP Content Owner Unicast-Only Network AMT Relay AMT Host Gateway Note: AMT Join/Leaves are really IGMP/MLD packets tunneled to/from Relay Mcast Traffic Mcast Join AMT Messags Mcast-Enabled Local Provider 126

127 AMT Automatic Multicast Tunneling AMT Relay Replicates Stream on Behalf of Downstream AMT Receiver, Adding a Unicast Header Destined to the Receiver Unicast-Only Network Mcast-Enabled ISP Content Owner AMT Relay AMT Host Gateway Mcast-Enabled Local Provider Mcast Traffic Mcast Join AMT Messages Ucast Stream 127

128 AMT Automatic Multicast Tunneling Additional receivers are served by the AMT Relays; the benefits of IP Multicast are retained by the content owner and all enabled networks in the path. Mcast-Enabled ISP Content Owner Unicast-Only Network AMT Relay AMT Host Gateway AMT Host Gateways Mcast-Enabled Local Provider Mcast Traffic Mcast Join AMT Messages Ucast Stream 128

129 AMT Automatic Multicast Tunneling Creates an Expanding Radius of Incentive to Deploy Multicast Mcast-Enabled ISP Content Owner Unicast-Only Network AMT Relay Enables Multicast Content to a Large (Global) Audience AMT Host Gateway AMT Host Gateways Mcast-Enabled Local Provider Mcast Traffic Mcast Join AMT Messages Ucast Stream 129

130 AMT Automatic Multicast Tunneling Creates an Expanding Radius of Incentive to Deploy Multicast Mcast-Enabled ISP Content Owner Unicast-Only Network AMT Relay Enables Multicast Content to a Large (Global) Audience AMT Host Gateway AMT Host Gateways Mcast-Enabled Local Provider Mcast Traffic Mcast Join AMT Messages Ucast Stream 130

131 AMT Automatic Multicast Tunneling Creates an Expanding Radius of Incentive to Deploy Multicast Mcast-Enabled ISP Content Owner AMT Relay Enables Multicast Content to a Large (Global) Audience AMT Host Gateway AMT Host Gateways Mcast-Enabled Local Provider Mcast Traffic Mcast Join AMT Messages Ucast Stream 131

132 IPv6 Multicast 132

133 IPv4 vs. IPv6 Multicast IP Service IPv4 Solution IPv6 Solution Address Range 32-Bit, Class D 128-Bit (112-Bit Group) Routing Forwarding Protocol-Independent All IGPs and GBP4+ PIM-DM, PIM-SM: ASM, SSM, BiDir Protocol-Independent All IGPs and BGP4+ with v6 Mcast SAFI PIM-SM: ASM, SSM, BiDir Group Management IGMPv1, v2, v3 MLDv1, v2 Domain Control Boundary/Border Scope Identifier Interdomain Source Discovery MSDP Across Independent PIM Domains Single RP Within Globally Shared Domains 133

134 IPv6 Multicast Addresses per RFC bits 8 FF 4 Flags 4 Scope Group-ID F F Flags R P T 8 bits 8 bits Scope Flags = Scope = T or Lifetime, 0 if Permanent, 1 if Temporary P for Unicast-based Assignments R for Embedded RP Others Are Undefined and Must Be Zero 1 = interface-local 2 = link 4 = admin-local 5 = site 8 = organization E = global 0, 3, F = reserved Note: Other scopes (6, 7, 9-D) are unassigned but can be used 134

135 IPv6 Layer 2 Multicast Addressing Mapping RFC FF 4 Flags 4 Scope IPv6 Multicast Address 80 High-Order 112 Bits 32 Low-Order Similar to IPv4: 5 bits are lost 80 Bits Lost (28 significant L3 multicast bits are mapped into 23 L2 MAC bits) More than 1 multicast address (in fact 2^80 ) will map to the same MAC address. For example: FF02:: FF3E:: Pick multicast group addresses that give distinct multicast MAC addresses xx-xx-xx-xx 48 Bits Ethernet MAC Address 135

136 Unicast-based Multicast addresses RFC FF 4 Flags 4 Scope 8 Rsvd 8 Plen 64 Network-Prefix 32 Group-ID RFC 3306 Unicast-based Multicast Addresses Similar to IPv4 GLOP Addressing (233/8 + ASN = 256 group addresses) Solves IPv6 global address allocation problem. Flags = 00PT P = 1, T = 1 => Unicast-based Multicast address Example Content provider s unicast prefix 1234:5678:9abc::/48 Multicast address FF3E:0030:1234:5678:9abc::1 (hex 30 is 48 bits) 136

137 IPv6 Routing for Multicast RPF-based on reachability to v6 source same as with v4 multicast RPF still protocol-independent Static routes, mroutes Unicast RIB: BGP, ISIS, OSPF, EIGRP, RIP, etc. Multiprotocol BGP (MP-BGP) Support for v6 mcast subaddress family 137

138 IPv6 Multicast Tree Building & Forwarding PIM-Sparse Mode (PIM-SM) RFC4601 PIM Source Specific Mode (SSM) RFC3569 SSM overview (v6 SSM needs MLDv2) Unicast, prefix-based multicast addresses ff30::/12 SSM range is ff3x::/96 PIM Bi-Directional Mode (BiDir) draft-ietf-pim-bidir-09.txt 138

139 RP Mapping Mechanisms for IPv6 Static RP assignment BSR Auto-RP no current plans Embedded RP 139

140 Embedded RP Addressing Multicast Address with Embedded RP address RFC FF 4 Flags 4 Scope 4 Rsvd 4 RPadr Proposed new multicast address type 8 Plen Uses unicast-based multicast addresses (RFC 3306) 64 Network-Prefix 32 Group-ID RP address is embedded in multicast address Flag bits = 0RPT R = 1, P = 1, T = 1 Embedded RP address Network-Prefix::RPadr = RP address For each unicast prefix you own, you now also own: 16 RPs for each of the 16 multicast scopes (256 total) with 2^32 multicast groups assigned to each RP (2^40 total) 140

141 Embedded RP Addressing Example Multicast Address with Embedded RP address 8 FF 4 Flags 4 Scope 4 Rsvd 4 RPadr 8 Plen 64 Network-Prefix 32 Group-ID FF76:0130:1234:5678:9abc:: :5678:9abc::1 Resulting RP address 141

142 Multicast Listener Discover MLD MLD is equivalent to IGMP in IPv4 MLD messages are transported over ICMPv6 Version number confusion MLDv1 corresponds to IGMPv2 RFC 2710 MLDv2 corresponds to IGMPv3, needed for SSM RFC 3810 MLD snooping draft-ietf-magma-snoop-12.txt 142

143 Conclusion 143

144 Now You Know Why multicast? Multicast fundamentals PIM protocols RP choices Multicast at Layer 2 Inter-domain IP multicast IPv6 Multicast bits 144

145 Participate in the My Favorite Speaker Contest Promote Your Favorite Speaker and You Could be a Winner Promote your favorite speaker through Twitter and you could win $200 of Cisco Press products (@CiscoPress) Send a tweet and include Your favorite speaker s Twitter handle <@Mr_Multicast> Two hashtags: #CLUS #MyFavoriteSpeaker You can submit an entry for more than one of your favorite speakers Don t forget to View the official rules at 145

146 Complete Your Online Session Evaluation Give us your feedback to be entered into a Daily Survey Drawing. A daily winner will receive a $750 Amazon gift card. Complete your session surveys though the Cisco Live mobile app or your computer on Cisco Live Connect. Don t forget: Cisco Live sessions will be available for viewing on-demand after the event at CiscoLive.com/Online 146

147 Continue Your Education Demos in the Cisco Campus Walk-in Self-Paced Labs Table Topics Meet the Engineer 1:1 meetings 147

148 Thank you 148

149 149

IP Multicasting: Explaining Multicast Cisco Systems, Inc. All rights reserved. Cisco Academy

IP Multicasting: Explaining Multicast Cisco Systems, Inc. All rights reserved. Cisco Academy IP Multicasting: Explaining Multicast 2008 Cisco Systems, Inc. All rights reserved. Cisco Academy 1 IP Multicast Distribute information to large audiences over an IP network 2008 Cisco Systems, Inc. All

More information

Advanced Network Training Multicast

Advanced Network Training Multicast Division of Brocade Advanced Network Training Multicast Larry Mathews Systems Engineer lmathews@brocade.com Training Objectives Session will concentrate on Multicast with emphasis on Protocol Independent

More information

Internet2 Multicast Workshop

Internet2 Multicast Workshop Internet2 Multicast Workshop University of British Columbia Vancouver, BC May, 2004 Acknowledgements Greg Shepherd Beau Williamson Marshall Eubanks Bill Nickless Caren Litvanyi Patrick Dorn Leonard Giuliano

More information

Module 7 Implementing Multicast

Module 7 Implementing Multicast Module 7 Implementing Multicast Lesson 1 Explaining Multicast Why Multicast? Used when sending same data to multiple receivers Better bandwidth utilization Less host/router processing Used when addresses

More information

IP Multicast. What is multicast?

IP Multicast. What is multicast? IP Multicast 1 What is multicast? IP(v4) allows a host to send packets to a single host (unicast), or to all hosts (broadcast). Multicast allows a host to send packets to a subset of all host called a

More information

IP Multicast. Falko Dressler Regionales Rechenzentrum Grundzüge der Datenkommunikation IP Multicast

IP Multicast. Falko Dressler Regionales Rechenzentrum Grundzüge der Datenkommunikation IP Multicast Falko Dressler Regionales Rechenzentrum falko.dressler@rrze.uni-erlangen.de 1 Agenda Basics Principles of IP multicast, addressing, TTL Internet Group Management Protocol (IGMP) IGMPv1, v2, v3 Layer-2

More information

Exercises to Communication Systems

Exercises to Communication Systems Exercises to Communication Systems IP Multicast Additional Slides Dr.-Ing. Falko Dressler Department of Computer Science 7 University of Erlangen ÜKS, WS 05/06 1 IP Multicast Introduction Internet Group

More information

IP Multicast Survival Guide Part 2

IP Multicast Survival Guide Part 2 IP Multicast Survival Guide Part 2 Second Edition Beau Williamson CCIE 1356 R/S Emeritus CiscoLive Distinguished Speaker aka Multicast Survivorman Twitter: @Mr_Multicast Rules of Engagement Silence...

More information

ASM. Engineering Workshops

ASM. Engineering Workshops 1 ASM 2 ASM Allows SPTs and RPTs RP: Matches senders with receivers Provides network source discovery Typically uses RPT to bootstrap SPT RPs can be learned via: Static configuration recommended Anycast-RP

More information

Configuring Basic IP Multicast

Configuring Basic IP Multicast IP multicast is a bandwidth-conserving technology that reduces traffic by delivering a single stream of information simultaneously to potentially thousands of corporate businesses and homes. Applications

More information

IP Multicast Technology Overview

IP Multicast Technology Overview IP multicast is a bandwidth-conserving technology that reduces traffic by delivering a single stream of information simultaneously to potentially thousands of businesses and homes. Applications that take

More information

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast Contents Multicast overview 1 Introduction to multicast 1 Information transmission techniques 1 Multicast features 3 Common notations in multicast 4 Multicast advantages and applications 4 Multicast models

More information

Multicast Technology White Paper

Multicast Technology White Paper Multicast Technology White Paper Keywords: Multicast, IGMP, IGMP Snooping, PIM, MBGP, MSDP, and SSM Mapping Abstract: The multicast technology implements high-efficiency point-to-multipoint data transmission

More information

Multicast Overview. IP Multicasting: Explaining Multicast. Lesson Cisco Systems, Inc. All rights reserved. Cisco Public. BSCI Module 7 Lesson 1

Multicast Overview. IP Multicasting: Explaining Multicast. Lesson Cisco Systems, Inc. All rights reserved. Cisco Public. BSCI Module 7 Lesson 1 IP Multicasting: Explaining Multicast BSCI Module 7 Lesson 1 BSCI Module 7 Lesson 1 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Multicast Overview BSCI Module 7 2 1 IP Multicast Distribute

More information

BASIC MULTICAST TROUBLESHOOTING. Piotr Wojciechowski (CCIE #25543)

BASIC MULTICAST TROUBLESHOOTING. Piotr Wojciechowski (CCIE #25543) BASIC MULTICAST TROUBLESHOOTING Piotr Wojciechowski (CCIE #25543) ABOUT ME Senior Network Engineer MSO at VeriFone Inc. Previously Network Solutions Architect at one of top polish IT integrators CCIE #25543

More information

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast Contents Multicast overview 1 Introduction to multicast 1 Information transmission techniques 1 Multicast features 3 Common notations in multicast 4 Multicast benefits and applications 4 Multicast models

More information

Configuring Basic IP Multicast

Configuring Basic IP Multicast IP multicast is a bandwidth-conserving technology that reduces traffic by delivering a single stream of information simultaneously to potentially thousands of corporate businesses and homes. Applications

More information

IP Multicast Technology Overview

IP Multicast Technology Overview IP multicast is a bandwidth-conserving technology that reduces traffic by delivering a single stream of information simultaneously to potentially thousands of businesses and homes. Applications that take

More information

DD2490 p IP Multicast routing. Multicast routing. Olof Hagsand KTH CSC

DD2490 p IP Multicast routing. Multicast routing. Olof Hagsand KTH CSC DD2490 p4 2010 IP Multicast routing Multicast routing Olof Hagsand KTH CSC 1 Literature RFC 4601 Section 3 (you may need some definitions from Section 2). See reading instructions on web. 2 Deployment

More information

Configuring IP Multicast Routing

Configuring IP Multicast Routing CHAPTER 45 This chapter describes how to configure IP multicast routing on the Catalyst 3750 Metro switch. IP multicasting is a more efficient way to use network resources, especially for bandwidth-intensive

More information

Configuring IP Multicast Routing

Configuring IP Multicast Routing CHAPTER 46 This chapter describes how to configure IP multicast routing on the Catalyst 3750-E or 3560-E switch. IP multicasting is a more efficient way to use network resources, especially for bandwidth-intensive

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series IP Multicast Configuration Guide Part number: 5998-3373 Software version: Release2207 Document version: 6W100-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

More information

IPv6 Multicast: PIM Sparse Mode

IPv6 Multicast: PIM Sparse Mode Finding Feature Information, page 1 Information About IPv6 Multicast PIM Sparse Mode, page 1 How to Configure IPv6 Multicast PIM Sparse Mode, page 6 Configuration Examples for IPv6 Multicast PIM Sparse

More information

Table of Contents 1 PIM Configuration 1-1

Table of Contents 1 PIM Configuration 1-1 Table of Contents 1 PIM Configuration 1-1 PIM Overview 1-1 Introduction to PIM-DM 1-2 How PIM-DM Works 1-2 Introduction to PIM-SM 1-4 How PIM-SM Works 1-5 Introduction to Administrative Scoping in PIM-SM

More information

Configuring PIM. Information About PIM. Send document comments to CHAPTER

Configuring PIM. Information About PIM. Send document comments to CHAPTER CHAPTER 3 This chapter describes how to configure the Protocol Independent Multicast (PIM) features on Cisco NX-OS switches in your IPv4 networks. This chapter includes the following sections: Information

More information

Configuring IP Multicast Routing

Configuring IP Multicast Routing 39 CHAPTER This chapter describes how to configure IP multicast routing on the Catalyst 3560 switch. IP multicasting is a more efficient way to use network resources, especially for bandwidth-intensive

More information

IPv6 Multicast: PIM Sparse Mode

IPv6 Multicast: PIM Sparse Mode IPv6 multicast provides support for intradomain multicast routing using PIM sparse mode (PIM-SM). PIM-SM uses unicast routing to provide reverse-path information for multicast tree building, but it is

More information

Multicast Troubleshooting

Multicast Troubleshooting Multicast Troubleshooting Denise Fish Fishburne Customer Proof of Concept Team Lead CCIE #2639, CCDE 2009:0014 BRKIPM-2264 Cisco Spark How Questions? Use Cisco Spark to chat with the speaker after the

More information

Advanced IP Multicast Routing

Advanced IP Multicast Routing 1 Advanced IP Multicast Routing Session 2 Other Related Presentations Multicast Sessions Session # Title 2214 Introduction to IP Multicast 2215 PIM Multicast Routing 2216 Deploying IP Multicast Advanced

More information

IPv6 PIM. Based on the forwarding mechanism, IPv6 PIM falls into two modes:

IPv6 PIM. Based on the forwarding mechanism, IPv6 PIM falls into two modes: Overview Protocol Independent Multicast for IPv6 () provides IPv6 multicast forwarding by leveraging static routes or IPv6 unicast routing tables generated by any IPv6 unicast routing protocol, such as

More information

IP Multicast: PIM Configuration Guide

IP Multicast: PIM Configuration Guide Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

Lab 7-3 Routing IP Multicast with PIM Sparse Mode

Lab 7-3 Routing IP Multicast with PIM Sparse Mode Lab 7-3 Routing IP Multicast with PIM Sparse Mode Learning Objectives Implement and verify PIM-SM operation and adjacencies Implement and verify the use of a static rendezvous point Observe the shared

More information

Configuring Bidirectional PIM

Configuring Bidirectional PIM Configuring Bidirectional PIM This chapter describes how to configure the Bidirectional PIM (bidir-pim) feature. Bidir-PIM is a variant of the Protocol Independent Multicast (PIM) suite of routing protocols

More information

Multicast Quick Start Configuration Guide

Multicast Quick Start Configuration Guide Multicast Quick Start Configuration Guide Document ID: 9356 Contents Introduction Prerequisites Requirements Components Used Conventions Dense Mode Sparse Mode with one RP Sparse Mode with Multiple RPs

More information

IP Multicast: PIM Configuration Guide, Cisco IOS Release 15S

IP Multicast: PIM Configuration Guide, Cisco IOS Release 15S First Published: November 05, 2012 Last Modified: July 30, 2013 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

Configuring IP Multicast Routing

Configuring IP Multicast Routing 34 CHAPTER This chapter describes how to configure IP multicast routing on the Cisco ME 3400 Ethernet Access switch. IP multicasting is a more efficient way to use network resources, especially for bandwidth-intensive

More information

This module describes how to configure IPv6 Multicast PIM features.

This module describes how to configure IPv6 Multicast PIM features. This module describes how to configure features. New and Changed Information, page 2 Prerequisites for IPv6 Multicast, page 2 Restrictions for IPv6 Multicast, page 2 Information About IPv6 Multicast, page

More information

Table of Contents 1 MSDP Configuration 1-1

Table of Contents 1 MSDP Configuration 1-1 Table of Contents 1 MSDP Configuration 1-1 MSDP Overview 1-1 Introduction to MSDP 1-1 How MSDP Works 1-2 Protocols and Standards 1-7 MSDP Configuration Task List 1-7 Configuring Basic Functions of MSDP

More information

Implementing IPv6 Multicast

Implementing IPv6 Multicast Implementing IPv6 Multicast Last Updated: November 14, 2011 Traditional IP communication allows a host to send packets to a single host (unicast transmission) or to all hosts (broadcast transmission).

More information

IP Multicast: PIM Configuration Guide, Cisco IOS Release 15SY

IP Multicast: PIM Configuration Guide, Cisco IOS Release 15SY First Published: October 15, 2012 Last Modified: February 12, 2013 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

IP Multicast: PIM Configuration Guide

IP Multicast: PIM Configuration Guide Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

IP Multicast: PIM Configuration Guide, Cisco IOS Release 15M&T

IP Multicast: PIM Configuration Guide, Cisco IOS Release 15M&T First Published: 2012-11-21 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches IP Multicast Configuration Guide Part number: 5998-3158a Software version: Release 2103 and later Document version: 6W102-20141218 Legal and notice information Copyright

More information

FSOS Multicast Configuration Guide

FSOS Multicast Configuration Guide FSOS Multicast Configuration Guide Contents 1 Configuring IP Multicast-Routing...6 1.1 Overview...6 1.2 Configuration... 6 1.3 Validation... 6 2 Configuring IGMP... 8 2.1 Overview...8 2.2 References...9

More information

IP Multicast: PIM Configuration Guide, Cisco IOS XE Release 3S

IP Multicast: PIM Configuration Guide, Cisco IOS XE Release 3S First Published: 2012-11-05 Last Modified: 2018-01-10 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

HPE FlexNetwork 7500 Switch Series

HPE FlexNetwork 7500 Switch Series HPE FlexNetwork 7500 Switch Series IP Multicast Configuration Guide Part number: 5998-7469R Software version: 7500-CMW710-R7178 Document version: 6W100-20160129 Copyright 2016 Hewlett Packard Enterprise

More information

Configuring MLD. Overview. MLD versions. How MLDv1 operates. MLD querier election

Configuring MLD. Overview. MLD versions. How MLDv1 operates. MLD querier election Contents Configuring MLD 1 Overview 1 MLD versions 1 How MLDv1 operates 1 How MLDv2 operates 3 MLD message types 4 MLD SSM mapping 7 MLD proxying 8 Protocols and standards 9 MLD configuration task list

More information

This chapter describes how to configure the Cisco ASA to use the multicast routing protocol.

This chapter describes how to configure the Cisco ASA to use the multicast routing protocol. This chapter describes how to configure the Cisco ASA to use the multicast routing protocol. About, page 1 Guidelines for, page 4 Enable, page 4 Customize, page 5 Monitoring for PIM, page 16 Example for,

More information

Configuring Multicast Routing

Configuring Multicast Routing CHAPTER 24 This chapter describes how to configure the ASA to use the multicast routing protocol and includes the following sections: Information About Multicast Routing, page 24-17 Licensing Requirements

More information

HP 5500 HI Switch Series

HP 5500 HI Switch Series HP 5500 HI Switch Series IP Multicast Configuration Guide Part number: 5998-2380 Software version: Release 5203 and Release 5206 Document version: 6W102-20140228 Legal and notice information Copyright

More information

HP 5500 EI & 5500 SI Switch Series

HP 5500 EI & 5500 SI Switch Series HP 5500 EI & 5500 SI Switch Series IP Multicast Configuration Guide Part number: 5998-1712 Software version: Release 2220 Document version: 6W100-20130810 Legal and notice information Copyright 2013 Hewlett-Packard

More information

IP Multicast: PIM Configuration Guide, Cisco IOS Release 12.4T

IP Multicast: PIM Configuration Guide, Cisco IOS Release 12.4T IP Multicast: PIM Configuration Guide, Cisco IOS Release 12.4T Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

IPv6 PIM-DM configuration example 36 IPv6 PIM-SM non-scoped zone configuration example 39 IPv6 PIM-SM admin-scoped zone configuration example 42 IPv6

IPv6 PIM-DM configuration example 36 IPv6 PIM-SM non-scoped zone configuration example 39 IPv6 PIM-SM admin-scoped zone configuration example 42 IPv6 Contents Configuring IPv6 PIM 1 Overview 1 IPv6 PIM-DM overview 1 IPv6 PIM-SM overview 3 IPv6 BIDIR-PIM overview 8 IPv6 administrative scoping overview 11 IPv6 PIM-SSM overview 13 Relationship among IPv6

More information

Explaining Multicast Cisco Systems, Inc. All rights reserved. Cisco Academy

Explaining Multicast Cisco Systems, Inc. All rights reserved. Cisco Academy IP Multicasting: Explaining Multicast 2008 Cisco Systems, Inc. All rights reserved. Cisco Academy 1 Multicast Overview 2008 Cisco Systems, Inc. All rights reserved. Cisco Academy 2 IP Multicast Distribute

More information

IP Multicast: Does It Really Work? Wayne M. Pecena, CPBE, CBNE

IP Multicast: Does It Really Work? Wayne M. Pecena, CPBE, CBNE IP Multicast: Does It Really Work? Wayne M. Pecena, CPBE, CBNE Texas A&M Information Technology Educational Broadcast Services - KAMU v2 Agenda Introduction IP Networking Review The Multicast Group Multicast

More information

IPv6 Multicast. Where and when?

IPv6 Multicast. Where and when? IPv6 Multicast Intro Multicast is inherent to the IPv6 protocol No broadcasts Multicast used instead But some parts need to be configured for building the multicast trees for topology information (routing)

More information

HP A6600 Routers IP Multicast. Configuration Guide. Abstract

HP A6600 Routers IP Multicast. Configuration Guide. Abstract HP A6600 Routers IP Multicast Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the software configuration procedures. These

More information

Contents. Configuring MSDP 1

Contents. Configuring MSDP 1 Contents Configuring MSDP 1 Overview 1 How MSDP works 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP features 7 Configuration prerequisites 7

More information

HPE FlexNetwork HSR6800 Routers

HPE FlexNetwork HSR6800 Routers HPE FlexNetwork HSR6800 Routers IP Multicast Configuration Guide Part number: 5998-4493R Software version: HSR6800-CMW520-R3303P25 Document version: 6W105-20151231 Copyright 2015 Hewlett Packard Enterprise

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Release NCE0051 Modified: 2016-09-08 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All rights reserved. Juniper Networks,

More information

FiberstoreOS IPv6 Multicast Configuration Guide

FiberstoreOS IPv6 Multicast Configuration Guide FiberstoreOS IPv6 Multicast Configuration Guide Contents 1 Configuring IPv6 Multicast-Routing... 5 1.1 Overview... 5 1.2 Configuration... 5 1.3 Validation...5 2 Configuring MLD... 7 2.1 Overview... 7 2.2

More information

Configuring MSDP. Overview. How MSDP operates. MSDP peers

Configuring MSDP. Overview. How MSDP operates. MSDP peers Contents Configuring MSDP 1 Overview 1 How MSDP operates 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP functions 7 Configuration prerequisites

More information

Financial Services Design for High Availability

Financial Services Design for High Availability Financial Services Design for High Availability Version History Version Number Date Notes 1 March 28, 2003 This document was created. This document describes the best practice for building a multicast

More information

Table of Contents 1 MSDP Configuration 1-1

Table of Contents 1 MSDP Configuration 1-1 Table of Contents 1 MSDP Configuration 1-1 MSDP Overview 1-1 Introduction to MSDP 1-1 How MSDP Works 1-2 Multi-Instance MSDP 1-7 Protocols and Standards 1-7 MSDP Configuration Task List 1-7 Configuring

More information

4.2 Multicast IP supports multicast to support one-to-many (radio, news, IP multicast was originally a many-to-many (any source MC or

4.2 Multicast IP supports multicast to support one-to-many (radio, news, IP multicast was originally a many-to-many (any source MC or CS475 Networks Lecture 14 Chapter 4 Advanced Internetworking Assignments Reading for Lecture 15: Sections 5.1-5.2 Homework 5, Wireshark Project 3 posted, due next Thursday; Programming Project 3 posted,

More information

Stateless Multicast with Bit Indexed Explicit Replication

Stateless Multicast with Bit Indexed Explicit Replication Stateless Multicast with Bit Indexed Explicit Replication IJsbrand Wijnands, Distinguished Engineer Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find

More information

Sprint Cisco. Agenda. Special Thanks To. For their contribution of slides

Sprint Cisco. Agenda. Special Thanks To. For their contribution of slides Svensk Tele Utveckling & Produkt Innovation AB A company with its HQ in an outhouse located in Karlstad, Sweden Peter Löthberg, +46 8 669 9720, +1 703 864 7887 0.2.7.9.9.6.6.8.6.4.e164.net

More information

Copyright 2009 Internetwork Expert i

Copyright 2009 Internetwork Expert i Copyright Information, Inc. All rights reserved. The following publication, CCIE R&S Lab Workbook Volume I Version 5.0, was developed by Internetwork Expert, Inc. All rights reserved. No part of this publication

More information

Developing IP Muiticast Networks

Developing IP Muiticast Networks Developing IP Muiticast Networks Volume I Beau Williamson Cisco SYSTEMS CISCO PRESS Cisco Press 201 West 103rd Street Indianapolis, IN 46290 USA Table of Contents Introduction xviii Part I Fundamentals

More information

Multicast Communications

Multicast Communications Multicast Communications Multicast communications refers to one-to-many or many-tomany communications. Unicast Broadcast Multicast Dragkedja IP Multicasting refers to the implementation of multicast communication

More information

IP Multicast Load Splitting across Equal-Cost Paths

IP Multicast Load Splitting across Equal-Cost Paths IP Multicast Load Splitting across Equal-Cost Paths This module describes how to load split IP multicast traffic from different sources, or from different sources and groups, over Equal Cost Multipath

More information

Multicast VPN C H A P T E R. Introduction to IP Multicast

Multicast VPN C H A P T E R. Introduction to IP Multicast C H A P T E R 7 Multicast VPN Multicast is a popular feature used mainly by IP-networks of Enterprise customers. Multicast allows the efficient distribution of information between a single multicast source

More information

Rendezvous Point Engineering

Rendezvous Point Engineering Rendezvous Point Engineering Last updated: November 2008 Introduction A Rendezvous Point (RP) is a router in a multicast network domain that acts as a shared root for a multicast shared tree. Any number

More information

LISP Multicast. Finding Feature Information. Prerequisites for LISP Multicast

LISP Multicast. Finding Feature Information. Prerequisites for LISP Multicast The feature introduces support for carrying multicast traffic over a Locator ID Separation Protocol (LISP) overlay. This support currently allows for unicast transport of multicast traffic with head-end

More information

Multicast H3C Low-End Ethernet Switches Configuration Examples. Table of Contents

Multicast H3C Low-End Ethernet Switches Configuration Examples. Table of Contents Table of Contents Table of Contents Chapter 1 Protocol Overview... 1-1 1.1 Overview... 1-1 1.2 Support of Features... 1-2 1.3 Configuration Guidance... 1-3 1.3.1 Configuring IGMP Snooping... 1-3 1.3.2

More information

Implementing Multicast Service Reflection

Implementing Multicast Service Reflection Implementing Multicast Service Reflection First Published: September 22, 2006 Last Updated: June 4, 2010 The Cisco Multicast Service Reflection feature provides the capability for users to translate externally

More information

H3C S5130-HI Switch Series

H3C S5130-HI Switch Series H3C S5130-HI Switch Series IP Multicast Configuration Guide New H3C Technologies Co., Ltd. http://www.h3c.com Software versions: Release 1118P02 and Release 1122 Document version: 6W102-20180323 Copyright

More information

Configuring MSDP. MSDP overview. How MSDP works. MSDP peers

Configuring MSDP. MSDP overview. How MSDP works. MSDP peers Contents Configuring MSDP 1 MSDP overview 1 How MSDP works 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 6 Configuring basic MSDP functions 7 Configuration prerequisites

More information

Configuring SSM. Finding Feature Information. Prerequisites for Configuring SSM

Configuring SSM. Finding Feature Information. Prerequisites for Configuring SSM Finding Feature Information, page 1 Prerequisites for, page 1 Restrictions for, page 2 Information About SSM, page 3 How to Configure SSM, page 7 Monitoring SSM, page 15 Configuration Examples for Source

More information

Configuring VRF-lite CHAPTER

Configuring VRF-lite CHAPTER CHAPTER 36 Virtual Private Networks (VPNs) provide a secure way for customers to share bandwidth over an ISP backbone network. A VPN is a collection of sites sharing a common routing table. A customer

More information

IP MULTICAST EXPLAINED

IP MULTICAST EXPLAINED IP MULTICAST EXPLAINED June 2004 Jon Hardwick Data Connection Ltd. Jon.Hardwick@dataconnection.com Data Connection Limited 100 Church Street Enfield, UK Tel: +44 20 8366 1177 / Copyright 2004 Data Connection

More information

Implementing IPv6 Multicast

Implementing IPv6 Multicast Finding Feature Information, page 1 Information About Routing, page 1, page 8 Finding Feature Information Your software release may not support all the features documented in this module. For the latest

More information

PIM Allow RP. Finding Feature Information. Restrictions for PIM Allow RP

PIM Allow RP. Finding Feature Information. Restrictions for PIM Allow RP This module describes how to configure the feature in IPv4 or IPv6 networks for inter-connecting Protocol Independent Multicast (PIM) Sparse Mode (SM) domains with different rendezvous points (RPs). enables

More information

v Number: Passing Score: 800 Time Limit: 120 min File Version:

v Number: Passing Score: 800 Time Limit: 120 min File Version: 642-885.v12.39 Number: 642-885 Passing Score: 800 Time Limit: 120 min File Version: 12.39 http://www.gratisexam.com/ Vendor: Cisco Exam Code: 642-885 Exam Name: Building Cisco Service Provider Next-Generation

More information

H3C S9800 Switch Series

H3C S9800 Switch Series H3C S9800 Switch Series IP Multicast Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2109 Document version: 6W100-20140128 Copyright 2014, Hangzhou

More information

CSCE 463/612 Networks and Distributed Processing Spring 2018

CSCE 463/612 Networks and Distributed Processing Spring 2018 CSCE 463/612 Networks and Distributed Processing Spring 2018 Network Layer V Dmitri Loguinov Texas A&M University April 17, 2018 Original slides copyright 1996-2004 J.F Kurose and K.W. Ross Chapter 4:

More information

What is IPv4 multicast? Deference between Unicast & Multicast Simulate Multicast Streaming using one Machine

What is IPv4 multicast? Deference between Unicast & Multicast Simulate Multicast Streaming using one Machine What is IPv4 multicast? It is a bandwidth-conserving technology delivering a single stream of information simultaneously to a large or small number of endpoints within the network. such as video/audio

More information

Table of Contents Chapter 1 IPv6 PIM Configuration

Table of Contents Chapter 1 IPv6 PIM Configuration Table of Contents Table of Contents... 1-1 1.1 IPv6 PIM Overview... 1-1 1.1.1 Introduction to IPv6 PIM-DM... 1-2 1.1.2 How IPv6 PIM-DM Works... 1-2 1.1.3 Introduction to IPv6 PIM-SM... 1-5 1.1.4 How IPv6

More information

Table of Contents 1 IGMP Configuration 1-1

Table of Contents 1 IGMP Configuration 1-1 Table of Contents 1 IGMP Configuration 1-1 IGMP Overview 1-1 IGMP Versions 1-1 Introduction to IGMPv1 1-2 Enhancements in IGMPv2 1-3 Enhancements in IGMPv3 1-4 IGMP SSM Mapping 1-5 Protocols and Standards

More information

Configuring a Rendezvous Point

Configuring a Rendezvous Point Version History Version Number Date Notes 1 03/15/2002 This document was created. The purpose of this document is to outline four recommended methods for configuring a rendezvous point (RP) in a Protocol

More information

Why multicast? The concept of multicast Multicast groups Multicast addressing Multicast routing protocols MBONE Multicast applications Conclusions

Why multicast? The concept of multicast Multicast groups Multicast addressing Multicast routing protocols MBONE Multicast applications Conclusions Tuomo Karhapää tuomo.karhapaa@otaverkko.fi Otaverkko Oy Why multicast? The concept of multicast Multicast groups Multicast addressing Multicast routing protocols MBONE Multicast applications Conclusions

More information

Configuring Multicast VPN Extranet Support

Configuring Multicast VPN Extranet Support Configuring Multicast VPN Extranet Support First Published: December 4, 2006 Last Updated: June 10, 2011 The Multicast VPN Extranet Support feature (sometimes referred to as the MVPN Extranet Support feature)

More information

IPv6 Multicast Listener Discovery Protocol

IPv6 Multicast Listener Discovery Protocol Finding Feature Information, on page 1 Restrictions for, on page 1 Information About, on page 2 How to Configure, on page 4 Verifying, on page 11 Finding Feature Information Your software release may not

More information

Next Generation MULTICAST In-band Signaling (VRF MLDP: Profile 6)

Next Generation MULTICAST In-band Signaling (VRF MLDP: Profile 6) Next Generation MULTICAST In-band Signaling (VRF MLDP: Profile 6) Contents Introduction Background Information MLDP Signaling In-Band Signaling Overlay or Out-Of-Band Signaling Label Distribution Protocol

More information

IPv6 Multicast Listener Discovery Protocol

IPv6 Multicast Listener Discovery Protocol Finding Feature Information, page 1 New and Changed Information, page 2 Restrictions for, page 2 Information About, page 2 How to Configure, page 5 Verifying, page 12 Additional References, page 14 Finding

More information

MULTICAST SECURITY. Piotr Wojciechowski (CCIE #25543)

MULTICAST SECURITY. Piotr Wojciechowski (CCIE #25543) MULTICAST SECURITY Piotr Wojciechowski (CCIE #25543) ABOUT ME Senior Network Engineer MSO at VeriFone Inc. Previously Network Solutions Architect at one of top polish IT integrators CCIE #25543 (Routing

More information

H3C S6800 Switch Series

H3C S6800 Switch Series H3C S6800 Switch Series IP Multicast Configuration Guide New H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2609 and later Document version: 6W103-20190104 Copyright 2019, New

More information

Verifying IPv4 Multicast Forwarding Using the MFIB

Verifying IPv4 Multicast Forwarding Using the MFIB Verifying IPv4 Multicast Forwarding Using the MFIB This module describes how to verify IPv4 multicast forwarding using the Multicast Forwarding Information Base (MFIB) in multicast networks operating in

More information

MVPN: Inter-AS Option B

MVPN: Inter-AS Option B MVPN: Inter-AS Option B In This Chapter This section provides information about MVPN: Inter-AS Option B configurations. Topics in this section include: Applicability on page 802 Overview on page 803 Configuration

More information

What is Multicasting? Multicasting Fundamentals. Unicast Transmission. Agenda. L70 - Multicasting Fundamentals. L70 - Multicasting Fundamentals

What is Multicasting? Multicasting Fundamentals. Unicast Transmission. Agenda. L70 - Multicasting Fundamentals. L70 - Multicasting Fundamentals What is Multicasting? Multicasting Fundamentals Unicast transmission transmitting a packet to one receiver point-to-point transmission used by most applications today Multicast transmission transmitting

More information