Tabla de Direccionamiento

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 8

TABLA DE DIRECCIONAMIENTO

CONFIGURACION

SWITCH JHORMAN

Switch>enable

Switch#vlan database

Switch(vlan)#vlan 2 name jhorman

Switch(vlan)#vlan 3 name yulbreiner

Switch(vlan)#exit

Switch#conf ter

Switch(config)# interface fastEthernet 0/1

Switch(config-if)#switchport mode trunk

Switch(config-if)#exit

Switch(config)# interface fastEthernet 0/2

Switch(config-if)#switchport mode access

Switch(config-if)#switchport access vlan 2

Switch(config-if)#exit

Switch(config)#interface fastEthernet 0/3

Switch(config-if)#switchport mode access

Switch(config-if)# switchport access vlan 3


Switch(config-if)# exit

Switch(config)#interface range fastEthernet 0/4-24

Switch(config-if-range)#no shutdown

Switch(config-if-range)#exit

Switch(config)#interface vlan 1

Switch(config-if)#ip address 192.168.5.2 255.255.255.248

Switch(config-if)#exit

Switch(config)#ip default-gateway 192.168.5.1

Switch(config)#hostname jhorman

JHORMAN(config)# enable secret 123

JHORMAN(config)#line console 0

JHORMAN(config-line)#password 123

JHORMAN(config-line)#login

JHORMAN(config-line)#exit

JHORMAN(config)#line vty 0 15

JHORMAN(config-line)#password123

JHORMAN(config-line)#login

JHORMAN(config-line)#exit

JHORMAN(config)#service password-encryption

JHORMAN(config)#banner motd #

BIENVENIDOS #

JHORMAN (config)#exit

JHORMAN#wr

SWITCH YULBREINER
Switch>enable

Switch#vlan database

Switch(vlan)#vlan 2 name JHORMAN

Switch(vlan)#vlan 3 name YULBREINER

Switch(vlan)#exit

Switch#conf ter

Switch(config)# interface fastEthernet 0/1

Switch(config-if)#switchport mode trunk

Switch(config-if)#exit

Switch(config)# interface fastEthernet 0/2

Switch(config-if)#switchport mode access

Switch(config-if)#switchport access vlan 2

Switch(config-if)#exit

Switch(config)#interface fastEthernet 0/3

Switch(config-if)#switchport mode access

Switch(config-if)# switchport access vlan 3

Switch(config-if)# exit

Switch(config)#interface range fastEthernet 0/5-24

Switch(config-if-range)# shutdown

Switch(config-if-range)#exit

Switch(config)#interface vlan 1

Switch(config-if)#ip address 192.168.5.3 255.255.255.248

Switch(config-if)#exit

Switch(config)#ip default-gateway 192.168.5.1

Switch(config)#hostname YULBREINER

yulbreiner (config)# enable secret 123

YULBREINER (config)#line console 0


YULBREINER (config-line)#password 123

YULBREINER (config-line)#login

YULBREINER (config-line)#exit

YULBREINER (config)#line vty 0 15

YULBREINER (config-line)#password 123

YULBREINER (config-line)#login

YULBREINER (config-line)#exit

YULBREINER (config)#service password-encryption

YULBREINER (config)#banner motd #

BIENVENIDOS #

YULBREINER (config)#exit

YULBREINER#wr

ROUTER JHON

Router>enable

Router#configure terminal

Router(config)#interface fastEthernet 0/0

Router(config-if)#ip address 192.168.6.1 255.255.255.252

Router(config-if)#no shutdown

Router(config-if)#exit

Router(config)#interface fastEthernet 0/1

Router(config-if)#no shutdown

Router(config-if)#exit

Router(config)#interface fastEthernet 0/1.1

Router(config-subif)#encapsulation dot1Q 2

Router(config-subif)#ip address 192.168.1.1 255.255.255.0

Router(config-subif)#exit
Router(config)#interface fastEthernet 0/1.2

Router(config-subif)#encapsulation dot1Q 3

Router(config-subif)#ip address 192.168.2.1 255.255.255.0

Router(config-subif)#exit

Router(config)#router eigrp 1

Router(config-router)#network 192.168.1.0

Router(config-router)#network 192.168.2.0

