Table of Contents Chapter 1 Multicast VLAN Configuration

Size: px
Start display at page:

Download "Table of Contents Chapter 1 Multicast VLAN Configuration"

Transcription

1 Table of Contents Table of Contents Multicast VLAN Overview Configuring Multicast VLAN Multicast VLAN Configuration Examples Introduction to Multicast VLAN PLUS Configuring Multicast VLAN PLUS Configuration Prerequisites Configuring Multicast VLAN PLUS Multicast VLAN PLUS Configuration Examples Disabling Layer 3 Multicast i

2 When configuring IGMP Snooping, go to the following sections for the information you are interested in: Multicast VLAN Overview Configuring Multicast VLAN Multicast VLAN Configuration Examples Introduction to Multicast VLAN PLUS Configuring Multicast VLAN PLUS Multicast VLAN PLUS Configuration Examples Disabling Layer 3 Multicast 1.1 Multicast VLAN Overview Based on the traditional multicast on demand mode, when users in different VLANs request the service, multicast flow is duplicated in each VLAN and thus a great deal of bandwidth is wasted. To solve this problem, we provide the multicast VLAN feature. With this feature, you can add switch ports to a multicast VLAN and enable IGMP Snooping to allow users in different VLANs to share the same multicast VLAN. In this way, multicast flow is transmitted in one multicast VLAN instead of multiple user VLANs and bandwidth is greatly saved. As multicast VLAN is isolated from user VLANs, this guarantees both security and enough bandwidth. After you configure the multicast VLAN, multicast information flow can be transmitted to users continuously. 1.2 Configuring Multicast VLAN Multicast VLAN is based on Layer 2 multicast. Follow these steps to configure multicast VLAN: To do Use the command Remarks Enter system view system-view Enable IGMP Snooping in system view igmp-snooping enable Enter VLAN view vlan vlan-id Enable IGMP Snooping in VLAN view igmp-snooping enable Enable multicast VLAN service-type multicast Quit VLAN view quit Enter Ethernet port view interface interface-type interface-number 1-1

3 To do Use the command Remarks Define the port type to hybrid port link-type hybrid Add the port to corresponding VLANs port hybrid vlan vlan-id-list untagged Note: A port can belong to only one multicast VLAN. A port connected to user terminals must be a hybrid port that untags multicast VLAN packets. The system supports up to three multicast VLANs. 1.3 Multicast VLAN Configuration Examples I. Network requirements Switch A (a Layer 3 device) connects to the multicast workstation through Ethernet 1/1/1 in VLAN 2, and the IP address of VLAN-interface 2 is /24. Switch A connects to Switch B through Ethernet 1/1/10 in VLAN 10, and the IP address of VLAN-interface 10 is /24. Switch B connects to two multicast receiver hosts in VLAN 2 and VLAN 3 respectively. It is required to configure VLAN 10 as a multicast VLAN, so that multicast traffic is delivered to the two receivers through multicast VLAN 10. II. Network diagram Eth1/1/1 WorkStation Switch A Eth1/1/10 Switch B Eth1/1/10 Eth1/1/1 Eth1/1/2 Receiver VLAN 2 Receiver VLAN 3 Figure 1-1 Network diagram for multicast VLAN configuration 1-2

4 III. Configuration procedure 1) Configure Switch A # Configure the IP address of VLAN-interface 2 as /24. Enable the PIM-DM protocol. <SwitchA> system-view System View: return to User View with Ctrl+Z. [SwitchA] multicast routing-enable [SwitchA] vlan 2 [SwitchA-vlan2] port interface ethernet1/1/1 [SwitchA-vlan2] quit [SwitchA] interface vlan-interface 2 [SwitchA-Vlan-interface2] ip address [SwitchA-Vlan-interface2] pim dm [SwitchA-Vlan-interface2] quit # Configure the IP address of VLAN-interface 10 as /24. Enable the PIM-DM and IGMP protocols. [SwitchA] vlan 10 [SwitchA-vlan10] quit [SwitchA] interface vlan-interface 10 [SwitchA-Vlan-interface10] ip address [SwitchA-Vlan-interface10] pim dm [SwitchA-Vlan-interface10] igmp enable [SwitchA-Vlan-interface10] quit # Define Ethernet 1/1/10 as a trunk port and add this port to VLAN 10. [SwitchA] interface ethernet1/1/10 [SwitchA-Ethernet1/1/10] port link-type trunk [SwitchA-Ethernet1/1/10] port trunk permit vlan 10 2) Configure Switch B # Enable IGMP Snooping. <SwitchB> system-view System View: return to User View with Ctrl+Z. [SwitchB] igmp-snooping enable # Enable IGMP-Snooping on VLAN 2 and VLAN 3. [SwitchB] vlan 2 [SwitchB-vlan2] igmp-snooping enable [SwitchB-vlan2] quit [SwitchB] vlan 3 [SwitchB-vlan3] igmp-snooping enable [SwitchB-vlan3] quit 1-3

