z/vm Development z/vm Advanced Technical Support December 01,2009 Sue Farrell Angelo Macchiano Bruce McClellan Steve Gracin . 1

Size: px
Start display at page:

Download "z/vm Development z/vm Advanced Technical Support December 01,2009 Sue Farrell Angelo Macchiano Bruce McClellan Steve Gracin . 1"

Transcription

1 Chapter 1. z/vm Highly Available Network December 01,2009 z/vm Development Sue Farrell Angelo Macchiano Bruce McClellan z/vm Advanced Technical Support Steve Gracin. 1

2 1.1 Highly Available Network Overview A highly available network provides a z/vm guest virtual machine continuous connectivity via a VSwitch irrespective of OSA port availability or OEM switch status. The network being proposed in this paper inherits this attribute based on z/vm Virtual Switch Link Aggregation support (based on IEEE 802.3AD) connected to a Cisco Catalyst 6500 Virtual Switching System 1440 (VSS1440). Even though this testing was performed specifically with a Cisco VSS 1440 system the team believes that similar results could be achieved with vendor switches that support "Virtual Chassis" configurations. This configuration eliminates all single points of failure in the physical network coupled with workload balancing across the active resources within the network. z/vm guest virtual machines connected to this type of VSwitch network configuration enjoy transparent error recovery or OSA port service as demonstrated in this white paper. The Cisco Catalyst 6500 Virtual Switching System 1440 (VSS1440), combined with the z/vm Virtual Switch Link Aggregation Support are the primary components of our Highly Available Network. A virtual to physical network topology deployed with these technologies will maintain a network connection for z/vm guest machines, in all but a catastrophic failure. The failure of a complete Ethenet switch, OSA port, cable, or a combination of equipment failures depending upon configuration will not result in a communication outage Test Configuration The test configuration consisted of a z10 processor with OSA-Express3 Ports. These Ports were 1000BASE-T. However; combinations of copper and fibre QDIO mode OSA-Express3 ports can be combined in the Link Aggregation Group (Link Agg Group), as long as they are the same speed. The four OSA-Express3 ports attached to z/vm6.1, were joined to two Link Agg groups, each group using two of the available ports. The two groups assigned to two type ETHERNET Vswitches with Link Aggregation Control Protocol (LACP). LACP is required for insuring synchronization between the VSWITCH and the CISCO switches. Link Agg - Highly Avilable... 2

3 Two CISCO 65xx switches equipped with G Supervisor Engines were interconnected via a Virtual Switch Link (VSL). This arrangement allows the two 65xx switches to be pooled together to form a single Virtual Switching System All Vswitch and Port Group definitions for testing were placed in the PROFILE EXEC of user AUTOLOG1 for these tests rather than in SYSTEM CONFIG, eliminating the need to IPL in order to pick up changes Link Aggregation (Link Agg) Considerations To join a Link Aggregation Group an OSA-Express3 port can not be in use by another Vswitch or IP stack. Attempting to assign an OSA-Express3 port that is already active with a Vswitch or IP stack; will result in a configuration failure with an accompanying error message. Conversely trying to start a Vswitch or an IP stack using subchannel addresses of a OSA-Express3 port that is already part of a Vswitch Link Aggregation Group will result in a configuration failure with an accompanying error message. This is known as Exclusive Use. Once the port becomes part of a Link Aggregation Group it is marked for exclusive use by the Link Aggregation Group. The port becomes exclusive use when a JOIN to a GROUP is successfully issued. The port will remain in exclusive use until a LEAVE is issued VSS1440 The CISCO VSS1440 is formed by pooling two CISCO Catalyst series 6500 Ethernet Switches into one Virtual Switch, in our case it was named 6509-R12. Chapter 1. z/vm Highly Available Network... 3

4 1.1.5 Test Network The Test Network consisted of Linux for System Z guests running on a z10, being accessed by various x86 clients. The network was all within the IBM internal network in Endicott. z/vm Link Aggregation with Cisco VSS configuration External Network OSA Exp3 1GE-1000BaseT Layer 3 Etherchannel Gi1/1/37 Pchid 1D0/p0 Pchid 1D0/p1 Pchid 1D1/p0 1D00.P00 VSW10 Port group CISCO10 LACP Trunk z/linux SLES10 Curl web clients BMM Cisco 6509 Switch VSS 1/x/x side Active Gi1/1/38 Pchid 1D1/p1 1D03.P01 VSL 10GE x 2 Cisco 6506 Switch VSS 2/x/x side Hot Standby Gi2/1/13 1D80.P00 VSW11 Port group CISCO11 LACP Trunk z/linux SLES10 Apache web servers BM pchid/port chpid 1D0/P1 D0 1D1/P0 D1 1D1/P1 D1 1D0/P0 D0 1F0/P0 F0 1F0/P1 F0 1F1/P0 F1 1F1/P1 F1 Gi2/1/14 OSA Exp3 1GE-1000BaseT Pchid 1F0/p0 Pchid 1F0/p1 Pchid 1F1/p0 Pchid 1F1/p1 1D83.P01 = LACP port group CISCO10 member = LACP port group CISCO11 member To generate network traffic from the external network to the Linux guests, test scripts were executed at hosts on the internal and external network that caused various types of traffic, http, ftp for example. To flow between the hosts and the Linux guests BMM00001 through BMM00004, and BM00001 through BM Link Agg - Highly Avilable... 4

5 1.2 VSS1440 Definitions The two Cisco 6509 switches were defined to act as a single virtual switch, the Port-channels were defined. User Access Verification Password: 6509-R12>enable Password:6509-R12(config)#interface gigabitethernet 1/1/ R12(config-if)#channel-protocol lacp 6509-R12(config-if)#channel-group 10 mode active Creating a port-channel interface Port-channel R12(config-if)#exit 6509-R12(config)#interface gigabitethernet 2/1/ R12(config-if)#channel-protocol lacp 6509-R12(config-if)#channel-group 10 mode active 6509-R12(config-if)#exit 6509-R12(config)#interface port-channel R12(config-if)#switchport trunk encapsulation dot1q 6509-R12(config-if)#switchport mode trunk 6509-R12(config-if)#no shutdown 6509-R12(config-if)# Password:6509-R12(config)#interface gigabitethernet 1/1/ R12(config-if)#channel-protocol lacp 6509-R12(config-if)#channel-group 11 mode active Creating a port-channel interface Port-channel R12(config-if)#exit 6509-R12(config)#interface gigabitethernet 2/1/ R12(config-if)#channel-protocol lacp 6509-R12(config-if)#channel-group 11 mode active 6509-R12(config-if)#exit 6509-R12(config)#interface port-channel R12(config-if)#switchport trunk encapsulation dot1q 6509-R12(config-if)#switchport mode trunk 6509-R12(config-if)#no shutdown 6509-R12(config-if)# Chapter 1. z/vm Highly Available Network... 5

6 1.2.1 Show Etherchannel summary 6509-R12#show etherchannel summary Flags: D - down P - bundled in port-channel I - stand-alone s - suspended H - Hot-standby (LACP only) R - Layer3 S - Layer2 U - in use N - not in use, no aggregation f - failed to allocate aggregator M - not in use, no aggregation due to minimum links not met m - not in use, port not aggregated due to minimum links not met u - unsuitable for bundling d - default port w - waiting to be aggregated Number of channel-groups in use: 5 Number of aggregators: 5 Group Port-channel Protocol Ports Po1(RU) - Te1/5/4(P) Te1/5/5(P) 2 Po2(RU) - Te2/5/4(P) Te2/5/5(P) 3 Po3(SU) LACP Gi1/1/1(P) Gi2/1/1(P) 10 Po10(SD) LACP Gi1/1/37(I) Gi2/1/13(I) 11 Po11(SD) LACP Gi1/1/38(I) Gi2/1/14(I) Link Agg - Highly Avilable... 6

