Redes

Páginas: 12 (2766 palabras) Publicado: 9 de abril de 2012
CREACION DE VLAN Y CONFIGURACION DE ACCESO EN ACCESS 1 (cambia la Vlan de acuerdo a cada Access(Switch) así como su puerto donde será configurado aplicándose a cada uno de los Access)

Switch#
Switch#conf t
Switch(config)#
Switch(config-if)#vlan 10
Switch(config)#int fa0/1 1 (puedes aplicar el rango ( int ra f0/1 – 4) Como sea necesario)
Switch(config-if)#switchport mode accessSwitch(config-if)#switchport access vlan 10

CREACION DE VLAN Y CONFIGURACION DE ACCESO EN ACCESS 2 (cambia la Vlan de acuerdo a cada Access(Switch) así como su puerto donde será configurado aplicándose a cada uno de los Access)

Switch#
Switch#conf t
Switch(config)#
Switch(config-if)#vlan 20
Switch(config)#int fa0/1 (puedes aplicar el rango ( int ra f0/1 – 4) Como sea necesario)Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 20

CONFIGURACION TRUNCAL EN LOS ACCESS (Puerto que va hacia el distribución)

Switch(config-if)#int fa0/2
Switch(config-if)#switchport mode trunk

CONFIGURACION TRUK EN EL DISTRIBUCION 1
Switch#
Switch#conf t
Switch(config)#int ra f0/1 - 4
Switch(config-if-range)#switchport trunk encapsulation dot1qSwitch(config-if-range)#switchport mode trunk
Switch(config-if-range)#end

CONFIGURACION TRUK EN EL DISTRIBUCION 2
Switch#
Switch#conf t
Switch(config)#int ra f0/1 - 2
Switch(config-if-range)#switchport trunk encapsulation dot1q
Switch(config-if-range)#switchport mode trunk
Switch(config-if-range)#end

CONFIGURACION ETHER CHANNEL EN DISTRIBUCION 1

Switch#
Switch#conf t
Switch(config)#interfaceport-channel 1
Switch(config-if)#no switchport
Switch(config-if)#ip add 192.168.255.5 255.255.255.252
Switch(config-if)#int ra f0/5 - 8
Switch(config-if-range)#no switchport
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to up
Switch(config-if-range)#no ip addSwitch(config-if-range)#int fa0/5
Switch(config-if)#channel-group 1 mode on
Switch(config-if)#int fa0/6
Switch(config-if)#channel-group 1 mode on
Switch(config-if)#int fa0/7
Switch(config-if)#channel-group 1 mode on
Switch(config-if)#int fa0/8
Switch(config-if)#channel-group 1 mode on

CONFIGURACION ETHER CHANNEL EN DISTRIBUCION 2

Switch#
Switch#conf t
Switch(config)#interface port-channel 2Switch(config-if)#no switchport
Switch(config-if)#ip add 192.168.255.9 255.255.255.252
Switch(config-if)#int ra f0/3 - 6
Switch(config-if-range)#no switchport
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to up
Switch(config-if-range)#no ip add
Switch(config-if-range)#intfa0/3
Switch(config-if)#channel-group 2 mode on
Switch(config-if)#int fa0/4
Switch(config-if)#channel-group 2 mode on
Switch(config-if)#int fa0/5
Switch(config-if)#channel-group 2 mode on
Switch(config-if)#int fa0/6
Switch(config-if)#channel-group 2 mode on

CONFIGURACION ETHER CHANNEL EN EL CORE (channel 1)

Switch#
Switch#conf t
Switch(config)#interface port-channel 1Switch(config-if)#no switchport
Switch(config-if)#ip add 192.168.255.6 255.255.255.252
Switch(config-if)#int ra f0/1 - 5
Switch(config-if-range)#no switchport
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to up
Switch(config-if-range)#no ip add
Switch(config-if-range)#int fa0/1Switch(config-if)#channel-group 1 mode on
Switch(config-if)#int fa0/3
Switch(config-if)#channel-group 1 mode on
Switch(config-if)#int fa0/4
Switch(config-if)#channel-group 1 mode on
Switch(config-if)#int fa0/5
Switch(config-if)#channel-group 1 mode on

CONFIGURACION ETHER CHANNEL EN EL CORE (channel 2)

Switch#
Switch#conf t
Switch(config)#interface port-channel 2
Switch(config-if)#no...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Red De Redes
  • Red de redes
  • Redes
  • Redes
  • Redes
  • Redes
  • Redes
  • Redes

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS