Virtual Networking with z/vm Guest LANs and the z/vm Virtual Switch

Size: px
Start display at page:

Download "Virtual Networking with z/vm Guest LANs and the z/vm Virtual Switch"

Transcription

1 Virtual Networking with z/vm Guest LANs and the z/vm Virtual Switch Alan Altmark, IBM z/vm Development, Endicott, NY

2 Note References to IBM products, programs, or services do not imply that IBM intends to make these available in all countries in which IBM operates. Any reference to an IBM product, program, or service is not intended to state or imply that only IBM's product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe on any of the intellectual property rights of IBM may be used instead. The evaluation and verification of operation in conjunction with other products, except those expressly designed by IBM, are the responsibility of the user. The following terms are trademarks of the International Business Machines Corporation in the United States or other countries or both: IBM IBM logo eserver zseries z/vm z/os DB2 Other company, product, and service names may be trademarks or service marks of others. Copyright 2003, 2004 by International Business Machines Corporation 2

3 Topics Guest LANs Virtual Network Interface Card Virtual Switch What features are supported in what releases What s new in z/vm 5.1 3

4 4

5 Multi-DMZ Network app app app db internet A DMZ (demilitarized zone) is a subnet that insulates critical network components (servers) from the rest of the network 5

6 Multi-DMZ Network on zseries app app app db zseries internet 6

7 Multi-DMZ Network with Guest LANs LPAR 1 LPAR 2 Guest LAN z/vm z/os DB2 app app app Guest LAN PR/SM HiperSockets = Firewall Router Ethernet LAN 7

8 Guest LAN vs. Virtual Switch Guest LAN Virtual Switch Guest Guest Guest Guest Guest Ethernet LAN Virtual router is required Different subnets External router awareness Guest-managed failover No virtual router Same subnets Transparent bridge CP-managed failover 8

9 z/vm Guest LAN A simulated LAN Ethernet: IPv4 and IPv6 HiperSockets: IPv4 LAN #1 Unicast, Multicast, and Broadcast No built-in connection to outside network Guest Guest Guest Guest Guest As many as you want LAN #2 Owned by system or individual user Is not a device - it is a system object Guest Guest Created in SYSTEM CONFIG, directory, or by CP DEFINE LAN command 9

10 Why Guest LAN instead of Dedicated Hardware? Dedicated network connections may be best for some environments: When intense network activity is expected When external connectivity is required z/vm Guest LAN may be better for other environments: When network hardware is limited When multiple nodes are guests in the same z/vm host image When network activity must be isolated from primary network (e.g. test environments, student labs, application server access to database servers) 10

11 Guest LAN Attributes Name Owner Type Permission Maximum number of connections Maximum frame size Accounting Some attributes can be changed after the LAN is defined 11

12 LAN Name and Owner The LAN name is a simple 1-8 character token The LAN owner is a VM user ID or SYSTEM (name, owner) is unique within the system Needed to connect (COUPLE) a NIC to the LAN Notes about LAN ownership: The LAN belongs to the system, not to the owner A Class G LAN owner can modify the LAN access list A Class G LAN owner can delete the LAN A Class B user can create, modify, or detach any LAN 12

13 System vs. User Guest LANs System owned by SYSTEM User owned by a specific z/vm user Created by SYSTEM CONFIG Class B DEFINE LAN Created by SYSTEM CONFIG Class B DEFINE LAN with OWNERID option Class G DEFINE LAN Modify or delete by Class B SET LAN or DETACH LAN Modify or delete by Class B or Class G owner SET LAN or DETACH LAN 13

14 HiperSockets vs. QDIO LAN TYPE HIPERsockets QDIO HiperSockets Synchronous Low latency Slightly smaller path length in CP (less CP time) OSA-Express in QDIO mode Asynchronous Higher latency than HiperSockets Higher CPU cost 14

15 Unrestricted vs. Restricted LANs Unrestricted Any user can connect (couple) to this LAN Hint: CP QUERY LAN can show you who is connected Restricted Only users in the access list can connect (couple) to this LAN LAN owner uses CP SET LAN to GRANT or REVOKE access CP QUERY LAN can show you the current access list CP QUERY LAN can show you who is connected 15

16 LAN MAXCONN MAXCONN INFinite nnnn Represents the maximum number of simultaneous connections permitted for this LAN Decimal number sets a specific limit INFINITE means no limit is defined for this LAN When the MAXCONN limit is reached, subsequent COUPLE commands issued by adapter (NIC) owners will fail 16

17 LAN MFS MFS 16K 24K 40K 64K Simulates CHPID OS=value specification in IOCDS for HiperSockets (TYPE=IQD) chpids Does not apply to QDIO Largest MTU specification = (MFS - 8K) Hint: If LAN is isolated, use large MFS and large MTU If LAN has external gateway, use MFS 16K and match external MTU (e.g. 1492) Jumbo frame (MTU 8992) gateway needs 24K MFS 17

18 LAN ACCOUNTING ACCOUNTING ON OFF Accounting ON Accounting is enabled for adapters connected to this LAN Directory options determine which guests: NetAccounting enables general network accounting NetRouter enables network accounting as a router Hint: Both LAN and USER must be set to create accounting records Accounting OFF Accounting is disabled for adapters connected to this LAN 18

19 Persistent vs. Transient LAN Persistent / Transient is inferred from other attributes Any LAN owned by user SYSTEM is persistent Any LAN created by SYSTEM CONFIG is persistent All other LANs are transient A persistent LAN must be explicitly deleted by CP DETACH LAN A transient LAN is automatically deleted when the last user uncouples from the LAN 19

20 Setting Guest LAN defaults and limits Set global VM LAN attributes in the SYSTEM CONFIG file: VMLAN LIMit PERSistent INFinite maxcount VMLAN LIMit TRANSient INFinite maxcount VMLAN ACNT ACCOUNTing SYSTEM ON OFF VMLAN ACNT ACCOUNTing USER ON OFF VMLAN MACPREFIX FFFF VMLAN MACIDRANGE SYSTEM x-y [USER a-b] New for z/vm 5.1 Limit of 0 prevents dynamic definition unless limit is raised 20

