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

Size: px
Start display at page:

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

Transcription

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 Selective QinQ 1-4 Configuring the TPID Value to Be Carried in VLAN Tags 1-5 QinQ Configuration Example BPDU Tunneling Configuration 2-1 Introduction to BPDU Tunneling 2-1 Why BPDU Tunneling 2-1 How BPDU Tunneling Works 2-1 Configuring BPDU Isolation 2-2 Configuring BPDU Transparent Transmission 2-3 Configuring Destination Multicast MAC Address for BPDU Tunnel Frames 2-4 BPDU Tunneling Configuration Example 2-4 i

2 1 QinQ Configuration The term switch in this document refers to a switch in a generic sense or an access controller configured with the switching function unless otherwise specified. When configuring QinQ, go to these sections for information you are interested in: Introduction to QinQ Configuring Basic QinQ Configuring Selective QinQ Configuring the TPID Value to Be Carried in VLAN Tags QinQ Configuration Example Introduction to QinQ In the VLAN tag field defined in IEEE 802.1Q, only 12 bits are used for VLAN IDs, so a switch can support a maximum of 4,094 VLANs. In actual applications, however, a large number of VLANs are required to isolate users, especially in metropolitan area networks (MANs), and 4,094 VLANs are far from satisfying such requirements. Understanding QinQ The port QinQ feature is a flexible, easy-to-implement Layer 2 VPN technique, which enables the access point to encapsulate an outer VLAN tag in Ethernet frames from customer networks (private networks), so that the Ethernet frames will travel across the service provider s backbone network (public network) with double VLAN tags. The inner VLAN tag is the customer network VLAN tag while the outer one is the VLAN tag assigned by the service provider to the customer. In the public network, frames are forwarded based on the outer VLAN tag only, with the source MAC address learned as a MAC address table entry for the VLAN indicated by the outer tag, while the customer network VLAN tag is transmitted as part of the data in the frames. Figure 1-1 shows the structure of 802.1Q-tagged and double-tagged Ethernet frames. The QinQ feature enables a device to support up to 4,094 x 4,094 VLANs to satisfy the requirement for the amount of VLANs in the MAN. 1-1

3 Figure 1-1 Single-tagged frame structure vs. double-tagged Ethernet frame structure Advantages of QinQ: Addresses the shortage of public VLAN ID resource. Enables customers to plan their own VLAN IDs, without running into conflicts with public network VLAN IDs. Provides an easy-to-do Layer 2 VPN solution for small-sized MANs or intranets. The QinQ feature requires configurations only on the service provider network, and not on the customer network. Implementations of QinQ There are two types of QinQ implementations: basic QinQ and selective QinQ. 1) Basic QinQ Basic QinQ is a port-based feature, which is implemented through VLAN VPN. With the VLAN VPN feature enabled on a port, when a frame arrives at the port, the switch will tag it with the port s default VLAN tag, regardless of whether the frame is tagged or untagged. If the received frame is already tagged, this frame becomes a double-tagged frame; if it is an untagged frame, it is tagged with the port s default VLAN tag. 2) Selective QinQ Selective QinQ is a more flexible, VLAN-based implementation of QinQ. In addition to all the functions of basic QinQ, selective QinQ can tag the frame with different outer VLAN tags based on different inner VLAN IDs. 1-2

4 For a WX6103 access controller switch interface board with both basic QinQ function and selective QinQ function enabled, packets received are processed according to the settings of selective QinQ first. Those that do not match selective QinQ settings are tagged with outer VLAN tags according to the basic QinQ settings. Modification of TPID Value of QinQ Frames A VLAN tag uses the tag protocol identifier (TPID) field to identify the protocol type of the tag. The value of this field, as defined in IEEE 802.1Q, is 0x8100. Figure 1-2 shows the 802.1Q-defined tag structure of an Ethernet frame. Figure 1-2 VLAN Tag structure of an Ethernet frame On devices of different vendors, the TPID field of the outer VLAN tag of QinQ frames may have different default values. You can set and/or modify this TPID value. Normally, a frame with the TPID field being 0x8100 is regarded carrying a VLAN tag with it and is processed in the preset way when it reaches a switch. Those with their TPID not being 0x8100 are regarded carrying no VLAN tag. After you configure the TPID value to be adjustable, the switch replaces the TPID value in the outer VLAN tag of a received frame with the customer-defined value before forwarding the frame, so that the frame, when arriving at the public network, is of specific protocol type. This enables a switch to communicate with devices of other vendors. The TPID in an Ethernet frame has the same position with the protocol type field in a frame without a VLAN tag. To avoid problems in packet forwarding and handling in the network, you cannot set the TPID value to any of the values in the table below. Table 1-1 Reserved protocol type values Protocol type Value ARP PUP RARP IP IPv6 PPPoE 0x0806 0x0200 0x8035 0x0800 0x86DD 0x8863/0x

5 Protocol type Value MPLS IPX/SPX IS-IS LACP 0x8847/0x8848 0x8137 0x8000 0x x 0x888E Cluster Reserved 0x88A7 0xFFFD/0xFFFE/0xFFFF Configuring Basic QinQ Follow these steps to configure basic QinQ: To do... Use the command... Remarks Enter system view system-view Enter Ethernet port view or port group view Enter Ethernet port view Enter port group view interface interface-type interface-number port-group { manual port-group-name aggregation agg-id } Use either command. Configurations made in Ethernet port view will take effect on the current port only; configuration made in port group view will take effect on all ports in the port group. Enable QinQ on the port(s) qinq enable Disabled by default. Configuring Selective QinQ The outer VLAN tag added to a frame by the basic QinQ feature is the VLAN tag corresponding to the port s default VLAN ID, while the selective QinQ feature allows adding different outer VLAN tags based on different inner VLAN tags. With selective QinQ configured on a port, the device attaches different outer VLAN tags based on the inner VLAN tags; frames with a VLAN ID out of the range specified in the raw-vlan-id inbound command are attached the port s default VLAN tag as the outer tag. Follow these steps to configure selective QinQ: 1-4

