Manual do usuário Cisco Systems CATALYST 3750

Manual para o dispositivo Cisco Systems CATALYST 3750

Dispositivo: Cisco Systems CATALYST 3750
Categoria: Comutador
Fabricante: Cisco Systems
Tamanho: 0.05 MB
Data de adição: 6/22/2014
Número de páginas: 15
Imprimir o manual

Baixar

Como usar?

Nosso objetivo é fornecer-lhe o mais rapidamente possível o acesso ao conteúdo contido no manual de instruções para Cisco Systems CATALYST 3750. Usando a pré-visualização online, você pode visualizar rapidamente o índice e ir para a página onde você vai encontrar a solução para seu problema com Cisco Systems CATALYST 3750.

Para sua conveniência

Se a consulta dos manuais Cisco Systems CATALYST 3750 diretamente no site não for conveniente para você, você tem duas soluções possíveis:

  • Visualização em tela cheia - Para visualizar facilmente o manual do usuário (sem baixá-lo para seu computador), você pode usar o modo de tela cheia. Para começar a visualização do manual Cisco Systems CATALYST 3750 no modo de tela cheia, use o botão Tela cheia.
  • Download para seu computador - você também pode baixar o manual Cisco Systems CATALYST 3750 em seu computador e mantê-lo em suas coleções. No entanto, se você não quer perder espaço no seu dispositivo, você sempre pode baixá-lo no futuro a partir de ManualsBase.
Cisco Systems CATALYST 3750 Manual de instruções - Online PDF
Advertisement
« Page 1 of 15 »
Advertisement
Versão para impressão

Muitas pessoas preferem ler os documentos não na tela, mas na versão impressa. A opção de imprimir o manual também foi fornecida, você pode usá-la clicando na hiperligação acima - Imprimir o manual. Você não precisa imprimir o manual inteiro Cisco Systems CATALYST 3750, apenas as páginas selecionadas. Respeite o papel.

Resumos

Abaixo você encontrará previews do conteúdo contido nas páginas subseqüentes do manual para Cisco Systems CATALYST 3750. Se você deseja visualizar rapidamente o conteúdo das páginas subseqüentes, você pode usá-los.

Resumos do conteúdo
Resumo do conteúdo contido na página número 1

Cisco − Configuring Inter−VLAN Routing with Catalyst 3750 Series Switches in a Stacked Configuration
Table of Contents
Configuring Inter−VLAN Routing with Catalyst 3750 Series Switches in a Stacked Configuration.........1
Document ID: 45002................................................................................................................................1
Introduction.....................................................................................................................

Resumo do conteúdo contido na página número 2

Configuring Inter−VLAN Routing with Catalyst 3750 Series Switches in a Stacked Configuration Document ID: 45002 Introduction Before You Begin Conventions Prerequisites Components Used Background Theory IP Routing on a Stack of 3750s Related Products Configure Network Diagram Practical Tips Configurations Verify Troubleshoot Troubleshooting Procedure Related Information Introduction This document provides a sample configuration for inter

Resumo do conteúdo contido na página número 3

Components Used The information in this document is based on the software and hardware versions below. • Two Catalyst 3750G−24T switches running 12.1(14)EA1 EMI Software Release stacked together • Catalyst 2950G−48 running 12.1(12c)EA1 EI Software Release • Catalyst 2948G running 6.3(10) Software Release Note: The configuration from the Cisco 7200VXR is not relevant and, therefore, is not shown in this document. The information presented in this document was created from devices in a specific la

Resumo do conteúdo contido na página número 4

• Generating and distribution of the Distributed Cisco Express Forwarding (dCEF) database to the different stack members • The MAC address of the master is used as source MAC of routed packets • Packets that need process switching are handled by CPU of the master The stack members perform the following tasks: • They act as routing standby switches which can take over when the stack master fails • Programming of the routes in the dCEF database in hardware When the master fails, the stack members

Resumo do conteúdo contido na página número 5

The above diagram shows a small sample network with the stack of Catalyst 3750s providing inter−VLAN routing between the various segments. The following are the three user defined VLANs: • VLAN 2 − user VLAN • VLAN 3 − server VLAN • VLAN 10 − management VLAN The default gateway configured on each server and host device should be the corresponding VLAN interface IP address on the stack of 3750s. For example, for servers, the default gateway is 10.1.3.1. The Catalyst 2950 is trunked to the top Cat

Resumo do conteúdo contido na página número 6

• VLAN 1 is not used for management. All ports in Catalyst switches default to VLAN 1, and any devices connected to non−configured ports will be in VLAN 1. This may cause potential issues for the management of switches, as explained above. • A Layer 3 (L3) (routed) port is used to connect to the default gateway port. In this diagram, a Cisco 7200VXR router could be easily replaced by a firewall that connects to the Internet gateway router. A routing protocol is not run between the stack of Catal

Resumo do conteúdo contido na página número 7

description To 2950 switchport trunk encapsulation dot1q ! !−−− Dot1q trunking (with negotiation) is configured on the L2 switch. !−−− If DTP is not supported on the far switch, issue the !−−− switchport mode trunk command !−−− to force the switch port to trunk mode. !−−− Note: The default trunking mode is dynamic auto. If a trunk link !−−− is established using default trunking mode, it does not appear !−−− in the configuration even though a trunk has been established on !−−− the inter

Resumo do conteúdo contido na página número 8