7 1.3 z/vm Definitions The definition of the ETHERNET (Layer2) Vswitch and associated Port Groups was performed by issuing the individual commands at a user with the proper Privclass. This was done for demonstration purposes. In a production environment these commands would be in the PROFILE EXEC of User AUTOLOG1. The Vswitch does not have to be defined before its Port Group, either order is acceptable Define The PORT GROUPs Two Port Groups were defined, CISCO10 and CISCO11. These are arbitrary names that can be any name of up to eight characters. Two OSA ports each have been joined to the groups. The Vswitch groups and the physical switch are defined with LACP ( Link Aggregation Control Protocol ). This protocol provides for the detection and removal of a failed link from the group, it will also detect when the repaired link has been restored to the group, then restart it. Chapter 1. z/vm Highly Available Network... 7

8 1.3.2 Vswitch Definition For testing the Vswitches were defined by issuing two DEFINE VSWITCH commands. What is different for our configuration than a typical Vswitch definition is RDEV NONE, no backup Port is specified. Since the physical switches and Z10 in this highly available configuration can be kilometers away from each other, and in essence back each other up, it would take a catastrophic incident to lose total network connectivity, so a separate backup Port is of no benefit. In a production environment these DEFINE VSWITCH commands would be issued from the PROFILE EXEC of user AUTOLOG1. define vswitch vsw10 rdev none controller * ethernet group cisco10 vlan 300 porttype access define vswitch vsw11 rdev none controller * ethernet group cisco11 vlan 300 porttype access With the Port Groups previously defined, when Vswitch VSW10 and VSW11 are defined a controller will be assigned to the Vswitch and the OSA Ports in the associated Port Groups will be enabled. Link Agg - Highly Avilable... 8

9 Chapter 1. z/vm Highly Available Network... 9

10 1.3.3 Test Case The VSS1440 configuration that combined our two physical switches to form the one Virtual Switch System was established. The Port Groups CISCO10 and CISCO11 and the Vswitches VSW10 and VSW11 were defined. Once the network was shown to be operational and traffic was flowing between the clients in the external network to the Linux Guests, the ACTIVE switch would be powered off. The ACTIVE switch is the 6509 that is currently controlling the VSS1440 operations. The other frame is Hot Standby, to become ACTIVE in the event of a failure. Before powering off the ACTIVE 6509 the current state of the VSS1440 was displayed. show switch virtual/role 6509-R12#show switch virtual Switch mode : Virtual Switch Virtual switch domain number : 100 Local switch number : 1 Local switch operational role: Virtual Switch Active Peer switch number : 2 Peer switch operational role : Virtual Switch Standby 6509-R12#show switch virtual role Switch Switch Status Preempt Priority Role Session ID Number Oper(Conf) Oper(Conf) Local Remote LOCAL 1 UP FALSE(N ) 100(100) ACTIVE 0 0 REMOTE 2 UP FALSE(N ) 100(100) STANDBY In dual-active recovery mode: No Link Agg - Highly Avilable... 10

11 show switch virtual link 6509-R12#show switch virtual link VSL Status : UP VSL Uptime : 18 hours, 0 minutes VSL SCP Ping : Pass VSL ICC Ping : Pass VSL Control Link : Te1/5/ R12#show switch virtual red 6509-R12#show switch virtual redundancy My Switch Id = 1 Peer Switch Id = 2 Last switchover reason = active unit removed Configured Redundancy Mode = sso Operating Redundancy Mode = sso Switch 1 Slot 5 Processor Information : Current Software state = ACTIVE Uptime in current state = 18 hours, 7 minutes Image Version = Cisco IOS Software, s72033_rp Software (s72033_rp-advipservicesk9_wan-m), Version 12.2(33)SXH3, RELEASE SOFTWARE (fc1) Technical Support: Copyright (c) by Cisco Systems, Inc. Compiled Thu 24-Jul-08 19:18 by prod_rel_team BOOT = sup-bootflash:,1; CONFIG_FILE = BOOTLDR = Configuration register = 0x2102 Fabric State = ACTIVE Control Plane State = ACTIVE Switch 2 Slot 5 Processor Information : Current Software state = STANDBY HOT (switchover target) Uptime in current state = 18 hours, 2 minutes Image Version = Cisco IOS Software, s72033_rp Software (s72033_rp-advipservicesk9_wan-m), Version 12.2(33)SXH3, RELEASE SOFTWARE (fc1) Technical Support: Copyright (c) by Cisco Systems, Inc. Compiled Thu 24-Jul-08 19:18 by prod_rel_team BOOT = sup-bootflash:,1; CONFIG_FILE = BOOTLDR = Configuration register = 0x2102 Fabric State = ACTIVE Control Plane State = STANDBY 6509-R12# The commands show that the 6509 considered the LOCAL switch is the ACTIVE switch; and the REMOTE switch is STANDBY. The ACTIVE switch is the frame that will be powered off. Chapter 1. z/vm Highly Available Network... 11

12 Query Vswitch/Port Group details The Vswitches and Port Groups were Queried. Due to the volume of information provided with the DETAILS option specified, the complete command output is not shown in the following displays. q vswitch vswt10 det q vswitch vsw10 details VSWITCH SYSTEM VSW10 Type: VSWITCH Connected: 4 Maxconn: INFINITE PERSISTENT RESTRICTED ETHERNET Accounting: ON VLAN Aware Default VLAN: 0300 Default Porttype: Access GVRP: Enabled Native VLAN: 0001 VLAN Counters: OFF MAC address: E State: Ready IPTimeout: 5 QueueStorage: 8 Isolation Status: OFF Group: CISCO10 Active LACP Mode: Active RDEV: 1D00.P00 VDEV: 1D00 Controller: DTCVSW1 VSWITCH Connection: MAC address: E RX Packets: Discarded: Errors: 0 TX Packets: Discarded: 0 Errors: 0 RX Bytes: TX Bytes: Device: 1D00 Unit: 000 Role: DATA vport: 0001 Index: 0001 Unicast IP Addresses: MAC: A9-BF Remote RDEV: 1D80.P00 VDEV: 1D80 Controller: DTCVSW2 VSWITCH Connection: MAC address: E A RX Packets: Discarded: 8 Errors: 0 TX Packets: Discarded: 0 Errors: 0 RX Bytes: TX Bytes: Device: 1D80 Unit: 000 Role: DATA vport: 0002 Index: 0002 Adapter Connections: Adapter Owner: BMM00001 NIC: 0600.P00 Name: UNASSIGNED Porttype: Access Link Agg - Highly Avilable... 12