6 To do... Use the command... Remarks Enter system view system-view Enter Ethernet port view or port group view Enter Ethernet port view Enter port group view interface interface-type interface-number port-group { manual port-group-name aggregation agg-id } Use either command. Configurations made in Ethernet port view will take effect on the current port only; configurations made in port group view will take effect on all ports in the port group. Enter QinQ view and configure the outer VLAN tag for the port to add Configure inner VLAN tags corresponding to the outer VLAN tags qinq vid vlan-id raw-vlan-id inbound { all vlan-id-list } An inner VLAN tag corresponds to only one outer VLAN tag. If you want to change an outer VLAN tag, you must delete the old outer VLAN tag configuration and configure a new outer VLAN tag. You can configure selective QinQ and basic QinQ on the same port. The switch uses the basic QinQ function to attach the port s default VLAN tag as the outer tag to frames that do not match the selective QinQ mapping rule. Configuring the TPID Value to Be Carried in VLAN Tags You can configure the TPID value to be carried in a VLAN tag TPID globally (configuration will take effect on all ports of the device). To do... Use the command... Remarks Enter system view system-view Configure the TPID value to be carried in VLAN tags qinq ethernet-type { customer-tag service-tag } hex-value Optional Both 0x8100 by default QinQ Configuration Example Network requirements Provider A and Provider B are service provider network access devices. Customer A, Customer B and Customer C are customer network access devices. Provider A and Provider B are interconnected through a configured trunk port. Provider A belongs to VLAN 1000 of the service provider network, and Provider B belongs to VLAN 2000 of the service provider network. Third-party devices are deployed between Provider A and Provider B, with a TPID value of 0x8200. After configuration, the network should satisfy the following requirement: 1-5

7 Frames of VLAN 10 of Customer A and frames of VLAN 10 of Customer B can be forwarded to each other through VLAN 1000 of the provider network; Frames of VLAN 20 of Customer A and frames of VLAN 20 of Customer C can be forwarded to each other through VLAN 2000 of the provider network. Network diagram Figure 1-3 Network diagram for QinQ configuration Customer A VLAN 10,VLAN 20 Provider A GE0/0/1 Hybrid GE0/0/2 Access GE0/0/3 Trunk Public network VLAN 1000, VLAN 2000 TPID=0x8200 Provider B GE0/0/1 Trunk GE0/0/2 Access VLAN 10 VLAN 20 Customer B Customer C Configuration procedure With this configuration, the user can allow the QinQ packets to pass between the devices of the service providers. 1) Configuration on Provider A # Enter system view. <ProviderA> system-view Configuration on GigabitEthernet 0/0/1 # Configure GigabitEthernet 0/0/1 as a Hybrid port that permits frames of VLAN 1000 and VLAN 2000 to pass, and configure the port to remove the outer tag of the fames when sending them out. [ProviderA] interface GigabitEthernet 0/0/1 [ProviderA-GigabitEthernet0/0/1] port link-type hybrid [ProviderA-GigabitEthernet0/0/1] port hybrid vlan untagged # Configure the port to tag frames from VLAN 10 with an outer tag with the VLAN ID of

8 [ProviderA-GigabitEthernet0/0/1] qinq vid 1000 [ProviderA-GigabitEthernet0/0/1-vid-1000] raw-vlan-id inbound 10 [ProviderA-GigabitEthernet0/0/1-vid-1000] quit # Configure the port to tag frames from VLAN 20 with an outer tag with the VLAN ID of [ProviderA-GigabitEthernet0/0/1] qinq vid 2000 [ProviderA-GigabitEthernet0/0/1-vid-2000] raw-vlan-id inbound 20 [ProviderA-GigabitEthernet0/0/1-vid-2000] quit [ProviderA-GigabitEthernet0/0/1] quit Configuration on GigabitEthernet 0/0/2 # Configure VLAN 1000 as the default VLAN of the port. [ProviderA] interface GigabitEthernet 0/0/2 [ProviderA-GigabitEthernet0/0/2] port access vlan 1000 # Enable basic QinQ so that the port tags frames from VLAN 10 with an outer tag with the VLAN ID of [ProviderA-GigabitEthernet0/0/2] qinq enable [ProviderA-GigabitEthernet0/0/2] quit Configuration on GigabitEthernet 0/0/3. # Configure GigabitEthernet 0/0/3 as a trunk port, and permit frames of VLAN 1000 and VLAN 2000 to pass. [ProviderA] interface GigabitEthernet 0/0/3 [ProviderA-GigabitEthernet0/0/3] port link-type trunk [ProviderA-GigabitEthernet0/0/3] port trunk permit vlan # To enable interoperability with the third-party devices in the public network, set the TPID value to be carried in VLAN Tags to 0x8200. [ProviderA-GigabitEthernet0/0/3] quit [ProviderA] qinq ethernet-type customer-tag ) Configuration on Provider B Configuration on GigabitEthernet 0/0/1 # Configure GigabitEthernet 0/0/1 as a trunk port, and permit frames of VLAN 1000 and VLAN <ProviderB> system-view [ProviderB] interface GigabitEthernet 0/0/1 [ProviderB-GigabitEthernet0/0/1] port link-type trunk [ProviderB-GigabitEthernet0/0/1] port trunk permit vlan # To enable interoperability with the third-party devices in the public network, set the TPID value to be carried in VLAN Tags to 0x8200. [ProviderB-GigabitEthernet0/0/1] quit [ProviderB] qinq ethernet-type customer-tag 8200 Configuration on GigabitEthernet 0/0/2 # Configure VLAN 2000 as the default VLAN of the port. [ProviderB] interface GigabitEthernet 0/0/2 [ProviderB-GigabitEthernet0/0/2] port access vlan 2000 # Enable basic QinQ so as to tag frames from VLAN 20 with an outer tag with the VLAN ID of [ProviderB-GigabitEthernet0/0/2] qinq enable 3) Configuration on devices on the public network As third-party devices are deployed between Provider A and Provider B, what we discuss here is only the basic configuration that should be made on the devices. Configure that device connecting with 1-7

