lunes, 7 de mayo de 2012


Configuraciones básicas en Switch Catalyst Cisco
Parte N° 1

Hola, ahora aprenderemos algunas configuraciones básicas para switch Cisco como las que sigue:

1.      Configuración de un nombre de switch:

hostname Word

Switch1#
Switch1#config t
Switch1(config)#hostname Switch_1
Switch_1#

2.      Configuración de una VLAN y una interfaz VLAN

Vlan Word
Name Word
Show vlan
int vlan
Show int vlan

Switch_1#
Switch_1#config t
Switch_1(config)#vlan 10
Switch_1(config-vlan)#name VLAN_Usuarios
Switch_1#

Switch_1#show vlan

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4
10   VLAN_Usuarios                    active   
1002 fddi-default                     act/unsup
1003 token-ring-default               act/unsup
1004 fddinet-default                  act/unsup
1005 trnet-default                    act/unsup

*************************************************
Switch_1#
Switch_1#config t
Switch_1(config)#int vlan 10
Switch_1(config-if)#ip address 10.10.10.1 255.255.255.0
Switch_1#

Switch_1#show int vlan 10
Vlan10 is up, line protocol is up
  Hardware is CPU Interface, address is 00d0.ff33.7ad1 (bia 00d0.ff33.7ad1)
  Internet address is 10.10.10.1/24
  MTU 1500 bytes, BW 100000 Kbit, DLY 1000000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input 21:40:21, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     1682 packets input, 530955 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicast)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
     563859 packets output, 0 bytes, 0 underruns
     0 output errors, 23 interface resets
     0 output buffer failures, 0 output buffers swapped out


Este video les puede ayudar más como se hace la configuración en Switch cisco




Bueno espero que les sirva

Saludos

No hay comentarios:

Publicar un comentario