Instrukcja obsługi Dell 8100

Instrukcja obsługi dla urządzenia Dell 8100

Urządzenie: Dell 8100
Kategoria: Przelacznik
Producent: Dell
Rozmiar: 1.16 MB
Data dodania: 3/14/2013
Liczba stron: 18
Drukuj instrukcję

Pobierz

Jak korzystać?

Naszym celem jest zapewnienie Ci jak najszybszego dostępu do treści zawartych w instrukcji obsługi urządzenia Dell 8100. Korzystając z podglądu online możesz szybko przejrzeć spis treści i przejść do strony, na której znajdziesz rozwiązanie swojego problemu z Dell 8100.

Dla Twojej wygody

Jeżeli przeglądanie instrukcji Dell 8100 bezpośrednio na tej stornie nie jest dla Ciebie wygodne, możesz skorzystać z dwóch możliwych rozwiązań:

  • Przeglądanie pełnoekranowe - Aby wygodnie przeglądać instrukcję (bez pobierania jej na komputer) możesz wykorzystać tryp przeglądania pełnoekranowego. Aby uruchomić przeglądanie instrukcji Dell 8100 na pełnym ekranie, użyj przycisku Pełny ekran.
  • Pobranie na komputer - Możesz również pobrać instrukcję Dell 8100 na swój komputer i zachować ją w swoich zbiorach. Jeżeli nie chcesz jednak marnować miejsca na swoim urządzeniu, zawsze możesz pobrać ją w przyszłości z ManualsBase.
Dell 8100 Instrukcja obsługi - Online PDF
Advertisement
« Page 1 of 18 »
Advertisement
Wersja drukowana

Wiele osób woli czytać dokumenty nie na ekranie, lecz w wersji drukowanej. Opcja wydruku instrukcji również została przewidziana i możesz z niej skorzystać klikając w link znajdujący się powyżej - Drukuj instrukcję. Nie musisz drukować całej instrukcji Dell 8100 a jedynie wybrane strony. Szanuj papier.

Streszczenia

Poniżej znajdziesz zajawki treści znajdujących się na kolejnych stronach instrukcji do Dell 8100. Jeżeli chcesz szybko przejrzeć zawartość stron znajdujących się na kolejnych strinach instrukcji, możesz z nich skorzystać.

Streszczenia treści
Streszczenie treści zawartej na stronie nr. 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



Streszczenie treści zawartej na stronie nr. 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.

Streszczenie treści zawartej na stronie nr. 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 ..........

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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)#

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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(

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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


Podobne instrukcje
# Instrukcja obsługi Kategoria Pobierz
1 Dell 2161DS Instrukcja obsługi Przelacznik 8
2 Dell 4161DS Instrukcja obsługi Przelacznik 5
3 Dell 5224 Instrukcja obsługi Przelacznik 10
4 Dell 3324 Instrukcja obsługi Przelacznik 17
5 Dell 5316M Instrukcja obsługi Przelacznik 2
6 Dell 2161DS-2 Instrukcja obsługi Przelacznik 8
7 Dell 6224F Instrukcja obsługi Przelacznik 6
8 Dell 5324 Instrukcja obsługi Przelacznik 6
9 Dell 5548P Instrukcja obsługi Przelacznik 3
10 Dell 6224 Instrukcja obsługi Przelacznik 48
11 Dell 2321DS Instrukcja obsługi Przelacznik 1
12 Dell 5548 Instrukcja obsługi Przelacznik 24
13 Dell 5524P Instrukcja obsługi Przelacznik 1
14 Dell 5524 Instrukcja obsługi Przelacznik 20
15 Dell 6248 Instrukcja obsługi Przelacznik 98
16 Sony 4-296-436-11 (2) Instrukcja obsługi Przelacznik 0
17 3Com 10/100BASE-TX Instrukcja obsługi Przelacznik 61
18 3Com 2226-SFP Instrukcja obsługi Przelacznik 688
19 3Com 16985ua.bk Instrukcja obsługi Przelacznik 10
20 3Com 10BASE-T Instrukcja obsługi Przelacznik 4