5 # Configure VLAN 10 as multicast VLAN. Enable IGMP Snooping. [SwitchB] vlan 10 [SwitchB-vlan10] igmp-snooping enable [SwitchB-vlan10] service-type multicast [SwitchB-vlan10] quit # Define Ethernet 1/1/10 as a trunk port and add the port to VLAN 10. [SwitchB] interface ethernet 1/1/10 [SwitchB-Ethernet 1/1/10] port link-type trunk [SwitchB-Ethernet 1/1/10] port trunk permit vlan 10 [SwitchB-Ethernet 1/1/10] quit # Define Ethernet 1/1/1 as a hybrid port. Add the port to VLAN 2 and VLAN 10. Configure the port to untag the packets of VLAN 2 and VLAN 10. Set the default VLAN ID of the port to VLAN 2. [SwitchB] interface ethernet 1/1/1 [SwitchB-Ethernet 1/1/1] port link-type hybrid [SwitchB-Ethernet 1/1/1] port hybrid vlan 2 10 untagged [SwitchB-Ethernet 1/1/1] port hybrid pvid vlan 2 [SwitchB-Ethernet 1/1/1] quit # Define Ethernet 1/1/2 as a hybrid port. Add the port to VLAN 3 and VLAN 10. Configure the port to untag the packets of VLAN 3 and VLAN 10. Set the default VLAN ID of the port to VLAN 3. [SwitchB] interface ethernet 1/1/2 [SwitchB-Ethernet 1/1/2] port link-type hybrid [SwitchB-Ethernet 1/1/2] port hybrid vlan 3 10 untagged [SwitchB-Ethernet 1/1/2] port hybrid pvid vlan 3 [SwitchB-Ethernet 1/1/2] quit 1.4 Introduction to Multicast VLAN PLUS Note: Multicast VLAN and multicast VLAN PLUS are different features. Based on Layer 2 multicast protocol configuration, multicast VLAN PLUS is a technique that forwards multicast packets by leveraging the Layer 3 multicast forwarding table. Multicast switches serving as residential access devices must support Layer 3 multicast. However, the configuration of Layer 3 multicast on current devices is sophisticated and can be implemented only by special professionals. 1-4

6 To address this situation, the multicast VLAN PLUS feature was developed, which provides a user interface for Layer 2 multicast configuration while supporting Layer 3 multicast forwarding. After multicast VLAN PLUS is enabled, the upstream device sends data only to the multicast VLAN, without replicating the multicast data for each VLAN. The multicast VLAN PLUS enabled switch replicates data of the users in the multicast sub-vlans. 1.5 Configuring Multicast VLAN PLUS Note: Unless otherwise specified, the multicast VLAN feature mentioned in this section refers to multicast VLAN PLUS Configuration Prerequisites Before configuring multicast VLAN PLUS, you must enable IGMP Snooping first Configuring Multicast VLAN PLUS Follow these steps to configure multicast VLAN PLUS: To do... Use the command Remarks Enter system view system-view Enable IGMP snooping igmp-snooping enable Enter VLAN view vlan vlan-id Configure the VLAN as a multicast VLAN Enable IGMP snooping in the multicast VLAN multicast-vlan enable igmp-snooping enable Return to system view quit Configure a VLAN as a sub-vlan of a multicast VLAN multicast-vlan vlan-id subvlan vlan-id Enter VLAN view vlan vlan-id Enable IGMP snooping in the sub-vlan igmp-snooping enable 1-5

7 Note: A multicast VLAN interconnects with Layer 3 devices. Sub-VLANs are connected with users. The device supports up to five multicast VLANs. The device supports up to 64 sub-vlans for a multicast VLAN. Layer-3 multicast protocols must not be configured in multicast VLANs or sub-vlans. VLANs with layer-3 multicast protocols enabled cannot be configured as multicast VLANs or sub-vlans. A multicast VLAN cannot be a sub-vlan. A sub-vlan belongs to only one multicast VLAN at the same time. Before configuring a multicast sub-vlan, you must configure the corresponding multicast VLAN. Configure a multicast VLAN before enabling IGMP Snooping. With multicast VLAN PLUS enabled, you need to configure a querier only in the multicast VLAN and not in sub-vlans. The querier configured in a sub-vlan does not send general queries. But after the sub-vlan becomes a normal VLAN or multicast VLAN, the configured querier sends general queries. 1.6 Multicast VLAN PLUS Configuration Examples I. Network requirements Switch A (a Layer 3 device) connects to the multicast workstation through Ethernet 1/1/1 in VLAN 2, and the IP address of VLAN-interface 2 is /24. Switch A connects to Switch B through Ethernet 1/1/10 in VLAN 10, and the IP address of VLAN-interface 10 is /24. Switch B connects to two multicast receiver hosts in VLAN 20 and VLAN 30 respectively. It is required to configure the multicast VLAN PLUS, so that multicast traffic is delivered to the two receivers through multicast VLAN

8 II. Network diagram Eth1/1/1 WorkStation Switch A Eth1/1/10 Switch B Eth1/1/10 Eth1/1/1 Eth1/1/2 Receiver VLAN 20 Receiver VLAN 30 Figure 1-2 Network diagram for multicast VLAN PLUS configuration III. Configuration procedure 1) Configure Switch A. # Configure the IP address of VLAN-interface 2 as /24 and enable PIM-DM. <SwitchA> system-view System View: return to User View with Ctrl+Z. [SwitchA] multicast routing-enable [SwitchA] vlan 2 [SwitchA-vlan2] port interface ethernet1/1/1 [SwitchA-vlan2] quit [SwitchA] interface vlan-interface 2 [SwitchA-Vlan-interface2] ip address [SwitchA-Vlan-interface2] pim dm [SwitchA-Vlan-interface2] quit # Configure the IP address of VLAN-interface 10 as /24, and enable PIM-DM and IGMP. [SwitchA] vlan 10 [SwitchA-vlan10] quit [SwitchA] interface vlan-interface 10 [SwitchA-Vlan-interface10] ip address [SwitchA-Vlan-interface10] pim dm [SwitchA-Vlan-interface10] igmp enable [SwitchA-Vlan-interface10] quit # Add Ethernet 1/1/10 to VLAN 10. [SwitchA-vlan10] port interface ethernet1/1/10 2) Configure switch B. 1-7

