Figure 22: Network On Which To Configure Pim Ssm - Juniper JUNOSE 11.0.X MULTICAST ROUTING Configuration Manual

For e series broadband services routers - multicast routing configuration
Hide thumbs Also See for JUNOSE 11.0.X MULTICAST ROUTING:
Table of Contents

Advertisement

JUNOSe 11.0.x Multicast Routing Configuration Guide

Figure 22: Network on Which to Configure PIM SSM

Source
3
To configure PIM SSM:
1.
2.
3.
PIM SSM also works with MLDv1 if you configure the ssm-map in MLD as in the
following example:
The no version disables ssm-map:
ipv6 pim ssm
228
Configuring PIM SSM
RP router 4
2
Enable PIM SSM on the E Series router. The IANA SSM range is configured by
default. You can modify the SSM address range by using the access list.
host1(config)#access-list 15 permit ip any host 239.0.0.2
host1(config)#access-list 15 permit ip any 232.0.0.0 0.225.225.225
host1(config)#ipv6 pim ssm range 15
Enable PIM sparse mode on the CPE-facing interface towards the source or core.
Enable MLDv2 on the CPE-facing interface towards the receiver.
host1(config)#ipv6 pim ssm
host1(config)#ipv6 access-list ssm_map1 permit any host ff3e::1
host1(config)#ipv6 mld ssm-map enable
host1(config)#ipv6 mld ssm-map static ssm_map1 51::1
host1(config)#no ipv6 mld ssm-map static ssm_map1 51::1
Use to enable PIM SSM and define the SSM range of IPv6 multicast addresses.
Example 1 Enables SSM with addresses in the IANA range. The SSM address
range is set as the default, which is limited to the IPv6 address range, and where
x represents any valid scope.
host1(config)#ipv6 pim ssm FF3 x ::/96
Example 2 Configures Class D addresses outside of the default SSM range.
host1(config)#ipv6 access-list alist permit any ff3e::1:0:0/96
host1(config)#ipv6 pim ssm range alist
Example 3 Resets the SSM address range to the default.
host1(config)#ipv6 pim ssm default
1
Receiver

Advertisement

Table of Contents
loading

Table of Contents