RCXxx-03 Configuracion de Switches Labok
RCXxx-03 Configuracion de Switches Labok
RCXxx-03 Configuracion de Switches Labok
Temario
En el cual observamos el modo USUARIO del switch, el cual solo permite ver algunas tablas
del switch.
Para poder configurar, se debe pasar al modo PRIVILEGIADO, en cual permite configurar el
switch.
Configuración básica de Switch
switch > enable
Este comando permite pasar del modo USUARIO al modeo PRIVILEGIADO, y cambia el prompt.
Switch #
Para ingresar a configurar se debe dar el comando:
Switch # conf t
switch (config) #
switch (config) # hostname (hostname)
Y ahora vamos a ponerle algunas contraseñas.
Las de conexión por telnet por ejemplo:
Configuración de VLAN 1
Configuración básica de Switch
Para configura la dirección IP de gestión lo realizamos configurando la VLAN que se va ha emplear
para la gestión, en este caso emplearemos la VLAN1.
switch(config)#interface VLAN 1
Switch(config-if)# ip address x.x.x.x m.m.m.m (dirección ip)
Switch(config)# ip default-gateway y.y.y.y
Switch(config)# exit
Switch#
Switch#copy run-config start-config
Configuración de Seguridad
Configuración de Switch
Para configurar seguridad en los port haremos uso de port-security,
Se activa por interface :
Switch(config)#interface Fa0/x
Switch(config-if)#switchport port-security ?
Ahora solo la MAC conectada se prodrá conectar a través de ese puerto, pero podriamos indicarle nuevas MAC.
• protect—Drops packets with unknown source addresses until you remove a sufficient number of secure MAC addresses to drop below the
maximum value.
• restrict—Drops packets with unknown source addresses until you remove a sufficient number of secure MAC addresses to drop below the
maximum value and causes the SecurityViolation counter to increment.
• shutdown—Puts the interface into the error-disabled state immediately and sends an SNMP trap notification.
Switch# sh port-security
Switch# show port-security address Secure Mac Address Table
-------------------------------------------------------------------
Vlan Mac Address Type Ports Remaining Age (mins)
---- -------------- ------------- ----- -------------
1 0001.0001.0001 SecureDynamic Fa5/1 15 (I)
1 0001.0001.0002 SecureDynamic Fa5/1 15 (I)
1 0001.0001.1111 SecureConfigured Fa5/1 16 (I)
1 0001.0001.1112 SecureConfigured Fa5/1 –
-------------------------------------------------------------------
Total Addresses in System: 4 Max Addresses limit in System: 128
Configuración de Switch