HPE Synergy 40Gb F8 Switch Module

Size: px
Start display at page:

Download "HPE Synergy 40Gb F8 Switch Module"

Transcription

1 HPE Synergy 40Gb F8 Switch Module DHCP Configuration Abstract This document is intended for the person who configures HPE Synergy 40Gb F8 Switch Modules a March 2017 Edition: 1

2 Copyright 2016, 2017 Hewlett Packard Enterprise Development LP The information contained herein is subject to change without notice. The only warranties for Hewlett Packard Enterprise products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Hewlett Packard Enterprise shall not be liable for technical or editorial errors or omissions contained herein. Links to third-party websites take you outside the Hewlett Packard Enterprise website. Hewlett Packard Enterprise has no control over and is not responsible for information outside the Hewlett Packard Enterprise website. Confidential computer software. Valid license from Hewlett Packard Enterprise required for possession, use or copying. Consistent with FAR and , Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor s standard commercial license.

3 Contents CHAPTER 1: DHCP CONFIGURATION 1 Abstract CHAPTER 2: INTRODUCTION 6 PURPOSE AND SCOPE... 6 ACRONYMS... 6 REFERENCES... 6 DOCUMENT CONVENTIONS... 6 GENERAL CONFIGURATIONS... 7 PROTOCOL DESCRIPTION... 8 DHCP SERVER... 8 DHCP CLIENT... 8 DHCP RELAY AGENT... 8 CHAPTER 3: DHCP CONFIGURATIONS 9 CONFIGURATION GUIDELINES... 9 DEFAULT CONFIGURATIONS RELEASING A DYNAMICALLY ACQUIRED IP RENEWING A DYNAMICALLY ACQUIRED IP CONFIGURING AN INTERFACE TO USE MANUAL IP ENABLING DEBUG TRACES FOR CLIENT ACQUIRING IP FROM A SERVER RESIDING OUTSIDE THE CLIENT NETWORK CHAPTER 4: SUPPORT AND OTHER RESOURCES 19 ACCESSING HEWLETT PACKARD ENTERPRISE SUPPORT Information to collect ACCESSING UPDATES WEBSITES REMOTE SUPPORT... 20

4 Figures Figure Figure

5 Tables Table 1: Acronyms used in this document... 6 Table 2: Document Conventions... 6 Table 3: General Configurations... 7 Table 4: Default Configurations... 10

6 Introduction Purpose and Scope Acronyms HPE DHCP is a portable implementation of the Dynamic Host configuration protocol specification provided in RFC The product design supports portability on a wide range of routers and gateways - from monolithic to distributed-shared memory or message passing architectures. This document describes the basic and advanced configuration tasks of HPE DHCP. Table 1: Acronyms used in this document Acronym CLI DHCP DNS ICMP IP ICM RAI SNMP Expansion Command Line Interface Dynamic Host Configuration Protocol Domain Name Server Internet Control Message Protocol Internet Protocol Interconnect Module Relay Agent Information Simple Network Management Protocol References [1] HPE Synergy 40Gb F8 Switch Module Command Line Interface (CLI) Guide Document Conventions Table 2: Document Conventions Convention Bold Italics Courier New 10 Regular, blue color Usage CLI commands User inputs for CLI commands CLI command outputs Notes / Guidelines / Pre-requisites Output areas specific to the configuration

7 General Configurations The following table provides the access and exit methods to various general configuration modes. Table 3: General Configurations Command Mode Access Method Prompt Exit method User EXEC Privileged EXEC Global Configuration Interface Configuration DHCP Pool Configuration This is the initial mode to start a session. The User EXEC mode command enable, is used to enter the Privileged EXEC mode. The Privileged EXEC mode command configure terminal, is used to enter the Global Configuration mode The Global Configuration mode command interface <interface-type><interfaceid> is used to enter the Interface configuration mode. The Global configuration mode command ip dhcp pool <integer( )> creates a DHCP server address pool and places the user in DHCP pool configuration mode. switch> switch# switch(config )# switch(config -if)# switch(dhcpconfig)# The logout method is used. To return from the Privileged EXEC mode to User EXEC mode the disable command is used. To exit to the Global Configuration mode the exit command is used and to exit to the Privileged EXEC mode the end command is used. To exit to the Global Configuration mode the exit command is used and to exit to the Privileged EXEC mode the end command is used. To exit to the Global Configuration mode the exit command is used and to exit to the Privileged EXEC mode the end command is used.

8 Protocol Description DHCP (Dynamic Host Configuration Protocol) allows dynamic configuration of a host computer. When a DHCP client is turned on, it issues a broadcast message to any DHCP server which is on the network. An exchange takes place during which the DHCP server assigns an IP address to the client and informs the client certain key network configuration parameters. ISS DHCP implementation complies with RFC DHCP Server DHCP Client DHCP server maintains a configured set of IP address pools from which IP addresses are allocated to the DHCP clients, whenever they request the Server dynamically. Once the IP address is allocated, the Server will keep this IP as reserved until the lease time for that IP expires. If the client does not renew the IP before the lease time expiry, this will be returned into the free pool and will be offered to new clients. DHCP client is the host which requests IP address for its interface. It also configures the parameters like default router, DNS, subnet mask etc. offered by the server. Refer to Figure 1. DHCP Relay Agent DHCP relay agent is used to forward the DHCP packets between client and server when they are not in the same subnets. The relay receives packets from the client and inserts certain information like the network in which the packet is received and then forwards it to the server. The Server identifies the client s network from this information and allocates IP accordingly, then sends the reply to the relay. The Relay then strips the information inserted and broadcasts the packets into the client s network. Refer to Figure 2.