9 GigabitEthernet 0/0/3 of Provider A and the device connecting with GigabitEthernet 0/0/1 of Provider B so that their corresponding ports send tagged frames of VLAN 1000 and VLAN The configuration steps are omitted here. 1-8

10 2 BPDU Tunneling Configuration When configuring BPDU tunneling, go to these sections for information you are interested in: Introduction to BPDU Tunneling Configuring BPDU Isolation Configuring BPDU Transparent Transmission Configuring Destination Multicast MAC Address for BPDU Tunnel Frames BPDU Tunneling Configuration Example Introduction to BPDU Tunneling Why BPDU Tunneling To avoid loops in your network, you can enable the spanning tree protocol (STP) on your device. However, STP gets aware of the topological structure of a network by means of bridge protocol data units (BPDUs) exchanged between different devices and the BPDUs are Layer 2 multicast packets, which can be received and processed by all STP-enabled devices on the network. This prevents each network from correctly calculating its spanning tree. As a result, when redundant links exist in a network, data loops will unavoidably occur. By allowing each network to have its own spanning tree while running STP, BPDU tunneling can resolve this problem. BPDU tunneling can isolate BPDUs of different customer networks, so that one network is not affected by others while calculating the topological structure. BPDU tunneling enables BPDUs of the same customer network to be broadcast in a specific VLAN in the provider network, so that the geographically dispersed customer networks of the same customer can implement consistent spanning tree calculation across the provider network. How BPDU Tunneling Works The BPDU tunneling implements the following two functions: BPDU isolation BPDU transparent transmission The work process of IGMP is as follows: BPDU isolation When a port receives BPDUs of other networks, the port will discard the BPDUs, so that they will not take part in spanning tree calculation. Refer to Configuring BPDU Isolation. BPDU transparent transmission As shown in Figure 2-1, the upper part is the service provider network, and the lower part represents the customer networks. The customer networks include network A and network B. Enabling the BPDU tunneling function on the BPDU input/output devices across the service provider network allows BPDUs of the customer networks to be transparently transmitted in the service provider network, and allows 2-1

11 each customer network to implement independent spanning tree calculation, without affecting each other. Refer to Configuring BPDU Transparent Transmission. Figure 2-1 Network hierarchy of BPDU tunneling BPDU input/output device Service provider network Network BPDU input/output device Network A Customer networks Network B At the BPDU input side, the device changes the destination MAC address of a BPDU from a customer network from 0x0180-C to a special multicast MAC address, 0x010F-E by default. In the service provider s network, the modified BPDUs are forwarded as data packets in the user VLAN. At the packet output side, the device recognizes the BPDU with the destination MAC address of 0x010F-E and restores its original destination MAC address 0x0180-C Then, the device removes the outer tag, and sends the BPDU to the destination customer network. Make sure, through configuration, that the VLAN tag of the BPDU is neither changed nor removed during its transparent transmission in the service provider network; otherwise, the system will fail to transparently transmit the customer network BPDU correctly. Configuring BPDU Isolation Perform the following tasks to configure BPDU isolation: To do... Use the command... Remarks Enter system view system-view Enable BPDU tunneling globally bpdu-tunnel dot1q enable Optional Enabled by default 2-2

12 To do... Use the command... Remarks Enter Ethernet port view or port group view Enter Ethernet port view Enter port group view interface interface-type interface-number port-group { manual port-group-name aggregation agg-id } Use either command. Configurations made in Ethernet port view will take effect on the current port only; configurations made in port group view will take effect on all ports in the port group. Enable BPDU tunneling for the port(s) bpdu-tunnel dot1q enable Disabled by default BPDU tunneling must be enabled globally before the BPDU tunnel configuration for a port can take effect. The BPDU tunneling feature is incompatible with the GVRP feature, so these two features cannot be enabled at the same time. For introduction to GVRP, refer to VLAN in H3C WX6103 Access Controller Switch Interface Board Configuration Guide. The BPDU tunneling feature is incompatible with the NTDP feature, so these two features cannot be enabled at the same time. If you want to enable BPDU tunneling on a port, use the undo ntdp enable command to disable NTDP first. For introduction to NTDP, refer to Cluster Management in H3C WX6103 Access Controller Switch Interface Board Configuration Guide. Configuring BPDU Transparent Transmission Perform the following tasks to configure BPDU transparent transmission: To do... Use the command... Remarks Enter system view system-view Enable BPDU tunneling globally bpdu-tunnel dot1q enable Optional Enabled by default Enter Ethernet port view or port group view Enter Ethernet port view Enter port group view interface interface-type interface-number port-group { manual port-group-name aggregation agg-id } Use either command. Configurations made in Ethernet port view will take effect on the current port only; configurations made in port group view will take effect on all ports in the port group. Enable BPDU tunneling on the port(s) Disable STP on the port(s) Enable BPDU tunneling for STP on the port(s) bpdu-tunnel dot1q enable stp disable bpdu-tunnel dot1q stp Disabled by default Enabled by default Disabled by default 2-3

13 BPDU tunneling must be enabled globally before the BPDU tunnel configuration for a port can take effect. The BPDU tunneling feature is incompatible with the GVRP feature, so these two features cannot be enabled at the same time. For introduction to GVRP, refer to VLAN in H3C WX6103 Access Controller Switch Interface Board Configuration Guide. The BPDU tunneling feature is incompatible with the NTDP feature, so these two features cannot be enabled at the same time. If you want to enable BPDU tunneling on a port, use the undo ntdp enable command to disable NTDP first. For introduction to NTDP, refer to Cluster Management in H3C WX6103 Access Controller Switch Interface Board Configuration Guide. Configuring Destination Multicast MAC Address for BPDU Tunnel Frames By default, the destination multicast MAC address for BPDU Tunnel frames is 0x010F-E You can modify it to 0x0100-0CCD-CDD0, 0x0100-0CCD-CDD1 or 0x0100-0CCD-CDD2 through the following configuration. Follow these steps to configure destination multicast MAC address for BPDU tunnel frames: To do Use the command Remarks Enter system view system-view Configure the destination multicast MAC address for BPDU Tunnel frames bpdu-tunnel tunnel-dmac mac-address Optional 0x010F-E by default. BPDU Tunneling Configuration Example Network requirements Customer A, Customer B, Customer C, and Customer D are customer network access devices. Provider A, Provider B, and Provider C are service provider network access devices, which are interconnected through configured trunk ports. The configuration is required to satisfy the following requirements: Geographically dispersed customer network devices Customer A, Customer C and Customer D can implement consistent spanning tree calculation across the service provider network. BPDU packets from Customer B are isolated so it does not take part in the spanning tree calculation. 2-4

