Configuring static parameters

Procedure

  1. To add an MLD static multicast source:
        — config>router# mld
        — interface ip-int-name
        — no shutdown
        — static
        — group grp-ipv6-address
        — source ipv6-address
    
  2. Use the following CLI syntax to configure static group addresses and source addresses for the SSM translate group ranges:
    config>router>mld# interface lax-vls
        — config>router>mld>if# static
        — config>router>mld>if>static# group ff05:db8:1
        — config>router>mld>if>static>group# source 2001:db8:2016:10ff::4
    
    Example

    The following example displays the configuration:

    A:LAX>config>router>mld# info
    ----------------------------------------------
            interface "lax-sjc"
            exit
            interface "lax-vls"
                static
                    group ff05:db8:1ff05:db8:1
                        source 2001:db8:2016:10ff::4
                    exit
                exit
            exit
            interface "p1-ix"
            exit
    ----------------------------------------------
    A:LAX>config>router>mld#
    
  3. To add an MLD static starg entry:
    config>router# mld
            — interface ip-int-name
                — no shutdown
                — static
                    — group grp-ipv6-address
                        — starg
    
    Example

    Use the following CLI syntax to configure static group addresses and add a static (*,G) entry:

    config>router>mld# interface lax-sjc
        — config>router>mld>if# static
        — config>router>mld>if>static# group ff06:db8:1
        — config>router>mld>if>static>group# starg
    
    Example

    The following example displays the configuration:

    A:LAX>config>router>mld# info
    ----------------------------------------------
            interface "lax-sjc"
                static
                    group ff06:db8:1
                        starg
                    exit
                exit
            exit
            interface "lax-vls"
                static
                    group ff05:db8:1
                        source 2001:db8:2016:10ff::4
                    exit
                exit
            exit
            interface "p1-ix"
            exit
    ----------------------------------------------
    A:LAX>config>router>mld#