0% found this document useful (0 votes)
28 views5 pages

PC3

1. VLANs 15, 25, 35 and 99 were created and ports on switches SWA1-SWA3 were assigned to the appropriate VLANs. Trunk ports were configured with VLAN 99 as the native VLAN. 2. Etherchannel was configured between switches by grouping ports together and setting the port-channel interface as a trunk. 3. On routers R1-R2, subinterfaces were created and assigned IP addresses for each VLAN, and HSRP was configured to provide redundancy.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views5 pages

PC3

1. VLANs 15, 25, 35 and 99 were created and ports on switches SWA1-SWA3 were assigned to the appropriate VLANs. Trunk ports were configured with VLAN 99 as the native VLAN. 2. Etherchannel was configured between switches by grouping ports together and setting the port-channel interface as a trunk. 3. On routers R1-R2, subinterfaces were created and assigned IP addresses for each VLAN, and HSRP was configured to provide redundancy.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

***********PASO1**************

creacion de vlans
en
conf t
vlan 15
name USUARIOS
vlan 25
name INVITADOS
vlan 35
name SERVIDORES
vlan 99
name NATIVA
exit
******************
!SWA1
en
conf t
int fa0/1
sw acces vlan 25
int fa0/24
sw mode trunk
int fa0/23
sw mode trunk
sw trunk native vlan 99
exit
!SWA2
en
conf t
int fa0/1
sw acces vlan 35
int fa0/24
sw mode trunk
int fa0/23
sw mode trunk
sw trunk native vlan 99
exit
SWA3
en
conf t
int fa0/1
sw acces vlan 25
int fa0/2
sw acces vlan 15
int fa0/24
sw mode trunk
int fa0/23
sw mode trunk
sw trunk native vlan 99
exit
*************
en
conf t
int range fa0/1-5
sw mode trunk
sw trunk native vlan 99
..............
en
conf t
int range g0/1, g0/2
sw mode trunk
int range fa0/1-5
sw mode trunk
sw trunk native vlan 99
-----si bota error=pegar en los 5 switch--------
en
conf t
int fa0/3
sw mode trunk
sw trunk native vlan 99
int fa0/4
sw mode trunk
sw trunk native vlan 99
int fa0/5
sw mode trunk
sw trunk native vlan 99
int fa0/24
sw mode trunk
sw trunk native vlan 99
exit
******************paso2************
1111111switch1111111
apagar puertos(ether channel PAGP)
en
conf t
int range g0/1-2
shutdown
channel-group 1 mode desirable
exit
int port-channel 1
switchport mode trunk
exit
222222222switch22222222222
en
conf t
int range g0/1-2
shutdown
channel-group 1 mode auto
exit
int port-channel 1
switchport mode trunk
exit
PRENDE LOS PUERTOS<<<<<<<<<<<<<<<<<
en
conf t
int range g0/1, g0/2
no shutdown

*************PASO3*****************
Router 0
en
conf t
int g0/0
no shut
ip add 209.45.25.133 255.255.255.128
.................
Router 1
en
conf t
int g0/0
no shut
int g0/0.15
encap dot1q 15
ip add 192.168.15.1 255.255.255.128
int g0/0.35
encap dot1q 35
ip add 192.168.35.1 255.255.255.192
int g0/0.25
encap dot1q 25
ip add 192.168.25.1 255.255.255.128
int g0/0.99
encap dot1q 99 native
ip add 192.168.99.1 255.255.255.128
exit
.................
Router 2
en
conf t
int g0/0
no shut
int g0/0.15
encap dot1q 15
ip add 192.168.15.2 255.255.255.128
int g0/0.35
encap dot1q 35
ip add 192.168.35.2 255.255.255.192
int g0/0.25
encap dot1q 25
ip add 192.168.25.2 255.255.255.128
int g0/0.99
encap dot1q 99 native
ip add 192.168.99.2 255.255.255.128
exit

******************PASO4**************
R1
en
conf t
int g0/0.15
standby version 2
standby 5 ip 192.168.15.126
standby 5 priority 150
standby 5 preempt
int g0/0.25
standby version 2
standby 5 ip 192.168.25.126
standby 5 priority 150
standby 5 preempt
int g0/0.35
standby version 2
standby 5 ip 192.168.35.62
standby 5 priority 100
int g0/0.99
standby version 2
standby 5 ip 192.168.99.126
standby 5 priority 100

R2
en
conf t
int g0/0.15
standby version 2
standby 5 ip 192.168.15.126
standby 5 priority 100
int g0/0.25
standby version 2
standby 5 ip 192.168.25.126
standby 5 priority 100
int g0/0.35
standby version 2
standby 5 ip 192.168.35.62
standby 5 priority 150
standby 5 preempt
int g0/0.99
standby version 2
standby 5 ip 192.168.99.126
standby 5 priority 150
standby 5 preempt
******************PASO5**************
IMPLEMENTANDO PVSTP LOADBALANCED

DIST 1
ROOT PRIMARY 1 15 25
ROOT SECONDARY 35 y 99

DIST 2
ROOT PRIMARY 35 y 99
ROOT SECONDARY 1 15 y 25

DIST1
en
conf t
spanning-tree vlan 1 root primary
spanning-tree vlan 15 root primary
spanning-tree vlan 25 root primary
spanning-tree vlan 35 root secondary
spanning-tree vlan 99 root secondary

DIST2
en
conf t
spanning-tree vlan 1 root secondary
spanning-tree vlan 15 root secondary
spanning-tree vlan 25 root secondary
spanning-tree vlan 35 root primary
spanning-tree vlan 99 root primary

********************
RSTP
en
conf t
spanning-tree mode rapid-pvst
-*----*-*-*-*
en
conf t
int fa0/1
spanning-tree portfast
spanning-tree bpduguard enable
**********
en
conf t
int fa0/1
spanning-tree portfast
spanning-tree bpduguard enable
int fa0/2
spanning-tree portfast
spanning-tree bpduguard enable
*************paso 6******************
!DHCP
en
conf t
ip dhcp excluded-address 192.168.15.1 192.168.15.10
ip dhcp excluded-address 192.168.25.1 192.168.25.10
ip dhcp excluded-address 192.168.99.1 192.168.99.10

!crear pool

ip dhcp pool LAN15


network 192.168.15.0 255.255.255.128
default-router 192.168.15.126
dns-server 8.8.8.8

ip dhcp pool LAN25


network 192.168.25.0 255.255.255.128
default-router 192.168.25.126
dns-server 8.8.8.8

ip dhcp pool LAN99


network 192.168.99.0 255.255.255.128
default-router 192.168.99.126
dns-server 8.8.8.8

You might also like