14 Network diagram Figure 2-2 Network diagram for BPDU tunneling configuration Customer A Customer B VLAN 2 GE0/0/1 VLAN 4 Trunk Provider A GE0/0/2 Provider B Trunk Trunk VLAN 2 GE0/0/4 Provider C VLAN 2 GE0/0/3 Customer D Customer C Configuration procedure 1) Configuration on Provider A # Configure BPDU transparent transmission on GigabitEthernet 0/0/1. <ProviderA> system-view [ProviderA] interface GigabitEthernet 0/0/1 [ProviderA-GigabitEthernet0/0/1] port access vlan 2 [ProviderA-GigabitEthernet0/0/1] stp disable [ProviderA-GigabitEthernet0/0/1] undo ntdp enable [ProviderA-GigabitEthernet0/0/1] bpdu-tunnel dot1q enable [ProviderA-GigabitEthernet0/0/1] bpdu-tunnel dot1q stp 2) Configuration on Provider B # Configure BPDU isolation on GigabitEthernet 0/0/2. <ProviderB> system-view [ProviderB] interface GigabitEthernet 0/0/2 [ProviderB-GigabitEthernet0/0/2] port access vlan 4 [ProviderB-GigabitEthernet0/0/2] undo ntdp enable [ProviderB-GigabitEthernet0/0/2] bpdu-tunnel dot1q enable 3) Configuration on Provider C # Configure BPDU transparent transmission on GigabitEthernet 0/0/3. <ProviderC> system-view [ProviderC] interface GigabitEthernet 0/0/3 [ProviderC-GigabitEthernet0/0/3] port access vlan 2 [ProviderC-GigabitEthernet0/0/3] stp disable [ProviderC-GigabitEthernet0/0/3] undo ntdp enable [ProviderC-GigabitEthernet0/0/3] bpdu-tunnel dot1q enable [ProviderC-GigabitEthernet0/0/3] bpdu-tunnel dot1q stp # Configure BPDU transparent transmission on GigabitEthernet 0/0/4. [ProviderC-GigabitEthernet0/0/3] quit 2-5

15 [ProviderC] interface GigabitEthernet 0/0/4 [ProviderC-GigabitEthernet0/0/4] port access vlan 2 [ProviderC-GigabitEthernet0/0/4] stp disable [ProviderC-GigabitEthernet0/0/4] undo ntdp enable [ProviderC-GigabitEthernet0/0/4] bpdu-tunnel dot1q enable [ProviderC-GigabitEthernet0/0/4] bpdu-tunnel dot1q stp When STP works stably on the customer network, if Customer A acts as the root bridge, the ports of Customer C and Customer D connected with Provider C can receive BPDUs from Customer A. Since BPDU isolation is enabled on Customer B, the port that connects Customer B to Provider B cannot receive BPDUs from Customer A. 2-6

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

Command Manual QinQ-BPDU Tunneling H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Command Manual QinQ-BPDU Tunneling H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 QinQ Configuration Commands... 1-1 1.1.1 mac-mirroring... 1-1 1.1.2 raw-vlan-id inbound... 1-2 1.1.3 qinq enable... 1-3 1.1.4 qinq ethernet-type... 1-4 1.1.5

More information

Configuring BPDU tunneling

Configuring BPDU tunneling Contents Configuring BPDU tunneling 1 Introduction to BPDU tunneling 1 Background 1 BPDU Tunneling implementation 2 Configuring BPDU tunneling 3 Configuration prerequisites 3 Enabling BPDU tunneling for

More information

Command Manual QinQ-BPDU TUNNEL H3C S5500-SI Series Ethernet Switches. Table of Contents

Command Manual QinQ-BPDU TUNNEL H3C S5500-SI Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 QinQ Configuration Commands... 1-1 1.1.1 qinq enable... 1-1 1.1.2 qinq ethernet-type... 1-2 1.1.3 qinq vid... 1-2 1.1.4 raw-vlan-id inbound... 1-3 Chapter

More information

QinQ Operation. Page 1 of 11

QinQ Operation. Page 1 of 11 QinQ Operation Page 1 of 11 Chapter 1 Contents QinQ Configuration...3 1.1 Introduction to QinQ... 3 1.1.1 Understanding QinQ...3 1.1.2 Implementations of QinQ...4 1.1.3 Modification of TPID Value of QinQ

More information

Command Manual (For Soliton) VLAN-VPN. Table of Contents

Command Manual (For Soliton) VLAN-VPN. Table of Contents Table of Contents Table of Contents Chapter 1 VLAN-VPN Configuration Commands... 1-1 1.1 VLAN-VPN Configuration Commands... 1-1 1.1.1 display port vlan-vpn... 1-1 1.1.2 vlan-vpn enable... 1-2 1.1.3 vlan-vpn

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

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

Configuring VPLS. VPLS overview. Operation of VPLS. Basic VPLS concepts

Configuring VPLS. VPLS overview. Operation of VPLS. Basic VPLS concepts Contents Configuring VPLS 1 VPLS overview 1 Operation of VPLS 1 VPLS packet encapsulation 4 H-VPLS implementation 5 Hub-spoke VPLS implementation 7 Multi-hop PW 8 VPLS configuration task list 9 Enabling

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 MPLS L2VPN overview 1 About MPLS L2VPN 1 Comparison with traditional VPN 2 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 Overview 1 Comparison with traditional VPN 1 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration task list 4 Configuring

