HP 5500 Ei 5500 Si Switch Series Configuration Guide
Have a look at the manual HP 5500 Ei 5500 Si Switch Series Configuration Guide online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 1114 HP manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.
250 Step Command Remarks 2. Enter interface view. • Enter Layer 2 Ethernet interface view or Layer 2 aggregate interface view: interface interface-type interface-number • Enter port group view: port-group manual port-group-name Use one of the commands. 3. Configure the MVRP registration mode. mvrp registration { fixed | forbidden | normal } Optional. The default setting is normal registration mode. Configuring MRP timers CAUTION: The MRP timers apply to all MRP applications, for ex ample, MVRP, on a port. To avoid frequent VLAN registrations and deregistrations, use the same MRP timers throughout the network. Each port maintains its own Periodic, Join, and LeaveA ll timers, and each attribute of a port maintains a Leave timer. To c o n fig u re M R P t i m e rs : Step Command Remarks 1. Enter system view. system-view N/A 2. Enter interface view. • Enter Layer 2 Ethernet interface view or Layer 2 aggregate interface view: interface interface-type interface-number • Enter port group view: port-group manual port-group-name Use one of the commands. 3. Configure the LeaveAll timer. mrp timer leaveall timer-value Optional. The default setting is 1000 centiseconds. 4. Configure the Join timer. mrp timer join timer-value Optional. The default setting is 20 centiseconds. 5. Configure the Leave timer. mrp timer leave timer-value Optional. The default setting is 60 centiseconds. 6. Configure the Periodic timer. mrp timer periodic timer-value Optional. The default setting is 100 centiseconds.
251 Table 28 shows the value ranges for Join, Leave, and LeaveAll timers and their dependencies. • If you set a timer to a value beyond the allowed value range, your configuration will fail. To do that, you can change the allowed value range by tuning the value of another related timer. • To restore the default settings of the timers, restore the Join timer first, followed by the Leave and LeaveAll timers. Table 28 Dependencies of the Join, Leave, and LeaveAll timers Timer Lower limit Upper limit Join 20 centiseconds Half the Leave timer Leave Twice the Join timer LeaveAll timer LeaveAll Leave timer on each port 32760 centiseconds NOTE: You can restore the Periodic time r to the default at any time. Enabling GVRP compatibility MVRP can be compatible with GVRP. When the p eer device supports GVRP, you can enable GVRP compatibility on the local end, so that the local end can receive and send MVRP and GVRP protocol packets at the same time. Configuration restrictions and guidelines • MVRP with GVRP compatibility enabled can work together with STP or RSTP, but cannot work together with MSTP. When MVRP with GVRP compatibility enabled works with MSTP, the network might operate improperly. • When GVRP compatibility is enabled for MVRP, HP recommends disabling the Period timer. Otherwise, the VLAN status might frequent ly change when the system is busy. Configuration procedure To enable GVRP compatibility: Step Command Remarks 1. Enter system view system-view N/A 2. Enable GVRP compatibility mvrp gvrp-compliance enable By default, GVRP compatibility is disabled. Displaying and maintaining MVRP
252 Task Command Remarks Display the MVRP status of the specified port and each MVRP interface in the specified VLAN. display mvrp state interface interface-type interface-number vlan vlan-id [ | { begin | exclude | include } regular-expression ] Available in any view Display the MVRP running status. display mvrp running-status [ interface interface-list ] [ | { begin | exclude | include } regular-expression ] Available in any view Display the MVRP statistics. display mvrp statistics [ interface interface-list ] [ | { begin | exclude | include } regular-expression ] Available in any view Display the dynamic VLAN operation information of the specified port. display mvrp vlan-operation interface interface-type interface-number [ | { begin | exclude | include } regular-expression ] Available in any view Clear the MVRP statistics of the specified ports. reset mvrp statistics [ interface interface-list ] Available in user view Configuration example for MVRP in normal registration mode Network requirements As shown in Figure 80, configure MSTP, map VLAN 10 to MSTI 1, map VLAN 20 MST 2, and map the other VLANs to MSTI 0. Configure MVRP and set the MVRP registration mode to normal, so that Device A, Device B, Device C, and Device D can register and deregister dynamic and static VLANs and keep identical VLAN configuration for each MSTI. When the network is stable, set the MVRP registration mode to fixed on the port that connecting Device B to Device A, so that the dynamic VLANs on Device B are not de-registered.
253 Figure 80 Network diagram Configuration procedure Configuring Device A # Enter MST region view. system-view [DeviceA] stp region-configuration # Configure the MST region name, VLAN-to-instance mappings, and revision level. [DeviceA-mst-region] region-name example [DeviceA-mst-region] instance 1 vlan 10 [DeviceA-mst-region] instance 2 vlan 20 [DeviceA-mst-region] revision-level 0 # Manually activate the MST region configuration. [DeviceA-mst-region] active region-configuration [DeviceA-mst-region] quit # Configure Device A as the primary root bridge of MSTI 1. [DeviceA] stp instance 1 root primary # Globally enable the spanning tree feature. [DeviceA] stp enable # Globally enable MVRP. [DeviceA] mvrp global enable # Configure port GigabitEthernet 1/0/1 as a trunk port, and configure it to permit all VLANs. [DeviceA] interface gigabitethernet 1/0/1 [DeviceA-GigabitEthernet1/0/1] port link-type trunk [DeviceA-GigabitEthernet1/0/1] port trunk permit vlan all # Enable MVRP on port GigabitEthernet 1/0/1. [DeviceA-GigabitEthernet1/0/1] mvrp enable [DeviceA-GigabitEthernet1/0/1] quit Pe rm it : V L A N 4 0 P er m i t : a ll V LA N G E1 /0 / 2G E 1/ 0 / 1 G E 1/ 0 / 2 G E1/ 0 /1 G E 1/ 0 /1 G E 1/ 0 /1G E 1/ 0 / 2 G E 1/ 0 /2
254 # Configure port GigabitEthernet1/0/2 as a trunk port, and configure it to permit VLAN 40. [DeviceA] interface gigabitethernet 1/0/2 [DeviceA-GigabitEthernet1/0/2] port link-type trunk [DeviceA-GigabitEthernet1/0/2] port trunk permit vlan 40 # Enable MVRP on port GigabitEthernet1/0/2. [DeviceA-GigabitEthernet1/0/2] mvrp enable [DeviceA-GigabitEthernet1/0/2] quit # Configure port GigabitEthernet 1/0/3 as a trunk port, and configure it to permit all VLANs. [DeviceA] interface gigabitethernet 1/0/3 [DeviceA-GigabitEthernet1/0/3] port link-type trunk [DeviceA-GigabitEthernet1/0/3] port trunk permit vlan all # Enable MVRP on port GigabitEthernet 1/0/3. [DeviceA-GigabitEthernet1/0/3] mvrp enable [DeviceA-GigabitEthernet1/0/3] quit # Create VLAN 10. [DeviceA] vlan 10 [DeviceA-vlan10] quit Configuring Device B # Enter MST region view. system-view [DeviceB] stp region-configuration # Configure the MST region name, VLAN-to-instance mappings, and revision level. [DeviceB-mst-region] region-name example [DeviceB-mst-region] instance 1 vlan 10 [DeviceB-mst-region] instance 2 vlan 20 [DeviceB-mst-region] revision-level 0 # Manually activate the MST region configuration. [DeviceB-mst-region] active region-configuration [DeviceB-mst-region] quit # Configure Device B as the primary root bridge of MSTI 2. [DeviceB] stp instance 2 root primary # Globally enable the spanning tree feature. [DeviceB] stp enable # Globally enable MVRP. [DeviceB] mvrp global enable # Configure port GigabitEthernet 1/0/1 as a trunk port, and configure it to permit VLANs 20 and 40. [DeviceB] interface gigabitethernet 1/0/1 [DeviceB-GigabitEthernet1/0/1] port link-type trunk [DeviceB-GigabitEthernet1/0/1] port trunk permit vlan 20 40 # Enable MVRP on port GigabitEthernet 1/0/1. [DeviceB-GigabitEthernet1/0/1] mvrp enable [DeviceB-GigabitEthernet1/0/1] quit # Configure port GigabitEthernet1/0/2 as a trunk port, and configure it to permit all VLANs.
255 [DeviceB] interface gigabitethernet 1/0/2 [DeviceB-GigabitEthernet1/0/2] port link-type trunk [DeviceB-GigabitEthernet1/0/2] port trunk permit vlan all # Enable MVRP on port GigabitEthernet1/0/2. [DeviceB-GigabitEthernet1/0/2] mvrp enable [DeviceB-GigabitEthernet1/0/2] quit # Configure port GigabitEthernet 1/0/3 as a trunk port, and configure it to permit all VLANs. [DeviceB] interface gigabitethernet 1/0/3 [DeviceB-GigabitEthernet1/0/3] port link-type trunk [DeviceB-GigabitEthernet1/0/3] port trunk permit vlan all # Enable MVRP on port GigabitEthernet 1/0/3. [DeviceB-GigabitEthernet1/0/3] mvrp enable [DeviceB-GigabitEthernet1/0/3] quit # Create VLAN 20. [DeviceB] vlan 20 [DeviceB-vlan20] quit Configuring Device C # Enter MST region view. system-view [DeviceC] stp region-configuration # Configure the MST region name, VLAN-to-instance mappings, and revision level. [DeviceC-mst-region] region-name example [DeviceC-mst-region] instance 1 vlan 10 [DeviceC-mst-region] instance 2 vlan 20 [DeviceC-mst-region] revision-level 0 # Manually activate the MST region configuration. [DeviceC-mst-region] active region-configuration [DeviceC-mst-region] quit # Globally enable the spanning tree feature. [DeviceC] stp enable # Globally enable MVRP. [DeviceC] mvrp global enable # Configure port GigabitEthernet 1/0/1 as a trunk port, and configure it to permit all VLANs. [DeviceC] interface gigabitethernet 1/0/1 [DeviceC-GigabitEthernet1/0/1] port link-type trunk [DeviceC-GigabitEthernet1/0/1] port trunk permit vlan all # Enable MVRP on port GigabitEthernet 1/0/1. [DeviceC-GigabitEthernet1/0/1] mvrp enable [DeviceC-GigabitEthernet1/0/1] quit # Configure port GigabitEthernet1/0/2 as a trunk port, and configure it to permit all VLANs. [DeviceC] interface gigabitethernet 1/0/2 [DeviceC-GigabitEthernet1/0/2] port link-type trunk [DeviceC-GigabitEthernet1/0/2] port trunk permit vlan all
256 # Enable MVRP on port GigabitEthernet1/0/2. [DeviceC-GigabitEthernet1/0/2] mvrp enable [DeviceC-GigabitEthernet1/0/2] quit Configure Device D: # Enter MST region view. system-view [DeviceD] stp region-configuration # Configure the MST region name, VLAN-to-instance mappings, and revision level. [DeviceD-mst-region] region-name example [DeviceD-mst-region] instance 1 vlan 10 [DeviceD-mst-region] instance 2 vlan 20 [DeviceD-mst-region] revision-level 0 # Manually activate the MST region configuration. [DeviceD-mst-region] active region-configuration [DeviceD-mst-region] quit # Globally enable the spanning tree feature. [DeviceD] stp enable # Globally enable MVRP. [DeviceD] mvrp global enable # Configure port GigabitEthernet 1/0/1 as a trunk port, and configure it to permit VLANs 20 and 40. [DeviceD] interface gigabitethernet 1/0/1 [DeviceD-GigabitEthernet1/0/1] port link-type trunk [DeviceD-GigabitEthernet1/0/1] port trunk permit vlan 20 40 # Enable MVRP on port GigabitEthernet 1/0/1. [DeviceD-GigabitEthernet1/0/1] mvrp enable [DeviceD-GigabitEthernet1/0/1] quit # Configure port GigabitEthernet1/0/2 as a trunk port, and configure it to permit VLAN 40. [DeviceD] interface gigabitethernet 1/0/2 [DeviceD-GigabitEthernet1/0/2] port link-type trunk [DeviceD-GigabitEthernet1/0/2] port trunk permit vlan 40 # Enable MVRP on port GigabitEthernet1/0/2. [DeviceD-GigabitEthernet1/0/2] mvrp enable [DeviceD-GigabitEthernet1/0/2] quit Verifying the configuration 1. Verify the normal registration mode configuration: Use the display mvrp running-status command to display the local MVRP VLAN information to verify whether the configuration takes effect. # Check the local VLAN information on Device A. [DeviceA] display mvrp running-status -------[MVRP Global Info]------- Global Status : Enabled Compliance-GVRP : False
257 ----[GigabitEthernet1/0/1]---- Config Status : Enabled Running Status : Enabled Join Timer : 20 (centiseconds) Leave Timer : 60 (centiseconds) Periodic Timer : 100 (centiseconds) LeaveAll Timer : 1000 (centiseconds) Registration Type : Normal Local VLANs : 1(default), ----[GigabitEthernet1/0/2]---- Config Status : Enabled Running Status : Enabled Join Timer : 20 (centiseconds) Leave Timer : 60 (centiseconds) Periodic Timer : 100 (centiseconds) LeaveAll Timer : 1000 (centiseconds) Registration Type : Normal Local VLANs : 1(default), ----[GigabitEthernet1/0/3]---- Config Status : Enabled Running Status : Enabled Join Timer : 20 (centiseconds) Leave Timer : 60 (centiseconds) Periodic Timer : 100 (centiseconds) LeaveAll Timer : 1000 (centiseconds) Registration Type : Normal Local VLANs : 1(default), 20, The output shows that: { Ports GigabitEthernet 1/0/1 and GigabitEthernet1/0/2 have learned only VLAN 1 through MVRP. { Port GigabitEthernet 1/0/3 has learned VLAN 1 and dynamic VLAN 20 created on Device B through MVRP. # Check the local VLAN information on Device B. [DeviceB] display mvrp running-status -------[MVRP Global Info]------- Global Status : Enabled Compliance-GVRP : False ----[GigabitEthernet1/0/1]---- Config Status : Enabled Running Status : Enabled Join Timer : 20 (centiseconds) Leave Timer : 60 (centiseconds)
258 Periodic Timer : 100 (centiseconds) LeaveAll Timer : 1000 (centiseconds) Registration Type : Normal Local VLANs : 1(default), ----[GigabitEthernet1/0/2]---- Config Status : Enabled Running Status : Enabled Join Timer : 20 (centiseconds) Leave Timer : 60 (centiseconds) Periodic Timer : 100 (centiseconds) LeaveAll Timer : 1000 (centiseconds) Registration Type : Normal Local VLANs : 1(default), ----[GigabitEthernet1/0/3]---- Config Status : Enabled Running Status : Enabled Join Timer : 20 (centiseconds) Leave Timer : 60 (centiseconds) Periodic Timer : 100 (centiseconds) LeaveAll Timer : 1000 (centiseconds) Registration Type : Normal Local VLANs : 1(default), 10, The output shows that: { Ports GigabitEthernet 1/0/1 and GigabitEthernet1/0/2 have learned only VLAN 1 through MVRP. { Port GigabitEthernet 1/0/3 has learned VLAN 1 and dynamic VLAN 10 created on Device A through MVRP. # Check the local VLAN information on Device C. [DeviceC] display mvrp running-status -------[MVRP Global Info]------- Global Status : Enabled Compliance-GVRP : False ----[GigabitEthernet1/0/1]---- Config Status : Enabled Running Status : Enabled Join Timer : 20 (centiseconds) Leave Timer : 60 (centiseconds) Periodic Timer : 100 (centiseconds) LeaveAll Timer : 1000 (centiseconds) Registration Type : Normal Local VLANs : 1(default), 10,
259 ----[GigabitEthernet1/0/2]---- Config Status : Enabled Running Status : Enabled Join Timer : 20 (centiseconds) Leave Timer : 60 (centiseconds) Periodic Timer : 100 (centiseconds) LeaveAll Timer : 1000 (centiseconds) Registration Type : Normal Local VLANs : 1(default), 20, The output shows that: { Port GigabitEthernet 1/0/1 has learned VLAN 1 and dynamic VLAN 10 created on Device A through MVRP. { Port GigabitEthernet1/0/2 has learned VLAN 1 and dynamic VLAN 20 created on Device B through MVRP. # Check the local VLAN information on Device D. [DeviceD] display mvrp running-status -------[MVRP Global Info]------- Global Status : Enabled Compliance-GVRP : False ----[GigabitEthernet1/0/1]---- Config Status : Enabled Running Status : Enabled Join Timer : 20 (centiseconds) Leave Timer : 60 (centiseconds) Periodic Timer : 100 (centiseconds) LeaveAll Timer : 1000 (centiseconds) Registration Type : Normal Local VLANs : 1(default), 20, ----[GigabitEthernet1/0/2]---- Config Status : Enabled Running Status : Enabled Join Timer : 20 (centiseconds) Leave Timer : 60 (centiseconds) Periodic Timer : 100 (centiseconds) LeaveAll Timer : 1000 (centiseconds) Registration Type : Normal Local VLANs : 1(default), The output shows that: { Port GigabitEthernet 1/0/1 has learned VLAN 1 and dynamic VLAN 20 created on Device B through MVRP. { Port GigabitEthernet1/0/2 has learned only VLAN 1 through MVRP.