28 mins read

Draft Rosen 7 – Sample Config

Configuration on 1st PE:

root@PE3> show configuration protocols pim | display set 
set protocols pim interface ge-0/0/1.0
set protocols pim interface lt-0/0/10.11
set protocols pim interface lo0.0

root@PE3> show configuration protocols bgp | display set 
set protocols bgp group GR-iBGP type internal
set protocols bgp group GR-iBGP local-address 17.0.0.3
set protocols bgp group GR-iBGP family inet-vpn unicast
set protocols bgp group GR-iBGP family inet-mdt signaling
set protocols bgp group GR-iBGP cluster 17.0.0.3
set protocols bgp group GR-iBGP neighbor 17.0.0.4
set protocols bgp group GR-iBGP neighbor 17.0.0.5
set protocols bgp group GR-iBGP neighbor 17.0.0.6
set protocols bgp group GR-iBGP neighbor 17.0.0.7
set protocols bgp group GR-iBGP neighbor 17.0.0.8

root@PE3> show configuration routing-instances | display set 
set routing-instances RI-VPN1 instance-type vrf
set routing-instances RI-VPN1 routing-options static route 11.3.1.1/32 next-hop 11.33.1.2
set routing-instances RI-VPN1 routing-options static route 17.8.11.0/24 next-hop 11.33.1.2
set routing-instances RI-VPN1 protocols mvpn family inet autodiscovery-only intra-as inclusive
set routing-instances RI-VPN1 protocols pim mvpn family inet autodiscovery inet-mdt
set routing-instances RI-VPN1 protocols pim interface lt-0/0/10.1 mode sparse
set routing-instances RI-VPN1 protocols pim interface lo0.11 mode sparse
set routing-instances RI-VPN1 protocols pim interface ge-0/0/3.0 mode sparse
set routing-instances RI-VPN1 interface ge-0/0/3.0
set routing-instances RI-VPN1 interface lt-0/0/10.1
set routing-instances RI-VPN1 interface lo0.11
set routing-instances RI-VPN1 route-distinguisher 12302:1
set routing-instances RI-VPN1 vrf-import VRF-VPN1-IMPORT
set routing-instances RI-VPN1 vrf-export VRF-VPN1-EXPORT
set routing-instances RI-VPN1 vrf-table-label
set routing-instances RI-VPN1 provider-tunnel pim-ssm group-address 239.0.0.3
### because the provider-tunnel group address is not from the SSM range (232/8), then the following must be added:

root@PE3> show configuration routing-options multicast | display set 
set routing-options multicast ssm-groups 239.0.0.3/32

root@PE3> show configuration | display set | match VRF-VPN1-EXPORT 
set policy-options policy-statement VRF-VPN1-EXPORT term EXPORT then community add RT-VPN1
set policy-options policy-statement VRF-VPN1-EXPORT term EXPORT then accept
set routing-instances RI-VPN1 vrf-export VRF-VPN1-EXPORT

Configuration on the P router:

root@P1> show configuration protocols pim 
interface ge-0/0/1.0;
interface ge-0/0/2.0;
interface ge-0/0/3.0;
interface ge-0/0/4.0;
interface ge-0/0/5.0;

Configuration on the 2nd PE:

root@PE6> show configuration protocols pim | display set 
set protocols pim interface ge-0/0/1.0 mode sparse
set protocols pim interface lo0.0 mode sparse

root@PE6> show configuration protocols bgp | display set  
set protocols bgp group GR-iBGP type internal
set protocols bgp group GR-iBGP local-address 17.0.0.6
set protocols bgp group GR-iBGP family inet-vpn unicast
set protocols bgp group GR-iBGP family inet-mdt signaling
set protocols bgp group GR-iBGP neighbor 17.0.0.3

root@PE6> show configuration routing-instances | display set 
set routing-instances RI-VPN1 instance-type vrf
set routing-instances RI-VPN1 routing-options static route 10.6.1.1/32 next-hop 10.66.1.2
set routing-instances RI-VPN1 routing-options multicast asm-override-ssm
set routing-instances RI-VPN1 routing-options multicast ssm-map SSM-MAP-UB2 policy PS-SSM-SOURCE
set routing-instances RI-VPN1 routing-options multicast ssm-map SSM-MAP-UB2 source 17.8.11.2
set routing-instances RI-VPN1 protocols mvpn family inet autodiscovery-only intra-as inclusive
set routing-instances RI-VPN1 protocols pim mvpn family inet autodiscovery inet-mdt
set routing-instances RI-VPN1 protocols pim interface lt-0/0/10.1 mode sparse
set routing-instances RI-VPN1 protocols pim interface ge-0/0/2.0 mode sparse
set routing-instances RI-VPN1 protocols pim interface lo0.11 mode sparse
set routing-instances RI-VPN1 protocols pim interface ge-0/0/3.0 mode sparse
set routing-instances RI-VPN1 interface ge-0/0/2.0
set routing-instances RI-VPN1 interface ge-0/0/3.0
set routing-instances RI-VPN1 interface lt-0/0/10.1
set routing-instances RI-VPN1 interface lo0.11
set routing-instances RI-VPN1 route-distinguisher 12302:1
set routing-instances RI-VPN1 vrf-import VRF-VPN1-IMPORT
set routing-instances RI-VPN1 vrf-export VRF-VPN1-EXPORT
set routing-instances RI-VPN1 vrf-table-label
set routing-instances RI-VPN1 provider-tunnel pim-ssm group-address 239.0.0.3
### because the provider-tunnel group address is not from the SSM range (232/8), then the following must be added: 

root@PE6> show configuration routing-options multicast | display set 
set routing-options multicast ssm-groups 239.0.0.3/32

root@PE6> show configuration | display set | match VRF-VPN1-EXPORT 
set policy-options policy-statement VRF-VPN1-EXPORT term EXPORT then community add RT-VPN1
set policy-options policy-statement VRF-VPN1-EXPORT term EXPORT then accept
set routing-instances RI-VPN1 vrf-export VRF-VPN1-EXPORT

Show commands:

root@PE3> show pim join 
Instance: PIM.master Family: INET
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

Group: 239.0.0.3
    Source: 17.0.0.3
    Flags: sparse,spt
    Upstream interface: Local                 

Group: 239.0.0.3
    Source: 17.0.0.6
    Flags: sparse,spt
    Upstream interface: ge-0/0/1.0            

Instance: PIM.master Family: INET6
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

