Resumen del contenido incluido en la página 1
Deploying Dell PowerConnect 8100
and Cisco Catalyst Switches
Using the Dell PowerConnect 8100 Series switch with the Cisco Catalyst
WS-C6504-E
Andrew Berry
Victor Teeter
Kevin Locklear
Resumen del contenido incluido en la página 2
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst This document is for informational purposes only and may contain typographical errors and technical inaccuracies. The content is provided as is, without express or implied warranties of any kind. © 2013 Dell Inc. All rights reserved. Dell and its affiliates cannot be responsible for errors or omissions in typography or photography.
Resumen del contenido incluido en la página 3
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst Contents Introduction ............................................................................................... 4 Overview of VLANs .................................................................................................... 5 Creating and assigning VLANs ....................................................................................... 5 Management VLAN vs. SVI on the Cisco Catalyst 6500 ..........
Resumen del contenido incluido en la página 4
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst Introduction New demanding campus workloads are compelling Network administrators to take another look at the campus core/aggregation layers. The existing products like Cisco Catalyst 6500 platforms are aging and cannot support the new deployments. Network administrators are exploring options to either reposition the existing gear or replace it. Therefore, it is critical to understand how the newer campus aggregation/core
Resumen del contenido incluido en la página 5
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst There are a couple of key differences between the Dell PowerConnect 8100 and the Cisco Catalyst: • Ports on the Cisco Catalyst are in shut mode by default, whereas ports on the PowerConnect are active (no shut) by default. To use a Catalyst port, enable it with the no shut command. • The Dell PowerConnect 8100 is in Layer 2 mode by default whereas the Cisco Catalyst is in Layer 3. The switchport command is required to put
Resumen del contenido incluido en la página 6
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst In-band management traffic is mixed in with production network traffic, and is subject to all of the filtering rules applied on a switched/routed port such as ACLs and VLAN tagging. See the Dell PowerConnect 8100 User Guide for more information on OOB versus Management VLAN. The Cisco Catalyst uses a similar setting known as SVI (switch virtual interface) to do remote switch management. When activated, an SVI is used only f
Resumen del contenido incluido en la página 7
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst Run the commands below on the Dell PowerConnect 8100 switch to create a management VLAN, which allows in-band management to the switch. console#configure console(config)#username admin1 password goodpa55 privilege 15 console(config)#vlan 50 console(config-vlan)#exit console(config)#interface vlan 50 console(config-if-vlan50)#ip address 5.5.5.5 /24 console(config-if-vlan50)#exit console(config)#interface tengigabi
Resumen del contenido incluido en la página 8
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst cat6504E_1(config-vlan)#exit % Applying VLAN changes may take few minutes. Please wait... cat6504E_1(config)#interface vlan 50 cat6504E_1(config-if)#no shut cat6504E_1(config-vlan)#exit cat6504E_1(config)#interface TenGigabitEthernet 2/1 cat6504E_1(config-if)#switchport cat6504E_1(config-if)#switchport trunk encapsulation dot1q cat6504E_1(config-if)#switchport mode trunk cat6504E_1(config-if)#no shutdown
Resumen del contenido incluido en la página 9
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst VLAN configuration example The following topology overview is an example of a much abbreviated network configuration between two (2) end-user systems, the campus switch, and the core. Example of access, and trunk VLANs Figure 6. Dell PowerConnect 8100 CLI Run the commands below on the Dell PowerConnect 8100 switch to create an access mode switchport
Resumen del contenido incluido en la página 10
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst console(config)# interface range te1/0/47-48 console(config-if)#channel-group 1 mode active console(config-if)#no shut console(config-if)#exit console(config)#po1 console(config-if-Po1)#switchport mode trunk console(config-if-Po1)#switchport trunk allowed vlan 100,101 console(config-if-Po1)#no shut console(config-if-Po1)#exit OR using general Mode changing only the configuration for Po1 console
Resumen del contenido incluido en la página 11
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst Cat6504E_1(config)#interface te2/7 Cat6504E_1(config-if)#switchport Cat6504E_1(config-if)#switchport access vlan 100 Cat6504E_1(config-if)#switchport mode access Cat6504E_1(config-if)#spanning-tree portfast edge Cat6504E_1(config-if)#no shutdown Cat6504E_1(config-if)#exit Cat6504E_1(config)#interface te2/8 Cat6504E_1(config-if)#switchport Cat6504E_1(config-if)#switchport access vlan 101 Cat6504E_1(config-if)#
Resumen del contenido incluido en la página 12
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst Run the commands below to configure Dell PowerConnect 8100 series switch for a tagged VLAN on port 10, egressing to another switch. The native VLAN setting is also shown in the example changing from the default value of 1 to a configured setting of 2. console#configure console(config)#vlan 2,100 console(config-vlan)#exit console(config)#interface te1/0/10 console(config-if-Te1/0/10)#switchport trunk allowed vlan 100 con
Resumen del contenido incluido en la página 13
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst Run the commands below to configure a trunk port on a single interface with the native VLAN being configured for 2. Cat6504E_1(config)#interface te2/6 Cat6504E_1(config-if)#switchport Cat6504E_1(config-if)#switchport trunk encapsulation dot1q Cat6504E_1(config-if)#switchport trunk allowed vlan 100,101 Cat6504E_1(config-if)#switchport trunk native vlan 2 Cat6504E_1(config-if)#switchport mode trunk Cat6504E_1(
Resumen del contenido incluido en la página 14
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst RSTP (Based on IEEE 802.1w) - Rapid STP. A standards-based protocol that is considerably faster at network convergence (after a topology change) than its STP predecessor in most network implementations. It is the default for the Dell PowerConnect 8100, and is compatible with STP. MST (Based on IEEE 802.1s) – Multiple Spanning Tree protocol or MSTP. Allows for multiple instances of spanning tree across a network. Each inst
Resumen del contenido incluido en la página 15
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst Recommended Spanning Tree method: Portfast Figure 7. Dell PowerConnect 8100 CLI No changes are required to the Dell PowerConnect 8100 for using this method. Cisco Catalyst CLI Run the commands below to enable portfast on all interfaces that are connected to the Dell PowerConnect 8100s. cat6504E_1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. cat6504E_1(conf
Resumen del contenido incluido en la página 16
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst Consult the User Guides for each device for more information on bridge priority settings. Method 2: MSTP In addition, users can minimize downtimes by using a standard protocol on the Cisco Catalyst. Spanning tree modes available on the Cisco Catalyst WS-C6504-E with IOS 12.2(33)SXI4a are MST, PVST, and Rapid-PVST. Of the three, only MST is an IEEE standard protocol. MST is also the only protocol available on both
Resumen del contenido incluido en la página 17
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst interface option enforces the dropping of CDP packets for the ingress on this interface even if the global setting is enabled). For more information, see the Link Local Protocol Filtering section in the PowerConnect 8100 User ’s Configuration Guide. 17
Resumen del contenido incluido en la página 18
Deploying the Dell PowerConnect 8100 with the Cisco Catalyst Appendix A - Network switch versions Version information for the network switches used in creating this document are as follows: Network switch Software Version Dell PowerConnect 8100 5.0.0.4 Cisco Catalyst WS-C6504-E IOS 12.2(33)SXI4a; About Dell Dell (NASDAQ: DELL) is a leading technology provider to commercial and public enterprises around the world. 18