Anda di halaman 1dari 13

INGENIERIA DE TELECOMUNICACIONES E INFORMATICA

DISEÑO DE RUTEO Y ADMINISTRACIÓN


Jornada: DIURNA Grupo: 7-A

PACKET TRACER - CONFIGURACIÓN VOIP DOS SEDES

OBJETIVOS PRINCIPALES DEL LABORATORIO:

• Existen dos Sedes:


• LA SEDE 1 PERÚ tiene directamente 3 SWITCHES, cada SW tiene 6 vlan, cada vlan
tiene 1 teléfono IP y 1 PC DIRECTAMENTE CONECTADO.
• LA SEDE 2 COLOMBIA tiene directamente 4 SWITCHES, cada SW tiene 6 vlan, cada
vlan tiene 1 teléfono IP y 1 PC DIRECTAMENTE CONECTADO.
• Se realizarán llamadas a nivel WAN. (todo dará ping, los SW se les debe configurar
la VLAN 1.
• Si desea utilizar el mismo direccionamiento, si no, por favor realizar la tabla de
direccionamiento IP a utilizar.

CONFIGURACION EN LOS ROUTERS

ROUTER DE LA SEDE 1
HABILITE LA INTERFAZ

int fa0/0
no shut
exit

CREAMOS LAS SUBINTERFACES PARA CADA VLAN

int fa0/0.30
encapsulation dot1Q 30
ip add 192.168.10.X 255.255.255.0
exit
int fa0/0.40
encapsulation dot1Q 40
ip add 192.168.20.X 255.255.255.0
exit
Ing. Rafael Sandoval Morales
Asignatura: Diseño de Ruteo y Administración
rafael_sandoval1983@icloud.com
Vol. 1
INGENIERIA DE TELECOMUNICACIONES E INFORMATICA
DISEÑO DE RUTEO Y ADMINISTRACIÓN
Jornada: DIURNA Grupo: 7-A

int fa0/0.50
encapsulation dot1Q 50
ip add 192.168.30.X 255.255.255.0
exit

HABILITE LA INTERFAZ

int fa0/1
no shut
exit

CREAR LAS SUBINTERFACES

int fa0/1.30
encapsulation dot1Q 30
ip add 192.168.40.X 255.255.255.0
exit
int fa0/1.40
encapsulation dot1Q 40
ip add 192.168.50.X 255.255.255.0
exit
int fa0/1.50
encapsulation dot1Q 50
ip add 192.168.60.X 255.255.255.0
exit

DHCP EN EL ROUTER SEDE 1

ip dhcp excluded-address 192.168.10.X


ip dhcp pool GESTION
network 192.168.10.X 255.255.255.0
default-router 192.168.10.X
option 150 ip 192.168.10.X
exit

Ing. Rafael Sandoval Morales


Asignatura: Diseño de Ruteo y Administración
rafael_sandoval1983@icloud.com
Vol. 1
INGENIERIA DE TELECOMUNICACIONES E INFORMATICA
DISEÑO DE RUTEO Y ADMINISTRACIÓN
Jornada: DIURNA Grupo: 7-A

ip dhcp excluded-address 192.168.20.X


ip dhcp pool COMERCIAL
network 192.168.20.X 255.255.255.0
default-router 192.168.20.X
option 150 ip 192.168.20.X
exit

ip dhcp excluded-address 192.168.30.X


ip dhcp pool VOZ
network 192.168.30.X 255.255.255.X
default-router 192.168.30.X
option 150 ip 192.168.30.X
exit

ip dhcp excluded-address 192.168.40.X


ip dhcp pool GESTION2
network 192.168.40.X 255.255.255.0
default-router 192.168.40.X
option 150 ip 192.168.40.X
exit
ip dhcp excluded-address 192.168.50.X
ip dhcp pool COMERCIAL2
network 192.168.50.X 255.255.255.0
default-router 192.168.50.X
option 150 ip 192.168.50.X
exit

ip dhcp excluded-address 192.168.60.X


ip dhcp pool VOZ2
network 192.168.60.X 255.255.255.0
default-router 192.168.60.X
option 150 ip 192.168.60.X
exit

Ing. Rafael Sandoval Morales


Asignatura: Diseño de Ruteo y Administración
rafael_sandoval1983@icloud.com
Vol. 1
INGENIERIA DE TELECOMUNICACIONES E INFORMATICA
DISEÑO DE RUTEO Y ADMINISTRACIÓN
Jornada: DIURNA Grupo: 7-A

REALIZAMOS LA CONFIGURACIÓN DE LOS TELEFONOS IP


ROUTER SEDE 1
telephony-service
max-dn 5
max-ephones 5
ip source-address 192.168.30.X port 2000 (GATEWAY VLAN VOZ)
ip source-address 192.168.60.X port 2000 (GATEWAY VLAN VOZ1)
auto assign 1 to 5
ephone-dn 1
number 54001
exit
ephone-dn 2
number 54002
exit
ephone-dn 3
number 54003
exit
ephone-dn 4
number 54004
exit

GUARDE la configuración.

CONFIGURACION EN EL SWITCHES SEDE 1


CREAR LAS VLAN`s

vlan 30
name GESTION
exit
vlan 40
name COMERCIAL
exit
Ing. Rafael Sandoval Morales
Asignatura: Diseño de Ruteo y Administración
rafael_sandoval1983@icloud.com
Vol. 1
INGENIERIA DE TELECOMUNICACIONES E INFORMATICA
DISEÑO DE RUTEO Y ADMINISTRACIÓN
Jornada: DIURNA Grupo: 7-A

vlan 50
name VOZ
exit

CONFIGURE LOS PUERTOS


int fa0/1
switchport mode access
switchport access vlan 30
exit
int range f0/2-f0/3
switchport mode access
switchport access vlan 40
exit
int f0/4
switchport mode access
switchport acces vlan 30
switchport voice vlan 50
spanning-tree portfast
exit
int f0/5
switchport mode access
switchport acces vlan 40
switchport voice vlan 50
spanning-tree portfast
exit
int f0/24
switchport mode trunk
switchport trunk allowed vlan 30-50
exit

SEGUNDO SWITCH
CREAR LAS VLAN`s

vlan 30
Ing. Rafael Sandoval Morales
Asignatura: Diseño de Ruteo y Administración
rafael_sandoval1983@icloud.com
Vol. 1
INGENIERIA DE TELECOMUNICACIONES E INFORMATICA
DISEÑO DE RUTEO Y ADMINISTRACIÓN
Jornada: DIURNA Grupo: 7-A

name GESTION2
exit
vlan 40
name COMERCIAL2
exit
vlan 50
name VOZ2
exit

CONFIGURE LOS PUERTOS

int fa0/1
switchport mode access
switchport access vlan 30
exit
int range f0/2-f0/3
switchport mode access
switchport access vlan 40
exit
int range f0/4-f0/5
switchport mode access
switchport acces vlan 30
switchport voice vlan 50
spanning-tree portfast
exit
int f0/24
switchport mode trunk
switchport trunk allowed vlan 30-50
exit

INICIE A REALIZAR LA CONFIGURACION PARA EL ROUTER


SEDE 2
HABILITE LA INTERFAZ
Ing. Rafael Sandoval Morales
Asignatura: Diseño de Ruteo y Administración
rafael_sandoval1983@icloud.com
Vol. 1
INGENIERIA DE TELECOMUNICACIONES E INFORMATICA
DISEÑO DE RUTEO Y ADMINISTRACIÓN
Jornada: DIURNA Grupo: 7-A

int fa0/0
no shut
exit

CREAMOS LAS SUBINTERFACES PARA CADA VLAN, ESTO ES PARA QUE SE PUEDA HACER
PING ENTRE ELLAS.
int fa0/0.60
encapsulation dot1Q 60
ip add 192.170.10.X 255.255.255.0
exit
int fa0/0.70
encapsulation dot1Q 70
ip add 192.170.20.X 255.255.255.0
exit
int fa0/0.80
encapsulation dot1Q 80
ip add 192.170.30.X 255.255.255.0
exit

HABILITE LA INTERFAZ
int fa0/1
no shut
exit

CONFIGURE LAS SUBINTERFACES


int fa0/1.60
encapsulation dot1Q 60
ip add 192.170.40.X 255.255.255.0
exit
int fa0/1.70
encapsulation dot1Q 70
ip add 192.170.50.X 255.255.255.0
exit
int fa0/1.80
encapsulation dot1Q 80
Ing. Rafael Sandoval Morales
Asignatura: Diseño de Ruteo y Administración
rafael_sandoval1983@icloud.com
Vol. 1
INGENIERIA DE TELECOMUNICACIONES E INFORMATICA
DISEÑO DE RUTEO Y ADMINISTRACIÓN
Jornada: DIURNA Grupo: 7-A

ip add 192.170.60.X 255.255.255.0


exit

CREAMOS EL DHCP
ip dhcp excluded-address 192.170.10.X
ip dhcp pool GESTION
network 192.170.10.X 255.255.255.0
default-router 192.170.10.X
option 150 ip 192.170.10.X
exit

ip dhcp excluded-address 192.170.20.X


ip dhcp pool COMERCIAL
network 192.170.20.X 255.255.255.0
default-router 192.170.20.X
option 150 ip 192.170.20.X
exit

ip dhcp excluded-address 192.170.30.X


ip dhcp pool VOZ
network 192.170.30.X 255.255.255.0
default-router 192.170.30.X
option 150 ip 192.170.30.X
exit

Ip dhcp excluded-address 192.170.40.X


ip dhcp pool GESTION2
network 192.170.40.X 255.255.255.0
default-router 192.170.40.X
option 150 ip 192.170.40.X

exit
ip dhcp excluded-address 192.170.50.X
ip dhcp pool COMERCIAL2
network 192.170.50.X 255.255.255.0
Ing. Rafael Sandoval Morales
Asignatura: Diseño de Ruteo y Administración
rafael_sandoval1983@icloud.com
Vol. 1
INGENIERIA DE TELECOMUNICACIONES E INFORMATICA
DISEÑO DE RUTEO Y ADMINISTRACIÓN
Jornada: DIURNA Grupo: 7-A

default-router 192.170.50.X
option 150 ip 192.170.50.X
exit

ip dhcp excluded-address 192.170.60.X


ip dhcp pool VOZ2
network 192.170.60.X 255.255.255.0
default-router 192.170.60.X
option 150 ip 192.170.60.X
exit

CONFIGURACION PARA LOS TELEFONOS IP


telephony-service
max-dn 5
max-ephones 5
ip source-address 192.170.30.X port 2000 (GATEWAY DE LA VLAN DE VOZ)
ip source-address 192.170.60.X port 2000 (GATEWAY DE LA VLAN DE VOZ1)
auto assign 1 to 5
ephone-dn 1
number 54005
exit
ephone-dn 2
number 54006
exit
ephone-dn 3
number 54007
exit
ephone-dn 4
number 54008
exit

Ing. Rafael Sandoval Morales


Asignatura: Diseño de Ruteo y Administración
rafael_sandoval1983@icloud.com
Vol. 1
INGENIERIA DE TELECOMUNICACIONES E INFORMATICA
DISEÑO DE RUTEO Y ADMINISTRACIÓN
Jornada: DIURNA Grupo: 7-A

CONFIGURACION SWITCHES SEDE 2


CREAR LAS VLAN`s

vlan 60
name GESTION
exit
vlan 70
name VOZ
exit
vlan 80
name COMERCIAL
exit

CONFIGURE LOS PUERTOS

int fa0/1
switchport mode access
switchport access vlan 60
exit
int f0/2
switchport mode access
switchport voice vlan 70
spanning-tree portfast
exit
int f0/3
switchport mode access
switchport acces vlan 80
switchport voice vlan 70
spanning-tree portfast
exit
int f0/24
switchport mode trunk
switchport trunk allowed vlan 60-80
exit

Ing. Rafael Sandoval Morales


Asignatura: Diseño de Ruteo y Administración
rafael_sandoval1983@icloud.com
Vol. 1
INGENIERIA DE TELECOMUNICACIONES E INFORMATICA
DISEÑO DE RUTEO Y ADMINISTRACIÓN
Jornada: DIURNA Grupo: 7-A

SEGUNDO SWITCH
CREAR LAS VLAN`s

vlan 60
name GESTION2
exit
vlan 70
name VOZ2
exit
vlan 80
name COMERCIAL2
exit

CONFIGURE LOS PUERTOS

int fa0/1
switchport mode access
switchport access vlan 60
exit
int f0/2
switchport mode access
switchport voice vlan 70
spanning-tree portfast
exit
int f0/3
switchport mode access
switchport acces vlan 80
switchport voice vlan 70
spanning-tree portfast
exit
int f0/24
switchport mode trunk
switchport trunk allowed vlan 60-80
exit

AHORA DEBEMOS APLICAR ALGUNO DE LOS DOS


PROTOCOLOS DE ENRUTAMIENTO (DINAMICO – ESTÁTICO).
Ing. Rafael Sandoval Morales
Asignatura: Diseño de Ruteo y Administración
rafael_sandoval1983@icloud.com
Vol. 1
INGENIERIA DE TELECOMUNICACIONES E INFORMATICA
DISEÑO DE RUTEO Y ADMINISTRACIÓN
Jornada: DIURNA Grupo: 7-A

CUANDO LLEGUE A ESTE PUNTO, INFORME AL DOCENTE


CUAL ES EL PROTOCOLO DE ENRUTAMIENTO APLICADO EN
EL EJERCICIO.
ROUTER SEDE 1
Route eigrp 100
Network 192.168.10.X 0.0.0.255
Network 192.168.20.X 0.0.0.255
Network 192.168.30.X 0.0.0.255
Network 192.168.40.X 0.0.0.255
Network 192.168.50.X 0.0.0.255
Network 192.168.60.X 0.0.0.255
Network 200.150.0.0 0.0.0.3

ROUTER SEDE 2
Route eigrp 100
Network 192.170.10.X 0.0.0.255
Network 192.170.20.X 0.0.0.255
Network 192.170.30.X 0.0.0.255
Network 192.170.40.X 0.0.0.255
Network 192.170.50.X 0.0.0.255
Network 192.170.60.X 0.0.0.255
Network 200.150.0.0 0.0.0.3

AHORA CONFIGURACION DE LOS TELEFONOS A NIVEL


WAN

Configuración CME (Call Manager Express)


ROUTER SEDE 1 (INTERFAZ DEL SERIAL 200.150.0.1)
dial-peer voice 1 voip
destination-pattern 5400. (EL PUNTO AL FINAL ES IMPORTANTE)
session target ipv4:200.150.0.2 (AQUI VA LA IP DE LA INTERFAZ WAN DEL ROUTER DE LAS
SEDE 2)
exit
Ing. Rafael Sandoval Morales
Asignatura: Diseño de Ruteo y Administración
rafael_sandoval1983@icloud.com
Vol. 1
INGENIERIA DE TELECOMUNICACIONES E INFORMATICA
DISEÑO DE RUTEO Y ADMINISTRACIÓN
Jornada: DIURNA Grupo: 7-A

ROUTER SEDE 2 (INTERFAZ DEL SERIAL 200.150.0.2)


dial-peer voice 1 voip
destination-pattern 5400. (EL PUNTO AL FINAL ES IMPORTANTE)
session target ipv4:200.150.0.1 (AQUI VA LA IP DE LA INTERFAZ WAN DEL ROUTER DE LAS
SEDE 1)
exit

AHORA PRUEBE LA COMUNICACIÓN DE LOS TELEFONOS


VoIP ENTRE LAS DOS SEDES.

Ing. Rafael Sandoval Morales


Asignatura: Diseño de Ruteo y Administración
rafael_sandoval1983@icloud.com
Vol. 1

Anda mungkin juga menyukai