— config>router# mld
    — interface ip-int-name
    — no shutdown
    — static
    — group grp-ipv6-address
    — source ipv6-address
				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
				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#
				config>router# mld
        — interface ip-int-name
            — no shutdown
            — static
                — group grp-ipv6-address
                    — starg
				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
				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#