21 Setting defaults and limits Modify global guest LAN attributes with SET VMLAN: CP SET VMLAN LIMit PERSistent INFinite maxcount CP SET VMLAN LIMit TRANSient INFinite maxcount CP SET VMLAN ACNT ACCOUNTing SYSTEM ON OFF CP SET VMLAN ACNT ACCOUNTing USER ON OFF Use CP QUERY VMLAN to see current values No LAN is deleted by this command if you set limit < current (it just prevents creation of new LAN until current < limit) Use SET VMLAN TRANSIENT LIMIT 0 to eliminate ability for Class G user to create his or her own guest LAN 21

22 Create a Guest LAN at system IPL Automated with SYSTEM CONFIG file statements: DEFINE LAN name [OWNERid ownerid] [TYPE HIPERsockets QDIO] [MAXCONN INFinite nnnn] [MFS 16K 24K 40K 64K] [ACCOUNTing ON OFF] [UNRESTricted RESTricted] [GRANT userlist] Examples: DEFINE LAN HIPER1 DEFINE LAN DELTA TYPE QDIO DEFINE LAN QDIO5 OWNER TCPMAINT TYPE QDIO 22

23 Grant Guest LAN permission at IPL Specify after DEFINE LAN statement in SYSTEM CONFIG to add users to access list MODIFY LAN name [OWNERid ownerid] [GRANT userid] Example: DEFINE LAN HIPER1 OWNER SYSTEM RESTRICTED MODIFY LAN HIPER1 OWNER SYSTEM GRANT LNX01 MODIFY LAN HIPER1 OWNER SYSTEM GRANT LNX02 23

24 Create a Guest LAN dynamically Interactive with CP DEFINE LAN commands: CP DEFINE LAN name [OWNERid ownerid] [TYPE HIPERsockets QDIO] [MAXCONN INFinite nnnn] [MFS 16K 24K 40K 64K] [UNRESTricted RESTricted] [ACCOUNTing ON OFF] Examples: CP DEFINE LAN HIPER1 OWNER SYSTEM RESTRICTED CP DEFINE LAN DELTA TYPE QDIO CP DEFINE LAN QDIO5 OWNER TCPMAINT TYPE QDIO 24

25 Modify a Guest LAN dynamically Modified by CP SET LAN commands: CP SET LAN name [OWNERid ownerid] [ACCOUNTing ON OFF] [GRANT userid] [REVOKE userid] Examples: CP SET LAN HIPER1 OWNER SYSTEM ACCOUNTING OFF CP SET LAN CSC201 OWNER TCPMAINT GRANT LNX01 25

26 26

27 Virtual Network Interface Card (NIC) A simulated network adapter OSA-Express QDIO HiperSockets Virtual Machine 3 or more devices per NIC More than 3 to simulate port sharing on 2ndlevel system Provides access to Guest LAN or Virtual Switch Guest LANs Created by directory or CP DEFINE NIC command 27

28 Virtual NIC - User Directory May be automated with USER DIRECT file: SPECIAL vdev {HIPERs QDIO} [devs [owner name]] NICDEF vdev [TYPE HIPERS QDIO] [LAN owner name] [CHPID xx] [MAC xxyyzz] Example: SPECIAL 1100 QDIO 3 SYSTEM SWITCH1 or NICDEF 1100 LAN SYSTEM SWITCH1 28

29 Virtual NIC - CP Command May be interactive with CP DEFINE NIC and COUPLE commands: CP DEFINE NIC vdev [[TYPE] HIPERsockets QDIO] [DEVices devs] [CHPID xx] CP COUPLE vdev [TO] owner name Example: CP DEFINE NIC 1200 TYPE QDIO CP COUPLE 1200 TO SYSTEM CSC201 29

30 NIC Virtual Device Address base virtual device address where this NIC is installed in your virtual I/O configuration A block of contiguous devices addresses is allocated to this NIC, beginning with vdev (see DEVICES parameter) One I/O subchannel ID is allocated to EACH I/O device beginning with the first available subchannel One virtual CHPID (Channel Path ID) is allocated for this virtual NIC 30

31 NIC DEVICES parameter DEVICES devs Specifies the (decimal) number of I/O devices created as part of this NIC, starting with the specified vdev The default (and minimum) is 3 devices: Read-Control Write-Control Data 31

32 NIC TYPE parameter TYPE HIPERsockets or QDIO Must connect to LAN of the same type 32

33 NIC CHPID parameter CHPID xx Specifies the Channel Path ID number (in hex) to use for this NIC Default is any available unused real CHPID number Needed when guest manages CHPID numbers (e.g. z/os) Notes for z/os configuration: This is a virtual CHPID number (not a real hardware CHPID) It must be a CHPID number that is NOT in use by hardware Hint: An easy way to find out what CHPID is available is: LOGON the guest and DEFINE NIC xxxx HIPER CP QUERY VIRTUAL xxxx to get SCHIB (ssss) CP DISPLAY SCHIB ssss to see the CHPID Code CHPID in MVS IOCDS 33

34 34

35 What s a switch anyway? T It s a box that you plug cables in to create a LAN Cable/DSL multi-port and wireless switches for home are simplified versions of commercial switches (less configurable) It has its own IP address for management purposes 35

36 z/vm Virtual Switch A special-purpose Guest LAN guest guest guest Ethernet IPv4 Built-in 802.1q bridge to outside network Same subnet as OSA connection CP Each Virtual Switch has up to 3 separate OSA-Express connections associated with it Created in SYSTEM CONFIG or by CP DEFINE VSWITCH command Router AIX 36

37 Virtual Switch Attributes Name Associated OSAs (maximum 3) A controlling virtual machine (VM TCP/IP stack server) Controller not involved in data transfer Do not ATTACH or DEDICATE User needs IUCV *VSWITCH authorization User needs VSWITCH CONTROLLER statement in PROFILE TCPIP Similar to Guest LAN Owner SYSTEM Type QDIO Persistent Restricted 37

38 Create a Virtual Switch at system IPL Automated with SYSTEM CONFIG file statements: DEFINE VSWITCH name [RDEV NONE cuu [cuu [cuu]] ] [CONNECT DISCONNECT] [CONTROLLER * userid] [NONROUTER PRIROUTER] Example: DEFINE VSWITCH SWITCH12 RDEV 1E00 1F04 CONNECT 38