9 DHCP Configurations Switch 1 (DHCP SERVER) Switch 2 (DHCP CLIENT) Figure 1 Switch 2 (DHCP RELAY) Port 1 Port 2 Vlan 2 Vlan Port 1 Port 1 Switch 1 (DHCP SERVER) Switch 3 (DHCP CLIENT) Figure 2 Configuration Guidelines Refer to the HPE Synergy 40Gb F8 Switch Module Command Line Interface (CLI) Guide for the complete set of commands and the various options available for configuring DHCP. The following are the configuration guidelines: DHCP Client If the router interface was not assigned an IP address by the DHCP server, the renew DHCP command fails and displays the following error message: Interface does not have a DHCP originated address DHCP Relay Agent DHCP Server must be disabled before enabling the DHCP Relay agent. Only when enabled, the Relay Agent, becomes active

10 Default Configurations Feature forwards the packets from the client to a specific DHCP server does any processing related to Relay Agent Information Options - like inserting the necessary options while relaying a packet from a client to a server and examining/stripping of options when relaying a packet from a server to a client Table 4: Default Configurations Default Setting ICMP echo Disabled Offer reuse time out 5 seconds Boot file name None DHCP relay status Disabled RAI option Disabled DHCP relay debug level None DHCP client debug level None This option will be offered to DHCP clients only when there is no Host specific option and there is no pool specific option with this option code. Releasing a Dynamically Acquired IP Refer to DHCP Topology Figure 1 for the Topology Setup. 1. View the dynamic IP configured for vlan1 in Switch 2 using the following command. switch# show ip interface cpu0 is up, line protocol is up Internet Address is /0 Broadcast Address View the client statistics using the following command. switch# show ip dhcp client stats 3. Execute the following command in Switch 2 to release the dynamic IP address of vlan1. switch# release dhcp vlan 1 4. View the IP address configured in the Switch 2. switch# show ip interface cpu0 is up, line protocol is up Internet Address is /0 Broadcast Address

11 5. View the client statistics. switch# show ip dhcp client stats Dhcp Client Statistics Interface : vlan1 Client IP Address : Client Lease Time : 3600 Client Remain Lease Time : 0 Message Statistics DHCP DISCOVER : 1 DHCP REQUEST : 1 DHCP DECLINE : 0 DHCP RELEASE : 1 DHCP INFORM : 0 DHCP OFFER : 1 To release a dynamic IP, client must have a dynamic IP with valid lease. Renewing a Dynamically Acquired IP Refer to DHCP Topology Figure 1 for Topology Setup. 1. View the dynamic IP configured for vlan1 in Switch 2 using the following commands. switch# show ip interface cpu0 is up, line protocol is up Internet Address is /0 Broadcast Address switch# show ip dhcp client stats Dhcp Client Statistics Interface : vlan1 Client IP Address : Client Lease Time : 3600 Client Remain Lease Time : 2925 Message Statistics DHCP DISCOVER : 1 DHCP REQUEST : 1 DHCP DECLINE : 0

12 DHCP RELEASE : 0 DHCP INFORM : 0 DHCP OFFER : 1 2. Execute the following command in Switch 2 to renew the dynamic IP address of vlan1 using the following command. switch# renew dhcp vlan 1 3. View the IP address configured in the Switch 2 using the following command. switch# show ip interface vlan1 is up, line protocol is up Internet Address is /0 Broadcast Address IP address allocation method is dynamic IP address allocation protocol is dhcp 4. View the client statistics using the following command. switch# show ip dhcp client stats Dhcp Client Statistics Interface : vlan1 Client IP Address : Client Lease Time : 3600 Client Remain Lease Time : 3598 Message Statistics DHCP DISCOVER : 1 DHCP REQUEST : 2 DHCP DECLINE : 0 DHCP RELEASE : 0 DHCP INFORM : 0 DHCP OFFER : 1 Configuring an Interface to Use Manual IP A Switch can be configured to stop running DHCP and to use manual IP allocation method for an interface. 1. Execute the following command to configure an interface to use manual IP. Enter into the Global configuration mode. switch# configure terminal Enter into VLAN configuration mode for vlan 1.

13 switch(config)# interface vlan 1 Change the IP allocation mode to manual. switch(config-if)# no ip address Exit from the interface configuration mode. switch(config-if)# end 2. View the current configuration mode using the following command. switch# show ip interface cpu0 is up, line protocol is up Internet Address is /0 Broadcast Address Enabling Debug Traces for Client 1. Execute the following command to enable debug trace for DHCP client. Available options for trace logging are: events, packets, error and bind. Option all represents enabling all the trace options. switch# debug ip dhcp client all 2. View the debug trace level using the following command. switch# show debugging The output in the Switch 1 is DHCP Client : DHCP Client event handling related debugging is on DHCP Client packets debugging is on DHCP Client errors debugging is on DHCP Client binding debugging is on Acquiring IP from a Server Residing Outside the Client Network Connect Port 1 of Switch 1 to Port 1 of Switch 2 and connect Port 2 of Switch 2 to Port 1 of Switch Create vlan2 in Switch 1 with Port 1 as member port. Then, add a route to network though (Switch 2). switch# configure terminal switch(config)# vlan 2 switch(config-vlan)# ports TwentyGigE 0/1/1 switch(config-vlan)# exit switch(config)# interface vlan 2 switch(config-if)# shutdown switch(config-if)# ip address switch(config-if)# no shutdown

14 switch(config-vlan)# exit switch(config)# interface TwentyGigE 0/1/1 switch(config-if)# switchport pvid 2 switch(config-vlan)# exit switch(config)# ip route switch(config) # end 2. View the VLAN configurations and route configuration using the following commands. switch# show ip interface vlan 2 vlan2 is up, line protocol is up Internet Address is /8 Broadcast Address switch# show vlan id 2 Vlan database Vlan ID : 2 Member Ports : Gi0/1 Untagged Ports : None Forbidden Ports : None Name : Status : Permanent switch# show ip route C /8 is directly connected, vlan1 C /8 is directly connected, vlan2 S /8 [1] via Create vlan2 with port1 as member port and vlan3 with port2 as member port in Switch 2. switch# configure terminal switch(config)# vlan 2 switch(config-vlan)# ports TwentyGigE 0/1/1 switch(config-vlan)# exit switch(config)# interface vlan 2 switch(config-if)# shutdown switch(config-if)# ip address switch(config-if)# no shutdown switch(config-if)# exit switch(config)# interface TwentyGigE 0/1/1

