Log in to ask questions, share your expertise, or stay connected to content you value. Don’t have a login? Learn how to become a member.
I am working on juniper SRX configuration where i need to configure multicast static join on an external facing interface and then chnage the group ip address to our internal range and forward that to internallyBelow is the config, is that something that is possible?set protocols igmp interface ge-0/0/4.0 static group 239.8.8.8set security nat static rule-set rs1 from zone EXTERNALset security nat static rule-set rs1 rule r1 match destination-address 239.8.8.8 set security nat static rule-set rs1 rule r1 then static-nat prefix 239.18.18.18/32 firewall policyset security policies from-zone EXTERNAL to-zone INSIDE policy ALL match source-address anyset security policies from-zone EXTERNAL to-zone INSIDE policy ALL match destination-address anyset security policies from-zone EXTERNAL to-zone INSIDE policy ALL match application anyset security policies from-zone EXTERNAL to-zone INSIDE policy ALL then permitpim joinsadmin@SRX1500> show pim joinInstance: PIM.master Family: INETR = Rendezvous Point Tree, S = Sparse, W = WildcardGroup: 239.8.8.8Source: *RP: localFlags: sparse,rptree,wildcardUpstream interface: ge-0/0/6.0Instance: PIM.master Family: INET6R = Rendezvous Point Tree, S = Sparse, W = Wildcardadmin@SRX1500> show igmp group detailInterface: ge-0/0/4.0, Groups: 1Group: 239.8.8.8Group mode: ExcludeSource: 0.0.0.0Source timeout: 0Last reported by: LocalGroup timeout: 0 Type: StaticGroup Adding Type Created at: 2021/5/10 13:51:58Output interface: ge-0/0/4.0I am trying to setup similar scenario that Cisco has (Multicast Reflection service)