39 Modify a Virtual Switch at IPL Specify after DEFINE LAN statement in SYSTEM CONFIG to add users to access list MODIFY VSWITCH name GRANT userid [VLAN vid1 vid2 ] Example: MODIFY VSWITCH SWITCH12 GRANT LNX01 VLAN z/vm 4.4 supports VLAN ANY, but don t use it 39

40 IEEE VLAN support guest guest guest guest vswitch CP VLAN creates multiple logical LAN segments on a single physical LAN segment Multiple VLANs are assigned to OSA port on switch CP ensures correct traffic flow Switch 40

41 Multi-DMZ Network on zseries - Reloaded app app app db zseries internet 41

42 Multi-DMZ Network on zseries with outboard firewall app app app db internet 42

43 Multi-DMZ Network with VSWITCH (A) LPAR 1 LPAR 2 app z/vm app app z/os DB2 VSWITCH 1 VSWITCH 2 43

44 Multi-DMZ Network with VSWITCH (B) LPAR 1 LPAR 2 app app z/vm app z/os DB2 VSWITCH To internet With 1 VSWITCH, 3 VLANs, and a multi-domain firewall 44

45 45

46 Network Configuration In general, configure a Guest LAN network like any other network Subnet routing Use the VSWITCH whenever possible Minimize number of VSWITCHes; exploit IEEE VLAN if you can By having virtual and real configurations be the same, you can easily test network configuration before deployment with real hardware 46

47 Built-in Diagnostics CP QUERY VMLAN to get global VM LAN information (e.g. limits) to find out if service has been applied CP QUERY LAN ACTIVE to find out which users are coupled to find out which IP addresses are active CP QUERY NIC DETAILS to find out if your adapter is coupled to find out if your adapter is initialized to find out if your IP addresses have been registered to find out (z/vm 4.3.0) how many bytes/packets sent/received 47

48 Support Summary for z/vm HiperSockets NIC / LAN HiperSockets IPv4 unicast data transfer Required Service: Apply CP PTF UM30225 (APAR VM62938) Apply TCPIP PTF UQ61461 (APAR PQ51738) Apply TCPIP PTF UQ65226 (APAR PQ60093) Use current qeth drivers for your Linux 2.4.x distribution 48

49 Support Summary for z/vm HiperSockets IPv4 multicast accounting data OSA-Express QDIO IPv4 unicast, multicast, broadcast accounting data Required Service: Apply CP PTF UM30359 (APAR VM63085) Apply CP PTF UM30743 (APAR VM63261) (Prereqs: VM63091, VM63132, and VM63172) 49

50 Support Summary for z/vm Virtual Switch IPv4 Ethernet Requires OSA-Express QDIO DEFINE VSWITCH and SET VSWITCH used to establish and modify virtual switch settings Virtual OSA-Express QDIO IPv6 Virtual HiperSockets Broadcast 50

51 Coming in z/vm 5.1 ESM control for all guest LANs and VSWITCHes, including VLAN ID control RACF: Class VMLAN, Profile owner.lanname or owner.lanname.vid All LANs and VSwitches are restricted Layer 2 (MAC) communications Fulfillment of Statement of Direction All types of traffic, not just IP Virtual NIC MAC appears on network VMLAN updates to allow specification of ranges used for automatic and static MAC address assignments Better VSWITCH stall detection, error reporting, and error recovery. 51

52 Coming in z./vm 5.1 IEEE 802.1q compliance changes VLAN ANY is gone VSWITCH can be defined as VLAN-aware (or not). Default is not. When a NIC couples to a VLAN-aware VSWITCH, it will be assigned a PORTTYPE attribute ACCESS: VLAN tags not given to or accepted from guest TRUNK: VLAN tags are given to and expected from guest Default PORTTYPE comes from DEFINE VSWITCH Can be overridden by MODIFY VSWITCH GRANT Some configurations require migration effort 52

53 References Publications: Links: z/vm CP Planning and Administration SC z/vm CP Command and Utility Reference SC z/vm TCP/IP Level 430 Planning and Customization SC VSE/ESA Version 2 Release 7.0 Release Guide SC Linux for S/390 SG Linux on zseries and S/390: ISP/ASP Solutions SG zseries HiperSockets SG Linux on IBM eserver zseries and S/390: TCP/IP Broadcast on z/vm Guest LAN (Form REDP3596)

54 Contact Information By In person: USA On the Web: Mailing lists:

55 Thanks for Listening! 61

Virtual Networking with z/vm 5.1.0 Guest LAN and Virtual Switch

Virtual Networking with z/vm 5.1.0 Guest LAN and Virtual Switch Virtual Networking with z/vm 5.1.0 Guest LAN and Virtual Switch HILLGANG March 2005 Dennis Musselwhite, IBM z/vm Development, Endicott, NY Note References to IBM products, programs, or services do not

More information

Security Zones on z/vm

Security Zones on z/vm Session 9161 August 2009 Security Zones on z/vm Alan Altmark, IBM z/vm Security Strategist Alan_Altmark@us.ibm.com 2008, 2009 IBM Corporation This presentation is the direct result of my interactions with

More information

Virtualization: TCP/IP Performance Management in a Virtualized Environment Orlando Share Session 9308

Virtualization: TCP/IP Performance Management in a Virtualized Environment Orlando Share Session 9308 Virtualization: TCP/IP Performance Management in a Virtualized Environment Orlando Share Session 9308 Laura Knapp WW Business Consultant Laurak@aesclever.com Applied Expert Systems, Inc. 2011 1 Background

More information

CCT vs. CCENT Skill Set Comparison

CCT vs. CCENT Skill Set Comparison Operation of IP Data Networks Recognize the purpose and functions of various network devices such as Routers, Switches, Bridges and Hubs Select the components required to meet a given network specification

More information

Using Virtualization to Help Move a Data Center

Using Virtualization to Help Move a Data Center Using Virtualization to Help Move a Data Center Jim Moling US Treasury, Financial Management Service Session 7879 Tuesday, August 3, 2010 Disclaimers The opinions & ideas expressed herein are those of

More information

vsphere Networking ESXi 5.0 vcenter Server 5.0 EN-000599-01

