Configuracion Basica Redes CCNA 1 PDF

Title Configuracion Basica Redes CCNA 1
Author Peter JV
Course CCNA Cisco Certified Network Associate CCNA
Institution Cisco College
Pages 10
File Size 45.7 KB
File Type PDF
Total Downloads 21
Total Views 141

Summary

CCNA v8 Redes Informatica Tecnologias, comandos basicos para switches...


Description

CONFIGURACION BASICA

conf term hostname S3 enable secret ecotecredes123 line console 0 password ecotecredes123 login end conf term service password-encryption no ip domain-lookup banner motd # El siguiente equipo es de propiedad de ECOTEC, cualquier intento de acceso indebido será penado por la ley # ip domain-name ecotec.edu.ec crypto key generate rsa 1024 line vty 0 15 transport input ssh login local exit username admin privilege 15 password ecotecredes123 enable secret ecotecredes123 end

creacion de vlans (config)# vlan 10 (config)# name Operaciones

(config)# vlan 99 (config)# name ADMINISTRACION

Asigne puertos de switch a las VLAN (depende la cantidad de puertos) #interface range fa0/6-10 switchport access vlan 10 o

interface fa0/1 switchport access vlan 10

configuración de enlaces troncales ----S3----interface g0/1 switchport mode trunk switchport trunk native vlan 99 no shutdown end

interface g0/2 switchport mode trunk switchport trunk native vlan 99 no shutdown end

----S2----interface g0/2 switchport mode trunk switchport trunk native vlan 99 no shutdown end

----S1----interface fa0/21 switchport mode trunk switchport trunk native vlan 99 no shutdown end

asignacion de ips de VLAN ADMINISTRACION interface vlan 99 ip address 192.168.1.11 255.255.255.240 no shutdown

interface vlan 99 ip address 192.168.1.12 255.255.255.240 no shutdown

interface vlan 99 ip address 192.168.1.13 255.255.255.240 no shutdown

service password-encryption ! hostname S1 ! enable secret 5 $1$mERr$6RqEvYhkGldGyIVRjtT8b1 ! ! !

no ip domain-lookup ip domain-name ecotec.edu.ec ! username admin privilege 15 password 7 08244F411D1C0605170F09177B7977 ! ! ! spanning-tree mode pvst spanning-tree extend system-id ! interface FastEthernet0/1 switchport access vlan 10 duplex full speed 100 ! interface FastEthernet0/2 ! interface FastEthernet0/3 ! interface FastEthernet0/4 ! interface FastEthernet0/5 ! interface FastEthernet0/6 ! interface FastEthernet0/7 ! interface FastEthernet0/8 ! interface FastEthernet0/9 !

interface FastEthernet0/10 ! interface FastEthernet0/11 ! interface FastEthernet0/12 ! interface FastEthernet0/13 ! interface FastEthernet0/14 ! interface FastEthernet0/15 ! interface FastEthernet0/16 ! interface FastEthernet0/17 ! interface FastEthernet0/18 ! interface FastEthernet0/19 ! interface FastEthernet0/20 ! interface FastEthernet0/21 switchport trunk native vlan 99 switchport mode trunk ! interface FastEthernet0/22 ! interface FastEthernet0/23 ! interface FastEthernet0/24

! interface GigabitEthernet0/1 ! interface GigabitEthernet0/2 ! interface Vlan1 no ip address shutdown ! interface Vlan10 no ip address ! interface Vlan99 ip address 192.168.1.11 255.255.255.240 ! banner motd ^C El siguiente equipo es de propiedad de ECOTEC, cualquier intento de acceso indebido ser penado por la ley ^C ! ! ! line con 0 password 7 08244F411D1C0605170F09177B7977 login ! line vty 0 4 login local transport input ssh line vty 5 15 login local transport input ssh !

! ! ! end

hostname S1 ! enable secret 5 $1$mERr$6RqEvYhkGldGyIVRjtT8b1 ! ! ! no ip domain-lookup ip domain-name ecotec.edu.ec ! username admin privilege 15 password 7 08244F411D1C0605170F09177B7977 ! ! ! spanning-tree mode pvst spanning-tree extend system-id ! interface FastEthernet0/1 switchport access vlan 10 ! interface FastEthernet0/2 ! interface FastEthernet0/3 ! interface FastEthernet0/4 !

interface FastEthernet0/5 ! interface FastEthernet0/6 ! interface FastEthernet0/7 ! interface FastEthernet0/8 ! interface FastEthernet0/9 ! interface FastEthernet0/10 ! interface FastEthernet0/11 ! interface FastEthernet0/12 ! interface FastEthernet0/13 ! interface FastEthernet0/14 ! interface FastEthernet0/15 ! interface FastEthernet0/16 ! interface FastEthernet0/17 ! interface FastEthernet0/18 ! interface FastEthernet0/19 ! interface FastEthernet0/20

! interface FastEthernet0/21 switchport trunk native vlan 99 switchport mode trunk ! interface FastEthernet0/22 ! interface FastEthernet0/23 ! interface FastEthernet0/24 ! interface GigabitEthernet0/1 ! interface GigabitEthernet0/2

! interface Vlan1 no ip address shutdown ! interface Vlan10 no ip address ! interface Vlan99 ip address 192.168.1.12 255.255.255.240 ! banner motd ^C El siguiente equipo es de propiedad de ECOTEC, cualquier intento de acceso indebido ser penado por la ley ^C ! ! !

line con 0 password 7 08244F411D1C0605170F09177B7977 login ! line vty 0 4 login local transport input ssh line vty 5 15 login local transport input ssh ! ! ! ! end...


Similar Free PDFs