9 # Enabling IGMP snooping. <SwitchB> system-view System View: return to User View with Ctrl+Z. [SwitchB] igmp-snooping enable [SwitchB] vlan # Configure VLAN 10 as a multicast VLAN and enable IGMP Snooping. [SwitchB] vlan 10 [SwitchB-vlan10] multicast-vlan enable [SwitchB-vlan10] igmp-snooping enable [SwitchB-vlan10] quit # Add Ethernet 1/1/10 to VLAN 10. [SwitchB-vlan10] port interface ethernet1/1/10 # Enable IGMP Snooping in VLAN 20 and VLAN 30 respectively. [SwitchB] vlan 20 [SwitchB-vlan 20] igmp-snooping enable [SwitchB-vlan 20] quit [SwitchB] vlan 30 [SwitchB-vlan 30] igmp-snooping enable [SwitchB-vlan 30] quit # Configure VLAN 20 and VLAN 30 as sub-vlans of VLAN 10. [SwitchB] multicast-vlan 10 subvlan # Add Ethernet 1/1/1 to VLAN 20 and add Ethernet 1/1/2 to VLAN 30. [SwitchB] vlan 20 [SwitchB-vlan 20] port interface ethernet1/1/1 [SwitchB-vlan 20]quit [SwitchB] vlan 30 [SwitchB-vlan 30] port interface ethernet1/1/2 1.7 Disabling Layer 3 Multicast For a switch, Layer 3 multicast is configured in VLAN interface view, so the configuration has effect on all the ports in this VLAN. But in some cases, you need to disable multicast in a specific VLAN on a specific port. For example, in a ring network with multicast VLAN PLUS enabled, inter-vlan forwarding is implemented by Layer 3 multicast. If a multicast VLAN is configured on two devices on the ring network, the same multicast stream is forwarded to the multicast sub-vlans on different devices. As a result, duplicate multicast streams will occur in the same ring. To avoid such redundant multicast streams, you can disable the multicast function in a VLAN on a specific port, so that a multicast stream can be flooded only in one multicast VLAN. Follow these steps to disable Layer-3 multicast on a port: 1-8

10 To do Use the command Remarks Enter system view system-view Enter Ethernet port view/rpr logical port view Disable layer-3 multicast in a VLAN on the current port interface interface-type interface-number l3multicast disable [ vlan vlan-id-list ] By default, whether this function is enabled depends on VLAN configuration. Caution: Boards with the suffix B or D and Type C boards with FE ports do not support vlan vlan-id-list in this command. The l3multicast disable command disables layer-3 multicast in all the VLANs on the current port. For aggregation ports, you need to synchronize configuration manually. This command does not check validity of VLANs. Even if the specified VLAN does not exist or the port does not belong to the specified VLAN, this command can be successfully configured. If you configure this command on a port of an XP4 board, this configuration takes effect also on neighboring ports (ports 1 and 2 are neighboring ports; and port 3 and 4 are neighboring ports). 1-9

Table of Contents 1 IGMP Snooping Configuration 1-1

Table of Contents 1 IGMP Snooping Configuration 1-1 Table of Contents 1 IGMP Snooping Configuration 1-1 IGMP Snooping Overview 1-1 Principle of IGMP Snooping 1-1 Basic Concepts in IGMP Snooping 1-2 How IGMP Snooping Works 1-3 Processing of Multicast Protocol

More information

Table of Contents 1 Port Mirroring Configuration 1-1

Table of Contents 1 Port Mirroring Configuration 1-1 Table of Contents 1 Port Mirroring Configuration 1-1 Introduction to Port Mirroring 1-1 Classification of Port Mirroring 1-1 Implementing Port Mirroring 1-2 Other Functions Supported by Port Mirroring

More information

Multicast Protocol Configuration Examples H3C S7500 Series Ethernet Switches Release Table of Contents

Multicast Protocol Configuration Examples H3C S7500 Series Ethernet Switches Release Table of Contents Table of Contents Table of Contents Chapter 1 Multicast Protocol Overview... 1-1 1.1 Overview... 1-1 1.2 Configuration Guidance... 1-2 1.2.1 Configuring IGMP Snooping... 1-2 1.2.2 Configuring IGMP... 1-5

More information

Multicast H3C Low-End Ethernet Switches Configuration Examples. Table of Contents

Multicast H3C Low-End Ethernet Switches Configuration Examples. Table of Contents Table of Contents Table of Contents Chapter 1 Protocol Overview... 1-1 1.1 Overview... 1-1 1.2 Support of Features... 1-2 1.3 Configuration Guidance... 1-3 1.3.1 Configuring IGMP Snooping... 1-3 1.3.2

More information

Table of Contents 1 IGMP Configuration 1-1

Table of Contents 1 IGMP Configuration 1-1 Table of Contents 1 IGMP Configuration 1-1 IGMP Overview 1-1 IGMP Versions 1-1 Introduction to IGMPv1 1-2 Enhancements in IGMPv2 1-3 Enhancements in IGMPv3 1-4 IGMP SSM Mapping 1-5 Protocols and Standards

More information

HP Routing Switch Series

HP Routing Switch Series HP 12500 Routing Switch Series EVI Configuration Guide Part number: 5998-3419 Software version: 12500-CMW710-R7128 Document version: 6W710-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

More information

IGMP Snooping Configuration

IGMP Snooping Configuration IGMP Snooping Configuration Page 1 of 14 Contents Chapter 1 IGMP Snooping...3 1.1 Brief Introduction to IGMP Snooping... 3 1.2 IGMP Snooping Configuration... 3 1.2.1 Brief Configuration to IGMP Snooping...

More information

Figure 7-1 Unicast Static FDB window

Figure 7-1 Unicast Static FDB window 7. Layer 2 Features FDB VLAN Spanning Tree Loopback Detection Link Aggregation L2 Multicast Control LLDP FDB Static FDB Unicast Static FDB This window is used to view and configure the static unicast forwarding

More information