13 q vswitch vswt11 det q vswitch vsw11 det VSWITCH SYSTEM VSW11 Type: VSWITCH Connected: 4 Maxconn: INFINITE PERSISTENT RESTRICTED ETHERNET Accounting: ON VLAN Aware Default VLAN: 0300 Default Porttype: Access GVRP: Enabled Native VLAN: 0001 VLAN Counters: OFF MAC address: E B State: Ready IPTimeout: 5 QueueStorage: 8 Isolation Status: OFF Group: CISCO11 Active LACP Mode: Active RDEV: 1D03.P01 VDEV: 1D03 Controller: DTCVSW1 VSWITCH Connection: MAC address: E C RX Packets: Discarded: Errors: 0 TX Packets: Discarded: 0 Errors: 0 RX Bytes: TX Bytes: Device: 1D03 Unit: 000 Role: DATA vport: 0001 Index: 0001 Unicast IP Addresses: MAC: A9-BF Remote RDEV: 1D83.P01 VDEV: 1D83 Controller: DTCVSW2 VSWITCH Connection: MAC address: E D RX Packets: Discarded: 8 Errors: 0 TX Packets: Discarded: 0 Errors: 0 RX Bytes: TX Bytes: Device: 1D83 Unit: 000 Role: DATA vport: 0002 Index: 0002 Adapter Connections: Adapter Owner: BM00001 NIC: 0600.P00 Name: UNASSIGNED Porttype: Access Chapter 1. z/vm Highly Available Network... 13

14 query port group det q port group cisco10 det Group: CISCO10 Active LACP Mode: Active VSWITCH SYSTEM VSW10 Interval: 300 ifindex: 64 GROUP Information: PORT Information - Total Frames per Interval: Device Status Previous Current 1D00 Active D80 Active ROUTING Information - Frame Distribution per Interval: MAC Device Previous Current 0 1D D D D D D D D RDEV: 1D00.P00 VDEV: 1D00 Controller: DTCVSW1... q port group cisco11 det Group: CISCO11 Active LACP Mode: Active VSWITCH SYSTEM VSW11 Interval: 300 ifindex: 64 GROUP Information: PORT Information - Total Frames per Interval: Device Status Previous Current 1D03 Active D83 Active ROUTING Information - Frame Distribution per Interval: MAC Device Previous Current 0 1D D D D D D D D RDEV: 1D03.P01 VDEV: 1D03 Controller: DTCVSW1 Link Agg - Highly Avilable... 14

15 The show commands at the Cisco 6509 s and the z/vm Queries show that the network setup is complete and operational, the queries show transmit and receive data counts between the client machines in the external network and the Linux guest machines Power Off the ACTIVE switch, switch 1. At this point the ACTIVE 6509 switch1 was powered off. To an end user at the client machines in the external network, there was no noticeable change to their operations. Network operations continued as usual. Chapter 1. z/vm Highly Available Network... 15

16 1.4 After Power off of switch show switch virtual/link/role The show commands show that the Local switch number is now 2, the 6506 which was previously STANDBY. The VSL Status is DOWN as there is only one 65xx; switch number 2; which is now ACTIVE with no further backup R12#show switch virtual Switch mode : Virtual Switch Virtual switch domain number : 100 Local switch number : 2 Local switch operational role: Virtual Switch Active 6509-R12# 6509-R12#show switch virtual link VSL Status : DOWN VSL Uptime : - VSL SCP Ping : - VSL ICC Ping : - VSL Control Link : R12# 6509-R12#show switch virtual role Switch Switch Status Preempt Priority Role Session ID Number Oper(Conf) Oper(Conf) Local Remote LOCAL 2 UP FALSE(N ) 100(100) ACTIVE 0 0 In dual-active recovery mode: No Link Agg - Highly Avilable... 16

17 1.4.2 show switch virtual redundancy This show command shows that the current switch; My Switch Id is currently 2. which previously was the STANDBY switch. The Last switchover reason was that the active unit removed, this was the result of the power off. Now switch Id 2 has the Current Software state of ACTIVE and has been the ACTIVE switch for 4 minutes when this command was issued R12#show switch virtual redundancy My Switch Id = 2 Peer Switch Id = 1 Last switchover reason = active unit removed Configured Redundancy Mode = sso Operating Redundancy Mode = sso Switch 2 Slot 5 Processor Information : Current Software state = ACTIVE Uptime in current state = 4 minutes Image Version = Cisco IOS Software, s72033_rp Software (s72033_rp-advipservicesk9_wan-m), Version 12.2(33)SXH3, RELEASE SOFTWARE (fc1) Technical Support: Copyright (c) by Cisco Systems, Inc. Compiled Thu 24-Jul-08 19:18 by prod_rel_team BOOT = sup-bootflash:,1; CONFIG_FILE = BOOTLDR = Configuration register = 0x2102 Fabric State = ACTIVE Control Plane State = ACTIVE Peer information is not available because it is in 'DISABLED' state 6509-R12# Chapter 1. z/vm Highly Available Network... 17

18 1.4.3 query vswitch vsw10 det The link to the 6509 switch number 1, the powered off switch, shows that data transfer is suspended due to Port Inoperable. The second link 1D80.P00 continues without errors, and all of the guest machines continue to operate uninterrupted. q vswitch vsw10 det VSWITCH SYSTEM VSW10 Type: VSWITCH Connected: 4 Maxconn: INFINITE PERSISTENT RESTRICTED ETHERNET Accounting: ON VLAN Aware Default VLAN: 0300 Default Porttype: Access GVRP: Disabled Native VLAN: 0001 VLAN Counters: OFF MAC address: E State: Device not ready IPTimeout: 5 QueueStorage: 8 Isolation Status: OFF Group: CISCO10 Active LACP Mode: Active RDEV: 1D00.P00 VDEV: 1D00 Controller: DTCVSW1 Status: Suspended Reason: Port inoperable RDEV: 1D80.P00 VDEV: 1D80 Controller: DTCVSW2 VSWITCH Connection: MAC address: E A RX Packets: Discarded: 9 Errors: 0 TX Packets: Discarded: 0 Errors: 0 RX Bytes: TX Bytes: Device: 1D80 Unit: 000 Role: DATA vport: 0002 Index: 0002 Unicast IP Addresses: MAC: A9-BF Remote MAC: A9-BF Remote Adapter Connections: Adapter Owner: BMM00001 NIC: 0600.P00 Name: UNASSIGNED Porttype: Access RX Packets: Discarded: 0 Errors: 0 TX Packets: Discarded: 0 Errors: 0 RX Bytes: TX Bytes: Device: 0602 Unit: 002 Role: DATA vport: 0077 Index: 0077 Link Agg - Highly Avilable... 18

19 1.4.4 query vswitch vsw11 det VSW11 also shows a port Inoperable for the link that connects to the powered off switch 1. Its second link 1D83.P01 and the adapter owner BM00001 continue without error. q vswitch vsw11 det VSWITCH SYSTEM VSW11 Type: VSWITCH Connected: 4 Maxconn: INFINITE PERSISTENT RESTRICTED ETHERNET Accounting: ON VLAN Aware Default VLAN: 0300 Default Porttype: Access GVRP: Disabled Native VLAN: 0001 VLAN Counters: OFF MAC address: E B State: Device not ready IPTimeout: 5 QueueStorage: 8 Isolation Status: OFF Group: CISCO11 Active LACP Mode: Active RDEV: 1D03.P01 VDEV: 1D03 Controller: DTCVSW1 Status: Suspended Reason: Port inoperable RDEV: 1D83.P01 VDEV: 1D83 Controller: DTCVSW2 VSWITCH Connection: MAC address: E D RX Packets: Discarded: 9 Errors: 0 TX Packets: Discarded: 0 Errors: 0 RX Bytes: TX Bytes: Device: 1D83 Unit: 000 Role: DATA vport: 0002 Index: 0002 Unicast IP Addresses: MAC: A9-BF Remote MAC: A9-BF Remote Adapter Connections: Adapter Owner: BM00001 NIC: 0600.P00 Name: UNASSIGNED Porttype: Access RX Packets: Discarded: 0 Errors: 0 TX Packets: Discarded: 0 Errors: 0 RX Bytes: TX Bytes: Device: 0602 Unit: 002 Role: DATA vport: 0078 Index: 0078 Chapter 1. z/vm Highly Available Network... 19