More information

Huawei H HCNP R&S Fast Track.

Huawei H HCNP R&S Fast Track. Huawei H12-224 HCNP R&S Fast Track http://killexams.com/pass4sure/exam-detail/h12-224 Question: 591 Which statements about the MUX VLAN configuration are true? (Select 2 Answers) [Quidway]vlan 10 [Quidway-vlan10]mux-vlan

More information

FSOS. Ethernet Configuration Guide

FSOS. Ethernet Configuration Guide FSOS Ethernet Configuration Guide Contents 1 Configuring Interface... 1 1.1 Overview...1 1.2 Configuring Interface State...1 1.2.1 Configurations...1 1.2.2 Validation...1 1.3 Configuring Interface Speed...

More information

Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling

Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling CHAPTER 8 Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling Virtual private networks (VPNs) provide enterprise-scale connectivity on a shared infrastructure, often Ethernet-based, with the same security,

More information

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling 9 CHAPTER Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling Virtual private networks (VPNs) provide enterprise-scale connectivity on a shared infrastructure, often Ethernet-based, with the

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 MPLS L2VPN overview 1 Basic concepts of MPLS L2VPN 2 Implementation of MPLS L2VPN 2 MPLS L2VPN configuration task list 4 Configuring MPLS L2VPN 5 Configuring CCC MPLS

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

Ethernet Virtual Connections Configuration

Ethernet Virtual Connections Configuration An Ethernet Virtual Connection (EVC) is defined by the Metro-Ethernet Forum (MEF) as an association between two or more user network interfaces that identifies a point-to-point or multipoint-to-multipoint

More information

Configuring Q-in-Q VLAN Tunnels

Configuring Q-in-Q VLAN Tunnels Information About Q-in-Q Tunnels, page 1 Licensing Requirements for Interfaces, page 7 Guidelines and Limitations, page 7 Configuring Q-in-Q Tunnels and Layer 2 Protocol Tunneling, page 8 Configuring Q-in-Q

More information

Table of Contents. Chapter 1 Port Configuration Overview

Table of Contents. Chapter 1 Port Configuration Overview Table of Contents Table of Contents Chapter 1 Port Configuration Overview... 1-1 Chapter 2 Ethernet Port Configuration... 2-1 2.1 Ethernet Port Overview... 2-1 2.2 Ethernet Port Configuration... 2-1 2.2.1

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches Layer 2 - LAN Switching Configuration Guide Part number:5998-3155a Software version: Release 2103 and later Document version: 6W102-20141218 Legal and notice information

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 Virtual Private LAN Services

Configuring Virtual Private LAN Services Virtual Private LAN Services (VPLS) enables enterprises to link together their Ethernet-based LANs from multiple sites via the infrastructure provided by their service provider. This module explains VPLS

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

Example: Configuring Layer 2 Protocol Tunneling on EX Series Switches

Example: Configuring Layer 2 Protocol Tunneling on EX Series Switches Example: Configuring Layer 2 Protocol Tunneling on EX Series Switches Requirements Layer 2 protocol tunneling (L2PT) allows you to send Layer 2 protocol data units (PDUs) across a service provider network

More information

Configuring Ethernet Virtual Connections on the Cisco ASR 1000 Series Router

Configuring Ethernet Virtual Connections on the Cisco ASR 1000 Series Router Configuring Ethernet Virtual Connections on the Cisco ASR 1000 Series Router Ethernet virtual circuit (EVC) infrastructure is a Layer 2 platform-independent bridging architecture that supports Ethernet

More information

Configuring VLAN-VPN CHAPTERS

Configuring VLAN-VPN CHAPTERS CHAPTERS 1. VLAN-VPN 2. Basic VLAN-VPN Configuration 3. Flexible VLAN-VPN Configuration 4. Configuration Example 5. Appendix: Default Parameters VLAN-VPN This guide applies to: T2600G-28TS v3 or above,

More information

24-Port 10/100 L3 Switch Model: Web Configuration Guide

24-Port 10/100 L3 Switch Model: Web Configuration Guide 24-Port 10/100 L3 Switch Model: 065-7434 Web Configuration Guide Table of Contents PREPARATIONS... 6 OVERVIEW... 6 Login... 6 PRODUCT INFORMATION... 9 OVERVIEW... 9 FEATURES... 9 SYSTEM VERSION INFORMATION...10

More information

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling CHAPTER 14 Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling With Release 12.1(13)E and later, the Catalyst 6500 series switches support IEEE 802.1Q tunneling and Layer 2 protocol tunneling.

More information

DD2490 p Layer 2 networking. Olof Hagsand KTH CSC

DD2490 p Layer 2 networking. Olof Hagsand KTH CSC DD2490 p4 2010 Layer 2 networking Olof Hagsand KTH CSC 1 Literature Radia Pearlman Interconnections - Bridges, Routers, Switches and Internetworking Protocols, Addison-Wesley. Section 3: Transparent bridges

More information

Operation Manual MPLS VLL. Table of Contents

Operation Manual MPLS VLL. Table of Contents Table of Contents Table of Contents... 1-1 1.1 MPLS VLL Overview... 1-2 1.1.1 Concepts in MPLS VLL... 1-2 1.1.2 Introduction to MPLS VLL... 1-2 1.1.3 Packet Forwarding... 1-3 1.1.4 Implementation... 1-4

More information

Configuring Q-in-Q VLAN Tunnels

Configuring Q-in-Q VLAN Tunnels This chapter describes how to configure Q-in-Q VLAN tunnels. Finding Feature Information, page 1 Feature History for Q-in-Q Tunnels and Layer 2 Protocol Tunneling, page 1 Information About Q-in-Q Tunnels,

More information

Index. Numerics. Index p priority (QoS) definition Q VLAN standard w as a region 5-54

Index. Numerics. Index p priority (QoS) definition Q VLAN standard w as a region 5-54 Index Numerics 802.1p priority (QoS) 802.1Q VLAN standard 5-7 802.1w as a region 5-54 A active path 5-5 address IP 7-8 advertisement 3-3 applicable products 1-ii ARP age setting 7-10 cache 7-4 cache table