Configuring MLD. Overview. MLD versions. How MLDv1 operates. MLD querier election

Configuring MLD. Overview. MLD versions. How MLDv1 operates. MLD querier election Contents Configuring MLD 1 Overview 1 MLD versions 1 How MLDv1 operates 1 How MLDv2 operates 3 MLD message types 4 MLD SSM mapping 7 MLD proxying 8 Protocols and standards 9 MLD configuration task list

More information

Dell EMC Networking VxRail Networking Quick Guide

Dell EMC Networking VxRail Networking Quick Guide Dell EMC Networking VxRail Networking Quick Guide Networking guidelines for a VxRail environment Dell Networking Solutions Engineering March 2018 A Dell EMC Deployment and Configuration Guide Revisions

More information

Configuring MSDP. Overview. How MSDP operates. MSDP peers

Configuring MSDP. Overview. How MSDP operates. MSDP peers Contents Configuring MSDP 1 Overview 1 How MSDP operates 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP functions 7 Configuration prerequisites

More information

Table of Contents 1 ARP Configuration Guide 1-1

Table of Contents 1 ARP Configuration Guide 1-1 Table of Contents 1 ARP Configuration Guide 1-1 Configuring ARP Basics 1-1 Network Diagram 1-1 Networking and Configuration Requirements 1-1 Applicable Product Matrix 1-1 Configuration Procedure 1-1 Complete

More information

H3C S12500 VLAN Configuration examples

H3C S12500 VLAN Configuration examples H3C S12500 VLAN Configuration examples Copyright 2014 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without

More information

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast Contents Multicast overview 1 Introduction to multicast 1 Information transmission techniques 1 Multicast features 3 Common notations in multicast 4 Multicast advantages and applications 4 Multicast models

More information

Configuring Router-Port Group Management Protocol

Configuring Router-Port Group Management Protocol Configuring Router-Port Group Management Protocol This chapter describes the Router-Port Group Management Protocol (). is a Cisco protocol that restricts IP multicast traffic in switched networks. is a

More information

Multiple queriers. Here is a little CLI guide on how to setup IGMP snooping:

Multiple queriers. Here is a little CLI guide on how to setup IGMP snooping: Here is a little CLI guide on how to setup IGMP snooping: IGMP snooping is usually done per VLAN and thus I will focus on that. You always need at least one querier, per VLAN, in your IGMP snooping setup

More information

Table of Contents 1 MSDP Configuration 1-1

Table of Contents 1 MSDP Configuration 1-1 Table of Contents 1 MSDP Configuration 1-1 MSDP Overview 1-1 Introduction to MSDP 1-1 How MSDP Works 1-2 Protocols and Standards 1-7 MSDP Configuration Task List 1-7 Configuring Basic Functions of MSDP

More information

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast Contents Multicast overview 1 Introduction to multicast 1 Information transmission techniques 1 Multicast features 3 Common notations in multicast 4 Multicast benefits and applications 4 Multicast models

More information

Configuring MSDP. MSDP overview. How MSDP works. MSDP peers

Configuring MSDP. MSDP overview. How MSDP works. MSDP peers Contents Configuring MSDP 1 MSDP overview 1 How MSDP works 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 6 Configuring basic MSDP functions 7 Configuration prerequisites

More information

Contents. EVPN overview 1

Contents. EVPN overview 1 Contents EVPN overview 1 EVPN network model 1 MP-BGP extension for EVPN 2 Configuration automation 3 Assignment of traffic to VXLANs 3 Traffic from the local site to a remote site 3 Traffic from a remote

More information

Configuring PIM snooping

Configuring PIM snooping Contents Configuring snooping 1 snooping overview 1 Configuring snooping 2 Displaying and maintaining snooping 2 snooping configuration example 3 Troubleshooting snooping 6 snooping does not work 6 Some

More information

Table of Contents 1 VLAN Configuration 1-1

Table of Contents 1 VLAN Configuration 1-1 Table of Contents 1 VLAN Configuration 1-1 Overview 1-1 Introduction to VLAN 1-1 VLAN Fundamentals 1-2 Types of VLAN 1-3 Introduction to Port-Based VLAN 1-3 Configuring a VLAN 1-4 Configuration Task List

More information

Contents. Configuring MSDP 1

Contents. Configuring MSDP 1 Contents Configuring MSDP 1 Overview 1 How MSDP works 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP features 7 Configuration prerequisites 7

More information

HPE FlexFabric 7900 Switch Series

HPE FlexFabric 7900 Switch Series HPE FlexFabric 7900 Switch Series VXLAN Configuration Guide Part number: 5998-8254R Software version: Release 213x Document version: 6W101-20151113 Copyright 2015 Hewlett Packard Enterprise Development

More information

Operation Manual NTP. Table of Contents

Operation Manual NTP. Table of Contents Table of Contents Table of Contents... 1-1 1.1 NTP Overview... 1-1 1.1.1 Applications of NTP... 1-1 1.1.2 How NTP Works... 1-2 1.1.3 NTP Message Format... 1-4 1.1.4 Operation Modes of NTP... 1-5 1.1.5

More information

HP 3600 v2 Switch Series

HP 3600 v2 Switch Series HP 3600 v2 Switch Series Layer 3 - IP Services Configuration Guide Part number: 5998-2351 Software version: Release 2108P01 Document version: 6W100-20131130 Legal and notice information Copyright 2013

More information

Table of Contents Chapter 1 Tunneling Configuration

Table of Contents Chapter 1 Tunneling Configuration Table of Contents Table of Contents... 1-1 1.1 Introduction to Tunneling... 1-1 1.1.1 IPv6 over IPv4 Tunnel... 1-2 1.1.2 IPv4 over IPv4 Tunnel... 1-7 1.2 Tunneling Configuration Task List... 1-8 1.3 Configuring