vsphere Networking ESXi 5.0 vcenter Server 5.0 EN-000599-01 ESXi 5.0 vcenter Server 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

ADVANCED NETWORK CONFIGURATION GUIDE

ADVANCED NETWORK CONFIGURATION GUIDE White Paper ADVANCED NETWORK CONFIGURATION GUIDE CONTENTS Introduction 1 Terminology 1 VLAN configuration 2 NIC Bonding configuration 3 Jumbo frame configuration 4 Other I/O high availability options 4

More information

RELEASE NOTES. StoneGate Firewall/VPN v2.2.11 for IBM zseries

RELEASE NOTES. StoneGate Firewall/VPN v2.2.11 for IBM zseries RELEASE NOTES StoneGate Firewall/VPN v2.2.11 for IBM zseries Copyright 2006 Stonesoft Corp. All rights reserved. All trademarks or registered trademarks are property of their respective owners. Disclaimer:

More information

VXLAN: Scaling Data Center Capacity. White Paper

VXLAN: Scaling Data Center Capacity. White Paper VXLAN: Scaling Data Center Capacity White Paper Virtual Extensible LAN (VXLAN) Overview This document provides an overview of how VXLAN works. It also provides criteria to help determine when and where

More information

What is VLAN Routing?

What is VLAN Routing? Application Note #38 February 2004 What is VLAN Routing? This Application Notes relates to the following Dell product(s): 6024 and 6024F 33xx Abstract Virtual LANs (VLANs) offer a method of dividing one

More information

Abstract. 1. Introduction and motivation

Abstract. 1. Introduction and motivation December 2009 A Reference Implementation Architecture for Deploying a Highly- Available Networking Infrastructure for Cloud Computing and Virtual Environments using OSPF E. M. Dow, S. Loveland, G. Markos,

More information

User Experience Implementing SSL and Terminal Servers in z/vm 6.1

User Experience Implementing SSL and Terminal Servers in z/vm 6.1 User Experience Implementing SSL and Terminal Servers in z/vm 6.1 Jim Moling US Treasury, Financial Management Service Friday, August 12, 2011 Session Number 10047 Disclaimers The opinions & ideas expressed

More information

vsphere Networking vsphere 6.0 ESXi 6.0 vcenter Server 6.0 EN-001391-01

vsphere Networking vsphere 6.0 ESXi 6.0 vcenter Server 6.0 EN-001391-01 vsphere 6.0 ESXi 6.0 vcenter Server 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more

More information

IBM HiperSockets Implementation Guide

IBM HiperSockets Implementation Guide Front cover IBM HiperSockets Implementation Guide Understand HiperSockets architecture, functions, and operating systems Learn tips for planning and implementing HiperSockets See examples for IBM z/os,

More information

OneCommand NIC Teaming and VLAN Manager

OneCommand NIC Teaming and VLAN Manager OneCommand NIC Teaming and VLAN Manager Version 2.0.3 for Windows Server 2003 Windows Server 2008 Windows Server 2008 R2 User Manual P005238-01A Rev. A One Network. One Company. Connect with Emulex. Copyright

More information

How to Guide: StorageCraft Cloud Services VPN

How to Guide: StorageCraft Cloud Services VPN How to Guide: StorageCraft Cloud Services VPN CONTENTS Executive Summary...3 Setting up the VPN...4 Connecting to the VPN from a single computer...5 Providing a LAN site with access to the VPN...6 Conclusion...12

More information

vsphere Networking vsphere 5.5 ESXi 5.5 vcenter Server 5.5 EN-001074-02

vsphere Networking vsphere 5.5 ESXi 5.5 vcenter Server 5.5 EN-001074-02 vsphere 5.5 ESXi 5.5 vcenter Server 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more

More information

Implementation of Virtual Local Area Network using network simulator

Implementation of Virtual Local Area Network using network simulator 1060 Implementation of Virtual Local Area Network using network simulator Sarah Yahia Ali Department of Computer Engineering Techniques, Dijlah University College, Iraq ABSTRACT Large corporate environments,

More information

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet Review questions 1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet C Media access method D Packages 2 To which TCP/IP architecture layer

More information

Oracle Networking and High Availability Options (with Linux on System z) & Red Hat/SUSE Oracle Update

Oracle Networking and High Availability Options (with Linux on System z) & Red Hat/SUSE Oracle Update Oracle Networking and High Availability Options (with Linux on System z) & Red Hat/SUSE Oracle Update Speaker Names: David Simpson & Kathryn Arrell Speakers Company: IBM Date of Presentation: Wednesday,

More information

Switching in an Enterprise Network

Switching in an Enterprise Network Switching in an Enterprise Network Introducing Routing and Switching in the Enterprise Chapter 3 Version 4.0 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Objectives Compare the types of

More information

VLAN 802.1Q. 1. VLAN Overview. 1. VLAN Overview. 2. VLAN Trunk. 3. Why use VLANs? 4. LAN to LAN communication. 5. Management port

VLAN 802.1Q. 1. VLAN Overview. 1. VLAN Overview. 2. VLAN Trunk. 3. Why use VLANs? 4. LAN to LAN communication. 5. Management port 1. VLAN Overview 2. VLAN Trunk 3. Why use VLANs? 4. LAN to LAN communication 5. Management port 6. Applications 6.1. Application 1 6.2. Application 2 6.3. Application 3 6.4. Application 4 6.5. Application

More information

FSM73xx GSM73xx GMS72xxR Shared access to the Internet across Multiple routing VLANs using a Prosafe Firewall

FSM73xx GSM73xx GMS72xxR Shared access to the Internet across Multiple routing VLANs using a Prosafe Firewall FSM73xx GSM73xx GMS72xxR Shared access to the Internet across Multiple routing VLANs using a Prosafe Firewall This document describes how to: - Create multiple routing VLANs - Obtain Internet access on

More information

IP SAN Best Practices

IP SAN Best Practices IP SAN Best Practices A Dell Technical White Paper PowerVault MD3200i Storage Arrays THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES.

More information

Virtual LAN Configuration Guide Version 9

Virtual LAN Configuration Guide Version 9 Virtual LAN Configuration Guide Version 9 Document version 96-1.0-12/05/2009 2 IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable at the time of printing,

