Configuration Guide 332
Configuring Layer 2 Multicast Configuring MLD Snooping
Step 5 copy running-config startup-config
Save the settings in the configuration file.
The following example shows how to configure ff01::1234:02 as the static multicast IP and
specify port 1/0/9-10 as the forward ports:
Switch#configure
Switch(config)#ipv6 mld snooping
Switch(config)#ipv6 mld snooping vlan-config 2 static ff01::1234:02 interface
gigabitEthernet 1/0/9-10
Switch(config)#show ipv6 mld snooping groups static
Multicast-ip VLAN-id Addr-type Switch-port
------------ ------- --------- -----------
ff01::1234:02 2 static Gi1/0/9-10
Switch(config)#end
Switch#copy running-config startup-config
3.2.7 Configuring MLD Snooping Parameters in the Multicast VLAN
Configuring Router Port Time and Member Port Time
Step 1 configure
Enter global configuration mode.
Step 2 ipv6 mld snooping multi-vlan-config [
vlan-id
]
[rtime
router-time
| mtime
member-time
]
vlan-id
specifies the VLAN to be created or to be configured.
router-time
is the aging time of the router ports in the multicast VLAN, ranging from 60 to 600
seconds.
member-time
is the aging time of the member ports in the multicast VLAN, ranging from 60 to
600 seconds.
Step 3 show ipv6 mld snooping multi-vlan
Show the MLD snooping configuration in the multicast VLAN.
Step 4 end
Return to privileged EXEC mode.
Step 5 copy running-config startup-config
Save the settings in the configuration file.