Vous êtes sur la page 1sur 4

/////COMANDO PARA BORRAR CACHE DE ROUTERS

erase flash:

/////MODO TRONCAL RED QUITO

interface fastEthernet 0/0.10


encapsulation dot1Q 10
ip address 175.38.168.65 255.255.255.240
exit

interface FastEthernet 0/0.20


encapsulation dot1Q 20
ip address 175.38.168.177 255.255.255.240
exit

/////VLANS EN CADA SWITCH APILABLE


///QUITO Y GUAYAQUIL
NOTA:DECLARAR LAS VLANS CADA NUEVA COMPILACION DE GNS3
vlan database
vlan 10
name TalentoHumano
vlan 20
name Usuarios

exit
copy running-config startup-config

///ACCESO DE INTERFACES V
int fa1/15
switchport mode trunk
exit

configure terminal
interface range FastEthernet 1/0 - 6
switchport mode access
switchport access vlan 10
exit
interface range FastEthernet 1/7 - 12
switchport mode access
switchport access vlan 20
exit

interface range FastEthernet 1/6 - 8


switchport mode access
switchport access vlan 30
exit
interface range FastEthernet 1/9 - 11
switchport mode access
switchport access vlan 40
exit

///CONFIGURACION MODO TRONCAL


///MODO VTP
///sw1
configure terminal
vtp mode server
vtp domain ibarra
vtp password cisco
///sw2

configure terminal
vtp mode client
vtp domain quito
vtp password cisco
///sw3
vtp mode client
vtp domain quito
vtp password cisco

SW1
configure terminal
interface FastEthernet 1/15
switchport mode trunk
switchport trunk allowed vlan 10,20,30,40,1-2,1002-1005
exit
interface FastEthernet 1/14
switchport mode trunk
exit
interface FastEthernet 1/13
switchport mode trunk
exit

SW2
configure terminal
interface FastEthernet 1/14
switchport mode trunk
switchport trunk allowed vlan 10,20,30,40,1-2,1002-1005
exit
interface FastEthernet 1/15
switchport mode trunk
exit

SW3
configure terminal
interface FastEthernet 1/15
switchport mode trunk
switchport trunk allowed vlan 10,20,30,40,1-2,1002-1005
exit
interface FastEthernet 1/14
switchport mode trunk
exit

//////////////////////////////////////GUAYAQUIL//////////////////////////////////
interface FastEthernet 0/0
no shutdown
interface fastEthernet 0/0.10
encapsulation dot1Q 10
ip address 172.16.7.177 255.255.255.248
exit

interface FastEthernet 0/0.20


encapsulation dot1Q 20
ip address 172.16.7.185 255.255.255.248
exit

interface FastEthernet 0/0.30


encapsulation dot1Q 30
ip address 172.16.7.161 255.255.255.240
exit
interface FastEthernet 0/0.40
encapsulation dot1Q 40
ip address 172.16.7.129 255.255.255.224
exit

///CONFIGURACION MODO TRONCAL


///MODO VTP
///sw1
configure terminal
vtp mode server
vtp domain guayaquil
vtp password cisco
///sw2
vtp mode client
vtp domain guayaquil
vtp password cisco
///sw3
vtp mode client
vtp domain guayaquil
vtp password cisco

Vous aimerez peut-être aussi