More information

Dell EMC Networking vsan vsphere Networking Quick Guide using Dell OS 9

Dell EMC Networking vsan vsphere Networking Quick Guide using Dell OS 9 Dell EMC Networking vsan vsphere Networking Quick Guide using Dell OS 9 Networking deployment in a vsan ready environment Dell Networking Solutions Engineering February 2018 A Dell EMC Deployment and Configuration

More information

Contents. Configuring EVI 1

Contents. Configuring EVI 1 Contents Configuring EVI 1 Overview 1 Layer 2 connectivity extension issues 1 Network topologies 2 Terminology 3 Working mechanism 4 Placement of Layer 3 gateways 6 ARP flood suppression 7 Selective flood

More information

Table of Contents 1 MSDP Configuration 1-1

Table of Contents 1 MSDP Configuration 1-1 Table of Contents 1 MSDP Configuration 1-1 MSDP Overview 1-1 Introduction to MSDP 1-1 How MSDP Works 1-2 Multi-Instance MSDP 1-7 Protocols and Standards 1-7 MSDP Configuration Task List 1-7 Configuring

More information

Table of Contents 1 NTP Configuration 1-1

Table of Contents 1 NTP Configuration 1-1 Table of Contents 1 NTP Configuration 1-1 NTP Overview 1-1 Applications of NTP 1-1 Advantages of NTP 1-2 How NTP Works 1-2 NTP Message Format 1-3 Operation Modes of NTP 1-5 NTP Configuration Task List

More information

IT Deployment Guide AT-OMNI-512 AT-OMNI-521 AT-OMNI-111 AT-OMNI-112 AT-OMNI-121 AT-OMNI-122. Atlona Manuals OmniStream AT-OMNI-232

IT Deployment Guide AT-OMNI-512 AT-OMNI-521 AT-OMNI-111 AT-OMNI-112 AT-OMNI-121 AT-OMNI-122. Atlona Manuals OmniStream AT-OMNI-232 IT Deployment Guide AT-OMNI-111 AT-OMNI-121 AT-OMNI-512 AT-OMNI-521 AT-OMNI-232 Atlona Manuals OmniStream Version Information Version Release Date Notes 1 08/17 Initial release 2 11/17 Added language to

More information

Multicast Technology White Paper

Multicast Technology White Paper Multicast Technology White Paper Keywords: Multicast, IGMP, IGMP Snooping, PIM, MBGP, MSDP, and SSM Mapping Abstract: The multicast technology implements high-efficiency point-to-multipoint data transmission

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series IP Multicast Configuration Guide Part number: 5998-3373 Software version: Release2207 Document version: 6W100-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

More information

Configuring IPv6 multicast routing and forwarding 1

Configuring IPv6 multicast routing and forwarding 1 Contents Configuring IPv6 multicast routing and forwarding 1 Overview 1 RPF check mechanism 1 IPv6 multicast forwarding across IPv6 unicast subnets 3 Configuration task list 3 Enabling IPv6 multicast routing

More information

Chapter 4 Configuring Switching

Chapter 4 Configuring Switching Chapter 4 Configuring Switching Using the Switching Tab The navigation tabs on the top of the home page include a Switching tab that lets you manage your GS108T Gigabit Smart Switch using features under

More information

Table of Contents Chapter 1 Multicast Routing and Forwarding Configuration

Table of Contents Chapter 1 Multicast Routing and Forwarding Configuration Table of Contents Table of Contents... 1-1 1.1 Multicast Routing and Forwarding Overview... 1-1 1.1.1 Introduction to Multicast Routing and Forwarding... 1-1 1.1.2 RPF Mechanism... 1-2 1.1.3 Multicast

More information

H3C S9500 Series Routing Switches

H3C S9500 Series Routing Switches Command Manual Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Manual Version: T2-08194S-20081225-C-1.24 Product Version: S9500-CMW310-R1648 Copyright 2007-2008, Hangzhou H3C Technologies Co., Ltd.

More information

Configuring multicast VPN

Configuring multicast VPN Contents Configuring multicast VPN 1 Multicast VPN overview 1 Multicast VPN overview 1 MD-VPN overview 3 Protocols and standards 6 How MD-VPN works 6 Share-MDT establishment 6 Share-MDT-based delivery

More information

Table of Contents 1 Multicast VPN Configuration 1-1

Table of Contents 1 Multicast VPN Configuration 1-1 Table of Contents 1 Multicast VPN Configuration 1-1 Multicast VPN Overview 1-1 Introduction to MPLS L3VPN 1-1 Introduction to Multicast VPN 1-2 Introduction to MD-VPN 1-4 Protocols and Standards 1-7 How

More information

Configuring IGMP Snooping and MVR

Configuring IGMP Snooping and MVR CHAPTER 21 This chapter describes how to configure Internet Group Management Protocol (IGMP) snooping on the Cisco ME 3400 Ethernet Access switch, including an application of local IGMP snooping, Multicast

More information

Operation Manual ARP H3C S5500-SI Series Ethernet Switches. Table of Contents

Operation Manual ARP H3C S5500-SI Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 ARP Overview... 1-1 1.1.1 ARP Function... 1-1 1.1.2 ARP Message Format... 1-1 1.1.3 ARP Address Resolution Process... 1-2 1.1.4 ARP Mapping Table... 1-3 1.2

More information

IGMP Snooping Command Reference

IGMP Snooping Command Reference This chapter describes commands used to configure Internet Group Management Protocol (IGMP) snooping., page 2 immediate-leave, page 3 mrouter, page 4 report-suppression, page 5 show, page 6 show querier,

More information

H3C S3600V2 Switch Series

