Manual de instrucciones de Dell 8100

Manual de instrucciones del aparato Dell 8100

Aparato: Dell 8100
Categoría: Interruptor
Fabricante: Dell
Tamaño: 1.16 MB
Fecha de añadido: 3/14/2013
Número de páginas: 18
Imprimir el manual

Descargar

¿Cómo se utiliza?

Nuestro propósito es proporcionarte el acceso más rápido posible a los contenidos incluidos en los manuales de instrucciones del aparato Dell 8100. Utilizando la vista previa online, puedes ver rápidamente el índice de contenidos y pasar a la página donde encontrarás la solución a tu problema con Dell 8100.

Para tu comodidad

Si ver los manuales de instrucción de Dell 8100 directamente en esta página no es cómodo para ti, puedes utilizar dos soluciones posibles:

  • Vista en pantalla completa – Para ver cómodamente los manuales de instrucciones (sin descargarlos en tu ordenador) puedes utilizar el modo de vista en pantalla completa. Para activar la vista del manual Dell 8100 en pantalla completa, utiliza el botón Pantalla completa
  • Descargar al ordenador – también puedes descargar el manual de instrucciones de Dell 8100 a tu ordenador y guardarlo en tu colección. Sin embargo, si no quieres ocupar espacio en tu dispositivo, siempre podrás descargarlo de ManualsBase.
Dell 8100 Manual de instrucciones - Online PDF
Advertisement
« Page 1 of 18 »
Advertisement
Versión impresa

Muchas personas prefieren no leer el documento en la pantalla, sino en versión impresa. La opción de impresión también está prevista y puedes utilizarla haciendo clic en el enlace más arriba - Imprimir el manual. No tienes que imprimir el manual completo de Dell 8100, solo las páginas que elijas. Ahorra papel.

Resúmenes

A continuación encontrarás resúmenes de los contenidos incluidos en las páginas posteriores del manual de instrucciones para Dell 8100. Puedes utilizarlos si quieres ver rápidamente el contenido que se encuentra en la siguientes páginas del manual.

Resúmenes de contenidos
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


Manuales de instrucciones similares
# Manual de instrucciones Categoría Descargar
1 Dell 2161DS Manual de instrucciones Interruptor 8
2 Dell 4161DS Manual de instrucciones Interruptor 5
3 Dell 5224 Manual de instrucciones Interruptor 10
4 Dell 3324 Manual de instrucciones Interruptor 17
5 Dell 5316M Manual de instrucciones Interruptor 2
6 Dell 2161DS-2 Manual de instrucciones Interruptor 8
7 Dell 6224F Manual de instrucciones Interruptor 6
8 Dell 5324 Manual de instrucciones Interruptor 6
9 Dell 5548P Manual de instrucciones Interruptor 3
10 Dell 6224 Manual de instrucciones Interruptor 48
11 Dell 2321DS Manual de instrucciones Interruptor 1
12 Dell 5548 Manual de instrucciones Interruptor 24
13 Dell 5524P Manual de instrucciones Interruptor 1
14 Dell 5524 Manual de instrucciones Interruptor 20
15 Dell 6248 Manual de instrucciones Interruptor 98
16 Sony 4-296-436-11 (2) Manual de instrucciones Interruptor 0
17 3Com 10/100BASE-TX Manual de instrucciones Interruptor 61
18 3Com 2226-SFP Manual de instrucciones Interruptor 688
19 3Com 16985ua.bk Manual de instrucciones Interruptor 10
20 3Com 10BASE-T Manual de instrucciones Interruptor 4