20 1.4.5 query port group det q port group cisco10 det Group: CISCO10 Active LACP Mode: Active VSWITCH SYSTEM VSW10 Interval: 300 ifindex: 64 GROUP Information: PORT Information - Total Frames per Interval: Device Status Previous Current 1D00 Suspended D80 Active ROUTING Information - Frame Distribution per Interval: MAC Device Previous Current 0 1D D D D D D D D RDEV: 1D00.P00 VDEV: 1D00 Controller: DTCVSW1 Status: Suspended Reason: Port inoperable RDEV: 1D80.P00 VDEV: 1D80 Controller: DTCVSW2 q port group cisco11 det Group: CISCO11 Active LACP Mode: Active VSWITCH SYSTEM VSW11 Interval: 300 ifindex: 64 GROUP Information: PORT Information - Total Frames per Interval: Device Status Previous Current 1D03 Suspended 0 0 1D83 Active ROUTING Information - Frame Distribution per Interval: MAC Device Previous Current 0 1D D D D D D D D RDEV: 1D03.P01 VDEV: 1D03 Controller: DTCVSW1 Status: Suspended Reason: Port inoperable RDEV: 1D83.P01 VDEV: 1D83 Controller: DTCVSW2 Link Agg - Highly Avilable... 20

21 1.5 Power switch 1 back on At this point our network is operational entirely through 6509 switch 2 which started as the STANDBY switch in the VSS1440 configuration. The original ACTIVE switch switch 1 is powered back on. Switch 1 to come back into the Virtual Switching System configuration, in our case typically took about four minutes R12#show switch virtual role Switch Switch Status Preempt Priority Role Session ID Number Oper(Conf) Oper(Conf) Local Remote LOCAL 2 UP FALSE(N ) 100(100) ACTIVE 0 0 REMOTE 1 UP FALSE(N ) 100(100) STANDBY In dual-active recovery mode: No 6509-R12#show switch virtual link VSL Status : UP VSL Uptime : 9 minutes VSL SCP Ping : Pass VSL ICC Ping : Pass VSL Control Link : Te2/5/ R12#show switch virtual Switch mode : Virtual Switch Virtual switch domain number : 100 Local switch number : 2 Local switch operational role: Virtual Switch Active Peer switch number : 1 Peer switch operational role : Virtual Switch Standby 6509-R12# Switch 1 is back as Peer or BACKUP switch. Chapter 1. z/vm Highly Available Network... 21

22 1.5.1 query vswitch details q vswitch vsw10 det VSWITCH SYSTEM VSW10 Type: VSWITCH Connected: 4 Maxconn: INFINITE PERSISTENT RESTRICTED ETHERNET Accounting: ON VLAN Aware Default VLAN: 0300 Default Porttype: Access GVRP: Enabled Native VLAN: 0001 VLAN Counters: OFF MAC address: E State: Ready IPTimeout: 5 QueueStorage: 8 Isolation Status: OFF Group: CISCO10 Active LACP Mode: Active RDEV: 1D00.P00 VDEV: 1D00 Controller: DTCVSW1 VSWITCH Connection: MAC address: E RX Packets: Discarded: Errors: 0 TX Packets: Discarded: 0 Errors: 0 RX Bytes: TX Bytes: Device: 1D00 Unit: 000 Role: DATA vport: 0001 Index: 0001 RDEV: 1D80.P00 VDEV: 1D80 Controller: DTCVSW2 VSWITCH Connection: MAC address: E A RX Packets: Discarded: 16 Errors: 0 TX Packets: Discarded: 0 Errors: 0 RX Bytes: TX Bytes: Device: 1D80 Unit: 000 Role: DATA vport: 0002 Index: q vswitch vsw11 det VSWITCH SYSTEM VSW11 Type: VSWITCH Connected: 4 Maxconn: INFINITE PERSISTENT RESTRICTED ETHERNET Accounting: ON VLAN Aware Default VLAN: 0300 Default Porttype: Access GVRP: Enabled Native VLAN: 0001 VLAN Counters: OFF MAC address: E B State: Ready IPTimeout: 5 QueueStorage: 8 Isolation Status: OFF Group: CISCO11 Active LACP Mode: Active RDEV: 1D03.P01 VDEV: 1D03 Controller: DTCVSW1 VSWITCH Connection: MAC address: E C RX Packets: Discarded: Errors: 0 TX Packets: Discarded: 0 Errors: 0 RX Bytes: TX Bytes: Device: 1D03 Unit: 000 Role: DATA vport: 0001 Index: 0001 RDEV: 1D83.P01 VDEV: 1D83 Controller: DTCVSW2 VSWITCH Connection: MAC address: E D RX Packets: Discarded: 21 Errors: 0 TX Packets: Discarded: 0 Errors: 0 RX Bytes: TX Bytes: Device: 1D83 Unit: 000 Role: DATA vport: 0002 Index: 0002 The query of the vswitches shows that both links are active with assigned controllers. The came active when the Cisco 6509, switch 1 became part of the Virtual Switching System again. Link Agg - Highly Avilable... 22

23 1.5.2 Summary As demonstrated the CISCO VSS1440 technology combined with z/vm Vswitch Link Aggregation support can provide an extremely robust virtual/physical network. Up to eight OSA-Express3 ports can be combined into a Link Agg Group spread across multiple physical switches that can be geographically dispersed. This makes for outstanding network reliability, availability, and seviceability as individual ports can be removed from the Link Agg Group for maintenance, then returned. It could be possible to replace entire OSA-Express3 cards without a network outage. End Of Document Chapter 1. z/vm Highly Available Network... 23

24 Link Agg - Highly Avilable... 24

The Emperor Strikes Back: Exploiting New and Advanced z13 Features with z/vm. Mike Giglio HealthPlan Services Tampa, Florida, USA

The Emperor Strikes Back: Exploiting New and Advanced z13 Features with z/vm. Mike Giglio HealthPlan Services Tampa, Florida, USA The Emperor Strikes Back: Exploiting New and Advanced z13 Features with z/vm Mike Giglio HealthPlan Services Tampa, Florida, USA Disclaimer The information contained in this presentation is for general

More information

Lab Configuring EtherChannel

Lab Configuring EtherChannel Topology Addressing Table Objectives Device Interface IP Address Subnet Mask S1 VLAN 99 192.168.99.11 255.255.255.0 S2 VLAN 99 192.168.99.12 255.255.255.0 S3 VLAN 99 192.168.99.13 255.255.255.0 PC-A NIC

More information

The z/vm Virtual Switch Advancing the Art of Virtual Networking

The z/vm Virtual Switch Advancing the Art of Virtual Networking Alan Altmark z/vm and Linux IT Consultant, IBM Lab Services March 2011 The z/vm Virtual Switch Advancing the Art of Virtual Networking Session 8441 Note References to IBM products, programs, or services

