100
# Configure Ethernet 1/0/2 as a hybrid port. Configure VLAN 2 as the default VLAN. Configure
Ethernet 1/0/2 to permit packets of VLAN 2 to pass and untag the packets when forwarding
them.
[SwitchA] interface ethernet 1/0/2
[SwitchA-Ethernet1/0/2] port link-type hybrid
[SwitchA-Ethernet1/0/2] port hybrid pvid vlan 2
[SwitchA-Ethernet1/0/2] port hybrid vlan 2 untagged
[SwitchA-Ethernet1/0/2] port hybrid vlan 10 untagged
[SwitchA-Ethernet1/0/2] quit
The configuration for Ethernet 1/0/3 and Ethernet 1/0/4 is similar. (Details not shown.)
# Configure VLAN 10 as an IPv6 multicast VLAN.
[SwitchA] multicast-vlan ipv6 10
# Assign Ethernet 1/0/2 and Ethernet 1/0/3 to IPv6 multicast VLAN 10.
[SwitchA-ipv6-mvlan-10] port ethernet 1/0/2 to ethernet 1/0/3
[SwitchA-ipv6-mvlan-10] quit
# Assign Ethernet 1/0/4 to IPv6 multicast VLAN 10.
[SwitchA] interface ethernet 1/0/4
[SwitchA-Ethernet1/0/4] port multicast-vlan ipv6 10
[SwitchA-Ethernet1/0/4] quit
Verifying the configuration
# Display the IPv6 multicast VLAN information on Switch A.
[SwitchA] display multicast-vlan ipv6
Total 1 IPv6 multicast-vlan(s)
IPv6 Multicast vlan 10
port list:
Eth1/0/2 Eth1/0/3 Eth1/0/4
# Display the MLD snooping multicast group information on Switch A.
[SwitchA] display mld-snooping group
Total 1 IP Group(s).
Total 1 IP Source(s).
Total 1 MAC Group(s).
Port flags: D-Dynamic port, S-Static port, C-Copy port
Vlan(id):10.
Total 1 IP Group(s).
Total 1 IP Source(s).
Total 1 MAC Group(s).
Router port(s):total 1 port(s).
Eth1/0/1 (D)
IP group(s):the following ip group(s) match to one mac group.
IP group address:FF1E::101
(::, FF1E::101):
Host port(s):total 3 port(s).
Eth1/0/2 (D)
Eth1/0/3 (D)