Routing

 View Only
last person joined: yesterday 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.

Need assistance on NG-MVPN

  • 1.  Need assistance on NG-MVPN

    Posted 02-14-2022 10:11
    I have the following topology

    I captured the icmp traffic on the CE2 facing PE-2 to see the incoming icmp packets. but CE2 does not reply.
    I have the following configuration in CE2
    set interfaces ge-0/0/1 unit 0 family inet address 10.0.23.1/24
    set interfaces ge-0/0/3 unit 0 family inet address 10.0.22.2/24
    set interfaces lo0 unit 2 family inet address 172.17.20.6/32
    
    set protocols igmp interface ge-0/0/1.0 static group 224.7.7.1
    set protocols igmp interface ge-0/0/1.0 static group 224.8.8.1
    
    
    ​

    The inet.1 is as follows:

    inet.1: 5 destinations, 5 routes (5 active, 0 holddown, 0 hidden)
    + = Active Route, - = Last Active, * = Both
    
    224.0.0.0/4        *[Multicast/180] 04:53:50
                          MultiResolve
    224.0.0.0/24       *[Multicast/180] 04:53:50
                          MultiDiscard
    224.7.7.1,10.0.11.2/64*[PIM/105] 00:00:15
                          Multicast (IPv4) Composite
    224.8.8.1,10.0.11.2/64*[PIM/105] 00:00:10
                          Multicast (IPv4) Composite
    232.0.0.0/8        *[Multicast/180] 04:53:50
                          MultiResolve
    

    Anyone can shed some light on this?  What did I miss here ?

    Anyway to make a MX to simulate multicast receiver ?

    thanks so much !!