root@PE3> show pim join instance RI-VPN1 
Instance: PIM.RI-VPN1 Family: INET
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

Group: 232.1.1.1
    Source: 17.8.11.2
    Flags: sparse,spt
    Upstream interface: lt-0/0/10.1           

Group: 239.1.1.1
    Source: 17.8.11.2
    Flags: sparse
    Upstream interface: lt-0/0/10.1           

Instance: PIM.RI-VPN1 Family: INET6
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

root@PE3> show pim interfaces               

Stat = Status, V = Version, NbrCnt = Neighbor Count,
S = Sparse, D = Dense, B = Bidirectional,
DR = Designated Router, DDR = Dual DR, DistDR = Distributed DR,
P2P = Point-to-point link, P2MP = Point-to-Multipoint,
Active = Bidirectional is active, NotCap = Not Bidirectional Capable

Name               Stat Mode IP V State        NbrCnt JoinCnt(sg/*g) DR address
ge-0/0/1.0         Up   S     4 2 NotDR,NotCap      1 1/0            17.8.1.2
lo0.0              Up   S     4 2 DR,NotCap         0 0/0            128.49.112.173
lt-0/0/10.11       Up   S     4 2 DR,NotCap         0 0/0            17.33.0.1
ge-0/0/1.0         Up   S     6 2 DR,NotCap         1 0/0            fe80::5604:5ff:fe00:3e82
lo0.0              Up   S     6 2 DR,NotCap         0 0/0            fe80::5604:a0f:fc31:70ad

root@PE3> show pim interfaces instance RI-VPN1 

Stat = Status, V = Version, NbrCnt = Neighbor Count,
S = Sparse, D = Dense, B = Bidirectional,
DR = Designated Router, DDR = Dual DR, DistDR = Distributed DR,
P2P = Point-to-point link, P2MP = Point-to-Multipoint,
Active = Bidirectional is active, NotCap = Not Bidirectional Capable

Name               Stat Mode IP V State        NbrCnt JoinCnt(sg/*g) DR address
ge-0/0/3.0         Up   S     4 2 DR,NotCap         0 0/0            17.8.19.1
lo0.11             Up   S     4 2 DR,NotCap         0 0/0            1.33.1.1
lsi.0              Up   SD    4 2 P2P,NotCap        0 0/0
lt-0/0/10.1        Up   S     4 2 NotDR,NotCap      1 2/0            11.33.1.2
mt-0/0/10.1081344  Up   SD    4 2 P2P,NotCap        0 0/0
mt-0/0/10.32768    Up   SD    4 2 P2P,NotCap        1 0/0
ge-0/0/3.0         Up   S     6 2 DR,NotCap         0 0/0            fe80::5604:5ff:fe00:18f6
lsi.0              Up   SD    6 2 P2P,NotCap        0 0/0

root@PE3> show interfaces mt-0/0/10.32768 
  Logical interface mt-0/0/10.32768 (Index 370) (SNMP ifIndex 594)
    Flags: Up Point-To-Point SNMP-Traps 0x4000 IP-Header 239.0.0.3:17.0.0.3:47:df:64:0000000800000000 Encapsulation: GRE-NULL
    Input packets : 0
    Output packets: 26585
    Protocol inet, MTU: 1476
    Max nh cache: 0, New hold nh limit: 0, Curr nh cnt: 0, Curr new hold cnt: 0, NH drop cnt: 0
      Flags: None
    Protocol inet6, MTU: 1476
    Max nh cache: 0, New hold nh limit: 0, Curr nh cnt: 0, Curr new hold cnt: 0, NH drop cnt: 0
      Flags: None

root@PE3> show multicast route    
Instance: master Family: INET

Group: 239.0.0.3
    Source: 17.0.0.3/32
    Upstream interface: local
    Downstream interface list: 
        ge-0/0/1.0
    

Group: 239.0.0.3
    Source: 17.0.0.6/32
    Upstream interface: ge-0/0/1.0
    Downstream interface list: 
        mt-0/0/10.1081344
    

Instance: master Family: INET6

root@PE3> show multicast route instance RI-VPN1    
Instance: RI-VPN1 Family: INET

Group: 232.1.1.1
    Source: 17.8.11.2/32
    Upstream interface: lt-0/0/10.1
    Downstream interface list: 
        mt-0/0/10.32768
    

Group: 239.1.1.1
    Source: 17.8.11.2/32
    Upstream interface: lt-0/0/10.1
    Downstream interface list: 
        mt-0/0/10.32768
    

Instance: RI-VPN1 Family: INET6

root@PE3> show route table inet.1              

inet.1: 6 destinations, 6 routes (6 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

224.0.0.0/4        *[Multicast/180] 5d 06:36:26
                       MultiResolve
224.0.0.0/24       *[Multicast/180] 5d 06:36:26
                       MultiDiscard
232.0.0.0/8        *[Multicast/180] 5d 06:36:26
                       MultiResolve
239.0.0.3/32       *[Multicast/180] 00:37:09
                       MultiResolve
239.0.0.3,17.0.0.3/64*[PIM/105] 00:36:49
                       Multicast (IPv4) Composite
239.0.0.3,17.0.0.6/64*[PIM/105] 00:36:49
                       Multicast (IPv4) Composite

root@PE3> show route table RI-VPN1.inet.1    

RI-VPN1.inet.1: 4 destinations, 4 routes (4 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

224.0.0.0/4        *[Multicast/180] 00:41:15
                       MultiResolve
224.0.0.0/24       *[Multicast/180] 00:41:15
                       MultiDiscard
232.0.0.0/8        *[Multicast/180] 00:41:15
                       MultiResolve
232.1.1.1,17.8.11.2/64*[PIM/105] 00:40:45
                       Multicast (IPv4) Composite


=============================================================================

root@P1> show pim join         
Instance: PIM.master Family: INET
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

Group: 239.0.0.3
    Source: 17.0.0.3
    Flags: sparse,spt
    Upstream interface: ge-0/0/2.0            

Group: 239.0.0.3
    Source: 17.0.0.6
    Flags: sparse,spt
    Upstream interface: ge-0/0/1.0            

Instance: PIM.master Family: INET6
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

root@P1> show pim interfaces 

Stat = Status, V = Version, NbrCnt = Neighbor Count,
S = Sparse, D = Dense, B = Bidirectional,
DR = Designated Router, DDR = Dual DR, DistDR = Distributed DR,
P2P = Point-to-point link, P2MP = Point-to-Multipoint,
Active = Bidirectional is active, NotCap = Not Bidirectional Capable

Name               Stat Mode IP V State        NbrCnt JoinCnt(sg/*g) DR address
ge-0/0/1.0         Up   S     4 2 NotDR,NotCap      1 1/0            17.8.0.2
ge-0/0/2.0         Up   S     4 2 DR,NotCap         1 1/0            17.8.1.2
ge-0/0/3.0         Up   S     4 2 DR,NotCap         1 0/0            17.8.2.2
ge-0/0/4.0         Up   S     4 2 DR,NotCap         0 0/0            17.8.6.2
ge-0/0/5.0         Up   S     4 2 DR,NotCap         1 0/0            17.8.8.2
ge-0/0/1.0         Up   S     6 2 NotDR,NotCap      1 0/0            fe80::5604:5ff:fe00:4bfa
ge-0/0/2.0         Up   S     6 2 NotDR,NotCap      1 0/0            fe80::5604:5ff:fe00:3e82
ge-0/0/3.0         Up   S     6 2 NotDR,NotCap      1 0/0            fe80::5604:5ff:fe00:64ed
ge-0/0/4.0         Up   S     6 2 DR,NotCap         0 0/0            fe80::5604:5ff:fe00:5e7d
ge-0/0/5.0         Up   S     6 2 DR,NotCap         1 0/0            fe80::5604:5ff:fe00:5e4e

root@P1> show multicast route    
Instance: master Family: INET

Group: 239.0.0.3
    Source: 17.0.0.3/32
    Upstream interface: ge-0/0/2.0
    Downstream interface list: 
        ge-0/0/1.0
    

Group: 239.0.0.3
    Source: 17.0.0.6/32
    Upstream interface: ge-0/0/1.0
    Downstream interface list: 
        ge-0/0/2.0
    

Instance: master Family: INET6

root@P1> show route table inet.1    

inet.1: 5 destinations, 5 routes (5 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

224.0.0.0/4        *[Multicast/180] 5d 06:37:12
                       MultiResolve
224.0.0.0/24       *[Multicast/180] 5d 06:37:12
                       MultiDiscard
232.0.0.0/8        *[Multicast/180] 5d 06:37:12
                       MultiResolve
239.0.0.3,17.0.0.3/64*[PIM/105] 00:37:25
                       Multicast (IPv4) Composite
239.0.0.3,17.0.0.6/64*[PIM/105] 00:37:25
                       Multicast (IPv4) Composite

=============================================================================

root@PE6> show pim join               
Instance: PIM.master Family: INET
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

Group: 239.0.0.3
    Source: 17.0.0.3
    Flags: sparse,spt
    Upstream interface: ge-0/0/1.0            

Group: 239.0.0.3
    Source: 17.0.0.6
    Flags: sparse,spt
    Upstream interface: Local                 

Instance: PIM.master Family: INET6
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

root@PE6> show pim join instance RI-VPN1 
Instance: PIM.RI-VPN1 Family: INET
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

Group: 232.1.1.1
    Source: 17.8.11.2
    Flags: sparse,spt
    Upstream interface: mt-0/0/10.32768       

Group: 239.1.1.1
    Source: 17.8.11.2
    Flags: sparse
    Upstream interface: mt-0/0/10.32768       

Instance: PIM.RI-VPN1 Family: INET6
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

root@PE6> show pim interfaces               

Stat = Status, V = Version, NbrCnt = Neighbor Count,
S = Sparse, D = Dense, B = Bidirectional,
DR = Designated Router, DDR = Dual DR, DistDR = Distributed DR,
P2P = Point-to-point link, P2MP = Point-to-Multipoint,
Active = Bidirectional is active, NotCap = Not Bidirectional Capable

Name               Stat Mode IP V State        NbrCnt JoinCnt(sg/*g) DR address
ge-0/0/1.0         Up   S     4 2 NotDR,NotCap      1 1/0            17.8.5.2
lo0.0              Up   S     4 2 DR,NotCap         0 0/0            128.49.104.116
ge-0/0/1.0         Up   S     6 2 NotDR,NotCap      1 0/0            fe80::5604:5ff:fe00:6971
lo0.0              Up   S     6 2 DR,NotCap         0 0/0            fe80::5604:a0f:fc31:6874

root@PE6> show pim interfaces instance RI-VPN1 

Stat = Status, V = Version, NbrCnt = Neighbor Count,
S = Sparse, D = Dense, B = Bidirectional,
DR = Designated Router, DDR = Dual DR, DistDR = Distributed DR,
P2P = Point-to-point link, P2MP = Point-to-Multipoint,
Active = Bidirectional is active, NotCap = Not Bidirectional Capable

Name               Stat Mode IP V State        NbrCnt JoinCnt(sg/*g) DR address
ge-0/0/2.0         Up   S     4 2 DR,NotCap         0 0/0            17.8.14.1
ge-0/0/3.0         Up   S     4 2 DR,NotCap         0 0/0            17.8.22.1
lo0.11             Up   S     4 2 DR,NotCap         0 0/0            1.88.1.1
lsi.0              Up   SD    4 2 P2P,NotCap        0 0/0
lt-0/0/10.1        Up   S     4 2 DR,NotCap         0 0/0            10.66.1.1
mt-0/0/10.1081344  Up   SD    4 2 P2P,NotCap        0 0/0
mt-0/0/10.32768    Up   SD    4 2 P2P,NotCap        1 2/0
ge-0/0/2.0         Up   S     6 2 DR,NotCap         0 0/0            fe80::5604:5ff:fe00:70b3
ge-0/0/3.0         Up   S     6 2 DR,NotCap         0 0/0            fe80::5604:5ff:fe00:742e
lsi.0              Up   SD    6 2 P2P,NotCap        0 0/0

root@PE6> show interfaces mt-0/0/10.32768      
  Logical interface mt-0/0/10.32768 (Index 367) (SNMP ifIndex 592)
    Flags: Up Point-To-Point SNMP-Traps 0x4000 IP-Header 239.0.0.3:17.0.0.6:47:df:64:0000000800000000 Encapsulation: GRE-NULL
    Input packets : 0
    Output packets: 23397
    Protocol inet, MTU: 1476
    Max nh cache: 0, New hold nh limit: 0, Curr nh cnt: 0, Curr new hold cnt: 0, NH drop cnt: 0
      Flags: None
    Protocol inet6, MTU: 1476
    Max nh cache: 0, New hold nh limit: 0, Curr nh cnt: 0, Curr new hold cnt: 0, NH drop cnt: 0
      Flags: None

root@PE6> show multicast route 
Instance: master Family: INET

Group: 239.0.0.3
    Source: 17.0.0.3/32
    Upstream interface: ge-0/0/1.0
    Downstream interface list: 
        mt-0/0/10.1081344
    

Group: 239.0.0.3
    Source: 17.0.0.6/32
    Upstream interface: local
    Downstream interface list: 
        ge-0/0/1.0
    

Instance: master Family: INET6

root@PE6> show multicast route instance RI-VPN1 
Instance: RI-VPN1 Family: INET

Group: 232.1.1.1
    Source: 17.8.11.2/32
    Upstream interface: mt-0/0/10.1081344
    Downstream interface list: 
        ge-0/0/3.0
    

Group: 239.1.1.1
    Source: 17.8.11.2/32
    Upstream interface: mt-0/0/10.1081344
    Downstream interface list: 
        ge-0/0/3.0
    

Instance: RI-VPN1 Family: INET6

root@PE6> show route table inet.1                  

inet.1: 6 destinations, 6 routes (6 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

224.0.0.0/4        *[Multicast/180] 5d 06:38:57
                       MultiResolve
224.0.0.0/24       *[Multicast/180] 5d 06:38:57
                       MultiDiscard
232.0.0.0/8        *[Multicast/180] 3d 23:39:57
                       MultiResolve
239.0.0.3/32       *[Multicast/180] 00:38:23
                       MultiResolve
239.0.0.3,17.0.0.3/64*[PIM/105] 00:38:20
                       Multicast (IPv4) Composite
239.0.0.3,17.0.0.6/64*[PIM/105] 00:38:20
                       Multicast (IPv4) Composite

root@PE6> show route table RI-VPN1.inet.1              

RI-VPN1.inet.1: 3 destinations, 3 routes (3 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

224.0.0.0/4        *[Multicast/180] 00:40:35
                       MultiResolve
224.0.0.0/24       *[Multicast/180] 00:40:35
                       MultiDiscard
232.1.1.1,17.8.11.2/64*[PIM/105] 00:36:40
                       Multicast (IPv4) Composite

root@PE6> show route receive-protocol bgp 17.0.0.3 table RI-VPN1.mdt.0 extensive 

RI-VPN1.mdt.0: 2 destinations, 2 routes (2 active, 0 holddown, 0 hidden)
* 1:12302:1:17.0.0.3:239.0.0.3/144 (1 entry, 1 announced)
     Import Accepted
     Nexthop: 17.0.0.3
     Localpref: 100
     AS path: I 
     Communities: target:12302:1

root@PE6> show route advertising-protocol bgp 17.0.0.3 table RI-VPN1.mdt.0 extensive

RI-VPN1.mdt.0: 2 destinations, 2 routes (2 active, 0 holddown, 0 hidden)
* 1:12302:1:17.0.0.6:239.0.0.3/144 (1 entry, 1 announced)
 BGP group GR-iBGP type Internal
     Nexthop: Self
     Flags: Nexthop Change
     Localpref: 100
     AS path: [12302] I 
     Communities: target:12302:1

Extended show commands:
root@PE3> show pim join extensive 
Instance: PIM.master Family: INET
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

Group: 239.0.0.3
    Source: 17.0.0.3
    Flags: sparse,spt
    Upstream interface: Local                 
    Upstream neighbor: Local
    Upstream state: Local Source
    Keepalive timeout: 329
    Uptime: 1d 00:54:00 
    Downstream neighbors:
        Interface: ge-0/0/1.0             
            17.8.1.2 State: Join Flags: S Timeout: 162
            Uptime: 00:34:59 Time since last Join: 00:00:47
    Number of downstream interfaces: 1
    Number of downstream neighbors: 1

Group: 239.0.0.3
    Source: 17.0.0.6
    Flags: sparse,spt
    Upstream interface: ge-0/0/1.0            
    Upstream neighbor: 17.8.1.2
    Upstream state: Join to Source
    Keepalive timeout: 329
    Uptime: 00:34:59 
    Downstream neighbors:
        Interface: mt-0/0/10.1081344      
            1.33.1.1 State: Join Flags: S   Timeout: Infinity
            Uptime: 00:34:59 Time since last Join: 00:34:59
    Number of downstream interfaces: 1
    Number of downstream neighbors: 1

Instance: PIM.master Family: INET6
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

root@PE3> show pim join extensive instance RI-VPN1 
Instance: PIM.RI-VPN1 Family: INET
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

Group: 232.1.1.1
    Source: 17.8.11.2
    Flags: sparse,spt
    Upstream interface: lt-0/0/10.1           
    Upstream neighbor: 11.33.1.2
    Upstream state: Join to Source
    Keepalive timeout: 145
    Uptime: 00:34:53 
    Downstream neighbors:
        Interface: mt-0/0/10.32768        
            1.88.1.1 State: Join Flags: S Timeout: 157
            Uptime: 00:34:53 Time since last Join: 00:00:53
    Number of downstream interfaces: 1
    Number of downstream neighbors: 1

Group: 239.1.1.1
    Source: 17.8.11.2
    Flags: sparse,spt
    Upstream interface: lt-0/0/10.1           
    Upstream neighbor: 11.33.1.2
    Upstream state: Join to Source
    Keepalive timeout: 145
    Uptime: 00:34:53 
    Downstream neighbors:
        Interface: mt-0/0/10.32768        
            1.88.1.1 State: Join Flags: S Timeout: 157
            Uptime: 00:34:53 Time since last Join: 00:00:53
    Number of downstream interfaces: 1
    Number of downstream neighbors: 1

Instance: PIM.RI-VPN1 Family: INET6
R = Rendezvous Point Tree, S = Sparse, W = Wildcard


root@PE3> show interfaces mt-0/0/10.32768 extensive 
  Logical interface mt-0/0/10.32768 (Index 370) (SNMP ifIndex 594) (Generation 179)
    Flags: Up Point-To-Point SNMP-Traps 0x4000 IP-Header 239.0.0.3:17.0.0.3:47:df:64:0000000800000000 Encapsulation: GRE-NULL
    Traffic statistics:
     Input  bytes  :                    0
     Output bytes  :              2459110
     Input  packets:                    0
     Output packets:                26604
     IPv6 transit statistics:
     Input  bytes  :                    0
     Output bytes  :                    0
     Input  packets:                    0
     Output packets:                    0
    Local statistics:
     Input  bytes  :                    0
     Output bytes  :              1570474
     Input  packets:                    0
     Output packets:                16025
    Transit statistics:
     Input  bytes  :                    0                    0 bps
     Output bytes  :               888636                    0 bps
     Input  packets:                    0                    0 pps
     Output packets:                10579                    0 pps
     IPv6 transit statistics:
      Input  bytes  :                   0                    0 bps
      Output bytes  :                   0                    0 bps
      Input  packets:                   0                    0 pps
      Output packets:                   0                    0 pps
    Protocol inet, MTU: 1476
    Max nh cache: 0, New hold nh limit: 0, Curr nh cnt: 0, Curr new hold cnt: 0, NH drop cnt: 0
    Generation: 179, Route table: 8
      Flags: None
    Protocol inet6, MTU: 1476
    Max nh cache: 0, New hold nh limit: 0, Curr nh cnt: 0, Curr new hold cnt: 0, NH drop cnt: 0
    Generation: 211, Route table: 8
      Flags: None

root@PE3> show multicast route extensive 
Instance: master Family: INET

Group: 239.0.0.3
    Source: 17.0.0.3/32
    Upstream interface: local
    Downstream interface list: 
        ge-0/0/1.0
    Number of outgoing interfaces: 1
    Session description: Organisational Local Scope
    Statistics: 0 kBps, 0 pps, 122 packets
    Next-hop ID: 1048590
    Upstream protocol: PIM
    Route state: Active
    Forwarding state: Forwarding
    Cache lifetime/timeout: forever
    Wrong incoming interface notifications: 0
    Uptime: 1d 00:54:50

Group: 239.0.0.3
    Source: 17.0.0.6/32
    Upstream interface: ge-0/0/1.0
    Downstream interface list: 
        mt-0/0/10.1081344
    Number of outgoing interfaces: 1
    Session description: Organisational Local Scope
    Statistics: 0 kBps, 0 pps, 114 packets
    Next-hop ID: 1048588
    Upstream protocol: PIM
    Route state: Active
    Forwarding state: Forwarding
    Cache lifetime/timeout: forever
    Wrong incoming interface notifications: 0
    Uptime: 00:35:49

Instance: master Family: INET6

root@PE3> show multicast route instance RI-VPN1 extensive 
Instance: RI-VPN1 Family: INET

Group: 232.1.1.1
    Source: 17.8.11.2/32
    Upstream interface: lt-0/0/10.1
    Downstream interface list: 
        mt-0/0/10.32768
    Number of outgoing interfaces: 1
    Session description: Source specific multicast
    Statistics: 0 kBps, 0 pps, 8 packets
    Next-hop ID: 1048591
    Upstream protocol: PIM
    Route state: Active
    Forwarding state: Forwarding
    Cache lifetime/timeout: forever
    Wrong incoming interface notifications: 0
    Uptime: 00:35:48

Group: 239.1.1.1
    Source: 17.8.11.2/32
    Upstream interface: lt-0/0/10.1
    Downstream interface list: 
        mt-0/0/10.32768
    Number of outgoing interfaces: 1
    Session description: Organisational Local Scope
    Statistics: 0 kBps, 0 pps, 2 packets
    Next-hop ID: 1048591
    Upstream protocol: PIM
    Route state: Active
    Forwarding state: Forwarding
    Cache lifetime/timeout: 90 seconds
    Wrong incoming interface notifications: 0
    Uptime: 00:05:15

Instance: RI-VPN1 Family: INET6

root@PE3> show route table inet.1 extensive 

inet.1: 6 destinations, 6 routes (6 active, 0 holddown, 0 hidden)
224.0.0.0/4 (1 entry, 1 announced)
TSI:
KRT in-kernel 224.0.0.0/4 -> {}
        *Multicast Preference: 180
                Next hop type: MultiResolve, Next hop index: 0
                Address: 0x7bbd774
                Next-hop reference count: 18, key opaque handle: 0x0, non-key opaque handle: 0x0
                Kernel Table Id: 0
                State: <Active Int LookupHidden>
                Age: 5d 6:36:02 
                Validation State: unverified 
                Task: MC
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

224.0.0.0/24 (1 entry, 1 announced)
TSI:
KRT in-kernel 224.0.0.0/24 -> {}
        *Multicast Preference: 180
                Next hop type: MultiDiscard, Next hop index: 0
                Address: 0x7bbd7e4
                Next-hop reference count: 8, key opaque handle: 0x0, non-key opaque handle: 0x0
                Kernel Table Id: 0
                State: <Active Int LookupHidden>
                Age: 5d 6:36:02 
                Validation State: unverified 
                Task: MC
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

232.0.0.0/8 (1 entry, 1 announced)
TSI:
KRT in-kernel 232.0.0.0/8 -> {}
        *Multicast Preference: 180
                Next hop type: MultiResolve, Next hop index: 0
                Address: 0x7bbd774
                Next-hop reference count: 18, key opaque handle: 0x0, non-key opaque handle: 0x0
                Kernel Table Id: 0
                State: <Active Int LookupHidden>
                Age: 5d 6:36:02 
                Validation State: unverified 
                Task: MC
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main      

239.0.0.3/32 (1 entry, 1 announced)
TSI:
KRT in-kernel 239.0.0.3/32 -> {}
        *Multicast Preference: 180
                Next hop type: MultiResolve, Next hop index: 0
                Address: 0x7bbd774
                Next-hop reference count: 18, key opaque handle: 0x0, non-key opaque handle: 0x0
                Kernel Table Id: 0
                State: <Active Int LookupHidden>
                Age: 36:45 
                Validation State: unverified 
                Task: MC
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

239.0.0.3, 17.0.0.3/64 (1 entry, 1 announced)
TSI:
KRT in-kernel 239.0.0.3, 17.0.0.3/64 -> {[1048590]}
        *PIM    Preference: 105
                Next hop type: Multicast (IPv4) Composite, Next hop index: 1048590
                Address: 0x766f784
                Next-hop reference count: 2, key opaque handle: 0x0, non-key opaque handle: 0x1
                Kernel Table Id: 0
                State: <Active Int>
                Local AS: 12302 
                Age: 36:25 
                Validation State: unverified 
                Task: PIM.master
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

239.0.0.3, 17.0.0.6/64 (1 entry, 1 announced)
TSI:
KRT in-kernel 239.0.0.3, 17.0.0.6/64 -> {[1048588]}
 multicast ifl: ge-0/0/1.0
        *PIM    Preference: 105
                Next hop type: Multicast (IPv4) Composite, Next hop index: 1048588
                Address: 0x7668584
                Next-hop reference count: 2, key opaque handle: 0x0, non-key opaque handle: 0x1
                Kernel Table Id: 0
                State: <Active Int>
                Local AS: 12302 
                Age: 36:25 
                Validation State: unverified 
                Task: PIM.master        
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

root@PE3> show route receive-protocol bgp 17.0.0.6 table RI-VPN1.mdt.0 extensive   

RI-VPN1.mdt.0: 2 destinations, 2 routes (2 active, 0 holddown, 0 hidden)
* 1:12302:1:17.0.0.6:239.0.0.3/144 (1 entry, 1 announced)
     Import Accepted
     Nexthop: 17.0.0.6
     Localpref: 100
     AS path: I 
     Communities: target:12302:1

root@PE3> show route advertising-protocol bgp 17.0.0.6 table RI-VPN1.mdt.0 extensive   

RI-VPN1.mdt.0: 2 destinations, 2 routes (2 active, 0 holddown, 0 hidden)
* 1:12302:1:17.0.0.3:239.0.0.3/144 (1 entry, 1 announced)
 BGP group GR-iBGP type Internal
     Nexthop: Self
     Flags: Nexthop Change
     Localpref: 100
     AS path: [12302] I 
     Communities: target:12302:1

=============================================================================

root@P1> show pim join extensive 
Instance: PIM.master Family: INET
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

Group: 239.0.0.3
    Source: 17.0.0.3
    Flags: sparse,spt
    Upstream interface: ge-0/0/2.0            
    Upstream neighbor: 17.8.1.1
    Upstream state: Join to Source
    Keepalive timeout: 345
    Uptime: 00:41:44 
    Downstream neighbors:
        Interface: ge-0/0/1.0             
            17.8.0.2 State: Join Flags: S Timeout: 177
            Uptime: 00:41:44 Time since last Join: 00:00:32
    Number of downstream interfaces: 1
    Number of downstream neighbors: 1

Group: 239.0.0.3
    Source: 17.0.0.6
    Flags: sparse,spt
    Upstream interface: ge-0/0/1.0            
    Upstream neighbor: 17.8.0.2
    Upstream state: Join to Source
    Keepalive timeout: 345
    Uptime: 00:41:44 
    Downstream neighbors:
        Interface: ge-0/0/2.0             
            17.8.1.1 State: Join Flags: S Timeout: 165
            Uptime: 00:41:44 Time since last Join: 00:00:44
    Number of downstream interfaces: 1
    Number of downstream neighbors: 1

Instance: PIM.master Family: INET6
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

root@PE6> show interfaces mt-0/0/10.32768 extensive 
  Logical interface mt-0/0/10.32768 (Index 367) (SNMP ifIndex 592) (Generation 176)
    Flags: Up Point-To-Point SNMP-Traps 0x4000 IP-Header 239.0.0.3:17.0.0.6:47:df:64:0000000800000000 Encapsulation: GRE-NULL
    Traffic statistics:
     Input  bytes  :                    0
     Output bytes  :              2266350
     Input  packets:                    0
     Output packets:                23443
     IPv6 transit statistics:
     Input  bytes  :                    0
     Output bytes  :                    0
     Input  packets:                    0
     Output packets:                    0
    Local statistics:
     Input  bytes  :                    0
     Output bytes  :              2266350
     Input  packets:                    0
     Output packets:                23443
    Transit statistics:
     Input  bytes  :                    0                    0 bps
     Output bytes  :                    0                    0 bps
     Input  packets:                    0                    0 pps
     Output packets:                    0                    0 pps
     IPv6 transit statistics:
      Input  bytes  :                   0                    0 bps
      Output bytes  :                   0                    0 bps
      Input  packets:                   0                    0 pps
      Output packets:                   0                    0 pps
    Protocol inet, MTU: 1476
    Max nh cache: 0, New hold nh limit: 0, Curr nh cnt: 0, Curr new hold cnt: 0, NH drop cnt: 0
    Generation: 178, Route table: 8
      Flags: None
    Protocol inet6, MTU: 1476
    Max nh cache: 0, New hold nh limit: 0, Curr nh cnt: 0, Curr new hold cnt: 0, NH drop cnt: 0
    Generation: 199, Route table: 8
      Flags: None

root@P1> show multicast route extensive 
Instance: master Family: INET

Group: 239.0.0.3
    Source: 17.0.0.3/32
    Upstream interface: ge-0/0/2.0
    Downstream interface list: 
        ge-0/0/1.0
    Number of outgoing interfaces: 1
    Session description: Organisational Local Scope
    Statistics: 0 kBps, 0 pps, 111 packets
    Next-hop ID: 1048579
    Upstream protocol: PIM
    Route state: Active
    Forwarding state: Forwarding
    Cache lifetime/timeout: 339 seconds
    Wrong incoming interface notifications: 0
    Uptime: 00:41:40

Group: 239.0.0.3
    Source: 17.0.0.6/32
    Upstream interface: ge-0/0/1.0
    Downstream interface list: 
        ge-0/0/2.0
    Number of outgoing interfaces: 1
    Session description: Organisational Local Scope
    Statistics: 0 kBps, 0 pps, 133 packets
    Next-hop ID: 1048581
    Upstream protocol: PIM
    Route state: Active
    Forwarding state: Forwarding
    Cache lifetime/timeout: 360 seconds
    Wrong incoming interface notifications: 0
    Uptime: 00:41:40

Instance: master Family: INET6

root@P1> show route table inet.1 extensive 

inet.1: 5 destinations, 5 routes (5 active, 0 holddown, 0 hidden)
224.0.0.0/4 (1 entry, 1 announced)
TSI:
KRT in-kernel 224.0.0.0/4 -> {}
        *Multicast Preference: 180
                Next hop type: MultiResolve, Next hop index: 0
                Address: 0x7bbd774
                Next-hop reference count: 8, key opaque handle: 0x0, non-key opaque handle: 0x0
                Kernel Table Id: 0
                State: <Active Int LookupHidden>
                Age: 5d 6:42:02 
                Validation State: unverified 
                Task: MC
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

224.0.0.0/24 (1 entry, 1 announced)
TSI:
KRT in-kernel 224.0.0.0/24 -> {}
        *Multicast Preference: 180
                Next hop type: MultiDiscard, Next hop index: 0
                Address: 0x7bbd7e4
                Next-hop reference count: 4, key opaque handle: 0x0, non-key opaque handle: 0x0
                Kernel Table Id: 0
                State: <Active Int LookupHidden>
                Age: 5d 6:42:02 
                Validation State: unverified 
                Task: MC
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

232.0.0.0/8 (1 entry, 1 announced)
TSI:
KRT in-kernel 232.0.0.0/8 -> {}
        *Multicast Preference: 180
                Next hop type: MultiResolve, Next hop index: 0
                Address: 0x7bbd774
                Next-hop reference count: 8, key opaque handle: 0x0, non-key opaque handle: 0x0
                Kernel Table Id: 0
                State: <Active Int LookupHidden>
                Age: 5d 6:42:02 
                Validation State: unverified 
                Task: MC
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main      

239.0.0.3, 17.0.0.3/64 (1 entry, 1 announced)
TSI:
KRT in-kernel 239.0.0.3, 17.0.0.3/64 -> {[1048579]}
 multicast ifl: ge-0/0/2.0
        *PIM    Preference: 105
                Next hop type: Multicast (IPv4) Composite, Next hop index: 1048579
                Address: 0x7668404
                Next-hop reference count: 2, key opaque handle: 0x0, non-key opaque handle: 0x1
                Kernel Table Id: 0
                State: <Active Int Ext>
                Age: 42:15 
                Validation State: unverified 
                Task: PIM.master
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

239.0.0.3, 17.0.0.6/64 (1 entry, 1 announced)
TSI:
KRT in-kernel 239.0.0.3, 17.0.0.6/64 -> {[1048581]}
 multicast ifl: ge-0/0/1.0
        *PIM    Preference: 105
                Next hop type: Multicast (IPv4) Composite, Next hop index: 1048581
                Address: 0x7668d04
                Next-hop reference count: 2, key opaque handle: 0x0, non-key opaque handle: 0x1
                Kernel Table Id: 0
                State: <Active Int Ext>
                Age: 42:15 
                Validation State: unverified 
                Task: PIM.master
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

=============================================================================

root@PE6> show pim join extensive 
Instance: PIM.master Family: INET
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

Group: 239.0.0.3
    Source: 17.0.0.3
    Flags: sparse,spt
    Upstream interface: ge-0/0/1.0            
    Upstream neighbor: 17.8.5.2
    Upstream state: Join to Source
    Keepalive timeout: 314
    Uptime: 00:39:14 
    Downstream neighbors:
        Interface: mt-0/0/10.1081344      
            1.88.1.1 State: Join Flags: S   Timeout: Infinity
            Uptime: 00:39:14 Time since last Join: 00:39:14
    Number of downstream interfaces: 1
    Number of downstream neighbors: 1

Group: 239.0.0.3
    Source: 17.0.0.6
    Flags: sparse,spt
    Upstream interface: Local                 
    Upstream neighbor: Local
    Upstream state: Local Source
    Keepalive timeout: 314
    Uptime: 1d 00:58:06 
    Downstream neighbors:
        Interface: ge-0/0/1.0             
            17.8.5.2 State: Join Flags: S Timeout: 171
            Uptime: 00:39:14 Time since last Join: 00:00:38
    Number of downstream interfaces: 1
    Number of downstream neighbors: 1

Instance: PIM.master Family: INET6
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

root@PE6> show pim join extensive instance RI-VPN1 
Instance: PIM.RI-VPN1 Family: INET
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

Group: 232.1.1.1
    Source: 17.8.11.2
    Flags: sparse,spt
    Upstream interface: mt-0/0/10.32768       
    Upstream neighbor: 1.33.1.1
    Upstream state: Join to Source
    Keepalive timeout: 0
    Uptime: 00:39:22 
    Downstream neighbors:
        Interface: ge-0/0/3.0             
            17.8.22.1 State: Join Flags: S   Timeout: Infinity
            Uptime: 00:39:22 Time since last Join: 00:39:22
    Number of downstream interfaces: 1
    Number of downstream neighbors: 1

Group: 239.1.1.1
    Source: 17.8.11.2
    Flags: sparse
    Upstream interface: mt-0/0/10.32768       
    Upstream neighbor: 1.33.1.1
    Upstream state: Join to Source
    Keepalive timeout: 
    Uptime: 00:39:22 
    Downstream neighbors:
        Interface: ge-0/0/3.0             
            17.8.22.1 State: Join Flags: S   Timeout: Infinity
            Uptime: 00:39:22 Time since last Join: 00:39:22
    Number of downstream interfaces: 1
    Number of downstream neighbors: 1

Instance: PIM.RI-VPN1 Family: INET6
R = Rendezvous Point Tree, S = Sparse, W = Wildcard

root@PE6> show multicast route extensive 
Instance: master Family: INET

Group: 239.0.0.3
    Source: 17.0.0.3/32
    Upstream interface: ge-0/0/1.0
    Downstream interface list: 
        mt-0/0/10.1081344
    Number of outgoing interfaces: 1
    Session description: Organisational Local Scope
    Statistics: 0 kBps, 0 pps, 107 packets
    Next-hop ID: 1048594
    Upstream protocol: PIM
    Route state: Active
    Forwarding state: Forwarding
    Cache lifetime/timeout: forever
    Wrong incoming interface notifications: 0
    Uptime: 00:39:31

Group: 239.0.0.3
    Source: 17.0.0.6/32
    Upstream interface: local
    Downstream interface list: 
        ge-0/0/1.0
    Number of outgoing interfaces: 1
    Session description: Organisational Local Scope
    Statistics: 0 kBps, 0 pps, 126 packets
    Next-hop ID: 1048596
    Upstream protocol: PIM
    Route state: Active
    Forwarding state: Forwarding
    Cache lifetime/timeout: forever
    Wrong incoming interface notifications: 0
    Uptime: 1d 00:58:23

Instance: master Family: INET6

root@PE6> show multicast route extensive instance RI-VPN1 
Instance: RI-VPN1 Family: INET

Group: 232.1.1.1
    Source: 17.8.11.2/32
    Upstream interface: mt-0/0/10.1081344
    Downstream interface list: 
        ge-0/0/3.0
    Number of outgoing interfaces: 1
    Session description: Source specific multicast
    Statistics: 0 kBps, 0 pps, 8 packets
    Next-hop ID: 1048598
    Upstream protocol: PIM
    Route state: Active
    Forwarding state: Forwarding
    Cache lifetime/timeout: forever
    Wrong incoming interface notifications: 0
    Uptime: 00:35:44

Instance: RI-VPN1 Family: INET6

root@PE6> show route table inet.1 extensive 

inet.1: 6 destinations, 6 routes (6 active, 0 holddown, 0 hidden)
224.0.0.0/4 (1 entry, 1 announced)
TSI:
KRT in-kernel 224.0.0.0/4 -> {}
        *Multicast Preference: 180
                Next hop type: MultiResolve, Next hop index: 0
                Address: 0x7bbd774
                Next-hop reference count: 14, key opaque handle: 0x0, non-key opaque handle: 0x0
                Kernel Table Id: 0
                State: <Active Int LookupHidden>
                Age: 5d 6:40:24 
                Validation State: unverified 
                Task: MC
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

224.0.0.0/24 (1 entry, 1 announced)
TSI:
KRT in-kernel 224.0.0.0/24 -> {}
        *Multicast Preference: 180
                Next hop type: MultiDiscard, Next hop index: 0
                Address: 0x7bbd7e4
                Next-hop reference count: 8, key opaque handle: 0x0, non-key opaque handle: 0x0
                Kernel Table Id: 0
                State: <Active Int LookupHidden>
                Age: 5d 6:40:24 
                Validation State: unverified 
                Task: MC
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

232.0.0.0/8 (1 entry, 1 announced)
TSI:
KRT in-kernel 232.0.0.0/8 -> {}
        *Multicast Preference: 180
                Next hop type: MultiResolve, Next hop index: 0
                Address: 0x7bbd774
                Next-hop reference count: 14, key opaque handle: 0x0, non-key opaque handle: 0x0
                Kernel Table Id: 0
                State: <Active Int LookupHidden>
                Age: 3d 23:41:24 
                Validation State: unverified 
                Task: MC
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main      

239.0.0.3/32 (1 entry, 1 announced)
TSI:
KRT in-kernel 239.0.0.3/32 -> {}
        *Multicast Preference: 180
                Next hop type: MultiResolve, Next hop index: 0
                Address: 0x7bbd774
                Next-hop reference count: 14, key opaque handle: 0x0, non-key opaque handle: 0x0
                Kernel Table Id: 0
                State: <Active Int LookupHidden>
                Age: 39:50 
                Validation State: unverified 
                Task: MC
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

239.0.0.3, 17.0.0.3/64 (1 entry, 1 announced)
TSI:
KRT in-kernel 239.0.0.3, 17.0.0.3/64 -> {[1048594]}
 multicast ifl: ge-0/0/1.0
        *PIM    Preference: 105
                Next hop type: Multicast (IPv4) Composite, Next hop index: 1048594
                Address: 0x766f904
                Next-hop reference count: 2, key opaque handle: 0x0, non-key opaque handle: 0x1
                Kernel Table Id: 0
                State: <Active Int>
                Local AS: 12302 
                Age: 39:47 
                Validation State: unverified 
                Task: PIM.master
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

239.0.0.3, 17.0.0.6/64 (1 entry, 1 announced)
TSI:
KRT in-kernel 239.0.0.3, 17.0.0.6/64 -> {[1048596]}
        *PIM    Preference: 105
                Next hop type: Multicast (IPv4) Composite, Next hop index: 1048596
                Address: 0x766f9c4
                Next-hop reference count: 2, key opaque handle: 0x0, non-key opaque handle: 0x1
                Kernel Table Id: 0
                State: <Active Int>
                Local AS: 12302 
                Age: 39:47 
                Validation State: unverified 
                Task: PIM.master        
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

root@PE6> show route table RI-VPN1.inet.1 extensive   

RI-VPN1.inet.1: 3 destinations, 3 routes (3 active, 0 holddown, 0 hidden)
224.0.0.0/4 (1 entry, 1 announced)
TSI:
KRT in-kernel 224.0.0.0/4 -> {}
        *Multicast Preference: 180
                Next hop type: MultiResolve, Next hop index: 0
                Address: 0x7bbd774
                Next-hop reference count: 14, key opaque handle: 0x0, non-key opaque handle: 0x0
                Kernel Table Id: 0
                State: <Active Int LookupHidden>
                Age: 40:02 
                Validation State: unverified 
                Task: MC
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

224.0.0.0/24 (1 entry, 1 announced)
TSI:
KRT in-kernel 224.0.0.0/24 -> {}
        *Multicast Preference: 180
                Next hop type: MultiDiscard, Next hop index: 0
                Address: 0x7bbd7e4
                Next-hop reference count: 8, key opaque handle: 0x0, non-key opaque handle: 0x0
                Kernel Table Id: 0
                State: <Active Int LookupHidden>
                Age: 40:02 
                Validation State: unverified 
                Task: MC
                Announcement bits (1): 0-KRT 
                AS path: I 
                Thread: junos-main 

232.1.1.1, 17.8.11.2/64 (1 entry, 1 announced)
TSI:
KRT in-kernel 232.1.1.1, 17.8.11.2/64 -> {[1048598]}
 multicast ifl: mt-0/0/10.1081344
        *PIM    Preference: 105
                Next hop type: Multicast (IPv4) Composite, Next hop index: 1048598
                Address: 0x766f844
                Next-hop reference count: 2, key opaque handle: 0x0, non-key opaque handle: 0x1
                Kernel Table Id: 0
                State: <Active Int Ext>
                Age: 36:07 
                Validation State: unverified 
                Task: PIM.RI-VPN1
                Announcement bits (1): 0-KRT 
                AS path: I              
                Thread: junos-main 

root@PE6> show route receive-protocol bgp 17.0.0.3 table RI-VPN1.mdt.0 extensive 

RI-VPN1.mdt.0: 2 destinations, 2 routes (2 active, 0 holddown, 0 hidden)
* 1:12302:1:17.0.0.3:239.0.0.3/144 (1 entry, 1 announced)
     Import Accepted
     Nexthop: 17.0.0.3
     Localpref: 100
     AS path: I 
     Communities: target:12302:1

root@PE6> show route advertising-protocol bgp 17.0.0.3 table RI-VPN1.mdt.0 extensive

RI-VPN1.mdt.0: 2 destinations, 2 routes (2 active, 0 holddown, 0 hidden)
* 1:12302:1:17.0.0.6:239.0.0.3/144 (1 entry, 1 announced)
 BGP group GR-iBGP type Internal
     Nexthop: Self
     Flags: Nexthop Change
     Localpref: 100
     AS path: [12302] I 
     Communities: target:12302:1