Instruction d'utilisation Dell 8100

Instruction d'utilisation pour le dispositif Dell 8100

Dispositif: Dell 8100
Catégorie: Commutateur
Fabricant: Dell
Dimension: 1.16 MB
Date d'addition: 3/14/2013
Nombre des pages: 18
Imprimez l'instruction

Téléchargez

Comment utiliser?

Notre objectif consiste à vous assurer le plus rapide accès au contenu de l'instruction d'utilisation du dispositif Dell 8100. En utilisant l'aperçu en ligne vous pouvez parcourir le sommaire et passer à la page où vous trouverez la résolution de votre problème avec Dell 8100.

Pour votre confort

Si regarder l'instruction Dell 8100 directement sur la page n'est pas confortable pour vous, vous pouvez profiter de deux solutions possibles:

  • Exploration au mode de plein écran - pour analyser l'instruction d'une manière commode (sans l'avoir téléchargée sur votre ordinateur) vous pouvez utiliser le mode d'exploration en plein écran. Pour démarrer l'exploration de l'instruction Dell 8100 en plein écran, utilisez le bouton Plein écran.
  • Téléchargement sur l'ordinateur - vous pouvez aussi télécharger l'instruction Dell 8100 sur votre ordinateur et la sauvegarder dans vos ressources. Si vous n'avez pas envie de gaspiller votre espace disque, vous pouvez toujours télécharger cette instruction du ManualsBase dans l'avenir.
Dell 8100 Manuel d'utilisation - Online PDF
Advertisement
« Page 1 of 18 »
Advertisement
Version imprimée

Beaucoup de gens préfèrent de lire les documents dans la version imprimée et non pas sur l'écran. L'option d'impression de l'instruction est aussi prévue et vous pouvez en profiter en cliquant le lien ci-dessus - Imprimez l'instruction. Il n'est pas nécessaire d'imprimer toute l'instruction Dell 8100 - on peut choisir des pages. Economisez le papier.

Résumés

Vous trouverez ci-dessous les annonces des contenus qui se trouvent sur les pages suivantes de l'instruction de Dell 8100. Si vous voulez parcourir rapidement le contenu des pages suivantes de l'instruction, vous pouvez en profiter.

Résumés du contenu
Résumé du contenu de la page N° 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



Résumé du contenu de la page N° 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.

Résumé du contenu de la page N° 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 ..........

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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)#

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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(

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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


Instructions pareilles
# Instruction d'utilisation Catégorie Téléchargez
1 Dell 2161DS Manuel d'utilisation Commutateur 8
2 Dell 4161DS Manuel d'utilisation Commutateur 5
3 Dell 5224 Manuel d'utilisation Commutateur 10
4 Dell 3324 Manuel d'utilisation Commutateur 17
5 Dell 5316M Manuel d'utilisation Commutateur 2
6 Dell 2161DS-2 Manuel d'utilisation Commutateur 8
7 Dell 6224F Manuel d'utilisation Commutateur 6
8 Dell 5324 Manuel d'utilisation Commutateur 6
9 Dell 5548P Manuel d'utilisation Commutateur 3
10 Dell 6224 Manuel d'utilisation Commutateur 48
11 Dell 2321DS Manuel d'utilisation Commutateur 1
12 Dell 5548 Manuel d'utilisation Commutateur 24
13 Dell 5524P Manuel d'utilisation Commutateur 1
14 Dell 5524 Manuel d'utilisation Commutateur 20
15 Dell 6248 Manuel d'utilisation Commutateur 98
16 Sony 4-296-436-11 (2) Manuel d'utilisation Commutateur 0
17 3Com 10/100BASE-TX Manuel d'utilisation Commutateur 61
18 3Com 2226-SFP Manuel d'utilisation Commutateur 688
19 3Com 16985ua.bk Manuel d'utilisation Commutateur 10
20 3Com 10BASE-T Manuel d'utilisation Commutateur 4