15 switch(config-if)# switchport pvid 2 switch(config-if)# exit switch(config)# vlan 3 switch(config-vlan)# ports TwentyGigE 0/1/2 switch(config-vlan)# exit switch(config)# interface vlan 3 switch(config-if)# shutdown switch(config-if)# ip address switch(config-if)# no shutdown switch(config-if)# exit switch(config)# interface TwentyGigE 0/1/2 switch(config-if)# switchport pvid 3 switch(config-if)# no shutdown switch(config-if)# end 4. View the configuration using the following commands switch# show vlan id 2 Switch default Vlan database switch# show vlan id 3 Switch default Vlan database switch# show ip interface vlan 2 vlan2 is up, line protocol is up Internet Address is /8 Broadcast Address switch# show ip interface vlan 3 vlan3 is up, line protocol is up Internet Address is /8 Broadcast Address Enable DHCP server in Switch 1. Since the client is in Vlan3, an address pool with network needs to be configured in the Server.

16 switch# configure terminal switch(config)# service dhcp-server switch(config)# ip dhcp pool 1 switch(dhcp-config)# network switch(dhcp-config)# lease switch(dhcp-config)# end 6. View the configuration using the following commands. switch# show ip dhcp server information DHCP server status : Enable Send Ping Packets : Disable Debug level : None Server Address Reuse Timeout : 5 secs Next Server Adress : Boot file name : None switch# show ip dhcp server pools Pool Id : Subnet : Subnet Mask : Lease time : 1800 secs Utilization threshold : 75% Start Ip : End Ip : Enable DHCP Relay in Switch 2, which connects the networks between Client and Server. switch# configure terminal switch(config)# service dhcp-relay switch(config)# end 8. View the configuration using the following commands. switch# show ip dhcp relay information Dhcp Relay : Enabled Dhcp Relay Servers only : Disabled DHCP server : Dhcp Relay RAI option : Disabled Debug Level : 0x1 No of Packets inserted RAI option : 0 No of Packets inserted circuit ID suboption : 0 No of Packets inserted remote ID suboption : 0

17 No of Packets inserted subnet mask suboption : 0 No of Packets dropped : 0 No of Packets which did not inserted RAI option : 0 9. Create vlan 3 in Switch 3 with port1 as member port and acquire IP address through DHCP using the following commands. switch# configure terminal switch(config)# vlan 3 switch(config-vlan)# ports TwentyGigE 0/1/1 switch(config-vlan)# exit switch(config)# interface TwentyGigE 0/1/1 switch(config-if)# switchport pvid 3 switch(config-if)# exit switch(config)# interface vlan 3 switch(config-if)# no shutdown switch(config-if)# ip address dhcp switch(config-if)# end 10. Wait for seconds for DHCP to acquire dynamic IP from the server. 11. View the IP address configured for vlan3 in Switch 3 using the following commands. switch# show ip interface vlan 3 vlan3 is up, line protocol is up Internet Address is /8 Broadcast Address IP address allocation method is dynamic IP address allocation protocol is dhcp switch# ping Reply Received From : , TimeTaken : 40 msecs Reply Received From : , TimeTaken : 40 msecs Reply Received From : , TimeTaken : 40 msecs Ping Statistics Packets Transmitted, 3 Packets Received, 0% Packets Loss switch# show ip dhcp client stats Dhcp Client Statistics Interface : vlan3 Client IP Address : Client Lease Time : 1800 Client Remain Lease Time : 1277

18 Message Statistics DHCP DISCOVER : 1 DHCP REQUEST : 1 DHCP DECLINE : 0 DHCP RELEASE : 0 DHCP INFORM : 0 DHCP OFFER : 1 switch# show ip dhcp server binding Ip Hw Hw Binding Expire Address Type Address State Time Ethernet 00:03:02:03:04:01 Assigned Jan 7 16:59:

19 Support and other resources Accessing Hewlett Packard Enterprise Support For live assistance, go to the Contact Hewlett Packard Enterprise Worldwide website ( To access documentation and support services, go to the Hewlett Packard Enterprise Support Center website ( Information to collect Technical support registration number (if applicable) Product name, model or version, and serial number Operating system name and version Firmware version Error messages Product-specific reports and logs Add-on products or components Third-party products or components Accessing updates Websites Some software products provide a mechanism for accessing software updates through the product interface. Review your product documentation to identify the recommended software update method. To download product updates, go to either of the following: o Hewlett Packard Enterprise Support Center Get connected with updates page ( o Software Depot website ( To view and update your entitlements, and to link your contracts and warranties with your profile, go to the Hewlett Packard Enterprise Support Center More Information on Access to Support Materials page ( IMPORTANT: Access to some updates might require product entitlement when accessed through the Hewlett Packard Enterprise Support Center. You must have an HP Passport set up with relevant entitlements. Hewlett Packard Enterprise Information Library ( Hewlett Packard Enterprise Support Center ( Contact Hewlett Packard Enterprise Worldwide ( Subscription Service/Support Alerts (

20 Software Depot ( Customer Self Repair ( Insight Remote Support ( Serviceguard Solutions for HP-UX ( Single Point of Connectivity Knowledge (SPOCK) Storage compatibility matrix ( Storage white papers and analyst reports ( Remote support Remote support is available with supported devices as part of your warranty or contractual support agreement. It provides intelligent event diagnosis, and automatic, secure submission of hardware event notifications to Hewlett Packard Enterprise, which will initiate a fast and accurate resolution based on your product s service level. Hewlett Packard Enterprise strongly recommends that you register your device for remote support. For more information and device support details, go to the Insight Remote Support website (

21 Documentation feedback Hewlett Packard Enterprise is committed to providing documentation that meets your needs. To help us improve the documentation, send any errors, suggestions, or comments to Documentation Feedback When submitting your feedback, include the document title, part number, edition, and publication date located on the front cover of the document. For online help content, include the product name, product version, help edition, and publication date located on the legal notices page.

HPE Synergy 40Gb F8 Switch Module

HPE Synergy 40Gb F8 Switch Module HPE Synergy 40Gb F8 Switch Module LA Configuration Abstract This document is intended for the person who configures HPE Synergy 40Gb F8 Switch Modules. 20150602a March 2017 Edition: 1 Copyright 2016, 2017

More information

HPE StoreEver MSL6480 Tape Library CLI Utility Version 1.0 User Guide

HPE StoreEver MSL6480 Tape Library CLI Utility Version 1.0 User Guide HPE StoreEver MSL6480 Tape Library CLI Utility Version 1.0 User Guide Abstract This document explains how to install and use the HPE StoreEver MSL6480 Tape Library CLI utility, which provides a non-graphical

More information

HPE FlexNetwork MSR Router Series

HPE FlexNetwork MSR Router Series HPE FlexNetwork MSR Router Series Comware 7 OAA Configuration Guides Part number: 5998-8789 Software version: CMW710-E0407 Document version: 6W100-20160526 Copyright 2016 Hewlett Packard Enterprise Development

More information

HPE 3PAR OS MU2 Patch 53 Release Notes

HPE 3PAR OS MU2 Patch 53 Release Notes HPE 3PAR OS 3.2.2 MU2 Patch 53 Release Notes Abstract This release notes document is for Patch 53 and intended for HPE 3PAR Operating System Software 3.2.2.390 (MU2). Part Number: QL226-99481 Published:

More information

Marvell BIOS Utility User Guide

Marvell BIOS Utility User Guide Marvell BIOS Utility User Guide for HPE MicroServer Gen10 Abstract This user guide provides information on how to use the embedded Marvell BIOS Utility to create and manage RAID virtual disks and arrays.

More information

HPE StoreVirtual OS Update Guide

HPE StoreVirtual OS Update Guide HPE StoreVirtual OS Update Guide Abstract This guide is intended for system administrators who are responsible for updating to the latest versions of software for StoreVirtual storage. Part Number: 865551-002

More information

HPE PSR300-12A & PSR300-12D1

HPE PSR300-12A & PSR300-12D1 HPE PSR300-12A & PSR300-12D1 Power Supplies User Guide 5998-1604s Part number: 5998-1604s Document version: 6PW103-20160405 Copyright 2015, 2016 Hewlett Packard Enterprise Development LP The information

More information

HP 10500/ G Unified Wired-WLAN Module

HP 10500/ G Unified Wired-WLAN Module HP 10500/7500 20G Unified Wired-WLAN Module Fundamentals Configuration Guide Part number: 5998-3914 Software version: 2308P29 (HP 10500/7500 20G Unified Wired-WLAN Module) Document version: 6W102-20131112

More information

HP 5120 EI Switch Series

HP 5120 EI Switch Series HP 5120 EI Switch Series Layer 3 - IP Routing Configuration Guide Part number: 5998-1793 Software version: Release 2220 Document version: 6W100-20130810 Legal and notice information Copyright 2013 Hewlett-Packard

More information

Intelligent Provisioning 1.64(B) Release Notes

Intelligent Provisioning 1.64(B) Release Notes Intelligent Provisioning 1.64(B) Release Notes Part Number: 680065-407 Published: March 2017 Edition: 1 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein is subject

More information

HPE 3PAR OS GA Patch 20 Release Notes

HPE 3PAR OS GA Patch 20 Release Notes HPE 3PAR OS 3.3.1 GA Patch 20 Release Notes Abstract This release notes document is for Patch 20 and intended for HPE 3PAR Operating System Software OS-3.3.1.215-GA. Part Number: QL226-99808 Published:

More information

About the HP 830 Series PoE+ Unified Wired-WLAN Switch and HP 10500/ G Unified Wired-WLAN Module

About the HP 830 Series PoE+ Unified Wired-WLAN Switch and HP 10500/ G Unified Wired-WLAN Module About the HP 830 Series Switch and HP 10500/7500 20G Unified Module s Part number: 5998-3903 Software version: 3308P29 (HP 830 Series Switch) 2308P29 (HP 10500/7500 20G Unified Module) Document version:

More information

HPE Moonshot ilo Chassis Management Firmware 1.52 Release Notes

HPE Moonshot ilo Chassis Management Firmware 1.52 Release Notes HPE Moonshot ilo Chassis Management Firmware 1.52 Release Notes Part Number: 732171-007 Published: February 2017 Edition: 1 2017 Hewlett Packard Enterprise Development LP Notices The information contained

More information

HPE FlexFabric 5940 Switch Series

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

More information

HPE ProLiant Updates Catalog (v ) User Guide

HPE ProLiant Updates Catalog (v ) User Guide HPE ProLiant Updates Catalog (v 2016.12.0) User Guide Abstract This guide describes the procedures and prerequisites for installing and using the HPE ProLiant Updates Catalog, which provides firmware and

More information

HP ALM Client MSI Generator

HP ALM Client MSI Generator HP ALM Client MSI Generator Software Version: 1.00 User Guide Document Release Date: October 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties for HP products and services

More information

HPE BladeSystem c-class Virtual Connect Support Utility Version Release Notes

HPE BladeSystem c-class Virtual Connect Support Utility Version Release Notes HPE BladeSystem c-class Virtual Connect Support Utility Version 1.12.0 Release Notes Abstract This document provides release information for the HPE BladeSystem c-class Virtual Connect Support Utility

More information

Intelligent Provisioning 1.70 Release Notes

Intelligent Provisioning 1.70 Release Notes Intelligent Provisioning 1.70 Release Notes Part Number: 680065-408 Published: October 2017 Edition: 1 Copyright 2012, 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein

More information

Configuring DHCP Features and IP Source Guard

Configuring DHCP Features and IP Source Guard CHAPTER 21 This chapter describes how to configure DHCP snooping and the option-82 data insertion features on the switch. It also describes how to configure the IP source guard feature.unless otherwise

More information

WLAN high availability

WLAN high availability Technical white paper WLAN high availability Table of contents Overview... 2 WLAN high availability implementation... 3 Fundamental high availability technologies... 3 AP connection priority... 3 AC selection...

More information

HP High-End Firewalls

HP High-End Firewalls HP High-End Firewalls NAT and ALG Command Reference Part number: 5998-2639 Software version: F1000-E/Firewall module: R3166 F5000-A5: R3206 Document version: 6PW101-20120706 Legal and notice information

More information

HP AutoPass License Server

HP AutoPass License Server HP AutoPass License Server Software Version: 9.0 Windows, Linux and CentOS operating systems Support Matrix Document Release Date: October 2015 Software Release Date: October 2015 Page 2 of 10 Legal Notices

More information

HP 5120 SI Switch Series

HP 5120 SI Switch Series HP 5120 SI Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-1813 Software version: Release 1505 Document version: 6W102-20121111 Legal and notice information Copyright

More information

Configuring DHCP Features and IP Source Guard

Configuring DHCP Features and IP Source Guard CHAPTER 21 This chapter describes how to configure DHCP snooping and option-82 data insertion, and the DHCP server port-based address allocation features on the switch. It also describes how to configure

More information

HPE Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center MySQL 5.5 Installation and Configuration Guide (for Linux) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

More information

Hewlett Packard Enterprise. HPE OmniStack for vsphere Upgrade Guide

Hewlett Packard Enterprise. HPE OmniStack for vsphere Upgrade Guide Hewlett Packard Enterprise HPE OmniStack for vsphere Upgrade Guide Part number: P00126-001 Published: September 2017 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein

More information

Integrated Smart Update Tools for Windows and Linux User Guide

Integrated Smart Update Tools for Windows and Linux User Guide Integrated Smart Update Tools for Windows and Linux User Guide Version 2.2.0 Abstract This document describes how to use Integrated Smart Update Tools to update firmware and operating system drivers on

More information

HPE FlexFabric 5940 Switch Series

HPE FlexFabric 5940 Switch Series HPE FlexFabric 5940 Switch Series Layer 3 IP Services Configuration Guide Part number: 5200-1022a Software version: Release 2508 and later verison Document version: 6W101-20161101 Copyright 2016 Hewlett

More information

HP LeftHand P4000 Virtual SAN Appliance in an HP BladeSystem environment solution guide

HP LeftHand P4000 Virtual SAN Appliance in an HP BladeSystem environment solution guide HP LeftHand P4000 Virtual SAN Appliance in an HP BladeSystem environment solution guide AT459-96002 Part number: AT459-96002 First edition: April 2009 Legal and notice information Copyright 2009 Hewlett-Packard

More information

Configuring DHCP Features

Configuring DHCP Features CHAPTER 19 This chapter describes how to configure Dynamic Host Configuration Protocol (DHCP) snooping and the option-82 data insertion features on the Catalyst 3750 switch. Unless otherwise noted, the

More information

DHCP Server RADIUS Proxy

DHCP Server RADIUS Proxy The Dynamic Host Configuration Protocol (DHCP) Server RADIUS Proxy is a RADIUS-based address assignment mechanism in which a DHCP server authorizes remote clients and allocates addresses based on replies

More information

Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring

Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring HP StorageWorks Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring Application Note doc-number Part number: T2558-96338 First edition: June 2009 Legal and notice information

More information

HPE Insight Management WBEM Providers for Microsoft Windows Eventlog Messages

HPE Insight Management WBEM Providers for Microsoft Windows Eventlog Messages E Insight Management WBEM s 0.60 for Microsoft log Messages Part Number: 866479-00 Published: October 06 Edition: Copyright 00, 06 Hewlett Packard Enterprise Development LP The information contained herein

More information

HP 5820X & 5800 Switch Series IRF. Command Reference. Abstract

HP 5820X & 5800 Switch Series IRF. Command Reference. Abstract HP 5820X & 5800 Switch Series IRF Command Reference Abstract This document describes the commands and command syntax options available for the HP 5820X & 5800 Series products. This document is intended

More information

HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows)

HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows) HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

More information

HP A-F1000-A-EI_A-F1000-S-EI VPN Firewalls

HP A-F1000-A-EI_A-F1000-S-EI VPN Firewalls HP A-F1000-A-EI_A-F1000-S-EI VPN Firewalls NAT Configuration Guide Part number:5998-2649 Document version: 6PW100-20110909 Legal and notice information Copyright 2011 Hewlett-Packard Development Company,

More information

Configuring DHCP. Finding Feature Information. Information About DHCP. DHCP Server. DHCP Relay Agent

Configuring DHCP. Finding Feature Information. Information About DHCP. DHCP Server. DHCP Relay Agent Finding Feature Information, page 1 Information About DHCP, page 1 How to Configure DHCP Features, page 8 Server Port-Based Address Allocation, page 17 Finding Feature Information Your software release

More information

HP FlexFabric 5930 Switch Series

HP FlexFabric 5930 Switch Series HP FlexFabric 5930 Switch Series Layer 3 IP Services Command Reference Part number: 5998-4568 Software version: Release 2406 & Release 2407P01 Document version: 6W101-20140404 Legal and notice information

More information

HP D6000 Disk Enclosure Direct Connect Cabling Guide

HP D6000 Disk Enclosure Direct Connect Cabling Guide HP D6000 Disk Enclosure Direct Connect Cabling Guide Abstract This document provides cabling examples for when an HP D6000 Disk Enclosure is connected directly to a server. Part Number: 682251-001 September

More information

Configuring DHCP Features and IP Source Guard

Configuring DHCP Features and IP Source Guard CHAPTER 23 This chapter describes how to configure DHCP snooping and option-82 data insertion, and the DHCP server port-based address allocation features on the IE 3000 switch. It also describes how to

More information

About the Configuration Guides for HP Unified

About the Configuration Guides for HP Unified About the Configuration Guides for HP Unified Wired-W Products HP 830 Unified Wired-W PoE+ Switch Series HP 850 Unified Wired-W Appliance HP 870 Unified Wired-W Appliance HP 11900/10500/7500 20G Unified

More information

HP UFT Connection Agent

HP UFT Connection Agent HP UFT Connection Agent Software Version: For UFT 12.53 User Guide Document Release Date: June 2016 Software Release Date: June 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise

More information

HP Accelerated iscsi for Multifunction Network Adapters User Guide

HP Accelerated iscsi for Multifunction Network Adapters User Guide HP Accelerated iscsi for Multifunction Network Adapters User Guide Part Number 410538-00J December 2007 (Ninth Edition) Copyright 2006, 2007 Hewlett-Packard Development Company, L.P. The information contained

More information

HP Intelligent Management Center Remote Site Management User Guide

HP Intelligent Management Center Remote Site Management User Guide HP Intelligent Management Center Remote Site Management User Guide Abstract This book provides overview and procedural information for Remote Site Management, an add-on service module to the Intelligent

More information

HP A5120 EI Switch Series IRF. Command Reference. Abstract

HP A5120 EI Switch Series IRF. Command Reference. Abstract HP A5120 EI Switch Series IRF Command Reference Abstract This document describes the commands and command syntax options available for the HP A Series products. This document is intended for network planners,

More information

HP 3PAR OS MU1 Patch 11

HP 3PAR OS MU1 Patch 11 HP 3PAR OS 313 MU1 Patch 11 Release Notes This release notes document is for Patch 11 and intended for HP 3PAR Operating System Software HP Part Number: QL226-98041 Published: December 2014 Edition: 1

More information

Configuring the Cisco IOS XE DHCP Server

Configuring the Cisco IOS XE DHCP Server Configuring the Cisco IOS XE DHCP Server Last Updated: December 20, 2011 Cisco routers running Cisco IOS XE software include Dynamic Host Configuration Protocol (DHCP) server and relay agent software.

More information

HP Load Balancing Module

HP Load Balancing Module HP Load Balancing Module High Availability Configuration Guide Part number: 5998-2687 Document version: 6PW101-20120217 Legal and notice information Copyright 2012 Hewlett-Packard Development Company,

More information

ProCurve Switch G ProCurve Switch G

ProCurve Switch G ProCurve Switch G Management and Configuration Guide ProCurve Switch 1800-8G ProCurve Switch 1800-24G www.procurve.com ProCurve Series 1800 Switch Management and Configuration Guide Copyright 2006, 2007 Hewlett-Packard

More information

DHCP Overview. Introduction to DHCP

DHCP Overview. Introduction to DHCP Table of Contents DHCP Overview 1 Introduction to DHCP 1 DHCP Address Allocation 2 Allocation Mechanisms 2 Dynamic IP Address Allocation Process 2 IP Address Lease Extension 3 DHCP Message Format 3 DHCP

More information

HP BladeSystem c-class Virtual Connect Support Utility Version Release Notes

HP BladeSystem c-class Virtual Connect Support Utility Version Release Notes HP BladeSystem c-class Virtual Connect Support Utility Version 1.9.1 Release Notes Abstract This document provides release information for the HP BladeSystem c-class Virtual Connect Support Utility Version

More information

Configuring DHCP. Finding Feature Information. Information About DHCP. DHCP Server. DHCP Relay Agent

Configuring DHCP. Finding Feature Information. Information About DHCP. DHCP Server. DHCP Relay Agent Finding Feature Information, on page 1 Information About DHCP, on page 1 How to Configure DHCP Features, on page 8 Server Port-Based Address Allocation, on page 17 Finding Feature Information Your software

More information

Installation Guide. OMi Management Pack for Microsoft Skype for Business Server. Software Version: 1.00

Installation Guide. OMi Management Pack for Microsoft Skype for Business Server. Software Version: 1.00 OMi Management Pack for Microsoft Skype for Business Server Software Version: 1.00 For Operations Manager i for Linux and Windows operating systems Installation Guide Document Release Date: July 2017 Software

More information

Configuring DHCP. Finding Feature Information. Information About DHCP. DHCP Server. DHCP Relay Agent

Configuring DHCP. Finding Feature Information. Information About DHCP. DHCP Server. DHCP Relay Agent Finding Feature Information, page 1 Information About DHCP, page 1 How to Configure DHCP Features, page 8 Server Port-Based Address Allocation, page 18 Finding Feature Information Your software release

More information

QLogic iscsi Boot for HP FlexFabric Adapters User Guide

QLogic iscsi Boot for HP FlexFabric Adapters User Guide QLogic iscsi Boot for HP FlexFabric Adapters User Guide Abstract This document is for the person who installs, administers, and troubleshoots servers and storage systems. HP assumes you are qualified in

More information

Configuring DHCP. Information About DHCP. DHCP Server. DHCP Relay Agent. DHCP Snooping

Configuring DHCP. Information About DHCP. DHCP Server. DHCP Relay Agent. DHCP Snooping Information About DHCP DHCP Server DHCP Relay Agent DHCP Snooping Information About DHCP, on page 1 How to Configure DHCP Features, on page 7 Server Port-Based Address Allocation, on page 13 Feature Information

More information

HP Insight Remote Support Advanced HP StorageWorks P4000 Storage System

HP Insight Remote Support Advanced HP StorageWorks P4000 Storage System HP Insight Remote Support Advanced HP StorageWorks P4000 Storage System Migration Guide HP Part Number: 5900-1089 Published: August 2010, Edition 1 Copyright 2010 Hewlett-Packard Development Company, L.P.

More information

HP StoreVirtual Storage Multi-Site Configuration Guide

HP StoreVirtual Storage Multi-Site Configuration Guide HP StoreVirtual Storage Multi-Site Configuration Guide Abstract This guide contains detailed instructions for designing and implementing the Multi-Site SAN features of the LeftHand OS. The Multi-Site SAN

More information

Configuring DHCP. Finding Feature Information. Information About DHCP. DHCP Server. DHCP Relay Agent

Configuring DHCP. Finding Feature Information. Information About DHCP. DHCP Server. DHCP Relay Agent Finding Feature Information, page 1 Information About DHCP, page 1 How to Configure DHCP Features, page 8 Server Port-Based Address Allocation, page 18 Finding Feature Information Your software release

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

HP 5920 & 5900 Switch Series

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

More information

HP MSR Router Series. IPX Configuration Guide(V5) Part number: Software version: CMW520-R2513 Document version: 6PW

HP MSR Router Series. IPX Configuration Guide(V5) Part number: Software version: CMW520-R2513 Document version: 6PW HP MSR Router Series IPX Configuration Guide(V5) Part number: 5998-8183 Software version: CMW520-R2513 Document version: 6PW106-20150808 Legal and notice information Copyright 2015 Hewlett-Packard Development

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series OpenFlow Command Reference Part number: 5998-4679a Software version: Release 23xx Document version: 6W101-20150320 Legal and notice information Copyright 2015 Hewlett-Packard

More information

HPE StoreVirtual OS v13.5 Release Notes

HPE StoreVirtual OS v13.5 Release Notes HPE StoreVirtual OS v13.5 Release Notes Part Number: 865552-006 Published: May 2017 Edition: 2 Contents Release notes...4 Description... 4 Platforms supported for this release... 4 Update recommendation...4

More information

IDE Connector Customizer Readme

IDE Connector Customizer Readme IDE Connector Customizer Readme Software version: 1.0 Publication date: November 2010 This file provides information about IDE Connector Customizer 1.0. Prerequisites for IDE Connector Customizer The Installation

More information

StoreOnce 6500 (88TB) System Capacity Expansion Guide

StoreOnce 6500 (88TB) System Capacity Expansion Guide StoreOnce 6500 (88TB) System Capacity Expansion Guide Abstract This document explains how to install the StoreOnce 6500 System Capacity Expansion Kit, apply the new license, and add the new storage to

More information

HPE ArubaOS-Switch IPv6 Configuration Guide YA/YB.16.02

HPE ArubaOS-Switch IPv6 Configuration Guide YA/YB.16.02 HPE ArubaOS-Switch IPv6 Configuration Guide YA/YB.16.02 Part Number: 5200-1665 Published: July 2016 Edition: 1 Copyright Copyright 2016 Hewlett Packard Enterprise Development LP The information contained

More information

HPE SimpliVity OmniCube Interoperability Guide

HPE SimpliVity OmniCube Interoperability Guide HPE SimpliVity OmniCube Interoperability Guide Page 1 Contents Overview... 2 OmniCube Platform Firmware Interoperability... 2 Platform Firmware for OmniCube CN-1200, CN-2000, CN-2200, CN-3000, CN-5000...

More information

HPE StoreVirtual Storage Application Aware Snapshot Manager Deployment Guide

HPE StoreVirtual Storage Application Aware Snapshot Manager Deployment Guide HPE StoreVirtual Storage Application Aware Snapshot Manager Deployment Guide Abstract This guide contains instructions for installing and deploying the StoreVirtual Application Aware Snapshot Manager to

More information

IP Addressing: DHCP Configuration Guide

IP Addressing: DHCP Configuration Guide Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

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

DHCP H3C Low-End Ethernet Switches Configuration Examples. Table of Contents 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

HP Insight Control for Microsoft System Center Installation Guide

HP Insight Control for Microsoft System Center Installation Guide HP Insight Control for Microsoft System Center Installation Guide Abstract This guide describes installing HP Insight Control for Microsoft System Center. This guide is intended for use by system integrators

More information

HP FlexFabric 5930 Switch Series

HP FlexFabric 5930 Switch Series HP FlexFabric 5930 Switch Series Layer 3 - IP Services Configuration Guide Part number: 5998-4571 Software version: Release 2406 & Release 2407P01 Document version: 6W101-20140404 Legal and notice information

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals VSA 8.0 Quick Start - Demo Version Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

DHCP Configuration Examples H3C S7500 Series Ethernet Switches Release Table of Contents

DHCP Configuration Examples H3C S7500 Series Ethernet Switches Release Table of Contents DHCP Configuration Examples Table of Contents Table of Contents Chapter 1 DHCP Functions Overview... 1-1 1.1 Supported DHCP Functions... 1-1 1.2 Configuration Guide... 1-2 1.2.1 Configuring the DHCP Server...

More information

HP A3100 v2 Switch Series

HP A3100 v2 Switch Series HP A3100 v2 Switch Series Layer 3 - IP Services 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

Configuring the Cisco IOS DHCP Server

Configuring the Cisco IOS DHCP Server Cisco devices running Cisco software include Dynamic Host Configuration Protocol (DHCP) server and the relay agent software. The Cisco IOS DHCP server is a full DHCP server implementation that assigns

More information

HPE RDX Utility Version 2.36 Release Notes

HPE RDX Utility Version 2.36 Release Notes HPE RDX Utility Version 2.36 Release Notes (RDX Tools 1.59) Abstract RDX Utility 2.36 (RDX Tools 1.59) enhances RDX Utility reporting for cartridges with a capacity greater than 2TB and implements Hewlett

More information

HPE StoreEver MSL6480 Tape Library Version 5.50 Firmware Release Notes

HPE StoreEver MSL6480 Tape Library Version 5.50 Firmware Release Notes HPE StoreEver MSL6480 Tape Library Version 5.50 Firmware Release Notes Abstract This document provides information about enhancements and fixes to the firmware for the HPE StoreEver MSL6480 Tape Library.

More information

HP Enterprise Collaboration

HP Enterprise Collaboration HP Enterprise Collaboration For the Windows operating system Software Version: 1.1 Support Matrix Document Release Date: August 2012 Software Release Date: August 2012 Support Matrix Legal Notices Warranty

More information

HPE 3PAR Online Import Utility 1.5.0

HPE 3PAR Online Import Utility 1.5.0 HPE 3PAR Online Import Utility 1.5.0 Release tes Abstract This document provides information about modifications, corrected issues, or known issues related to the HPE 3PAR Online Import Utility. Part Number:

More information

Intelligent Provisioning 2.70 Release Notes

Intelligent Provisioning 2.70 Release Notes Intelligent Provisioning 2.70 Release Notes Part Number: 794361-401a Published: December 2017 Edition: 2 Copyright 2012, 2017 Hewlett Packard Enterprise Development LP Notices The information contained

More information

Release Notes. Operations Smart Plug-in for Virtualization Infrastructure

Release Notes. Operations Smart Plug-in for Virtualization Infrastructure Operations Smart Plug-in for Virtualization Infrastructure Software Version: 12.04 Operations Manager for Windows, HP-UX, Linux, and Solaris operating systems Release Notes Document Release Date: August

More information

DHCP Client. Finding Feature Information. Restrictions for the DHCP Client

DHCP Client. Finding Feature Information. Restrictions for the DHCP Client The Cisco Dynamic Host Configuration Protocol (DHCP) Client feature allows a Cisco device to act as a host requesting configuration parameters, such as an IP address, from a DHCP server. Finding Feature

More information

HPE Operations Agent. License Guide. Software Version: Windows, HP-UX, Linux, Solaris and AIX. Document Release Date: December 2016

HPE Operations Agent. License Guide. Software Version: Windows, HP-UX, Linux, Solaris and AIX. Document Release Date: December 2016 HPE Operations Agent Software Version: 12.02 Windows, HP-UX, Linux, Solaris and AIX License Guide Document Release Date: December 2016 Software Release Date: December 2016 Legal Notices Warranty The only

More information

HP 3PAR OS MU3 Patch 18 Release Notes

HP 3PAR OS MU3 Patch 18 Release Notes HP 3PAR OS 3.2.1 MU3 Patch 18 Release Notes This release notes document is for Patch 18 and intended for HP 3PAR Operating System Software 3.2.1.292 (MU3). HP Part Number: QL226-98326 Published: August

More information

Sun Ethernet Fabric Operating System. DHCP Administration Guide

Sun Ethernet Fabric Operating System. DHCP Administration Guide Sun Ethernet Fabric Operating System DHCP Administration Guide Part No.: E21716-02 July 2012 Copyright 2010, 2012, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

HPE Insight Online User Guide

HPE Insight Online User Guide HPE Insight Online User Guide Document Release Date: October 2017 Software Release Date: October 2017 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise Development LP products and

More information

Configuring DHCP Features

Configuring DHCP Features This chapter describes how to configure DHCP snooping and option-82 data insertion on the Cisco ASR 920 Series Router. Finding Feature Information, page 1 Limitations and Restrictions, page 1 DHCP Features,

More information

HP 5120 SI Switch Series

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

More information

Operation Manual DHCP. Table of Contents

Operation Manual DHCP. Table of Contents Table of Contents Table of Contents Chapter 1 DHCP Overview... 1-1 1.1 DHCP Principles... 1-1 1.1.1 BOOTP Relay Agent... 1-3 1.1.2 DHCP and BOOTP Relay Agent... 1-4 1.2 General DHCP Configuration... 1-4

More information

HP FlexFabric 7900 Switch Series

HP FlexFabric 7900 Switch Series HP FlexFabric 7900 Switch Series MCE Configuration Guide Part number: 5998-6188 Software version: Release 2117 and Release 2118 Document version: 6W100-20140805 Legal and notice information Copyright 2014

More information

HPE Virtual Connect for c-class BladeSystem Setup and Installation Guide Version 4.60

HPE Virtual Connect for c-class BladeSystem Setup and Installation Guide Version 4.60 HPE Virtual Connect for c-class BladeSystem Setup and Installation Guide Version 4.60 Abstract This document contains setup, installation, and configuration information for HPE Virtual Connect. This document

More information

Troubleshooting DHCP server configuration 28

Troubleshooting DHCP server configuration 28 Contents DHCP overview 1 Introduction to DHCP 1 DHCP address allocation 1 Allocation mechanisms 1 Dynamic IP address allocation process 2 IP address lease extension 2 DHCP message format 3 DHCP options

More information

DHCP Technology White Paper

DHCP Technology White Paper DHCP Technology White Paper Keywords: DHCP, DHCP server, DHCP relay agent, DHCP client, BOOTP client. Abstract: This document describes DHCP basic concepts and applications, as well as the main functions

More information

Table of Contents 1 DHCP Overview DHCP Server Configuration 2-1

Table of Contents 1 DHCP Overview DHCP Server Configuration 2-1 Table of Contents 1 DHCP Overview 1-1 Introduction to DHCP 1-1 DHCP Address Allocation 1-2 Allocation Mechanisms 1-2 Dynamic IP Address Allocation Process 1-2 IP Address Lease Extension 1-3 DHCP Message

More information

HPE FlexNetwork 5510 HI Switch Series

HPE FlexNetwork 5510 HI Switch Series HPE FlexNetwork 5510 HI Switch Series Layer 3 IP Services Command Reference Part number: 5200-0078b Software version: Release 11xx Document version: 6W102-20171020 Copyright 2015, 2017 Hewlett Packard

More information

HPE FlexFabric 5950 Switch Series

HPE FlexFabric 5950 Switch Series HPE FlexFabric 5950 Switch Series About the HPE FlexFabric 5950 Configuration Guides Part number: 5200-0808 Software version: Release 6106 and later Document version: 6W100-20160513 Copyright 2016 Hewlett

More information

HP 6125 Blade Switch Series

HP 6125 Blade Switch Series HP 6125 Blade Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-3162 Software version: Release 2103 Document version: 6W100-20120907 Legal and notice information Copyright

More information

Guest Management Software V2.0.2 Release Notes

Guest Management Software V2.0.2 Release Notes Guest Management Software V2.0.2 Release Notes Abstract These release notes provide important release-related information for GMS (Guest Management Software) Version 2.0.2. GMS V2.0.2 is MSM software version

More information