Configuración TELNET SWITCH CISCO

Se procede a configurar el TELNET a los switch CISCO en una red, para esto usaremos:
Switch 2960
PacketTracer 7.3.0
Se configura el TELNET al switch y se realiza el enrutamiento.
Para el ejemplo configuraremos 4 switch.
------------------------------------------------------------------------------------------------
hostname SW_TRUJILLO
line console 0
password cisco
login
line vty 0 15
password cisco
login
enable secret ccna
show running-config
service password-encryption
banner motd %BIENVENIDOS SW TRUJILLO%
interface vlan 1
ip add 192.168.5.254 255.255.254.0
no shutdown
ip default-gateway 192.168.4.5
copy running-config startup-config
------------------------------------------------------------------------------------------------
hostname SW_CHICLAYO
line console 0
password cisco
login
line vty 0 15
password cisco
login
enable secret ccna
service password-encryption
banner motd %BIENVENIDOS SW CHICLAYO%
interface vlan 1
ip add 192.168.7.254 255.255.254.0
no shutdown
ip default-gateway 192.168.6.5
do copy running-config startup-config
------------------------------------------------------------------------------------------------
hostname SW_AREQUIPA
line console 0
password cisco
login
line vty 0 15
password cisco
login
enable secret ccna
service password-encryption
banner motd %BIENVENIDOS SW AREQUIPA%
interface vlan 1
ip add 192.168.8.254 255.255.255.0
no shutdown
ip default-gateway 192.168.8.5
do copy running-config startup-config
------------------------------------------------------------------------------------------------
hostname SW_TARAPOTO
line console 0
password cisco
login
line vty 0 15
password cisco
login
enable secret ccna
service password-encryption
banner motd %BIENVENIDOS SW TARAPOTO%
interface vlan 1
ip add 192.168.9.254 255.255.255.0
no shutdown
ip default-gateway 192.168.9.5
do copy running-config startup-config
------------------------------------------------------------------------------------------------
Se puede descargar proyecto desde aquí.
Comentarios
Publicar un comentario