More information

HP A3100 v2 Switch Series

HP A3100 v2 Switch Series HP A3100 v2 Switch Series Layer 2 - LAN Switching Command Reference HP A3100-8 v2 SI Switch (JG221A) HP A3100-16 v2 SI Switch (JG222A) HP A3100-24 v2 SI Switch (JG223A) HP A3100-8 v2 EI Switch (JD318B)

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

Configuring Access and Trunk Interfaces

Configuring Access and Trunk Interfaces Configuring Access and Trunk Interfaces Ethernet interfaces can be configured either as access ports or trunk ports. Trunks carry the traffic of multiple VLANs over a single link and allow you to extend

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

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

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

HP 5820X & 5800 Switch Series Layer 2 - LAN Switching. Configuration Guide. Abstract

HP 5820X & 5800 Switch Series Layer 2 - LAN Switching. Configuration Guide. Abstract HP 5820X & 5800 Switch Series Layer 2 - LAN Switching Configuration Guide Abstract This document describes the software features for the HP 5820X & 5800 Series products and guides you through the software

More information

H3C S5500-HI Switch Series

H3C S5500-HI Switch Series H3C S5500-HI Switch Series Layer 2 - LAN Switching Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 5101 Document version: 6W100-20111031 Copyright 2011,

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring BGP Autodiscovery for LDP VPLS Release NCE0035 Modified: 2017-01-24 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 9 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094). It includes information about VLAN membership modes, VLAN configuration

More information

IEEE 802.1ah on Provider Backbone Bridges

IEEE 802.1ah on Provider Backbone Bridges IEEE 802.1ah on Provider Backbone Bridges First Published: November 25, 2009 Last Updated: February 8, 2011 The IEEE 802.1ah on Provider Backbone Bridges feature enables MAC-in-MAC tunneling on Ethernet

More information

HP 5120 SI Switch Series

HP 5120 SI Switch Series HP 5120 SI Switch Series Layer 2 - LAN Switching Configuration Guide Part number: 5998-1807 Software version: Release 1513 Document version: 6W100-20130830 Legal and notice information Copyright 2013 Hewlett-Packard

More information

HP MSR Router Series. Layer 2 LAN Switching Command Reference(V7)

HP MSR Router Series. Layer 2 LAN Switching Command Reference(V7) HP MSR Router Series Layer 2 LAN Switching Command Reference(V7) Part number: 5998-7738b Software version: CMW710-R0304 Document version: 6PW104-20150914 Legal and notice information Copyright 2015 Hewlett-Packard

More information

Configuring 802.1Q VLAN Interfaces

Configuring 802.1Q VLAN Interfaces A VLAN is a group of devices on one or more LANs that are configured so that they can communicate as if they were attached to the same wire, when in fact they are located on a number of different LAN segments.

More information

Configuring OpenFlow 1

Configuring OpenFlow 1 Contents Configuring OpenFlow 1 Overview 1 OpenFlow switch 1 OpenFlow port 1 OpenFlow instance 2 OpenFlow flow table 3 Group table 5 Meter table 5 OpenFlow channel 6 Protocols and standards 7 Configuration

More information

IEEE 802.1ad Support on Provider Bridges

IEEE 802.1ad Support on Provider Bridges IEEE 802.1ad Support on Provider Bridges First Published: April 19, 2010 Last Updated: May 26, 2011 Service provider bridges (also called provider bridges) allow switches in a service provider network

More information

ARP attack protection commands

ARP attack protection commands Contents ARP attack protection commands 1 Unresolvable IP attack protection commands 1 arp resolving-route enable 1 arp source-suppression enable 1 arp source-suppression limit 2 display arp source-suppression

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

Configuring GVRP. Introduction to GVRP GARP. How GARP works. GARP messages

Configuring GVRP. Introduction to GVRP GARP. How GARP works. GARP messages Contents Configuring GVRP 1 Introduction to GVRP 1 GARP 1 GVRP 4 Protocols and standards 5 GVRP configuration task list 5 Configuring GVRP functions 5 Configuring GARP timers 6 Displaying and maintaining

More information

HP A5120 EI Switch Series Layer 2 - LAN Switching. Command Reference. Abstract

HP A5120 EI Switch Series Layer 2 - LAN Switching. Command Reference. Abstract HP A5120 EI Switch Series Layer 2 - LAN Switching Command Reference Abstract This document describes the commands and command syntax options available for the HP A Series products. This document is intended

More information

MSTP Technology White Paper

MSTP Technology White Paper MSTP Technology White Paper Key words: STP, RSTP, MSTP, rapid transition, multiple instances, redundancy loop, redundancy link, load sharing Abstract: This article introduces basic MSTP terms, MSTP algorithm

More information

Configuring Q-in-Q VLAN Tunnels

Configuring Q-in-Q VLAN Tunnels This chapter contains the following sections: Information About Q-in-Q VLAN Tunnels, page 1 Licensing Requirements for Q-in-Q Tunnels, page 4 Guidelines and Limitations for Q-in-Q VLAN Tunnels, page 5

More information

HP FlexFabric 5700 Switch Series

HP FlexFabric 5700 Switch Series HP FlexFabric 5700 Switch Series Layer 2 LAN Switching Configuration Guide Part number: 5998-6686 Software version: Release 2416 Document version: 6W100-20150130 Legal and notice information Copyright

More information

HPE FlexFabric 5940 Switch Series

HPE FlexFabric 5940 Switch Series HPE FlexFabric 5940 Switch Series EVPN Configuration Guide Part number: 5200-2002b Software version: Release 25xx Document version: 6W102-20170830 Copyright 2017 Hewlett Packard Enterprise Development

More information

Configuring Private VLANs

Configuring Private VLANs CHAPTER 15 This chapter describes how to configure private VLANs on the Cisco 7600 series routers. Note For complete syntax and usage information for the commands used in this chapter, refer to the Cisco

More information

ASR 9000 Series Common Problems with Spanning Tree Protocols