H3C S3600V2 Switch Series H3C S3600V2 Switch Series Layer 3 - IP Services Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2101 Document version: 6W100-20110905 Copyright 2011,

More information

Multicast Does Not Work in the Same VLAN in Catalyst Switches

Multicast Does Not Work in the Same VLAN in Catalyst Switches Multicast Does Not Work in the Same VLAN in Catalyst Switches Document ID: 68131 Introduction Prerequisites Requirements Components Used Related Products Conventions Problem Revisit Some Key Multicast

More information

Configuring IGMP Snooping and Filtering

Configuring IGMP Snooping and Filtering CHAPTER 18 This chapter describes how to configure Internet Group Management Protocol (IGMP) snooping on the Catalyst 4500 series switch. It provides guidelines, procedures, and configuration examples.

More information

Configuring IGMP Snooping

Configuring IGMP Snooping This chapter describes how to configure Internet Group Management Protocol (IGMP) snooping on a Cisco NX-OS device. About IGMP Snooping, page 1 Licensing Requirements for IGMP Snooping, page 4 Prerequisites

More information

Table of Contents 1 QinQ Configuration BPDU Tunneling Configuration 2-1

Table of Contents 1 QinQ Configuration BPDU Tunneling Configuration 2-1 Table of Contents 1 QinQ Configuration 1-1 Introduction to QinQ 1-1 Understanding QinQ 1-1 Implementations of QinQ 1-2 Modification of TPID Value of QinQ Frames 1-3 Configuring Basic QinQ 1-4 Configuring

More information

HP A6600 Routers IP Multicast. Configuration Guide. Abstract

HP A6600 Routers IP Multicast. Configuration Guide. Abstract HP A6600 Routers IP Multicast Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the software configuration procedures. These

More information

Table of Contents 1 Static Routing Configuration 1-1

Table of Contents 1 Static Routing Configuration 1-1 Table of Contents 1 Static Routing Configuration 1-1 Introduction 1-1 Static Route 1-1 Default Route 1-1 Application Environment of Static Routing 1-2 Configuring a Static Route 1-2 Configuration Prerequisites

More information

Configuring Layer 2 Switching

Configuring Layer 2 Switching This chapter describes how to configure Layer 2 switching using Cisco NX-OS. This chapter includes the following sections: Finding Feature Information, page 1 Information About Layer 2 Switching, page

More information

Microsoft Network Load Balancing on UCS B Series Servers Deployment Configuration Example

Microsoft Network Load Balancing on UCS B Series Servers Deployment Configuration Example Microsoft Network Load Balancing on UCS B Series Servers Deployment Configuration Example Document ID: 118262 Contributed by Charles Stizza, Vishal Mehta, and Vincent La Bua, Cisco TAC Engineers. Aug 14,

More information

Configuring IGMP Snooping and Filtering

Configuring IGMP Snooping and Filtering CHAPTER 20 This chapter describes how to configure Internet Group Management Protocol (IGMP) snooping on the Catalyst 4500 series switch. It provides guidelines, procedures, and configuration examples.

More information

Table of Contents 1 LLDP Configuration 1-1

Table of Contents 1 LLDP Configuration 1-1 Table of Contents 1 LLDP Configuration 1-1 Over 1-1 Background 1-1 Basic Concepts 1-1 How LLDP Works 1-5 Protocols and Standards 1-6 LLDP Configuration Task List 1-6 Performing Basic LLDP Configuration

More information

Configuring Private Hosts

Configuring Private Hosts CHAPTER 25 This chapter describes how to configure the private hosts feature in Cisco IOS Release 12.2SX. Note For complete syntax and usage information for the commands used in this chapter, see the Cisco

More information

Constraining IP Multicast in a Switched Ethernet Network

Constraining IP Multicast in a Switched Ethernet Network Constraining IP Multicast in a Switched Ethernet Network This module describes how to configure devices to use the Cisco Group Management Protocol (CGMP) in switched Ethernet networks to control multicast

More information

SWP-0208G, 8+2SFP. 8-Port Gigabit Web Smart Switch. User s Manual

SWP-0208G, 8+2SFP. 8-Port Gigabit Web Smart Switch. User s Manual SWP-0208G 1 SWP-0208G, 8+2SFP 8-Port Gigabit Web Smart Switch User s Manual Version: 3.4 April 1, 2008 2 TABLE OF CONTENT 1.0 INTRODUCTION...4 1.1 MAIN FEATURES...4 1.2 START TO MANAGE THIS SWITCH...6

More information

Quidway S5700 Series Ethernet Switches V100R006C01. Configuration Guide - Ethernet. Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD.

Quidway S5700 Series Ethernet Switches V100R006C01. Configuration Guide - Ethernet. Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD. V100R006C01 Issue 02 Date 2011-11-21 HUAWEI TECHNOLOGIES CO., LTD. 2011. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written

More information

VLAN Configuration. Understanding VLANs CHAPTER

VLAN Configuration. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the CGR 2010 ESM. It includes information about VLAN membership

More information

Isolate-User-VLAN Technology White Paper

Isolate-User-VLAN Technology White Paper Isolate-User-VLAN Technology White Paper Keywords: Isolate-user-VLANs, secondary VLANs Abstract: Isolate-user-VLAN adopts a two-tier VLAN structure: an upper level isolate-user-vlan and multiple lower-level

More information

H3C S5120-EI Switch Series

H3C S5120-EI Switch Series H3C S5120-EI Switch Series IP Multicast Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2210 Document version: 6W100-20110915 Copyright 2011, Hangzhou

More information

Table of Contents Chapter 1 EPON System Configuration Chapter 2 OLT Configuration Chapter 3 ONU Configuration

Table of Contents Chapter 1 EPON System Configuration Chapter 2 OLT Configuration Chapter 3 ONU Configuration Table of Contents Table of Contents Chapter 1 EPON System Configuration... 1-1 1.1 Introduction to EPON System... 1-1 1.2 EPON System Configuration Tasks... 1-2 1.3 Configuring the Interval to Sample System

More information

Configuring Wireless Multicast

Configuring Wireless Multicast Finding Feature Information, on page 1 Prerequisites for, on page 1 Restrictions for, on page 1 Information About Wireless Multicast, on page 2 How to Configure Wireless Multicast, on page 6 Monitoring

More information

Multicast VLAN Registration (MVR)

Multicast VLAN Registration (MVR) 44 CHAPTER Restrictions for MVR, page 44-1 Restrictions for MVR, page 44-1 Information About MVR, page 44-2 Default MVR Configuration, page 44-5 How to Configure MVR, page 44-5 Displaying MVR Information,

More information

Configuring PIM Snooping

Configuring PIM Snooping CHAPTER 41 This chapter describes how to configure protocol independent multicast (PIM) snooping in Cisco IOS Release 12.2SX. For complete syntax and usage information for the commands used in this chapter,

More information

UDLR Unidirectional Link Routing overview and examples

UDLR Unidirectional Link Routing overview and examples UDLR Unidirectional Link Routing overview and examples ourse Number Presentation_ID 1999, isco Systems, Inc. 1 UDLR Tunnels UDLR simulates a bi-directional link by tunneling over the return path Supports

More information

Configuring Multicast VLAN Registration

Configuring Multicast VLAN Registration Finding Feature Information, page 1 Restrictions for MVR, page 1 Information About Multicast VLAN Registration, page 2 How to Configure MVR, page 5 Monitoring MVR, page 10 Configuration Examples for MVR,

More information

H3C S12500 Unauthorized DHCP Server Detection Configuration Examples

H3C S12500 Unauthorized DHCP Server Detection Configuration Examples H3C S12500 Unauthorized DHCP Server Detection Configuration Examples Copyright 2013 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any

More information

IGMP Snooping for IPv4 Multicast Traffic

IGMP Snooping for IPv4 Multicast Traffic 40 CHAPTER Prerequisites for IGMP Snooping, page 40-1 Restrictions for IGMP Snooping, page 40-1 Information About IGMP Snooping, page 40-2 Default Settings for IGMP Snooping, page 40-8 How to Configure

More information

Contents. Configuring a default route 1 Introduction to default routes 1

Contents. Configuring a default route 1 Introduction to default routes 1 Contents Configuring static routing 1 Introduction to static routes 1 Configuring a static route 1 Configuration prerequisites 1 Configuration procedure 1 Configuring BFD for static routes 2 BFD control

More information

Routing Between VLANs Overview

Routing Between VLANs Overview Routing Between VLANs Overview This chapter provides an overview of VLANs. It describes the encapsulation protocols used for routing between VLANs and provides some basic information about designing VLANs.

More information

H3C S3100V2 Switch Series

H3C S3100V2 Switch Series H3C S3100V2 Switch Series IP Multicast Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 5103 Document version: 6W100-20110620 Copyright 2011, Hangzhou

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Cisco ME 3400 Ethernet Access switch. It includes information

More information

Configuring Private VLANs

Configuring Private VLANs This chapter contains the following sections: Information About Private VLANs, page 1 Guidelines and Limitations for Private VLANs, page 6 Configuring a Private VLAN, page 6 Verifying Private VLAN Configuration,

More information

DHCP H3C Low-End Ethernet Switches Configuration Examples. Table of Contents

DHCP H3C Low-End Ethernet Switches Configuration Examples. Table of Contents DHCP Table of Contents Table of Contents Chapter 1 DHCP Functions Overview... 1-1 1.1 Supported DHCP Functions... 1-1 1.1.1 DHCP Functions Supported by the H3C Low-End Ethernet Switches... 1-1 1.2 Configuration

More information

Table of Contents 1 QinQ Configuration 1-1

Table of Contents 1 QinQ Configuration 1-1 Table of Contents 1 QinQ Configuration 1-1 Introduction to QinQ 1-1 Background 1-1 QinQ Mechanism and Benefits 1-1 QinQ Frame Structure 1-2 Implementations of QinQ 1-3 Modification of the TPID Value in

More information

H3C S5120-EI Switch Series

H3C S5120-EI Switch Series H3C S5120-EI Switch Series IP Multicast Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2210 Document version: 6W100-20110915 Copyright 2011, Hangzhou

More information

IGMP Snooping. About Cisco APIC and IGMP Snooping. How IGMP Snooping is Implemented in the ACI Fabric. This chapter contains the following sections:

IGMP Snooping. About Cisco APIC and IGMP Snooping. How IGMP Snooping is Implemented in the ACI Fabric. This chapter contains the following sections: This chapter contains the following sections: About Cisco APIC and, page 1 Configuring and Assigning an Policy, page 4 Enabling Static Port Groups, page 8 Enabling IGMP Snoop Access Groups, page 12 About

More information

HP 6125 Blade Switch Series

HP 6125 Blade Switch Series HP 6125 Blade Switch Series Layer 3 - IP Services Configuration Guide Part number: 5998-3156 Software version: Release 2103 Document version: 6W100-20120907 Legal and notice information Copyright 2012

More information

H3C S10500 Switch Series

H3C S10500 Switch Series H3C S10500 Switch Series Layer 3 - IP Services Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 1126 and Later Document version: 20111130-C-1.01 Copyright

More information

Configuring Private VLANs Using NX-OS

Configuring Private VLANs Using NX-OS This chapter describes how to configure private VLANs on Cisco NX-OS devices. Private VLANs provide additional protection at the Layer 2 level. This chapter includes the following sections: Finding Feature

More information

Routing Between VLANs Overview

