You are on page 1of 7

R1

conf t
int f1/0
description HACIA_R2
ip add
int f0/0
description HACIA_R3
ip add 10.10.10.2 255.255.255.252
ip nat outside
no sh
exit
int f2/0
description HACIA_SW1
no sh
int f2/1
description HACIA_SW2
no sh

int f2/0.10
description VIDEO
encapsulation dot1q 10
ip add 172.18.13.2 255.255.255.0
ip helper-address 10.10.17.5
ip nat inside
vrrp 10 ip 172.18.13.1
vrrp 10 priority 120
no sh
exit

int f2/0.20
description DATOS
encapsulation dot1q 20
ip add 172.17.13.2 255.255.255.0
ip helper-address 10.10.17.5
vrrp 20 ip 172.17.13.1
vrrp 20 priority 120
no shu
exit
int f2/0.30
description VOZ
encapsulation dot1q 30
ip add 172.16.13.2 255.255.255.0
ip helper-address 10.10.17.5
vrrp 20 ip 172.17.13.1
vrrp 20 priority 120
no shu
exit

int f2/1.10
description VIDEO
encapsulation dot1q 10
ip add 10.10.18.2 255.255.255.0
ip helper-address 10.10.17.5
vrrp 10 ip 10.10.18.1
vrrp 10 priority 100

exit
int f2/1.20
description DATOS
encapsulation dot1q 20
ip add 10.10.17.2 255.255.255.0
ip helper-add 10.10.17.5
vrrp 20 ip 10.10.17.1
vrrp 20 priority 100
exit

int f2/1.30
description VOZ
encapsulation dot1q 30
ip add 10.10.13.2 255.255.255.0
ip helper-address 10.10.17.5
vrrp 10 ip 10.10.18.1
vrrp 10 priority 100

exit

R12--------------------------------------------------
ena

CONF T
int f0/0
description HACIA_R12_NUBE
ip add 10.10.10.6 255.255.255.252

exit
int f1/0
description HACIA_SW1
ip add 10.10.10.18 255.255.255.252
ip helper-add
ip nat inside
vrrp 1 priority 120

int f1/1
description HACIA_SW2
ip add 10.10.10.22 255.255.255.252
ip helper-add
ip nat inside
vrrp 1 priority 100

ip helper-address 10.10.17.5
ip nat inside
vrrp 10 ip 172.18.13.1
vrrp 10 priority 120
no sh

SW1-----------------------------------------------

ena
conf t
spanning-tree vlan 10 priority 8192
spanning-tree vlan 20 priority 8192
spanning-tree vlan 30 priority 8192
end
vlan database
vlan 10
vlan 20
vlan 30
vtp server
vtp domain cisco.cl
vtp password cisco
vtp v2
exit
conf t

int f0/0
description A_R1
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

int f0/1
description A_R13
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

int f0/14
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk
channel-group 1 mode on

int f0/15
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk
channel-group 1 mode on

int f0/5
description A_COQ
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

int f0/6
description A_OVA
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk
int f0/7
description A_ILLA
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

int f0/8
description A_STGO
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

int f0/9
description A_VALD
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

SW2-----------------------------------------------

vlan database
vlan 10
vlan 20
vlan 30
vtp server
vtp domain cisco.cl
vtp password cisco
vtp v2
exit
conf t
int f0/0
description A_R1
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

int f0/1
description A_R13
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

int f0/14
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk
channel-group 1 mode on
int f0/15
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk
channel-group 1 mode on

int f0/5
description A_COQ
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk
int f0/6
description A_OVA
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

int f0/7
description A_ILLA
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

int f0/8
description A_STGO
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

int f0/9
description A_VALD
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

SW COQUIMBO -------------------------------------------

vlan database
vtp client
vtp domain cisco.cl
vtp password cisco
vtp v2
exit

conf t
int f0/0
description A_R1
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

int f0/1
description A_R13
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

int f0/5
switchport mode access
switchport access vlan 10
no sh

int f0/6
switchport mode access
switchport access vlan 20
no sh

int f0/7
switchport mode access
switchport access vlan 30
no sh
exit

SW OVALLE -------------------------------------------

vlan database
vtp client
vtp domain cisco.cl
vtp password cisco
vtp v2
exit

conf t
int f0/0
description A_R1
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

int f0/1
description A_R13
switchport trunk allowed vlan 1,10,20,30,1002-1005
switchport mode trunk

int f0/5
switchport mode access
switchport access vlan 10
no sh

int f0/6
switchport mode access
switchport access vlan 20
no sh

int f0/7
switchport mode access
switchport access vlan 30
no sh

exit

You might also like