interface GigabitEthernet1/0/22 ! interface GigabitEthernet1/0/23 ! interface GigabitEthernet1/0/24 ! interface GigabitEthernet2/0/1 description To 2948G switchport trunk encapsulation dot1q ! !−−− Output suppressed. ! interface GigabitEthernet2/0/23 ! interface GigabitEthernet2/0/24 ! interface Vlan1 no ip address shutdown ! interface Vlan2 description USER_VLAN !−−− This IP address would be the default gateway for users. ip address 10.1.2.1 255.255.255.0 ! interface Vl

Resumo do conteúdo contido na página número 9

Note: Since the 3750 is configured as a VLAN Trunk Protocol (VTP) server, the VTP configuration is not displayed by the switch. This is standard behavior. The commands below are used on this switch to create a VTP server with the three user−defined VLANs from global configuration mode. C3750G−24T(config)#vtp domain cisco C3750G−24T(config)#vtp mode server C3750G−24T(config)#vlan 2 C3750G−24T(config−vlan)#name USER_VLAN C3750G−24T(config−vlan)#exit C3750G−24T(config)#vlan 3 C3750G−24T(config−vlan

Resumo do conteúdo contido na página número 10

switchport mode access no ip address spanning−tree portfast ! !−−− Output suppressed. interface GigabitEthernet0/1 switchport trunk encapsulation dot1q no ip address ! interface GigabitEthernet0/2 no ip address ! interface Vlan1 no ip address no ip route−cache shutdown ! interface Vlan10 description MANAGEMENT !−−− IP address used to manage this switch. ip address 10.1.10.2 255.255.255.0 no ip route−cache ! !−−− Default gateway is configured so that the switch is reachable !−−− from oth

Resumo do conteúdo contido na página número 11

begin ! # ***** NON−DEFAULT CONFIGURATION ***** ! ! #time: Fri Jun 30 1995, 05:04:47 ! #version 6.3(10) ! ! #system web interface version(s) ! #test ! #system set system name Cat2948G ! #frame distribution method set port channel all distribution mac both ! #vtp !−−− VTP domain is configured to be that same as the 3550 (VTP server). set vtp domain cisco !−−− VTP mode is chosen as client for this switch. set vtp mode client ! #ip !−−− The management IP address is configured in VLAN 10. s

Resumo do conteúdo contido na página número 12

Verify This section provides information you can use to confirm your configuration is working properly. registered customers only Certain show commands are supported by the Output Interpreter Tool ( ) , which allows you to view an analysis of show command output. Catalyst 3750 • show switch − The show switch command tells what the stack consists of and which of stack members is the master. C3750G−24T#show switch Current Switch# Role M

Resumo do conteúdo contido na página número 13

E1 − OSPF external type 1, E2 − OSPF external type 2, E − EGP i − IS−IS, L1 − IS−IS level−1, L2 − IS−IS level−2, ia − IS−IS inter area * − candidate default, U − per−user static route, o − ODR P − periodic downloaded static route Gateway of last resort is 200.1.1.2 to network 0.0.0.0 200.1.1.0/30 is subnetted, 1 subnets C 200.1.1.0 is directly connected, GigabitEthernet1/0/10 10.0.0.0/24 is subnetted, 3 subnets C 10.1.10.0 is directly connected,

Resumo do conteúdo contido na página número 14

200.1.1.1 disabled disabled 2−1000 • show trunk Cat2948G> (enable) show trunk * − indicates vtp domain mismatch Port Mode Encapsulation Status Native vlan −−−−−−−− −−−−−−−−−−− −−−−−−−−−−−−− −−−−−−−−−−−− −−−−−−−−−−− 2/49 desirable dot1q trunking 1 Port Vlans allowed on trunk −−−−−−−− −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− 2/49 1−1005 Port Vlans allowed and active in management domain −−−−−−−− −−−

Resumo do conteúdo contido na página número 15

Updated: Mar 10, 2005 Document ID: 45002 Cisco − Configuring Inter−VLAN Routing with Catalyst 3750 Series Switches in a Stacked Configuration


Manuais similares
# Manual do usuário Categoria Baixar
1 Cisco Systems 11500 Series Manual de instruções Comutador 13
2 Cisco Systems 11503 Manual de instruções Comutador 3
3 Cisco Systems 11506 Manual de instruções Comutador 1
4 Cisco Systems 11501 Manual de instruções Comutador 1
5 Cisco Systems 116T Manual de instruções Comutador 2
6 Cisco Systems 11500 Manual de instruções Comutador 0
7 Cisco Systems 1503 Manual de instruções Comutador 0
8 Cisco Systems 12006 Manual de instruções Comutador 0
9 Cisco Systems 1548 Manual de instruções Comutador 10
10 Cisco Systems 15454 Manual de instruções Comutador 6
11 Cisco Systems 1900 Manual de instruções Comutador 31
12 Cisco Systems 1800 Manual de instruções Comutador 9
13 Cisco Systems 1538 Manual de instruções Comutador 9
14 Cisco Systems 15600 Manual de instruções Comutador 1
15 Cisco Systems 2900 Manual de instruções Comutador 11
16 Sony 4-296-436-11 (2) Manual de instruções Comutador 0
17 3Com 10/100BASE-TX Manual de instruções Comutador 61
18 3Com 2226-SFP Manual de instruções Comutador 688
19 3Com 16985ua.bk Manual de instruções Comutador 10
20 3Com 10BASE-T Manual de instruções Comutador 4