More information

Performance of a webapp.secure Environment

Performance of a webapp.secure Environment Performance of a webapp.secure Environment ii Performance of a webapp.secure Environment Contents Performance of a webapp.secure Environment............. 1 Objectives for the webapp.secure performance

More information

> Technical Configuration Guide for Microsoft Network Load Balancing. Ethernet Switch and Ethernet Routing Switch Engineering

> Technical Configuration Guide for Microsoft Network Load Balancing. Ethernet Switch and Ethernet Routing Switch Engineering Ethernet Switch and Ethernet Routing Switch Engineering > Technical Configuration Guide for Microsoft Network Load Balancing Enterprise Solutions Engineering Document Date: March 9, 2006 Document Version:

More information

IP Addressing and Subnetting. 2002, Cisco Systems, Inc. All rights reserved.

IP Addressing and Subnetting. 2002, Cisco Systems, Inc. All rights reserved. IP Addressing and Subnetting 2002, Cisco Systems, Inc. All rights reserved. 1 Objectives Upon completion, you will be able to: Discuss the Types of Network Addressing Explain the Form of an IP Address

More information

High Availability Architectures for Linux in a Virtual Environment

High Availability Architectures for Linux in a Virtual Environment High Availability Architectures for Linux in a Virtual Environment Scott Loveland IBM Systems and Technology Group Poughkeepsie, NY d10swl1@us.ibm.com August 24, 2009 Session 9276 Trademarks The following

More information

VLAN for DekTec Network Adapters

VLAN for DekTec Network Adapters Application Note DT-AN-IP-2 VLAN for DekTec Network Adapters 1. Introduction VLAN (Virtual LAN) is a technology to segment a single physical network into multiple independent virtual networks. The VLANs

More information

s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ]

s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ] s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ] Topic break down Topic No. of Questions Topic 1: Network Architecture 183 Topic 2: Network Operations 149

More information

Efficient Video Distribution Networks with.multicast: IGMP Querier and PIM-DM

Efficient Video Distribution Networks with.multicast: IGMP Querier and PIM-DM Efficient Video Distribution Networks with.multicast: IGMP Querier and PIM-DM A Dell technical white paper Version 1.1 Victor Teeter Network Solutions Engineer This document is for informational purposes

More information

LANs and VLANs A Simplified Tutorial

LANs and VLANs A Simplified Tutorial Application Note LANs and VLANs A Simplified Tutorial Version 3.0 May 2002 COMPAS ID 90947 Avaya Labs 1 Companion document IP Addressing: A Simplified Tutorial COMPAS ID 92962 2 Introduction As the name

More information

JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT. Test Code: 4514 Version: 01

JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT. Test Code: 4514 Version: 01 JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT Test Code: 4514 Version: 01 Specific Competencies and Skills Tested in this Assessment: PC Principles Identify physical and equipment

More information

ESXi Configuration Guide

ESXi Configuration Guide ESXi 4.1 vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Remote PC Guide Series - Volume 1

Remote PC Guide Series - Volume 1 Introduction and Planning for Remote PC Implementation with NETLAB+ Document Version: 2016-02-01 What is a remote PC and how does it work with NETLAB+? This educational guide will introduce the concepts

More information

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6)

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6) Cisco Certified Network Associate Exam Exam Number 200-120 CCNA Associated Certifications CCNA Routing and Switching Operation of IP Data Networks Operation of IP Data Networks Recognize the purpose and

More information

A Case for Overlays in DCN Virtualization Katherine Barabash, Rami Cohen, David Hadas, Vinit Jain, Renato Recio and Benny Rochwerger IBM

A Case for Overlays in DCN Virtualization Katherine Barabash, Rami Cohen, David Hadas, Vinit Jain, Renato Recio and Benny Rochwerger IBM Presenter: Vinit Jain, STSM, System Networking Development, IBM System & Technology Group A Case for Overlays in DCN Virtualization Katherine Barabash, Rami Cohen, David Hadas, Vinit Jain, Renato Recio

More information

Dell PowerVault MD Series Storage Arrays: IP SAN Best Practices

Dell PowerVault MD Series Storage Arrays: IP SAN Best Practices Dell PowerVault MD Series Storage Arrays: IP SAN Best Practices A Dell Technical White Paper Dell Symantec THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND

More information

Security Overview of the Integrity Virtual Machines Architecture

Security Overview of the Integrity Virtual Machines Architecture Security Overview of the Integrity Virtual Machines Architecture Introduction... 2 Integrity Virtual Machines Architecture... 2 Virtual Machine Host System... 2 Virtual Machine Control... 2 Scheduling

More information

z/vm 6.3 Virtual Switch Enhancements for the IBM z13

z/vm 6.3 Virtual Switch Enhancements for the IBM z13 . z/vm 6.3 Virtual Switch Enhancements for the IBM z13 z/vm Virtual Networking eam ick arcza arcza@us.ibm.com Agenda Overview of the new z/vm VSWICH capabilities available in z/vm 6.3 for the IBM z13 with

More information

Citrix XenServer Design: Designing XenServer Network Configurations

Citrix XenServer Design: Designing XenServer Network Configurations Citrix XenServer Design: Designing XenServer Network Configurations www.citrix.com Contents About... 5 Audience... 5 Purpose of the Guide... 6 Finding Configuration Instructions... 6 Visual Legend... 7

More information

Analysis of Network Segmentation Techniques in Cloud Data Centers

Analysis of Network Segmentation Techniques in Cloud Data Centers 64 Int'l Conf. Grid & Cloud Computing and Applications GCA'15 Analysis of Network Segmentation Techniques in Cloud Data Centers Ramaswamy Chandramouli Computer Security Division, Information Technology

More information

Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance

Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance CHAPTER 4 Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance This chapter describes how to configure the switch ports and VLAN interfaces of the ASA 5505 adaptive

More information

Nutanix Tech Note. VMware vsphere Networking on Nutanix

Nutanix Tech Note. VMware vsphere Networking on Nutanix Nutanix Tech Note VMware vsphere Networking on Nutanix Nutanix Virtual Computing Platform is engineered from the ground up for virtualization and cloud environments. This Tech Note describes vsphere networking