ASR 9000 Series Common Problems with Spanning Tree Protocols ASR 9000 Series Common Problems with Spanning Tree Protocols Document ID: 116514 Contributed by Bryan Garland and David Powers, Cisco TAC Engineers. Sep 19, 2013 Contents Introduction Problem Port VLAN

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

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

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

Configuration Ethernet Avaya Advanced Gateway 2330 AG NN , 01.01

Configuration Ethernet Avaya Advanced Gateway 2330 AG NN , 01.01 Configuration Ethernet Avaya Advanced Gateway 2330 AG10.2.2 NN47264-501, 01.01 August 2010 2010 Avaya Inc. All Rights Reserved. Notice While reasonable efforts have been made to ensure that the information

More information

H3C SR G Core Routers

H3C SR G Core Routers H3C SR8800 10G Core Routers Layer 2 LAN Switching Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: SR8800-CMW520-R3347 Document version: 6W103-20120224 Copyright

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

HP A3100 v2 Switch Series

HP A3100 v2 Switch Series HP A3100 v2 Switch Series Layer 2 - LAN Switching Configuration Guide HP A3100-8 v2 SI Switch (JG221A) HP A3100-16 v2 SI Switch (JG222A) HP A3100-24 v2 SI Switch (JG223A) HP A3100-8 v2 EI Switch (JD318B)

More information

H3C S7500E-XS Switch Series FAQ

H3C S7500E-XS Switch Series FAQ H3C S7500E-XS Switch Series FAQ Copyright 2016 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 prior

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

Implementing IP in IP Tunnel

Implementing IP in IP Tunnel This chapter module provides conceptual and configuration information for IP in IP tunnels on Cisco ASR 9000 Series Router. Note For a complete description of the IP in IP tunnel commands listed in this

More information

Contents. Configuring GRE 1

Contents. Configuring GRE 1 Contents Configuring GRE 1 Overview 1 GRE encapsulation format 1 GRE tunnel operating principle 1 GRE application scenarios 2 Protocols and standards 4 Configuring a GRE/IPv4 tunnel 4 Configuration guidelines

More information

Configuring IEEE 802.1Q Tunneling

Configuring IEEE 802.1Q Tunneling CHAPTER 26 This chapter describes how to configure IEEE 802.1Q tunneling in Cisco IOS Release 12.2SX. For complete syntax and usage information for the commands used in this chapter, see the Cisco IOS

More information

Table of Contents Chapter 1 Link Aggregation Configuration

Table of Contents Chapter 1 Link Aggregation Configuration Table of Contents Table of Contents... 1-1 1.1 Over... 1-1 1.2 LACP... 1-2 1.3 Link Aggregation Types... 1-2 1.3.1 Manual Aggregation and Static LACP Aggregation... 1-2 1.3.2 Dynamic LACP Aggregation...

More information

Table of Contents Chapter 1 MSTP Configuration

Table of Contents Chapter 1 MSTP Configuration Table of Contents Table of Contents... 1-1 1.1 MSTP Overview... 1-1 1.1.1 MSTP Protocol Data Unit... 1-1 1.1.2 Basic MSTP Terminologies... 1-2 1.1.3 Implementation of MSTP... 1-6 1.1.4 MSTP Implementation

More information

HP0-Y49. Applying HP FlexNetwork Fundamentals.

HP0-Y49. Applying HP FlexNetwork Fundamentals. HP HP0-Y49 Applying HP FlexNetwork Fundamentals http://killexams.com/exam-detail/hp0-y49 QUESTION: 54 Refer to the Exhibit. Exhibit: HP Comware switch configuration. [Comware] vlan 100 [Comware-vlan100]

More information

Configuring MPLS L3VPN

Configuring MPLS L3VPN Contents Configuring MPLS L3VPN 1 MPLS L3VPN overview 1 Introduction to MPLS L3VPN 1 MPLS L3VPN concepts 2 MPLS L3VPN packet forwarding 5 MPLS L3VPN networking schemes 5 MPLS L3VPN routing information

More information

IEEE 802.1Q-in-Q VLAN Tag Termination

IEEE 802.1Q-in-Q VLAN Tag Termination IEEE 802.1Q-in-Q VLAN Tag Termination Encapsulating IEEE 802.1Q VLAN tags within 802.1Q enables service providers to use a single VLAN to support customers who have multiple VLANs. The IEEE 802.1Q-in-Q

More information

Carrier Ethernet Services

Carrier Ethernet Services CHAPTER 6 The following topics describe how you can use Cisco ANA to monitor Carrier Ethernet services. Supported Carrier Ethernet Technologies, page 6-1 VLANs, page 6-2 STP, page 6-5 Cisco REP, page 6-6

More information

HPE ArubaOS-Switch Advanced Traffic Management Guide for WC.16.02

HPE ArubaOS-Switch Advanced Traffic Management Guide for WC.16.02 HPE ArubaOS-Switch Advanced Traffic Management Guide for WC.16.02 Part Number: 5200-1656c Published: September 2016 Edition: 4 Copyright Copyright 2016 Hewlett Packard Enterprise Development LP The information

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

Configuring RRPP. Overview. Basic RRPP concepts. RRPP domain

Configuring RRPP. Overview. Basic RRPP concepts. RRPP domain Contents Configuring RRPP 1 Overview 1 Basic RRPP concepts 1 RRPPDUs 3 RRPP timers 4 How RRPP works 4 Typical RRPP networking 6 Protocols and standards 9 RRPP configuration task list 9 Creating an RRPP

More information

H3C S5820X&S5800 Series Ethernet Switches

H3C S5820X&S5800 Series Ethernet Switches H3C S5820X&S5800 Series Ethernet Switches Layer 2 - LAN Switching Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document Version: 6W103-20100716 Product Version: Release 1110

More information

DD2490 p Bridging, spanning tree and related issues. Olof Hagsand KTH/CSC

DD2490 p Bridging, spanning tree and related issues. Olof Hagsand KTH/CSC DD490 p4 009 Bridging, spanning tree and related issues Olof Hagsand KTH/CSC Literature Radia Pearlman Interconnections Section 3 (Handouts) Building a network: routing or bridging? Scaling differences:

