HP 5500 Ei 5500 Si Switch Series Configuration Guide
Here you can view all the pages of manual HP 5500 Ei 5500 Si Switch Series Configuration Guide. The HP manuals for Printer are available online for free. You can easily download all the documents as PDF.
Page 321
110 • Ethernet Operation, Administration and Maintenance (EOAM) • GARP VLAN Registration Protocol (GVRP) • HW Group Management Protocol (HGMP) • Link Aggregation Control Protocol (LACP) • Link Layer Discovery Protocol (LLDP) • Port Aggregation Protocol (PAGP) • Per VLAN Spanning Tree (PVST) • Spanning Tree Protocol (STP) • Unidirectional Link Direction (UDLD) • VLAN Trunking Protocol (VTP) BPDU tunneling implementation The BPDU tunneling implementations for different...
Page 322
111 Figure 33 BPDU tunneling implementation The upper section of Figure 33 represents the service provider network (ISP network). The lower section, including User A network 1 and User A network 2, represents the customer networks. Enabling BPDU tunneling on edge devices (PE 1 and PE 2) in the service provider network allows BPDUs of User A network 1 and User A network 2 to be transparently transmitted through the service provider network. This ensures consistent spanning tree calculation...
Page 323
112 Configuration restrictions and guidelines • Settings made in Layer 2 Ethernet interface view or Layer 2 aggregate interface view take effect only on the current port. Settings made in port group view take ef fe ct on al l por ts i n the por t g roup. • Before you enable BPDU tunneling for DLDP, EOAM, GVRP, HGMP, LLDP, or STP on a port, disable the protocol on the port first. • Because PVST is a special STP protocol, you must do two things before you enable BPDU tunneling for...
Page 324
113 To configure destination multicast MAC address for BPDUs: Step Command Remarks 1. Enter system view. system-view N/A 2. Configure the destination multicast MAC address for BPDUs. bpdu-tunnel tunnel-dmac mac-address Optional. 0x010F-E200-0003 by default. NOTE: For BPDUs to be recognized, the destination mult icast MAC addresses configured for BPDU tunnelin g must be the same on the edge devices on the service provider network. BPDU tunneling configuration examples BPDU...
Page 325
114 # Create VLAN 2 and assign GigabitEthernet 1/0/1 to VLAN 2. [PE1] vlan 2 [PE1-vlan2] quit [PE1] interface gigabitethernet 1/0/1 [PE1-GigabitEthernet1/0/1] port access vlan 2 # Disable STP on GigabitEthernet 1/0/1, and then enable BPDU tunneling for STP on it. [PE1-GigabitEthernet1/0/1] undo stp enable [PE1-GigabitEthernet1/0/1] bpdu-tunnel dot1q stp 2. Configure PE 2: # Configure the destination multicast MA C address for BPDUs as 0x0100-0CCD-CDD0. system-view [PE2] bpdu-tunnel...
Page 326
115 Configuration procedure 1. Configure PE 1: # Configure the destination multicast MA C address for BPDUs as 0x0100-0CCD-CDD0. system-view [PE1] bpdu-tunnel tunnel-dmac 0100-0ccd-cdd0 # Configure GigabitEthernet 1/0/1 as a tr unk port and assign it to all VLANs. [PE1] interface gigabitethernet 1/0/1 [PE1-GigabitEthernet1/0/1] port link-type trunk [PE1-GigabitEthernet1/0/1] port trunk permit vlan all # Disable STP on GigabitEthernet 1/0/1, and th en enable BPDU tunneling for STP and PVST on...
Page 327
116 Configuring VLANs Overview Ethernet is a network technology based on the Carrier Sense Multiple Access/Collision Detect (CSMA/CD) mechanism. Because the medium is shared, collisions and excessive broadcasts are common on Ethernet networks. To address the issue, virtual LAN (VLAN) was introduced to break a LAN down into separate VLANs. VLANs ar e isolated from each other at Layer 2. A VLAN is a bridging domain, and contains all broadcast traffic within it. Figure 36 A VLAN diagram A...
Page 328
117 The Ethernet II encapsulation format is used here. Besides the Ethernet II encapsulation format, Ethernet also supports other encapsulation formats, including 802.2 LLC, 802.2 SNAP, and 802.3 raw. The VLAN tag fields are added to frames encapsulated in these formats for VLAN identification. In the header of a traditional Ethernet data frame, the field after the destination MAC address and the source MAC address is the Type field, which indi cates the upper layer protocol type, as shown in...
Page 329
118 This chapter covers port-based VLAN, MAC-based VLAN, protocol-based VLAN, and IP subnet-based VLAN. The port-based VLAN implementation is the basis of all other VLAN implementations. To use any other VLAN implementations, you must configure port-based VLAN settings. You can configure all these types of VLANs on a port at the same time. When the switch is determining which VLAN a packet that passes through the port shou ld be assigned to, it looks up the VLANs in the default order of MAC-based...
Page 330
119 Configuring basic settings of a VLAN interface For hosts of different VL ANs to communicate, you must use a router or Layer 3 switch to perform Layer 3 forwarding. You use VLAN interfaces to achieve this. VLAN interfaces are virtual interfaces used for Layer 3 communication between different VLANs. They do not exist as physical entities on devices. For each VLAN, you can create one VLAN interface. You can assign the VLAN interface an IP address and specify it as the gateway of the VLAN to...