Muestra las diferencias entre dos versiones de la página.
| Próxima revisión | Revisión previa | ||
| redes:lab2 [2024/09/26 17:19] – creado thejuanvisu | redes:lab2 [2024/10/04 13:36] (actual) – thejuanvisu | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| - | ====== Práctica 4 Redes ====== | + | ====== Práctica 4 Redes: Despliegue y configuración de la infraestructura de gestión del escenario de trabajo de referencia |
| ===== Switch ===== | ===== Switch ===== | ||
| Línea 8: | Línea 8: | ||
| - En AL-SW1 asociamos la VLAN de gestión al puerto G0/1 | - En AL-SW1 asociamos la VLAN de gestión al puerto G0/1 | ||
| ===== Router ===== | ===== Router ===== | ||
| - | | + | |
| + | ===== Cambiar Hostname ===== | ||
| + | < | ||
| + | enable | ||
| + | config terminal | ||
| + | hostname nombre_a_poner | ||
| + | end | ||
| + | wr | ||
| + | </ | ||
| + | |||
| + | {{: | ||
| + | |||
| + | ===== Configurar VLAN ===== | ||
| + | |||
| + | <wrap column 100%> | ||
| + | {{: | ||
| + | </ | ||
| + | |||
| + | <wrap column 100%> | ||
| + | {{: | ||
| + | </ | ||
| + | |||
| + | <wrap column 100%> | ||
| + | {{: | ||
| + | </ | ||
| + | < | ||
| + | |||
| + | enable | ||
| + | configure terminal | ||
| + | vlan 743 | ||
| + | name GESTION | ||
| + | end | ||
| + | wr | ||
| + | |||
| + | </ | ||
| + | |||
| + | < | ||
| + | enable | ||
| + | configure terminal | ||
| + | vlan 743 | ||
| + | interface vlan 743 | ||
| + | ip address 10.3.243.1 255.255.255.0 | ||
| + | no shutdown | ||
| + | end | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | enable | ||
| + | configure terminal | ||
| + | vlan 743 | ||
| + | interface G0/1 | ||
| + | switchport mode access | ||
| + | end | ||
| + | wr | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | AL-SW1(config)# | ||
| + | AL-SW1(config-if)# | ||
| + | AL-SW1(config-if)# | ||
| + | AL-SW1(config-if)# | ||
| + | AL-SW1(config-if)# | ||
| + | AL-SW1(config-if)# | ||
| + | AL-SW1# | ||
| + | </ | ||
| + | |||
| + | ===== Configurar Telnet ===== | ||
| + | |||
| + | <wrap column 100%> | ||
| + | {{: | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Configuración para tener gestión (opcional) ===== | ||
| + | < | ||
| + | AL-SW1(config)# | ||
| + | AL-SW1(config-vlan)# | ||
| + | AL-SW1(config-vlan)# | ||
| + | AL-SW1(config-vlan)# | ||
| + | AL-SW1(config-if-range)# | ||
| + | AL-SW1(config-if-range)# | ||
| + | AL-SW1(config-if-range)# | ||
| + | AL-SW1(config-if-range)# | ||
| + | AL-SW1(config)# | ||
| + | </ | ||