Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
70 views
16 pages
Lec-11 Multicast PIM Prune Override
Uploaded by
Abhishek garg
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download
Save
Save lec-11 Multicast PIM Prune Override For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
70 views
16 pages
Lec-11 Multicast PIM Prune Override
Uploaded by
Abhishek garg
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save lec-11 Multicast PIM Prune Override For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
Download
Save lec-11 Multicast PIM Prune Override For Later
You are on page 1
/ 16
Search
Fullscreen
091052023, 22:45 Muticast PIM Prune Overide Search Q © Multicast PIM Prune Override ‘The PIM prune mechanism works a bit different on multi-access links compared to point-to-point links. On point to point links there is only one other router on the other end so when we receive a prune message, it's safe to stop forwarding the traffic. On multi-access links however it's possible that we have more than one downstream router that is interested in receiving the multicast traffic. When we receive a prune on a multi-access link, we need to make sure that nobody else still wants to receive it. This is done with the prune override mechanism and it applies to both PIM dense and sparse mode. Here’s an example: hitpstnetworklessons.com/muticasUmulicast-pim-prune-overrde a6091052023, 22:45 ‘Multicast PIM Prune Oversde ‘Above we have a source (S1) sending multicast traffic to R1. At the bottom are two receivers (H2 and H3) R2/R3 are both forwarding the traffic. After a few minutes, H2 doesn’t want to receive this traffic anymore. hnps:inetworklessons.com/mulicasUmullicast-pim-prune-override ons @ ane091052023, 22:45 ‘Multicast PIM Prune Oversde ons @ H2 will send an IGMP leave towards R2 who will send a PIM prune to its upstream neighbor, R1. This PIM prune message is destined to 224.0.0.13 so R1 and R3 will both receive it. Here’s what happens next: hnps:inetworklessons.com/mulicasUmullicast-pim-prune-override ane091052023, 22:45 ‘Multicast PIM Prune Oversde Received PIM prune, setting timer before I stop forwarding... en R1 receives the prune message but it wor't stop forwarding right away. It willwalt for a few seconds to se (> if other routers are still interested. R3 is still interested so it will send a PIM join. Since this PIM join overrides the prune, we call ita prune override but the packet is a regular PIM join... R1 now knows what to do: hnps:inetworklessons.com/mulicasUmullicast-pim-prune-override ans091052023, 22:45 ‘Multicast PIM Prune Oversde Received PIM join from R3, "Il keep. forwarding! Since R3 fs stil nterested,R1 will gnore the prune message from R2 and will keep forwarding the multice G2) traffic, Let's take a look at some real routers to see how this works in action! hnps:inetworklessons.com/mulicasUmullicast-pim-prune-override eneosiosi2023, 22:45 ‘Multicast PIM Prune Overside 4 Here's the topology I will use: 254 192.168.1.0/24 1 10/2 ; 192.168.123.0/24 a aj Ss s @ 2 39 Bo .254 Sq 254 co og an aN o Pa s 8 4 4 a i g ei Above we have a small network with three routers. $1 will send multicast packets and H2/H3 will be the receivers. OSPF has been configured as the unicast routing protocol and PIM dense mode for multicast routing. If you want to test this example yourself, you can find the startup configurations below: Startup Configurations Want to take a look for yourself? Here you will find the final configuration of each device. R1 ~ hnps:inetworklessons.com/mulicasUmullicast-pim-prune-override ane091052023, 22:45 Muticast PIM Prune Overide ip multicast-routing ip cef interface Gigabitétherneto/1 ip address 192.168.123.1 255.255.255.0 ip pim dense-node duplex auto speed auto media-type rja5 ! interface Gigabitetherneto/2 ip address 192.168.1.254 255.255.255.0 ip pim dense-node duplex auto speed auto media-type rj45 router ospf 1 network 192.168.1.0 @.0.0.255 area @ network 192.168.123.0 .0.0.255 area @ end R2 hostname R2 ! ip multicast-routing ip cef interface Gigabitethernet@/1 ip address 192.168.123.2 255.255.255.0 ip pim dense-node duplex auto speed auto media-type rja5 hitpstnetworklessons.com/mulicasUmulicast-pim-prune-overrde m6091052023, 22:45 Muticast PIM Prune Overide a ip address 192.168.2.254 255.255.255.0 ip pim dense-node duplex auto speed auto media-type 745 router ospf 1 network 192.168.2.0 0.0.0.255 area 0 network 192.168.123.0 @.0.0.255 area @ end R3 ~ hostname R3 ! ip multicast-routing ip cef ' interface Gigabitetherneto/1 ip address 192.168.123.3 255.255.255.0 ip pim dense-node duplex auto speed auto media-type rja5 interface Gigabitethernet@/2 ip address 192.168.3.254 255.255.255.0 ip pim dense-node duplex auto speed auto media-type rja5 ! router ospf © network 192,168.3.0 @.8.0.255 area @ network 192.168.123.0 @.0.0.255 area @ hitpstnetworklessons.com/mulicasUmulicast-pim-prune-overrde ane091052023, 22:45 Muticast PIM Prune Overide H2 ~ hostname H2 ' no ip routing ' interface Gigabitétherneto/1 ip address 192.168.2.2 255.255.255.0 no ip route-cache duplex auto speed auto media-type rj45 ! ip default-gateway 192.168.2.254 ! end H3 ~ hostname H3 no ip routing interface Gigabitetherneto/1 ip address 192.168.3.3 255.255.255.0 no ip route-cache duplex auto speed auto media-type rja5 ! ip default-gateway 192.168.3.254 ! © end hitpstnetworklessons.com/muticasUmulicast-pim-prune-overrde one091052023, 22:45 Muticast PIM Prune Overide hostname $1 ! no ip routing ! interface Gigabitethernet0/1 ip address 192.168.1.1 255.255.255.0 no ip route-cache duplex auto speed auto media-type rja5 ip default-gateway 192.168.1.254 end Let's configure the hosts to receive our multicast traffic: Ho & #3 (config)#interface GigabitEthernet 0/1 (config-if)#ip ignp join-group 239.1.1.1 ‘And generate some traffic from $1 Siping 239.1.1.1 repeat 1000 Type escape sequence to abort. Sending 100@, 100-byte ICMP Echos to 239.1.1.1, timeout is 2 second: Reply to request 1 from 192.168.2.2, 20 ms Reply to request 2 from 192.168.3.3, 5 ms S1 is receiving replies from H2 and H3, Let's check the multicast routing tables of R2 and R3: © R2#show ip mroute 239.1.1.1 192.168.1.1 (192.168.1.1, 239.1.1.1), @1:51:50/@0:01:33, flags: T hitpstnetworklessons.com/mulicasUmulicast-pim-prune-overrde sone091052023, 22:45 Muticast PIM Prune Overide a Gigabitetherneto/2, Forward/Dense, 08:00:36/stopped R3show ip mroute 239.1.1.1 192.168.1.1 (292.168.1.1, 239.1.1.1), @1:52:29/00:01:55, flags: T Incoming interface: GigabitEtherneto/1, RPF nbr 192.168.123.1 Outgoing interface list: Gigabitethernete/2, Forward/Dense, @1:52:29/stopped Both router are forwarding traffic to the hosts. Before we configure H2 to stop listening, let's enable a debug R1, R2 & RB #debug ip pim PIM debugging is on Let’s configure H2 to stop listening H2(config)#interface Gigabitethernet 0/1 H2(config-if)#no ip igmp join-group 239.1.1.1 Here's what we we will see on R2: Rae PIM(@): Insert (192.168.1.1,239.1.1.1) prune in nbr 192.168.123.1's queue PIM(@): Building Join/Prune packet for nbr 192.168.123.1 PIM(@): Adding v2 (192.168.1.1/32, 239.1.1.1) Prune PIM(@): Send v2 join/prune to 192.168.123.1 (Gigabitetherneto/1) PIM(@): Received v2 Join/Prune on Gigabitéthernet@/1 from 192.168.123.1, not to us PIM(): Prune-List: (192.168.1.1/32, 239.1.1.1) PIM(@): Received v2 Join/Prune on Gigabitethernet@/1 from 192.168.123.3, not to us PIM(@): Join-List: (192.168.1.1/32, 239.1.1.1) R2 sends the prune message to its upstream neighbor, R1. Here's what R1 thinks of it: hitpstnetworklessons.com/muticasUmulicast-pim-prune-overrde me091052023, 22:45 Muticast PIM Prune Overide a Fanos ReLeiveu v2 suun/Frume UN wLgoULLELMErHELO/ 4 TrUM 492-100.429.2, LO UD PIM(): Prune-list: (192.168.1.1/32, 239.1.1.1) PIM(@): Schedule to prune Gigabitetherneto/1 for (192.168.1.1/32, 239.1.1.1) PIM(@): Received v2 Join/Prune on GigabitEthernet@/1 from 192.168.123.3, to us PIM(Q): Join-List: (192.168.1.1/32, 239.1.1.1) PIM(@): Update Gigabitetherneto/1/192.168.123.3 to (192.168.1.1, 239.1.1.1), Forward state, by PIM SG Join R1 receives the prune from R2 and is ready to stop forwarding, you can see it schedules the pruning, A bit later it receives the PIM join (prune override) from R3 and decides to keep forwarding. Here's what it looks like on R3: RBH PIM(@): Received v2 Join/Prune on GigabitEthernet@/1 from 192.168.123.2, not to us PIM(®): Prune-list: (192.168.1.1/32, 239.1.1.1) PIM(@): Set join delay timer to 600 msec for (192.168.1.1/32, 239.1.1.1) on Gigabitetherneto/1 PIM(@): Received v2 Join/Prune on Gigabitéthernet@/1 from 192.168.123.1, not to us PIM(): Prune=list: (192.168.1.1/32, 239.1.1.1) PIM(): Join delay timer running at 580 for (192.168.1.1, 239.1.1.1) on Gigabitetherneto/1 PIM(): Insert (192.168.1.1,239.1.1.1) join in nbr 192.168.123.1's queue PIN(@): Building Join/Prune packet for nbr 192.168.123.1 PIM(@): Adding v2 (192.168.1.1/32, 239.1.1.1) Join PIM(@): Send v2 join/prune to 192.168.123.1 (GigabitEthernet@/1) Above we can see that R3 receives the prune message from R2. Since R3 still has a receiver, it will send a PIM join to R1. R3 is using a delay timer before sending the PIM join. When there are multiple multicast routers, on the multi-access segment that still want to receive traffic then only one of them has to @ inform R1 to keep forwarding. By using a random delay timer, one router will send the PIM join (prune override) first. Other routers will see it and will cancel their own PIM join message. hitpstnetworklessons.com/muticasUmulicast-pim-prune-overrde vaneosiosi2023, 22:45 ‘Multicast PIM Prune Override a Frame 1: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0 > Ethernet IL, Src: fa:16:3e:ab:6b:f6 (fa:16:3e:ab:6b: 16), Dst: IPvamcast_Od (01:00:5e: Internet Protocol Version 4, [Src: 192.168.123.2, Dst: 224.0.0.13] ~ Protocol Independent Multicast 0010 .... = Version: 2 s+, 0011 = ype: Join/Prune (3) Reserved byte(s): 00 Checksum: @xeb94 [correct] ¥ PIM Options Upstrear (bor: 192. 168.123 Reserved byte(s): 00 Num Groups: 1 Holdtime: 210 ¥ Group @: 239.1.1.1/32 Num Joins: @ Wom Prones? 7 Ip address: 192.168.1.1/32 R1 will “relay” the prune message which we can see below: Frame 2: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface ethernet 1), Dst: IPvancast od (01:00:5e:00: Internot ¥ Protocol Independent Multicast o@10 .... = Version: 2 see. B11 = Type: Join/Prune (3) Reserved byte(s): 00 Checksum: @xeb94 [correct] ¥ PIM Options Upstream-neighbor: 192.168.123.1 Reserved byte(s): 00 Num Groups: 1 Holdtime: 210 ¥ Group @: 239.1.1.1/32 Num Joins: @ Num Peunes: 1 IP address: 192.168.1.1/32 ‘And finally R3 will send the PIM join (prune override) to R1: hnps:inetworklessons.com/mulicasUmullicast-pim-prune-override rane091052023, 22:45 Muticast PIM Prune Overide - @ ¥ Protocol Independent. Multicast = Version: 2 [Iype:_Join/Prune (3) Reserved byte(s): 00 Checksum: @xeb94 [correct] ¥ PIM Options Upstreai Reserved byte(s): Num Groups: 1 Holdtime: 210 ¥ Group @: 239.1.1.1/32 [Nam Joins? T IP address: 192,168.1.1/32 Tum Prunes: @ weighbor: 199,168, 193.1 00 We can verify that R2 has stopped forwarding traffic to H2 by checking the multicast routing tables again: R2#show ip mroute 239.1.1.1 192.168.1.1 IP Multicast Routing Table Flags: D - Dense, S = Sparse, B - Bidir Group, s - SSM Group, C - Connected, Local, P - Pruned, R - RP-bit set, F - Register flag, = URD, I - Received Source Specific Host Report, - Multicast Tunnel, z - MDT-data group sender, Joined MOT-data group, y - Sending to MOT-data group, - Received BGP C-Mroute, g - Sent BGP C-Mroute, - Received BGP S-A Route, q - Sent BGP S-A Route,
You might also like
Cisco Pim DM SM
PDF
No ratings yet
Cisco Pim DM SM
134 pages
PIM Multicast Routing
PDF
No ratings yet
PIM Multicast Routing
71 pages
IP Multicast: Advanced PIM Concepts
PDF
No ratings yet
IP Multicast: Advanced PIM Concepts
115 pages
Multicast Pim Sparse Mode
PDF
No ratings yet
Multicast Pim Sparse Mode
14 pages
Routing and Switching Lab - 2019
PDF
No ratings yet
Routing and Switching Lab - 2019
8 pages
24 Multicast+Basics+-+PIM+Principles
PDF
No ratings yet
24 Multicast+Basics+-+PIM+Principles
43 pages
Lec-8 Multicast PIM Designated Router
PDF
No ratings yet
Lec-8 Multicast PIM Designated Router
10 pages
How Multicast Stream Is Forwarded in A Routing Domain????
PDF
No ratings yet
How Multicast Stream Is Forwarded in A Routing Domain????
13 pages
Lecture - 6 - PIM Dense Mode
PDF
No ratings yet
Lecture - 6 - PIM Dense Mode
4 pages
Ccnpv6 Route Lab4-2
PDF
No ratings yet
Ccnpv6 Route Lab4-2
21 pages
By The End of Week1 This Topology Should Be Fully Working
PDF
No ratings yet
By The End of Week1 This Topology Should Be Fully Working
7 pages
P4 (Static Routing - Configuration)
PDF
No ratings yet
P4 (Static Routing - Configuration)
6 pages
Multicast
PDF
No ratings yet
Multicast
98 pages
IPv4 Multicast Fundamentals
PDF
No ratings yet
IPv4 Multicast Fundamentals
11 pages
Multi Casting
PDF
No ratings yet
Multi Casting
24 pages
Lab 1-2 VLAN Routing: Topology
PDF
No ratings yet
Lab 1-2 VLAN Routing: Topology
16 pages
Cisco - 62ospf
PDF
No ratings yet
Cisco - 62ospf
3 pages
Chapter 8 LAB 7
PDF
No ratings yet
Chapter 8 LAB 7
4 pages
Multicast Part of The CCIE EI Workbook Orhan Ergun
PDF
No ratings yet
Multicast Part of The CCIE EI Workbook Orhan Ergun
32 pages
IOS XR Workbook
PDF
100% (3)
IOS XR Workbook
232 pages
Lab 4-1 Multicast, IGMP, and PIM DM Protocols
PDF
No ratings yet
Lab 4-1 Multicast, IGMP, and PIM DM Protocols
34 pages
Multicast Solutions
PDF
No ratings yet
Multicast Solutions
10 pages
Lab 17 - Configuring CUBE H.323-To-H.323 VoIP Connections
PDF
No ratings yet
Lab 17 - Configuring CUBE H.323-To-H.323 VoIP Connections
9 pages
Basic EIGRP Config
PDF
No ratings yet
Basic EIGRP Config
18 pages
EIGRP Basic Configuration For CCNA Students by Eng. Abeer Hosni
PDF
No ratings yet
EIGRP Basic Configuration For CCNA Students by Eng. Abeer Hosni
18 pages
9 Redistribution EIGRP OSPF
PDF
No ratings yet
9 Redistribution EIGRP OSPF
12 pages
Curso de IP
PDF
No ratings yet
Curso de IP
22 pages
OTV Lab Demo1
PDF
No ratings yet
OTV Lab Demo1
23 pages
Static Routing Configuration For CCNA Students by Eng. Abeer Hosni
PDF
No ratings yet
Static Routing Configuration For CCNA Students by Eng. Abeer Hosni
12 pages
Module 4.1
PDF
No ratings yet
Module 4.1
27 pages
Module 7 - Static Routing
PDF
No ratings yet
Module 7 - Static Routing
7 pages
ODA062005 PIM-DM Principle ISSUE1.00
PDF
No ratings yet
ODA062005 PIM-DM Principle ISSUE1.00
25 pages
Herramientas Ip Prueba Red
PDF
No ratings yet
Herramientas Ip Prueba Red
30 pages
Intro To Packet Tracer
PDF
No ratings yet
Intro To Packet Tracer
21 pages
Esquema: Router Enable Router#config Terminal
PDF
No ratings yet
Esquema: Router Enable Router#config Terminal
23 pages
Lec-12 Multicast PIM Register Message
PDF
No ratings yet
Lec-12 Multicast PIM Register Message
8 pages
Tema 6 IP Routing
PDF
No ratings yet
Tema 6 IP Routing
29 pages
Multi-WAN W/ Auto Notification For WAN's Status Updates: by Mar Aeschyllus Flordeliza
PDF
No ratings yet
Multi-WAN W/ Auto Notification For WAN's Status Updates: by Mar Aeschyllus Flordeliza
20 pages
11 Cisco Device Functions - Lab Exercises
PDF
No ratings yet
11 Cisco Device Functions - Lab Exercises
7 pages
Sainath. CPT
PDF
No ratings yet
Sainath. CPT
13 pages
Multiuser Connection - For Cisco Packet Tracer Activity
PDF
No ratings yet
Multiuser Connection - For Cisco Packet Tracer Activity
2 pages
Lab 4 - Static Routing
PDF
No ratings yet
Lab 4 - Static Routing
5 pages
Mpls Te Class-Based Tunnel-1
PDF
No ratings yet
Mpls Te Class-Based Tunnel-1
22 pages
Pim DM
PDF
No ratings yet
Pim DM
24 pages
Ex 6-1 Computer Networks
PDF
No ratings yet
Ex 6-1 Computer Networks
11 pages
HSRP Combine Tracking
PDF
No ratings yet
HSRP Combine Tracking
7 pages
Lab 7
PDF
No ratings yet
Lab 7
6 pages
Basic Router Configuration
PDF
No ratings yet
Basic Router Configuration
26 pages
Router R2
PDF
No ratings yet
Router R2
8 pages
15.1.2 Lab - Control Routing Updates
PDF
No ratings yet
15.1.2 Lab - Control Routing Updates
16 pages
Cisco SWITCHING
PDF
No ratings yet
Cisco SWITCHING
151 pages
EIGRP Lab 9.6.2basic Router Configurations For BRANCH1, BRANCH2, HQ, and ISP (Virtual) Routers
PDF
No ratings yet
EIGRP Lab 9.6.2basic Router Configurations For BRANCH1, BRANCH2, HQ, and ISP (Virtual) Routers
2 pages
Computer Networks
PDF
No ratings yet
Computer Networks
56 pages
ROUTING
PDF
No ratings yet
ROUTING
23 pages
Chapter 3 Lab 3-2, Multi-Area Ospfv2 and Ospfv3 With Stub Area
PDF
No ratings yet
Chapter 3 Lab 3-2, Multi-Area Ospfv2 and Ospfv3 With Stub Area
19 pages
Multicast - Routing Protocol
PDF
No ratings yet
Multicast - Routing Protocol
16 pages
CCNA Workbook Static Routing v1.0
PDF
No ratings yet
CCNA Workbook Static Routing v1.0
6 pages
Worksheet 5
PDF
No ratings yet
Worksheet 5
4 pages
68-Web Filter Lab
PDF
No ratings yet
68-Web Filter Lab
12 pages
IS-IS Filtering
PDF
No ratings yet
IS-IS Filtering
12 pages
71-DNS Filter
PDF
No ratings yet
71-DNS Filter
8 pages
08 Installing+EVE NG
PDF
No ratings yet
08 Installing+EVE NG
10 pages
72-Application Control
PDF
No ratings yet
72-Application Control
2 pages
62-Introduction AAA
PDF
No ratings yet
62-Introduction AAA
4 pages
11-Upload Other Images in EVE
PDF
No ratings yet
11-Upload Other Images in EVE
6 pages
Rest Api
PDF
No ratings yet
Rest Api
13 pages
IS-IS Route Leaking
PDF
No ratings yet
IS-IS Route Leaking
20 pages
14-Cisco ISE Lab
PDF
No ratings yet
14-Cisco ISE Lab
4 pages
S6700 Series Switches Hardware Description
PDF
No ratings yet
S6700 Series Switches Hardware Description
579 pages
Stateless Autoconfiguration For IPv6
PDF
No ratings yet
Stateless Autoconfiguration For IPv6
5 pages
MA5600T (N63E-22) Quick Installation Guide 07
PDF
No ratings yet
MA5600T (N63E-22) Quick Installation Guide 07
31 pages
IPv6 Address Types
PDF
No ratings yet
IPv6 Address Types
6 pages
IS-IS Metric
PDF
No ratings yet
IS-IS Metric
9 pages
IS-IS Summarization
PDF
No ratings yet
IS-IS Summarization
12 pages
IS-IS Redistribution
PDF
No ratings yet
IS-IS Redistribution
12 pages
SNMP
PDF
No ratings yet
SNMP
12 pages
IPv6 Solicited Node Multicast Address
PDF
No ratings yet
IPv6 Solicited Node Multicast Address
5 pages
Shortening of Ipv6
PDF
No ratings yet
Shortening of Ipv6
4 pages
IPv6 Redistribution Between RIPNG and OSPFv3
PDF
No ratings yet
IPv6 Redistribution Between RIPNG and OSPFv3
7 pages
Cisco NetFlow
PDF
No ratings yet
Cisco NetFlow
10 pages
Cisco Press - IS-IS Network Design Solutions
PDF
No ratings yet
Cisco Press - IS-IS Network Design Solutions
352 pages
Fiber Optic Cable
PDF
No ratings yet
Fiber Optic Cable
41 pages
PSTN
PDF
No ratings yet
PSTN
134 pages
Sonetsdh
PDF
No ratings yet
Sonetsdh
66 pages
Ipv6 Summarization Example
PDF
No ratings yet
Ipv6 Summarization Example
4 pages
Rack Mounted Equipment
PDF
No ratings yet
Rack Mounted Equipment
64 pages