Dell 8100の取扱説明書

デバイスDell 8100の取扱説明書

デバイス: Dell 8100
カテゴリ: スイッチ
メーカー: Dell
サイズ: 1.16 MB
追加した日付: 3/14/2013
ページ数: 18
説明書を印刷

ダウンロード

使い方は?

私たちの目的は、皆様方にデバイスDell 8100の取扱説明書に含まれたコンテンツを可能な限り早く提供することです。オンラインプレビューを使用すると、Dell 8100に関してあなたが抱えている問題に対する解決策の内容が素早く表示されます。

便宜上

説明書Dell 8100をこちらのサイトで閲覧するのに不都合がある場合は、2つの解決策があります:

  • フルスクリーン表示 – 説明書を(お使いのコンピュータにダウンロードすることなく)便利に表示させるには、フルスクリーン表示モードをご使用ください。説明書Dell 8100のフルスクリーン表示を起動するには、全画面表示ボタンを押してください。
  • コンピュータにダウンロード - Dell 8100の説明書をお使いのコンピュータにダウンロードし、ご自身のコレクションに加えることもできます。デバイス上のスペースを無駄にしたくない場合は、いつでもManualsBaseサイトでダウンロードすることもできます。
Dell 8100 取扱説明書 - Online PDF
Advertisement
« Page 1 of 18 »
Advertisement
印刷版

多くの人々は画面表示ではなく印刷された説明書を読むほうを好みます。説明書を印刷するオプションも提供されており、上記のリンクをクリックすることによりそれを利用できます - 説明書を印刷。説明書Dell 8100を全部印刷する必要はなく、選択したページだけを印刷できます。紙を節約しましょう。

要旨

次のページにある説明書Dell 8100の内容のプレビューは、以下にあります。次のページにある説明書の内容をすぐに表示したい場合は、こちらをご利用ください。

内容要旨
ページ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



ページ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.

ページ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 ..........

ページ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

ページ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

ページ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

ページ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

ページ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

ページ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

ページ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

ページ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)#

ページ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

ページ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(

ページ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

ページ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

ページ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

ページ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

ページ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


類似の説明書
# 取扱説明書 カテゴリ ダウンロード
1 Dell 2161DS 取扱説明書 スイッチ 8
2 Dell 4161DS 取扱説明書 スイッチ 5
3 Dell 5224 取扱説明書 スイッチ 10
4 Dell 3324 取扱説明書 スイッチ 17
5 Dell 5316M 取扱説明書 スイッチ 2
6 Dell 2161DS-2 取扱説明書 スイッチ 8
7 Dell 6224F 取扱説明書 スイッチ 6
8 Dell 5324 取扱説明書 スイッチ 6
9 Dell 5548P 取扱説明書 スイッチ 3
10 Dell 6224 取扱説明書 スイッチ 48
11 Dell 2321DS 取扱説明書 スイッチ 1
12 Dell 5548 取扱説明書 スイッチ 24
13 Dell 5524P 取扱説明書 スイッチ 1
14 Dell 5524 取扱説明書 スイッチ 20
15 Dell 6248 取扱説明書 スイッチ 98
16 Sony 4-296-436-11 (2) 取扱説明書 スイッチ 0
17 3Com 10/100BASE-TX 取扱説明書 スイッチ 61
18 3Com 2226-SFP 取扱説明書 スイッチ 688
19 3Com 16985ua.bk 取扱説明書 スイッチ 10
20 3Com 10BASE-T 取扱説明書 スイッチ 4