More information

Configuring EtherChannels and Layer 2 Trunk Failover

Configuring EtherChannels and Layer 2 Trunk Failover 35 CHAPTER Configuring EtherChannels and Layer 2 Trunk Failover This chapter describes how to configure EtherChannels on Layer 2 and Layer 3 ports on the switch. EtherChannel provides fault-tolerant high-speed

More information

Configuring the Catalyst 3750G Integrated Wireless LAN Controller Switch

Configuring the Catalyst 3750G Integrated Wireless LAN Controller Switch APPENDIXA Configuring the Catalyst 3750G Integrated Wireless LAN Controller Switch The Catalyst 3750G Integrated Wireless LAN Controller Switch is an integrated Catalyst 3750 switch and Cisco 4400 series

More information

Configuring EtherChannels and Layer 2 Trunk Failover

Configuring EtherChannels and Layer 2 Trunk Failover 28 CHAPTER Configuring EtherChannels and Layer 2 Trunk Failover This chapter describes how to configure EtherChannels on Layer 2 ports on the switch. EtherChannel provides fault-tolerant high-speed links

More information

EtherChannel Between a Cisco Catalyst Switch That Runs Cisco IOS and a Workstation or Server Configuration Example

EtherChannel Between a Cisco Catalyst Switch That Runs Cisco IOS and a Workstation or Server Configuration Example EtherChannel Between a Cisco Catalyst Switch That Runs Cisco IOS and a Workstation or Server Configuration Example Document ID: 98469 Contents Introduction Prerequisites Requirements Components Used Related

More information

Configuring Link Aggregation

Configuring Link Aggregation Information About Link Aggregation, page 1 Restrictions for Link Aggregation, page 1 (GUI), page 3 (CLI), page 4 Verifying Link Aggregation Settings (CLI), page 4 Configuring Neighbor Devices to Support

More information

Configuring EtherChannels and Link-State Tracking

Configuring EtherChannels and Link-State Tracking CHAPTER 37 Configuring EtherChannels and Link-State Tracking This chapter describes how to configure EtherChannels on Layer 2 and Layer 3 ports on the switch. EtherChannel provides fault-tolerant high-speed

More information

CCNA Semester 3 labs. Part 1 of 1 Labs for chapters 1 8

CCNA Semester 3 labs. Part 1 of 1 Labs for chapters 1 8 CCNA Semester 3 labs Part 1 of 1 Labs for chapters 1 8 2.1.2.12 Lab - Building a Switched Network with Redundant Links 2.3.2.3 Lab - Configuring Rapid PVST+, PortFast and BPDU Guard 2.4.3.4 Lab - Configuring

More information

Configuring EtherChannels and Link-State Tracking

Configuring EtherChannels and Link-State Tracking 30 CHAPTER Configuring EtherChannels and Link-State Tracking This chapter describes how to configure EtherChannels on Layer 2 ports on the Catalyst 2960 switch. EtherChannel provides fault-tolerant high-speed

More information

High Availability and Automatic Network Failover of the z/vm VSWITCH

High Availability and Automatic Network Failover of the z/vm VSWITCH IBM ^ High Availability and Automatic Network Failover of the z/vm VSWITCH Alan Altmark, IBM z/vm Development, Endicott, NY Note References to IBM products, programs, or services do not imply that IBM

More information

Configuring StackWise Virtual

Configuring StackWise Virtual Finding Feature Information, page 1 Restrictions for Cisco StackWise Virtual, page 1 Prerequisites for Cisco StackWise Virtual, page 2 Information About Cisco Stackwise Virtual, page 2 Cisco StackWise

More information

z/vm Virtual Switch: The Basics

z/vm Virtual Switch: The Basics Session 17524 z/vm Virtual Switch: The Basics Alan Altmark Senior Managing z/vm Consultant IBM Systems Lab Services Note References to IBM products, programs, or services do not imply that IBM intends

More information

Chapter 5 Lab 5-1 Inter-VLAN Routing INSTRUCTOR VERSION

Chapter 5 Lab 5-1 Inter-VLAN Routing INSTRUCTOR VERSION CCNPv7.1 SWITCH Chapter 5 Lab 5-1 Inter-VLAN Routing INSTRUCTOR VERSION Topology Objectives Implement a Layer 3 EtherChannel Implement Static Routing Implement Inter-VLAN Routing Background Cisco's switching

More information

Configuring Link Aggregation

Configuring Link Aggregation Information About Link Aggregation, page 1 Restrictions for Link Aggregation, page 2 (GUI), page 4 (CLI), page 4 Verifying Link Aggregation Settings (CLI), page 5 Configuring Neighbor Devices to Support

More information

Lab 5-1 Hot Standby Router Protocol

Lab 5-1 Hot Standby Router Protocol Lab 5-1 Hot Standby Router Protocol Topology Diagram Objective Configure inter-vlan routing with HSRP to provide redundant, fault tolerant routing to the internal network. Scenario Step 1 HSRP provides

More information

RealCiscoLAB.com. Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network.

RealCiscoLAB.com. Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network. RealCiscoLAB.com CCNPv6 SWITCH Hot Standby Router Protocol Topology Objective Background Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network. Hot

More information

Configuring IEEE 802.3ad Link Bundling and Load Balancing

Configuring IEEE 802.3ad Link Bundling and Load Balancing Configuring IEEE 802.3ad Link Bundling and Load Balancing This document describes how the IEEE 802.3ad link bundling and load balancing leverages the EtherChannel infrastructure within Cisco software to

More information

Instant Access - Virtual Switching System Hands on Lab

Instant Access - Virtual Switching System Hands on Lab Instant Access - Virtual Switching System Hands on Lab LTRCRS 2004 Vivek Baveja Sr. Technical Marketing Lila Rousseaux Consulting System Engineer Agenda Virtual Switching Systems Concepts Instant Access

More information

Catalyst 4500 Series IOS Commands

Catalyst 4500 Series IOS Commands CHAPTER Catalyst 4500 Series IOS Commands New Commands dot1x guest-vlan supplicant ip dhcp snooping information option allow-untrusted port-security mac-address port-security mac-address sticky port-security

More information

Cisco Nexus 1000V for KVM Interface Configuration Guide, Release 5.x

Cisco Nexus 1000V for KVM Interface Configuration Guide, Release 5.x Cisco Nexus 1000V for KVM Interface Configuration Guide, Release 5.x First Published: August 01, 2014 Last Modified: November 09, 2015 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San

More information

Installing and Configuring VXLAN Gateway

Installing and Configuring VXLAN Gateway Installing and Configuring VXLAN Gateway This chapter contains the following sections: Information About the VXLAN Gateway Deployment, page 1 Guidelines and Limitations, page 2 Configuring VSMs, page 3

More information

Nexus 7000: Configuring OTV VLAN Mapping using VLAN Translation on a Trunk Port

Nexus 7000: Configuring OTV VLAN Mapping using VLAN Translation on a Trunk Port Nexus 7000: Configuring OTV VLAN Mapping using VLAN Translation on a Trunk Port Contents Introduction Prerequisites Requirements Components Used Configure Network Diagram Configurations Verify Reference

More information

Configuring Cisco StackWise Virtual

Configuring Cisco StackWise Virtual Finding Feature Information, page 1 Restrictions for Cisco StackWise Virtual, page 1 Prerequisites for Cisco StackWise Virtual, page 3 Information About Cisco Stackwise Virtual, page 3 Cisco StackWise

More information

Configuring Enhanced Virtual Port Channels

Configuring Enhanced Virtual Port Channels This chapter contains the following sections: Information About Enhanced vpcs, page 2 Licensing Requirements for Enhanced vpc, page 4 Configuring Enhanced vpcs, page 4 Verifying Enhanced vpcs, page 5 Enhanced

More information

Using vswitch on z/vm

Using vswitch on z/vm Using z/vm VSWITCH David Kreuter February 13, 2007 Tampa SHARE Session 9124 Using vswitch on z/vm Definition of guest lan Vswitch concepts Vswitch implementation, management, and recovery VM TCPIP stack

More information

Pass-Through Technology

Pass-Through Technology CHAPTER 3 This chapter provides best design practices for deploying blade servers using pass-through technology within the Cisco Data Center Networking Architecture, describes blade server architecture,

More information

Catalyst 4500 Series IOS Commands

Catalyst 4500 Series IOS Commands CHAPTER Catalyst 4500 Series IOS Commands New Commands call-home (global configuration) call-home request call-home send call-home send alert-group call-home test clear energywise neighbors clear errdisable

More information

Nexus 1000v Port-Channel Best Practices

Nexus 1000v Port-Channel Best Practices Document Number Based on Template Created By EDCS-XXXXXX EDCS-XXXX Rev X Matthew mwronkow@cisco.com Nexus 1000v Port-Channel Best Practices The Nexus 1000v requires port-channels for port-profiles containing

More information

Sample configuration of EtherChannel / Link aggregation with ESXi/ESX and Cisco/HP switches

Sample configuration of EtherChannel / Link aggregation with ESXi/ESX and Cisco/HP switches Page 1 of 7 Sample configuration of EtherChannel / Link aggregation with ESXi/ESX and Cisco/HP switches Purpose This article describes the concepts, limitations, and some sample configurations of link

More information

Configuring EtherChannel and 802.1Q Trunking Between Catalyst L2 Fixed Configuration Switches and Catalyst Switches Running CatOS

Configuring EtherChannel and 802.1Q Trunking Between Catalyst L2 Fixed Configuration Switches and Catalyst Switches Running CatOS Configuring EtherChannel and 802.1Q Trunking Between Catalyst L2 Fixed Configuration Switches and Catalyst Switches Running CatOS Document ID: 23408 Contents Introduction Prerequisites Requirements Components

More information

2008 Cisco System, Inc. All rights reserved. This document is Cisco public information under limited distribution MGSCP. Technical Design Guide

2008 Cisco System, Inc. All rights reserved. This document is Cisco public information under limited distribution MGSCP. Technical Design Guide MGSCP Technical Design Guide January 2009, Version 2.2 Page 1 of 58 Table of Contents Scope and Purpose...3 Solution Overview...4 CISCO 7600 BASED SOLUTION OVERVIEW...5 Solution Building Blocks...5 EtherChannel

More information

EtherChannel and Redundant Interfaces

EtherChannel and Redundant Interfaces This chapter tells how to configure EtherChannels and redundant interfaces. Note For multiple context mode, complete all tasks in this section in the system execution space. To change from the context

More information

Deliver Maximum Uptime with Simplicity Using VSS Quad Supervisor RPR for Cisco Catalyst 4500-E Switches

Deliver Maximum Uptime with Simplicity Using VSS Quad Supervisor RPR for Cisco Catalyst 4500-E Switches White Paper Deliver Maximum Uptime with Simplicity Using VSS Quad Supervisor RPR for Cisco Catalyst 4500-E Switches What Is VSS Quad Supervisor (Sup) RPR? The Cisco IOS XE 3.4.xSG software release supports

More information

Describing the STP. Enhancements to STP. Configuring PortFast. Describing PortFast. Configuring. Verifying

Describing the STP. Enhancements to STP. Configuring PortFast. Describing PortFast. Configuring. Verifying Enhancements to STP Describing the STP PortFast Per VLAN Spanning Tree+ (PVST+) Rapid Spanning Tree Protocol (RSTP) Multiple Spanning Tree Protocol (MSTP) MSTP is also known as Multi-Instance Spanning

More information

Configuring Port Channels

Configuring Port Channels CHAPTER 5 This chapter describes how to configure port channels and to apply and configure the Link Aggregation Control Protocol (LACP) for more efficient use of port channels in Cisco DCNM. For more information

More information

Configuring Resilient Ethernet Protocol

Configuring Resilient Ethernet Protocol This chapter describes Resilient Ethernet Protocol (REP), REP configuration guidelines, VLAN load balancing, REP timers, and REP over EVC. This chapter also describes procedures to configure REP. Understanding

More information

Configuring VRRP. Finding Feature Information. The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns

Configuring VRRP. Finding Feature Information. The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns responsibility for one or more virtual routers to the VRRP routers on a LAN, allowing several routers on a

More information

VLAN Configuration. Understanding VLANs CHAPTER

VLAN Configuration. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the CGR 2010 ESM. It includes information about VLAN membership

More information

Configuring Port Security

Configuring Port Security 33 CHAPTER This chapter describes how to configure port security on the Catalyst 4500 series switch. It provides an overview of port security on the Catalyst 4500 series switch and details the configuration

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Cisco ME 3400 Ethernet Access switch. It includes information

More information

Configuring IEEE 802.3ad LACP EtherChannels on the Cisco MWR 2941

Configuring IEEE 802.3ad LACP EtherChannels on the Cisco MWR 2941 29 CHAPTER Configuring IEEE 802.3ad LACP EtherChannels on the Cisco MWR 2941 Cisco MWR 2941 Release 3.5.1 and later supports IEEE 802.3ad Link Aggregation Control Protocol (LACP) EtherChannels. Note The

More information

Configuring EtherChannels

Configuring EtherChannels CHAPTER 11 This chapter describes how to configure EtherChannels and to apply and configure the Link Aggregation Control Protocol (LACP) for more efficient use of EtherChannels in Cisco NX-OS. This chapter

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 12 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the switch. It includes information about VLAN membership

More information

Lab 6.4.1: Basic Inter-VLAN Routing

Lab 6.4.1: Basic Inter-VLAN Routing Topology Diagram Addressing Table Device (Hostname) Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 172.17.99.11 255.255.255.0 172.17.99.1 S2 VLAN 99 172.17.99.12 255.255.255.0 172.17.99.1

More information

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

Table of Contents 1 QinQ Configuration BPDU Tunneling Configuration 2-1 Table of Contents 1 QinQ Configuration 1-1 Introduction to QinQ 1-1 Understanding QinQ 1-1 Implementations of QinQ 1-2 Modification of TPID Value of QinQ Frames 1-3 Configuring Basic QinQ 1-4 Configuring

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 14 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Catalyst 3750 switch. It includes information about VLAN

More information

Configuring Virtual Switching Systems

Configuring Virtual Switching Systems 5 CHAPTER This chapter describes how to configure a virtual switching system (VSS) for the Catalyst 4500/4500X series switch (Supervisor Engine 7-E, Supervisor Engine 7L-E, and Catalyst 4500-X). Cisco

More information

Configuring Flex Links and the MAC Address-Table Move Update Feature