More information

Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance

Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance CHAPTER 5 Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance This chapter describes how to configure the switch ports and VLAN interfaces of the ASA 5505 adaptive

More information

hp ProLiant network adapter teaming

hp ProLiant network adapter teaming hp networking june 2003 hp ProLiant network adapter teaming technical white paper table of contents introduction 2 executive summary 2 overview of network addressing 2 layer 2 vs. layer 3 addressing 2

More information

Using Virtual IP Addressing. with Bus-Tech TCP/IP Controllers

Using Virtual IP Addressing. with Bus-Tech TCP/IP Controllers Using Virtual IP Addressing with Bus-Tech TCP/IP Controllers August 2001 Contents Introduction...3 VIPA Requirements...3 TCP/IP Passthrough...4 LPAR Support...5 Multicasting...5 Using RIP-2...5 Using OSPF...8

More information

Redbooks Paper. Local versus Remote Database Access: A Performance Test. Victor Chao Leticia Cruz Nin Lei

Redbooks Paper. Local versus Remote Database Access: A Performance Test. Victor Chao Leticia Cruz Nin Lei Redbooks Paper Victor Chao Leticia Cruz Nin Lei Local versus Remote Database Access: A Performance Test When tuning a database for better performance, one area to examine is the proximity of the database

More information

Virtual LANs. http://www.cis.ohio-state.edu/~jain/cis788-97/ or http://www.netlab.ohio-state.edu/~jain/cis788-97/ Raj Jain

Virtual LANs. http://www.cis.ohio-state.edu/~jain/cis788-97/ or http://www.netlab.ohio-state.edu/~jain/cis788-97/ Raj Jain Virtual LANs Professor of Computer and Information Sciences Please download and print the handouts from: http://www.cis.ohio-state.edu/~jain/cis788-97/ or http://www.netlab.ohio-state.edu/~jain/cis788-97/

More information

IBM Software Group. Lotus Domino 6.5 Server Enablement

IBM Software Group. Lotus Domino 6.5 Server Enablement IBM Software Group Lotus Domino 6.5 Server Enablement Agenda Delivery Strategy Themes Domino 6.5 Server Domino 6.0 SmartUpgrade Questions IBM Lotus Notes/Domino Delivery Strategy 6.0.x MRs every 4 months

More information

Expert Reference Series of White Papers. vcloud Director 5.1 Networking Concepts

Expert Reference Series of White Papers. vcloud Director 5.1 Networking Concepts Expert Reference Series of White Papers vcloud Director 5.1 Networking Concepts 1-800-COURSES www.globalknowledge.com vcloud Director 5.1 Networking Concepts Rebecca Fitzhugh, VMware Certified Instructor

More information

Feature Comparison. Windows Server 2008 R2 Hyper-V and Windows Server 2012 Hyper-V

Feature Comparison. Windows Server 2008 R2 Hyper-V and Windows Server 2012 Hyper-V Comparison and Contents Introduction... 4 More Secure Multitenancy... 5 Flexible Infrastructure... 9 Scale, Performance, and Density... 13 High Availability... 18 Processor and Memory Support... 24 Network...

More information

VMware ESX Server 3 802.1Q VLAN Solutions W H I T E P A P E R

VMware ESX Server 3 802.1Q VLAN Solutions W H I T E P A P E R VMware ESX Server 3 802.1Q VLAN Solutions W H I T E P A P E R Executive Summary The virtual switches in ESX Server 3 support VLAN (IEEE 802.1Q) trunking. Using VLANs, you can enhance security and leverage

More information

ESX Configuration Guide

ESX Configuration Guide ESX 4.0 vcenter Server 4.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev.

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev. Management Software AT-S106 Web Browser User s Guide For the AT-GS950/48 Gigabit Ethernet Smart Switch Version 1.0.0 613-001339 Rev. A Copyright 2010 Allied Telesis, Inc. All rights reserved. No part of

More information

IBM Communications Server for Linux - Network Optimization for On Demand business

IBM Communications Server for Linux - Network Optimization for On Demand business Optimizing your network infrastructure for on demand business IBM Communications Server for Linux - Network Optimization for On Demand business IBM Communications Server for Linux provides a cost-effective

More information

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet CCNA R&S: Introduction to Networks Chapter 5: Ethernet 5.0.1.1 Introduction The OSI physical layer provides the means to transport the bits that make up a data link layer frame across the network media.

More information

VIA CONNECT PRO Deployment Guide

VIA CONNECT PRO Deployment Guide VIA CONNECT PRO Deployment Guide www.true-collaboration.com Infinite Ways to Collaborate CONTENTS Introduction... 3 User Experience... 3 Pre-Deployment Planning... 3 Connectivity... 3 Network Addressing...

More information

V01. IBM zseries Expo April 16-20, 2007 Munich, Germany

V01. IBM zseries Expo April 16-20, 2007 Munich, Germany TRAINING V01 Virtualization Basics Brian K. Wade, Ph.D. - bkw@us.ibm.com Expo April 16-20, 2007 Munich, Germany Corporation 2006 1 Trademarks The following are trademarks of the International Business

More information

How To Configure Voice Vlan On An Ip Phone

How To Configure Voice Vlan On An Ip Phone 1 VLAN (Virtual Local Area Network) is used to logically divide a physical network into several broadcast domains. VLAN membership can be configured through software instead of physically relocating devices

More information

Network Technologies for Next-generation Data Centers

Network Technologies for Next-generation Data Centers Network Technologies for Next-generation Data Centers SDN-VE: Software Defined Networking for Virtual Environment Rami Cohen, IBM Haifa Research Lab September 2013 Data Center Network Defining and deploying

More information

z/os V1R11 Communications Server System management and monitoring Network management interface enhancements

z/os V1R11 Communications Server System management and monitoring Network management interface enhancements IBM Software Group Enterprise Networking Solutions z/os V1R11 Communications Server z/os V1R11 Communications Server System management and monitoring Network management interface enhancements z/os Communications

More information

CLOUD NETWORKING FOR ENTERPRISE CAMPUS APPLICATION NOTE