More information

Table of Contents Chapter 1 Multicast VLAN Configuration

Table of Contents Chapter 1 Multicast VLAN Configuration Table of Contents Table of Contents... 1-1 1.1 Multicast VLAN Overview... 1-1 1.2 Configuring Multicast VLAN... 1-1 1.3 Multicast VLAN Configuration Examples... 1-2 1.4 Introduction to Multicast VLAN PLUS...

More information

Campus Networking Workshop. Layer 2 engineering Spanning Tree and VLANs

Campus Networking Workshop. Layer 2 engineering Spanning Tree and VLANs Campus Networking Workshop Layer 2 engineering Spanning Tree and VLANs Switching Loop When there is more than one path between two switches What are the potential problems? Switching Loop If there is more

More information

VLAN. Mario Baldi. Pietro Nicoletti. Politecnico di Torino. Studio Reti

VLAN. Mario Baldi. Pietro Nicoletti. Politecnico di Torino. Studio Reti VLAN Mario Baldi Politecnico di Torino http://staff.polito.it/mario.baldi Pietro Nicoletti Studio Reti http://www.studioreti.it Based on chapter 5 of: M. Baldi, P. Nicoletti, Switched LAN, McGraw-Hill,

More information

2D1490 p Bridging, spanning tree and related issues. Olof Hagsand KTHNOC/NADA

2D1490 p Bridging, spanning tree and related issues. Olof Hagsand KTHNOC/NADA D490 p4 007 Bridging, spanning tree and related issues Olof Hagsand KTHNOC/NADA Literature Radia Pearlman Interconnections Section 3 (Handouts) Building a network: routing or bridging? Scaling differences:

More information

H3C S10500 Switch Series

H3C S10500 Switch Series H3C S10500 Switch Series Layer 2 - LAN Switching Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: S10500-CMW710-R7178 Document version: 6W100-20160118 Copyright

More information

Higher scalability to address more Layer 2 segments: up to 16 million VXLAN segments.

Higher scalability to address more Layer 2 segments: up to 16 million VXLAN segments. This chapter tells how to configure Virtual extensible LAN (VXLAN) interfaces. VXLANs act as Layer 2 virtual networks over Layer 3 physical networks to stretch Layer 2 networks. About VXLAN Encapsulation

More information

Implementing VXLAN. Prerequisites for implementing VXLANs. Information about Implementing VXLAN

Implementing VXLAN. Prerequisites for implementing VXLANs. Information about Implementing VXLAN This module provides conceptual information for VXLAN in general and configuration information for layer 2 VXLAN on Cisco ASR 9000 Series Router. For configuration information of layer 3 VXLAN, see Implementing

More information

LSW6600 are the industry's highest performance 1U stackable data center switch, featuring with 1.28Tbps

LSW6600 are the industry's highest performance 1U stackable data center switch, featuring with 1.28Tbps Data Sheet DPtech LSW6600 Series DPtech LSW6600 Series Switch Overview DPtech LSW6600 series are next generation high-density Gigabit Ethernet switch products released by DPtech for data centers. LSW6600

More information

Transparent or Routed Firewall Mode

Transparent or Routed Firewall Mode This chapter describes how to set the firewall mode to routed or transparent, as well as how the firewall works in each firewall mode. You can set the firewall mode independently for each context in multiple

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

Configuring Bridge Domain Interfaces

Configuring Bridge Domain Interfaces The Cisco ASR 1000 Series Aggregation Services Routers support the bridge domain interface (BDI) feature for packaging Layer 2 Ethernet segments into Layer 3 IP. Restrictions for Bridge Domain Interfaces,

More information

Table of Contents X Configuration 1-1

Table of Contents X Configuration 1-1 Table of Contents 1 802.1X Configuration 1-1 802.1X Overview 1-1 Architecture of 802.1X 1-1 Authentication Modes of 802.1X 1-2 Basic Concepts of 802.1X 1-2 EAP over LAN 1-3 EAP over RADIUS 1-5 802.1X Authentication

More information

Configuring SPAN and RSPAN

Configuring SPAN and RSPAN 34 CHAPTER This chapter describes how to configure the Switched Port Analyzer (SPAN) and Remote SPAN (RSPAN) on the Catalyst 4500 series switches. SPAN selects network traffic for analysis by a network

More information

Overview. Overview. OTV Fundamentals. OTV Terms. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices.

Overview. Overview. OTV Fundamentals. OTV Terms. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices., page 1 Sample Topologies, page 6 OTV is a MAC-in-IP method that extends Layer 2 connectivity across

More information

What LinkSec Should Know About Bridges Norman Finn

What LinkSec Should Know About Bridges Norman Finn What LinkSec Should Know About Bridges Norman Finn What LinkSec Should Know About Bridges Rev. 2 Norman Finn, Cisco Systems IEEE 802 LinkSec SG 1/20 What Do Bridges Do? (1) A network of bridges emulates

More information

L2VPN Support on Cable

L2VPN Support on Cable The Layer 2 VPN (L2VPN) Support over Cable feature on the Cisco CMTS provides point-to-point Transparent LAN Service (TLS) in support of the Business Services over DOCSIS (BSOD) Cable Labs specification.

More information

Manual:Interface/Bridge - MikroTik Wiki

Manual:Interface/Bridge - MikroTik Wiki 1 of 14 3/22/2015 11:57 AM Manual:Interface/Bridge From MikroTik Wiki < Manual:Interface Summary Ethernet-like networks (Ethernet, Ethernet over IP, IEEE802.11 in ap-bridge or bridge mode, WDS, VLAN) can

More information

Data Center Configuration. 1. Configuring VXLAN

Data Center Configuration. 1. Configuring VXLAN Data Center Configuration 1. 1 1.1 Overview Virtual Extensible Local Area Network (VXLAN) is a virtual Ethernet based on the physical IP (overlay) network. It is a technology that encapsulates layer 2

More information