Configuring Flex Links and the MAC Address-Table Move Update Feature CHAPTER 23 Configuring Flex Links and the MAC Address-Table Move Update Feature This chapter describes how to configure Flex Links, a pair of interfaces on the Catalyst 3750-X or 3560-X switch that provide

More information

Virtual Switching System

Virtual Switching System Virtual Switching System Q. What is a virtual switching system (VSS)? A. A VSS is network system virtualization technology that pools multiple Cisco Catalyst 6500 Series Switches into one virtual switch,

More information

BraindumpsIT. BraindumpsIT - IT Certification Company provides Braindumps pdf!

BraindumpsIT.  BraindumpsIT - IT Certification Company provides Braindumps pdf! BraindumpsIT http://www.braindumpsit.com BraindumpsIT - IT Certification Company provides Braindumps pdf! Exam : 300-115 Title : Implementing Cisco IP Switched Networks Vendor : Cisco Version : DEMO Get

More information

Q&As Implementing Cisco IP Switched Networks (SWITCH v2.0)

Q&As Implementing Cisco IP Switched Networks (SWITCH v2.0) CertBus.com 300-115 Q&As Implementing Cisco IP Switched Networks (SWITCH v2.0) Pass Cisco 300-115 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee

More information

Configuring Resilient Ethernet Protocol

Configuring Resilient Ethernet Protocol CHAPTER 19 This chapter describes how to use Resilient Ethernet Protocol (REP) on the Catalyst 4500 series switch. REP is a Cisco proprietary protocol that provides an alternative to Spanning Tree Protocol

More information

Hypervisors networking: best practices for interconnecting with Cisco switches

Hypervisors networking: best practices for interconnecting with Cisco switches Hypervisors networking: best practices for interconnecting with Cisco switches Ramses Smeyers Customer Support Engineer Agenda What is this session about? Networking virtualization concepts Hypervisor

More information

Configuring VLANs. Understanding VLANs CHAPTER

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

More information

Abstract. GAK; Reviewed: WCH 8/14/2003. Solution & Interoperability Test Lab Application Notes 2003 Avaya Inc. All Rights Reserved.

Abstract. GAK; Reviewed: WCH 8/14/2003. Solution & Interoperability Test Lab Application Notes 2003 Avaya Inc. All Rights Reserved. Rapid Reconfiguration Spanning Tree Protocol (RSTP) 802.1w Sample Configurations for Avaya P882/P580 Gigabit Ethernet Switches with Third Party Vendors including Cisco, HP and Foundry - Issue 1.0 Abstract

More information

LAG on 1800/2800/3800 AP

LAG on 1800/2800/3800 AP LAG on 1800/2800/3800 AP Contents Introduction Prerequisites Components Used Network Diagram Configurations Verify Introduction This document covers the steps involved in configuring 1800/2800/3800 access

More information

Medianet Availability Design Considerations

Medianet Availability Design Considerations CHAPTER 3 The goal of network availability technologies is to maximize network uptime such that the network is always ready and able to provide needed services to critical applications, such as TelePresence

More information

Configuring Interfaces

Configuring Interfaces CHAPTER 9 This chapter defines the types of interfaces on the Cisco ME 3400 Ethernet Access switch and describes how to configure them. Understanding Interface Types, page 9-1 Using Interface Configuration

More information

Chapter 4 Lab 4-1, Inter-VLAN Routing with an External Router

Chapter 4 Lab 4-1, Inter-VLAN Routing with an External Router Chapter 4 Lab 4-1, Inter-VLAN Routing with an External Router Topology Objective Background Configure inter-vlan routing using an external router, also known as a router on a stick. Inter-VLAN routing

More information

High Availability (AP SSO) Deployment Guide

High Availability (AP SSO) Deployment Guide High Availability (AP SSO) Deployment Guide Document ID: 113681 Contents Introduction Prerequisites Requirements Components Used Conventions Topology New HA Overview HA Connectivity Using Redundant Port

More information

HPE FlexFabric 12900E & 12900

HPE FlexFabric 12900E & 12900 HPE FlexFabric 12900E & 12900 IRF Configuration Guide Part number: 5998-8351s Software version: Release 1135 and later Document version: 6W102-20151124 Copyright 2015 Hewlett Packard Enterprise Development

More information

Configuring HSRP. Understanding HSRP CHAPTER

Configuring HSRP. Understanding HSRP CHAPTER CHAPTER 40 This chapter describes how to use Hot Standby Router Protocol (HSRP) on the Cisco ME 3400E Ethernet Access switch to provide routing redundancy for routing IP traffic without being dependent

More information

Configuring SAN Port Channel

Configuring SAN Port Channel Configuring SAN Port Channel This chapter contains the following sections: Configuring SAN Port Channels, page 1 Configuring SAN Port Channels SAN port channels refer to the aggregation of multiple physical

More information

squelch through system jumbomtu

squelch through system jumbomtu squelch through system jumbomtu squelch, page 3 srp buffer-size, page 4 srp deficit-round-robin, page 6 srp loopback, page 8 srp priority-map, page 10 srp random-detect, page 12 srp shutdown, page 14 srp

More information

CCNA Routing & Switching Lab Workbook - Full-Scale Lab 1

CCNA Routing & Switching Lab Workbook - Full-Scale Lab 1 CCNA Routing & Switching Lab Workbook - Full-Scale Lab 1 Task 1.1 Tasks You must load the initial configuration files for the section, FS Lab-1 Initial, which can be found in CCNA Routing & Switching Topology

More information

Exam Implementing Cisco IP Switched Networks (SWITCH)

Exam Implementing Cisco IP Switched Networks (SWITCH) Cisco Certified Network Professional (CCNP) Exam 300-115 Implementing Cisco IP Switched Networks (SWITCH) Multiple Choice Questions (2018-05-08 Updated) (300-115) Implementing Cisco IP Switched Networks

More information

For information about configuring these settings from Cluster Management Suite (CMS), refer to the online help.

For information about configuring these settings from Cluster Management Suite (CMS), refer to the online help. Configuring VLANs This chapter provides information about configuring virtual LANs (VLANs). It includes command-line interface (CLI) procedures for using commands that have been specifically created or

More information

Question No: 1 What is the maximum number of switches that can be stacked using Cisco StackWise?

Question No: 1 What is the maximum number of switches that can be stacked using Cisco StackWise? Volume: 283 Questions Question No: 1 What is the maximum number of switches that can be stacked using Cisco StackWise? A. 4 B. 5 C. 8 D. 9 E. 10 F. 13 Answer: D Question No: 2 A network engineer wants

More information

Lab Configuring HSRP and GLBP Topology

Lab Configuring HSRP and GLBP Topology Topology 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.1.1

More information

Lab - Troubleshooting VLAN Configurations (Instructor Version Optional Lab)

Lab - Troubleshooting VLAN Configurations (Instructor Version Optional Lab) (Instructor Version Optional Lab) Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only. Optional activities are designed to enhance understanding and/or

More information

Interfaces for Firepower Threat Defense

Interfaces for Firepower Threat Defense This chapter includes Firepower Threat Defense interface configuration including Ethernet settings, EtherChannels, VLAN subinterfaces, IP addressing, and more. About Firepower Threat Defense Interfaces,

More information

INTRODUCTION...2 SOLUTION DETAILS...3 NOTES...3 HOW IT WORKS...4