CLOUD NETWORKING FOR ENTERPRISE CAMPUS APPLICATION NOTE CLOUD NETWORKING FOR ENTERPRISE CAMPUS APPLICATION NOTE EXECUTIVE SUMMARY This application note proposes Virtual Extensible LAN (VXLAN) as a solution technology to deliver departmental segmentation, business

More information

IP SAN BEST PRACTICES

IP SAN BEST PRACTICES IP SAN BEST PRACTICES PowerVault MD3000i Storage Array www.dell.com/md3000i TABLE OF CONTENTS Table of Contents INTRODUCTION... 3 OVERVIEW ISCSI... 3 IP SAN DESIGN... 4 BEST PRACTICE - IMPLEMENTATION...

More information

Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide. Revised February 28, 2013 2:32 pm Pacific

Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide. Revised February 28, 2013 2:32 pm Pacific Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide Revised February 28, 2013 2:32 pm Pacific Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide

More information

High Availability for Linux on IBM System z Servers

High Availability for Linux on IBM System z Servers High Availability for Linux on IBM System z s Scott Loveland IBM Systems and Technology Group Poughkeepsie, NY d10swl1@us.ibm.com August 14, 2008 Session 9276 Trademarks The following are trademarks of

More information

Using Virtual Switches in PowerVM to Drive Maximum Value of 10 Gb Ethernet

Using Virtual Switches in PowerVM to Drive Maximum Value of 10 Gb Ethernet Using Virtual Switches in PowerVM to Drive Maximum Value of 10 Gb Ethernet by Glenn E. Miller Certified IT Specialist Power Systems, AIX and PowerHA IBM Corporation and Kris Speetjens IT Architect Nobius

More information

Chapter 4 Customizing Your Network Settings

Chapter 4 Customizing Your Network Settings . Chapter 4 Customizing Your Network Settings This chapter describes how to configure advanced networking features of the Wireless-G Router Model WGR614v9, including LAN, WAN, and routing settings. It

More information

DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service

DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service Achieving Scalability and High Availability Abstract DB2 Connect Enterprise Edition for Windows NT provides fast and robust connectivity

More information

Interconnecting Cisco Network Devices 1 Course, Class Outline

Interconnecting Cisco Network Devices 1 Course, Class Outline www.etidaho.com (208) 327-0768 Interconnecting Cisco Network Devices 1 Course, Class Outline 5 Days Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructorled training course

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Five Designing a Network Topology Copyright 2010 Cisco Press & Priscilla Oppenheimer Topology A map of an internetwork that indicates network segments, interconnection points,

More information

L-Series LAN Provisioning Best Practices for Local Area Network Deployment. Introduction. L-Series Network Provisioning

L-Series LAN Provisioning Best Practices for Local Area Network Deployment. Introduction. L-Series Network Provisioning L-Series LAN Provisioning Best Practices for Local Area Network Deployment Introduction Scope NComputing s L-series access devices connect to a host computer through an Ethernet interface and IP protocol.

More information

Overcoming Security Challenges to Virtualize Internet-facing Applications

Overcoming Security Challenges to Virtualize Internet-facing Applications Intel IT IT Best Practices Cloud Security and Secure ization November 2011 Overcoming Security Challenges to ize Internet-facing Applications Executive Overview To enable virtualization of Internet-facing

More information

Chapter 4 Customizing Your Network Settings

Chapter 4 Customizing Your Network Settings Chapter 4 Customizing Your Network Settings This chapter describes how to configure advanced networking features of the RangeMax Dual Band Wireless-N Router WNDR3300, including LAN, WAN, and routing settings.

More information

VMware Virtual Networking Concepts I N F O R M A T I O N G U I D E

VMware Virtual Networking Concepts I N F O R M A T I O N G U I D E VMware Virtual Networking Concepts I N F O R M A T I O N G U I D E Table of Contents Introduction... 3 ESX Server Networking Components... 3 How Virtual Ethernet Adapters Work... 4 How Virtual Switches

More information

Guideline for setting up a functional VPN

Guideline for setting up a functional VPN Guideline for setting up a functional VPN Why do I want a VPN? VPN by definition creates a private, trusted network across an untrusted medium. It allows you to connect offices and people from around the

More information

EVOLVING ENTERPRISE NETWORKS WITH SPB-M APPLICATION NOTE

EVOLVING ENTERPRISE NETWORKS WITH SPB-M APPLICATION NOTE EVOLVING ENTERPRISE NETWORKS WITH SPB-M APPLICATION NOTE EXECUTIVE SUMMARY Enterprise network managers are being forced to do more with less. Their networks are growing in size and complexity. They need

More information

z/vm and Linux Disaster Recovery A Customer Experience Lee Stewart Sirius Computer Solutions (DSP)

z/vm and Linux Disaster Recovery A Customer Experience Lee Stewart Sirius Computer Solutions (DSP) z/vm and Disaster Recovery A Customer Experience Lee Stewart Sirius Computer Solutions (DSP) Date Thursday, August 14 th, 2008 Session 9210 2008 Sirius Computer Solutions The Business Partner Sirius Computer

More information

How to Create a Virtual Switch in VMware ESXi

How to Create a Virtual Switch in VMware ESXi How to Create a Virtual Switch in VMware ESXi I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide support for the information

More information

Abstract. MEP; Reviewed: GAK 10/17/2005. Solution & Interoperability Test Lab Application Notes 2005 Avaya Inc. All Rights Reserved.

Abstract. MEP; Reviewed: GAK 10/17/2005. Solution & Interoperability Test Lab Application Notes 2005 Avaya Inc. All Rights Reserved. Configuring Single Instance Rapid Spanning Tree Protocol (RSTP) between an Avaya C360 Converged Switch and HP ProCurve Networking Switches to support Avaya IP Telephony Issue 1.0 Abstract These Application

More information

Networking Devices. Lesson 6

Networking Devices. Lesson 6 Networking Devices Lesson 6 Objectives Exam Objective Matrix Technology Skill Covered Exam Objective Exam Objective Number Network Interface Cards Modems Media Converters Repeaters and Hubs Bridges and

More information

The Barracuda Network Connector. System Requirements. Barracuda SSL VPN

The Barracuda Network Connector. System Requirements. Barracuda SSL VPN Barracuda SSL VPN The Barracuda SSL VPN allows you to define and control the level of access that your external users have to specific resources inside your internal network. For users such as road warriors