Routing Between VLANs Overview Routing Between VLANs Overview This chapter provides an overview of VLANs. It describes the encapsulation protocols used for routing between VLANs and provides some basic information about designing VLANs.

More information

HP 5500 EI & 5500 SI Switch Series

HP 5500 EI & 5500 SI Switch Series HP 5500 EI & 5500 SI Switch Series IP Multicast Configuration Guide Part number: 5998-1712 Software version: Release 2220 Document version: 6W100-20130810 Legal and notice information Copyright 2013 Hewlett-Packard

More information

Configuring basic MBGP

Configuring basic MBGP Contents Configuring MBGP 1 MBGP overview 1 Protocols and standards 1 MBGP configuration task list 1 Configuring basic MBGP 2 Controlling route advertisement and reception 2 Configuration prerequisites

More information

Configuring Flex Links and the MAC Address-Table Move Update Feature

Configuring Flex Links and the MAC Address-Table Move Update Feature CHAPTER 23 Configuring Flex Links and the MAC Address-Table Move Update Feature This chapter describes how to configure Flex Links, a pair of interfaces on the Catalyst 3750-X or 3560-X switch that provide

More information

NOTE: The S9500E switch series supports HDLC encapsulation only on POS interfaces. Enabling HDLC encapsulation on an interface

NOTE: The S9500E switch series supports HDLC encapsulation only on POS interfaces. Enabling HDLC encapsulation on an interface Contents Configuring HDLC 1 Overview 1 HDLC frame format and frame type 1 Enabling HDLC encapsulation on an interface 1 Configuring an IP address for an interface 2 Configuring the link status polling

More information

HP 5500 HI Switch Series

HP 5500 HI Switch Series HP 5500 HI Switch Series IP Multicast Configuration Guide Part number: 5998-2380 Software version: Release 5203 and Release 5206 Document version: 6W102-20140228 Legal and notice information Copyright

More information

OTV Technology Introduction and Deployment Considerations

OTV Technology Introduction and Deployment Considerations CHAPTER 1 OTV Technology Introduction and Deployment Considerations This document introduces a Cisco innovative LAN extension technology called Overlay Transport Virtualization (OTV). OTV is an IP-based

More information

H3C S9800 Switch Series

H3C S9800 Switch Series H3C S9800 Switch Series IP Multicast Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2109 Document version: 6W100-20140128 Copyright 2014, Hangzhou

More information

Customizing IGMP. Finding Feature Information. Last Updated: December 16, 2011

Customizing IGMP. Finding Feature Information. Last Updated: December 16, 2011 Customizing IGMP Last Updated: December 16, 2011 Internet Group Management Protocol (IGMP) is used to dynamically register individual hosts in a multicast group on a particular LAN segment. Enabling Protocol

More information

FiberstoreOS IPv6 Multicast Configuration Guide

FiberstoreOS IPv6 Multicast Configuration Guide FiberstoreOS IPv6 Multicast Configuration Guide Contents 1 Configuring IPv6 Multicast-Routing... 5 1.1 Overview... 5 1.2 Configuration... 5 1.3 Validation...5 2 Configuring MLD... 7 2.1 Overview... 7 2.2

More information

Configuring Flex Links and the MAC Address-Table Move Update Feature

Configuring Flex Links and the MAC Address-Table Move Update Feature CHAPTER 19 Configuring Flex Links and the MAC Address-Table Move Update Feature This chapter describes how to configure Flex Links, a pair of interfaces on the Catalyst 3560 switch that provide a mutual

More information

Contents. Configuring LLDP 2

Contents. Configuring LLDP 2 Contents Configuring LLDP 2 Overview 2 Basic concepts 2 Working mechanism 7 Protocols and standards 8 LLDP configuration task list 8 Performing basic LLDP configurations 9 Enabling LLDP 9 Setting the LLDP

More information

T e c h n i c a l D o c u m e n t. Cisco 2960G, 2960S, and 2960X Configuration for WheatNet-IP

T e c h n i c a l D o c u m e n t. Cisco 2960G, 2960S, and 2960X Configuration for WheatNet-IP 1 T e c h n i c a l D o c u m e n t Cisco 2960G, 2960S, and 2960X Configuration for WheatNet-IP Overview Let s take a look at what needs to be done to get your Cisco 2960 ready for the installation of

More information

Configuring ARP attack protection 1

Configuring ARP attack protection 1 Contents Configuring ARP attack protection 1 ARP attack protection configuration task list 1 Configuring unresolvable IP attack protection 1 Configuring ARP source suppression 2 Configuring ARP blackhole

More information

H3C S3100V2-52TP Switch

H3C S3100V2-52TP Switch H3C S3100V2-52TP Switch IP Multicast Configuration Guide New H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2111P02, Release 2112 Document version: 6W101-20180228 Copyright 2016-2018,

More information

H3C S5120-EI Switch Series

H3C S5120-EI Switch Series H3C S5120-EI Switch Series Layer 3 - IP Services Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2220 Document version: 6W100-20130810 Copyright 2013,

More information

Constraining IP Multicast in a Switched Ethernet Network

Constraining IP Multicast in a Switched Ethernet Network Constraining IP Multicast in a Switched Ethernet Network This module describes how to configure routers to use the Cisco Group Management Protocol (CGMP) in switched Ethernet networks to control multicast

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER 7 CHAPTER This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Cisco MWR 2941 router. It includes information about VLAN

More information

HPE FlexNetwork 7500 Switch Series

HPE FlexNetwork 7500 Switch Series HPE FlexNetwork 7500 Switch Series IP Multicast Configuration Guide Part number: 5998-7469R Software version: 7500-CMW710-R7178 Document version: 6W100-20160129 Copyright 2016 Hewlett Packard Enterprise

More information