R21xx-HP FlexFabric 11900 IP Multicast Configuration Guide
Table Of Contents
- Title Page
- Contents
- Multicast overview
- Configuring IGMP snooping
- Overview
- IGMP snooping configuration task list
- Configuring basic IGMP snooping functions
- Configuring IGMP snooping port functions
- Configuring IGMP snooping policies
- Displaying and maintaining IGMP snooping
- IGMP snooping configuration examples
- Troubleshooting IGMP snooping
- Configuring multicast routing and forwarding
- Configuring IGMP
- Configuring PIM
- Overview
- Configuring PIM-DM
- Configuring PIM-SM
- Configuring common PIM features
- Displaying and maintaining PIM
- PIM configuration examples
- Troubleshooting PIM
- Configuring MLD snooping
- Overview
- MLD snooping configuration task list
- Configuring basic MLD snooping functions
- Configuring MLD snooping port functions
- Configuring MLD snooping policies
- Displaying and maintaining MLD snooping
- MLD snooping configuration examples
- Troubleshooting MLD snooping
- Configuring IPv6 multicast routing and forwarding
- Configuring MLD
- Configuring IPv6 PIM
- PIM overview
- Configuring IPv6 PIM-DM
- Configuring IPv6 PIM-SM
- Configuring common IPv6 PIM features
- Displaying and maintaining IPv6 PIM
- IPv6 PIM configuration examples
- Troubleshooting IPv6 PIM
- Support and other resources
- Index
133
[SwitchA-Ten-GigabitEthernet1/0/3] quit
# Create interface Tunnel 0 on Switch A and specify the tunnel encapsulation mode as GRE over
IPv6.
[SwitchA] interface tunnel 0 mode gre ipv6
# Configure the IPv6 address for interface Tunnel 0 on Switch A and specify its source and
destination addresses.
[SwitchA-Tunnel0] ipv6 address 5001::1 64
[SwitchA-Tunnel0] source 2001::1
[SwitchA-Tunnel0] destination 3001::2
[SwitchA-Tunnel0] quit
# Create service loopback group 1 on Switch C and specify its service type as Tunnel.
<SwitchC> system-view
[SwitchC] service-loopback group 1 type tunnel
# Disable STP and LLDP on interface Ten-GigabitEthernet 1/0/3 of Switch C, and add the
interface to service loopback group 1. Ten-GigabitEthernet 1/0/3 does not belong to VLAN 200
or VLAN 102.
[SwitchC] interface ten-gigabitethernet 1/0/3
[SwitchC-Ten-GigabitEthernet1/0/3] undo stp enable
[SwitchC-Ten-GigabitEthernet1/0/3] undo lldp enable
[SwitchC-Ten-GigabitEthernet1/0/3] port service-loopback group 1
[SwitchC-Ten-GigabitEthernet1/0/3] quit
# Create interface Tunnel 0 on Switch C and specify the tunnel encapsulation mode as GRE over
IPv6.
[SwitchC] interface tunnel 0 mode gre ipv6
# Configure the IPv6 address for interface Tunnel 0 on Switch C and specify its source and
destination addresses.
[SwitchC-Tunnel0] ipv6 address 5001::2 64
[SwitchC-Tunnel0] source 3001::2
[SwitchC-Tunnel0] destination 2001::1
[SwitchC-Tunnel0] quit
4. Enable IPv6 multicast routing, IPv6 PIM-DM, and MLD:
# On Switch A, enable IPv6 multicast routing, and enable IPv6 PIM-DM on each interface.
[SwitchA] ipv6 multicast routing-enable
[SwitchA] interface vlan-interface 100
[SwitchA-Vlan-interface100] ipv6 pim dm
[SwitchA-Vlan-interface100] quit
[SwitchA] interface vlan-interface 101
[SwitchA-Vlan-interface101] ipv6 pim dm
[SwitchA-Vlan-interface101] quit
[SwitchA] interface tunnel 0
[SwitchA-Tunnel0] ipv6 pim dm
[SwitchA-Tunnel0] quit
# On Switch C, enable IPv6 multicast routing, enable MLD on VLAN-interface 200, and enable
IPv6 PIM-DM on each interface.