INTRODUCTION...2 SOLUTION DETAILS...3 NOTES...3 HOW IT WORKS...4 TESTING & INTEGRATION GROUP TECHNICAL DOCUMENT DefensePro out of path with Cisco router INTRODUCTION...2 SOLUTION DETAILS...3 NOTES...3 HOW IT WORKS...4 CONFIGURATION... 4 TRAFFIC FLOW... 4 SOFTWARE AND

More information

Network Design Considerations for VMware Deployments. Koo Juan Huat

Network Design Considerations for VMware Deployments. Koo Juan Huat Network Design Considerations for VMware Deployments Koo Juan Huat juanhuat@cisco.com 1 Agenda VMware Architecture and Components VMware LAN Networking vswitch Basics NIC Teaming vswitch vs LAN Switch

More information

Configuring EtherChannel Between a Catalyst Switch Running CatOS and a Workstation or Server

Configuring EtherChannel Between a Catalyst Switch Running CatOS and a Workstation or Server Configuring EtherChannel Between a Catalyst Switch Running CatOS and a Workstation or Server Document ID: 24046 Contents Introduction Prerequisites Requirements Components Used Conventions Important Notes

More information

Configuring Port-Based Traffic Control

Configuring Port-Based Traffic Control CHAPTER 18 This chapter describes how to configure port-based traffic control features on the Catalyst 3750 Metro switch. For complete syntax and usage information for the commands used in this chapter,

More information

CS IT ports switch basic configuration. Lecture (01) Introduction to 24 ports managed switches By: Dr. Ahmed ElShafee.

CS IT ports switch basic configuration. Lecture (01) Introduction to 24 ports managed switches By: Dr. Ahmed ElShafee. Lecture (01) Introduction to 24 ports managed switches By: Dr. Ahmed ElShafee CS IT Agenda 24 ports switch basic configuration Switch remote configuration peer2peer star network clients/server star network

More information

Lab Configuring Fast EtherChannel

Lab Configuring Fast EtherChannel Lab 3.7.5 Configuring Fast EtherChannel Objective Scenario The purpose of this lab is to provide more bandwidth between Ethernet switches. Two 100-Mb links will be combined together to form a full duplex

More information

Configuring Flex Links and the MAC Address-Table Move Update Feature

Configuring Flex Links and the MAC Address-Table Move Update Feature CHAPTER 19 Configuring Flex Links and the MAC Address-Table Move Update Feature This chapter describes how to configure Flex Links, a pair of interfaces on the Catalyst 3560 switch that provide a mutual

More information

Cisco Implementing Cisco IP Switched Networks. Version: 10.0

Cisco Implementing Cisco IP Switched Networks. Version: 10.0 Cisco 300-115 Implementing Cisco IP Switched Networks Version: 10.0 Topic 1, Layer 2 Technologies Cisco 300-115 Exam QUESTION NO: 1 What is the maximum number of switches that can be stacked using Cisco

More information

Configuring WCCPv2. Information About WCCPv2. Send document comments to CHAPTER

Configuring WCCPv2. Information About WCCPv2. Send document comments to CHAPTER CHAPTER 5 This chapter describes how to configure the Web Cache Communication Protocol version 2 (WCCPv2) on Cisco NX-OS devices. This chapter includes the following sections: Information About WCCPv2,

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 10 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the switch. It includes information about VLAN membership

More information

Configuring Virtual Port Channels

Configuring Virtual Port Channels This chapter contains the following sections: Information About vpcs, page 1 Guidelines and Limitations for vpcs, page 10 Configuring vpcs, page 11 Verifying the vpc Configuration, page 25 vpc Default

More information

Completing Interface Configuration (Transparent Mode)

Completing Interface Configuration (Transparent Mode) CHAPTER 9 Completing Interface Configuration (Transparent Mode) This chapter includes tasks to complete the interface configuration for all models in transparent firewall mode. This chapter includes the

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

Configuring EtherChannels

Configuring EtherChannels 27 CHAPTER This chapter describes how to configure EtherChannel on Layer 2 interfaces. EtherChannel provides fault-tolerant high-speed links between switches, routers, and servers. You can use it to increase

More information

Configuring Interfaces

Configuring Interfaces CHAPTER 9 This chapter defines the types of interfaces on the Cisco ME 3400 Ethernet Access switch and describes how to configure them. The chapter consists of these sections: Understanding Interface Types,

More information

Cisco Catalyst Virtual Switching System

Cisco Catalyst Virtual Switching System Cisco Catalyst Virtual Switching System Roland Salinas Technical Marketing Engineer Key Objectives Understand the key benefits of a VSS network design Understand the VSS architecture and how a VSS behaves

More information

RealCiscoLAB.com. Configuring EtherChannel. Topology. Objective. Background. Required Resources. CCNPv6 Switch. Configure EtherChannel.

RealCiscoLAB.com. Configuring EtherChannel. Topology. Objective. Background. Required Resources. CCNPv6 Switch. Configure EtherChannel. RealCiscoLAB.com CCNPv6 Switch Configuring EtherChannel Topology Objective Background Configure EtherChannel. Four switches have just been installed. The distribution layer switches are Catalyst 3560 switches,

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

Virtual Switching System 1440 Architecture

Virtual Switching System 1440 Architecture 2 CHAPTER This chapter addresses the architecture and components of Cisco Catalyst 6500 Series Virtual Switching System (VSS) 1440. Although this design guide focuses on the deployment specifics of the

More information

LACP Between Nexus 9000 and UCS Server

LACP Between Nexus 9000 and UCS Server LACP Between Nexus 9000 and UCS Server Document ID: 118851 Contributed by Viral Bhutta and Manuel Velasco, Cisco TAC Engineers. Mar 18, 2015 Contents Introduction Prerequisites Requirements Components

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

Resilient Ethernet Protocol (REP)

Resilient Ethernet Protocol (REP) The is a Cisco proprietary protocol that provides an alternative to the Spanning Tree Protocol (STP). REP provides a way to control network loops, handle link failures, and improve convergence time. It

More information

Cisco. Exam Questions SWITCH Implementing Cisco IP Switched Networks. Version:Demo

Cisco. Exam Questions SWITCH Implementing Cisco IP Switched Networks. Version:Demo Cisco Exam Questions 300-115 SWITCH Implementing Cisco IP Switched Networks Version:Demo 1. Which type of information does the DHCP snooping binding database contain? A. untrusted hosts with leased IP

More information

Route between VLANs using a 3560 switch with an internal route processor using Cisco Express Forwarding (CEF).

Route between VLANs using a 3560 switch with an internal route processor using Cisco Express Forwarding (CEF). Lab 3- Part I Inter-VLAN routing with a Multilayer Switch Configuration and Management of Networks - 2014 Topology Objective Route between VLANs using a 3560 switch with an internal route processor using

More information

VirtualScale Command Line Reference

VirtualScale Command Line Reference VirtualScale Line Reference FTOS Version 8.4.4.1 May 6, 2011 description VirtualScale s This chapter contains the following commands: description redundancy force-failover rpm reset stack-unit show stack

More information

Cisco Actualtests Questions & Answers

Cisco Actualtests Questions & Answers Cisco Actualtests 642-999 Questions & Answers Number: 642-999 Passing Score: 800 Time Limit: 90 min File Version: 22.8 http://www.gratisexam.com/ Sections 1. Questions 2. Drag & Drop 3. Hot Spot Cisco

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 16 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on your Catalyst 2950 or Catalyst 2955 switch. It includes information

More information