Router(config-router)#network 192.168.6.0

Router(config-router)#exit

Router(config)# hostname JHORMAN

JHORMAN(config)# enable secret 123

JHORMAN(config)#line console 0

JHORMAN (config-line)#password JHORMAN

JHORMAN(config-line)#login

JHORMAN(config-line)#exit

JHORMAN(config)#line vty 0 15

JHORMAN(config-line)#password 123

JHORMAN(config-line)#login

JHON(config-line)#exit

JHORMAN(config)#service password-encryption

JHORMAN(config)#banner motd #

BIENVENIDOS #

JHORMAN (config)#exit

JHORMAN#wr

ROUTER YULBREINER
Router>enable

Router#configure terminal

Router(config)#interface fastEthernet 0/0

Router(config-if)#ip address 192.168.6.2 255.255.255.252

Router(config-if)#no shutdown

Router(config-if)#exit

Router(config)#interface fastEthernet 0/1

Router(config-if)#no shutdown

Router(config-if)#exit

Router(config)#interface fastEthernet 0/1.1

Router(config-subif)#encapsulation dot1Q 2

Router(config-subif)#ip address 192.168.3.1 255.255.255.0

Router(config-subif)#exit

Router(config)#interface fastEthernet 0/1.2

Router(config-subif)#encapsulation dot1Q 3

Router(config-subif)#ip address 192.168.4.1 255.255.255.0

Router(config-subif)#exit

Router(config)#interface fastEthernet 0/1.3

Router(config-subif)#encapsulation dot1Q 1

Router(config-subif)#ip address 192.168.5.1 255.255.255.248

Router(config-subif)#exit

Router(config)#router eigrp 1

Router(config-router)#network 192.168.3.0

Router(config-router)#network 192.168.4.0

Router(config-router)#network 192.168.5.0

Router(config-router)#network 192.168.6.0

Router(config-router)#exit
Router(config)# hostname YULBREINER

YULBREINER (config)# enable secret 123

YULBREINER (config)#line console 0

YULBREINER (config-line)#password 123

YULBREINER (config-line)#login

YULBREINER (config-line)#exit

YULBREINER (config)#line vty 0 15

YULBREINER (config-line)#password 123

YULBREINER (config-line)#login

YULBREINER (config-line)#exit

YULBREINER (config)#service password-encryption

YULBREINER (config)#banner motd #

BIENVENIDOS #

YULBREINER (config)#exit

YULBREINER #wr

CONFIGURACION EQUIPOS

NOTA: EN LOS PC SE INGRESA A LA OPCON DE ESCRITORIO Y SE ELIGE LA OPCION DE


CONFIGURACION IP Y POR ULTIMO SE MODIFICAN ESTOS DATOS

PC0: Direccion ip: 192.168.1.2 Mascara de subred: 255.255.255.0 Gateway por defecto: 192.168.1.1

PC1: Direccion ip: 192.168.2.2 Mascara de subred: 255.255.255.0 Gateway por defecto: 192.168.2.1

PC2: Direccion ip: 192.168.3.2 Mascara de subred: 255.255.255.0 Gateway por defecto: 192.168.3.1

PC3: Direccion ip: 192.168.4.2 Mascara de subred: 255.255.255.0 Gateway por defecto: 192.168.4.1

PC4: Direccion ip: 192.168.5.4 Mascara de subred: 255.255.255.248 Gateway por defecto: 192.168.5.1

Ojo cada equipo debe estar conectado al puerto que fue asociado a la vlan en el switch

CONFIGURACION ACCESS POINT

NOTA: Se conecta el Access point al switch en le puerto fastethernet 0/4 agregado al vlan 1

Se ingresa al pc 04 a la opción de escritorio después a pc inalámbrico, se ingresa a la opción de


profiles y se elige en el menú inferior la opción Edit, se da clic y se oprime la opción Advanced
setup , se elige la opción de Infraestructure Mode y se oprime la opción Next después se elige
la Specify network settings y se ingresa estos datos, después se da clic en la opción de next y
por ultimo damos clic en la opción sabe para guardar los parámetros modificados.

IP ADDRESS: 192.168.5.4 SUBNET MASK: 255.255.255.248 DEFAULT GATEWAY: 192.168.5.1

You might also like