Configuring an MLD interface

To configure an MLD interface:

config>router# mld
        — interface ip-int-name
            — import policy-name
            — max-groups value
            — version version
            — no shutdown

Use the following CLI syntax to configure MLD interfaces:

config>router#
    — config>router>mld# interface "lax-vls"
    — config>router>mld>if? no shutdown
    — config>router>mld>if# exit
    — config>router>mld# interface "p1-ix" 
    — config>router>mld>if? no shutdown
    — config>router>mld>if# exit
    — config>router>mld# interface "lax-sjc" 
    — config>router>mld>if? no shutdown
    — config>router>mld>if# exit

The following example displays the MLD configuration:

A:LAX>config>router>mld# info
----------------------------------------------
        interface "lax-sjc"
        exit
        interface "lax-vls"
        exit
        interface "p1-ix"
        exit
----------------------------------------------
A:LAX>config>router>mld# exit