More information

SSVP SIP School VoIP Professional Certification

SSVP SIP School VoIP Professional Certification SSVP SIP School VoIP Professional Certification Exam Objectives The SSVP exam is designed to test your skills and knowledge on the basics of Networking and Voice over IP. Everything that you need to cover

More information

Securely Architecting the Internal Cloud. Rob Randell, CISSP Senior Security and Compliance Specialist VMware, Inc.

Securely Architecting the Internal Cloud. Rob Randell, CISSP Senior Security and Compliance Specialist VMware, Inc. Securely Architecting the Internal Cloud Rob Randell, CISSP Senior Security and Compliance Specialist VMware, Inc. Securely Building the Internal Cloud Virtualization is the Key How Virtualization Affects

More information

Introduction to IP v6

Introduction to IP v6 IP v 1-3: defined and replaced Introduction to IP v6 IP v4 - current version; 20 years old IP v5 - streams protocol IP v6 - replacement for IP v4 During developments it was called IPng - Next Generation

More information

Cloud Computing with xcat on z/vm 6.3

Cloud Computing with xcat on z/vm 6.3 IBM System z Cloud Computing with xcat on z/vm 6.3 Thang Pham z/vm Development Lab thang.pham@us.ibm.com Trademarks The following are trademarks of the International Business Machines Corporation in the

More information

VIA COLLAGE Deployment Guide

VIA COLLAGE Deployment Guide VIA COLLAGE Deployment Guide www.true-collaboration.com Infinite Ways to Collaborate CONTENTS Introduction... 3 User Experience... 3 Pre-Deployment Planning... 3 Connectivity... 3 Network Addressing...

More information

Basic IPv6 WAN and LAN Configuration

Basic IPv6 WAN and LAN Configuration Basic IPv6 WAN and LAN Configuration This quick start guide provides basic IPv6 WAN and LAN configuration information for the ProSafe Wireless-N 8-Port Gigabit VPN Firewall FVS318N. For complete IPv6 configuration

More information

CHAPTER 10 LAN REDUNDANCY. Scaling Networks

CHAPTER 10 LAN REDUNDANCY. Scaling Networks CHAPTER 10 LAN REDUNDANCY Scaling Networks CHAPTER 10 10.0 Introduction 10.1 Spanning Tree Concepts 10.2 Varieties of Spanning Tree Protocols 10.3 Spanning Tree Configuration 10.4 First-Hop Redundancy

More information

How To Install A Virtual Image Facility On Linux (Amd64) On A 3390 Dasd 3390 (Amd32) Dasda (Amd86) (Amd66) (Dasd) (Virtual Image Facility) (For

How To Install A Virtual Image Facility On Linux (Amd64) On A 3390 Dasd 3390 (Amd32) Dasda (Amd86) (Amd66) (Dasd) (Virtual Image Facility) (For S/390 Virtual Image Facility for Linux (VIF) WAVV 2000 Colorado Springs October, 2000 Agenda Introduction Product Overview Planning Installation Positioning Availability Introduction S/390 Virtual Image

More information

Chapter 5 Customizing Your Network Settings

Chapter 5 Customizing Your Network Settings Chapter 5 Customizing Your Network Settings This chapter describes how to configure advanced networking features of the RangeMax NEXT Wireless Router WNR834B, including LAN, WAN, and routing settings.

More information

Install Guide for JunosV Wireless LAN Controller

Install Guide for JunosV Wireless LAN Controller The next-generation Juniper Networks JunosV Wireless LAN Controller is a virtual controller using a cloud-based architecture with physical access points. The current functionality of a physical controller

More information

Network Virtualization and Data Center Networks 263-3825-00 Data Center Virtualization - Basics. Qin Yin Fall Semester 2013

Network Virtualization and Data Center Networks 263-3825-00 Data Center Virtualization - Basics. Qin Yin Fall Semester 2013 Network Virtualization and Data Center Networks 263-3825-00 Data Center Virtualization - Basics Qin Yin Fall Semester 2013 1 Walmart s Data Center 2 Amadeus Data Center 3 Google s Data Center 4 Data Center

More information

ESX Server 3 Configuration Guide Update 2 and later for ESX Server 3.5 and VirtualCenter 2.5

ESX Server 3 Configuration Guide Update 2 and later for ESX Server 3.5 and VirtualCenter 2.5 ESX Server 3 Configuration Guide Update 2 and later for ESX Server 3.5 and VirtualCenter 2.5 This document supports the version of each product listed and supports all subsequent versions until the document

More information

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1)

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) 100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) Course Overview This course provides students with the knowledge and skills to implement and support a small switched and routed network.

More information

White Paper 230-1040-001. Copyright 2011 Nomadix, Inc. All Rights Reserved. Thursday, January 05, 2012

White Paper 230-1040-001. Copyright 2011 Nomadix, Inc. All Rights Reserved. Thursday, January 05, 2012 Nomadix Service Engine Enterprise Guest Access Application Copyright 2011 Nomadix, Inc. All Rights Reserved. Thursday, January 05, 2012 30851 Agoura Road Suite 102 Agoura Hills, CA 91301 USA www.nomadix.com

More information

AT-S60 Version 1.1.4 Management Software for the AT-8400 Series Switch. Software Release Notes

AT-S60 Version 1.1.4 Management Software for the AT-8400 Series Switch. Software Release Notes AT-S60 Version 1.1.4 Management Software for the AT-8400 Series Switch Supported Platforms Software Release Notes Please read this document before you begin to use the AT-S60 management software. The AT-S60

More information

UPSTREAM for Linux on System z

UPSTREAM for Linux on System z PRODUCT SHEET UPSTREAM for Linux on System z UPSTREAM for Linux on System z UPSTREAM for Linux on System z is designed to provide comprehensive data protection for your Linux on System z environment, leveraging

More information

z/vm and Linux on zseries Performance Monitoring An Update on How and With What Products

z/vm and Linux on zseries Performance Monitoring An Update on How and With What Products Tivoli Software z/vm and Linux on zseries Performance Monitoring An Update on How and With What Products Laura Knapp ljknapp@us.ibm.com August 2006 2006 IBM Corporation Agenda Opportunity New work loads

More information